openldap/libraries/libldap
1999-08-17 21:14:03 +00:00
..
abandon.c
add.c
addentry.c Add LDAP_VALID and other asserts. 1999-06-21 22:38:00 +00:00
apitest.c Fix printf formats: print msgtype as %lu, remove spurious sval arg in apitest 1999-08-17 21:14:03 +00:00
apitest.dsp
apitest.dsw
bind.c
cache.c
charray.c Add charray (from slapd) to -lldap/-lldap_r (not yet used) 1999-07-07 17:58:21 +00:00
charset.c make ldap.ld_lberoptions unsigned, like berelement.ber_options 1999-07-18 01:20:45 +00:00
cldap.c Eliminate htonl(unsigned_long_arg), which is wrong on 64-bit OSF1/alpha 1999-07-13 09:41:25 +00:00
compare.c
controls.c Fix control parsing and controls free routine. 1999-07-22 04:47:58 +00:00
delete.c
digest.c Add missing newline and EOF 1999-08-16 02:40:00 +00:00
disptmpl.c
dsparse.c
error.c Add const, to fix "cast away from const" warnings 1999-08-17 21:09:26 +00:00
extended.c request value should be optional. 1999-07-07 17:52:06 +00:00
free.c
friendly.c
getattr.c Add LDAP_VALID and other asserts. 1999-06-21 22:38:00 +00:00
getdn.c Fix LDAP_CONST->const in explode_name(), it failed when LDAP_CONST was empty. 1999-07-13 06:48:35 +00:00
getdxbyname.c Fix --enable-dns compilation problems. 1999-08-02 07:41:29 +00:00
getentry.c Add LDAP_VALID and other asserts. 1999-06-21 22:38:00 +00:00
getfilter.c Change unsigned long cast of offset to size_t in ldap_build_filter() 1999-08-02 05:51:04 +00:00
getvalues.c Add LDAP_VALID and other asserts. 1999-06-21 22:38:00 +00:00
init.c Use -llber set_nonblock implementation. 1999-08-04 18:32:38 +00:00
kbind.c
ldap-int.h LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann. 1999-08-03 19:27:22 +00:00
ldap.conf
ldapfilter.conf
ldapfriendly
ldapsearchprefs.conf
ldaptemplates.conf
libldap.dsp Add charray (from slapd) to -lldap/-lldap_r (not yet used) 1999-07-07 17:58:21 +00:00
libldap.dsw
ltest.dsp
ltest.dsw
Makefile.in create SASL_LIBS to hold -lsasl 1999-08-05 02:25:19 +00:00
messages.c
modify.c
modrdn.c
open.c LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann. 1999-08-03 19:27:22 +00:00
options.c Add const, to fix "cast away from const" warnings 1999-08-17 21:09:26 +00:00
os-ip.c Add const, to fix "cast away from const" warnings 1999-08-17 21:09:26 +00:00
print.c
references.c Add LDAP_VALID and other asserts. 1999-06-21 22:38:00 +00:00
request.c Fix printf formats: print msgtype as %lu, remove spurious sval arg in apitest 1999-08-17 21:14:03 +00:00
result.c Fix LDAP_CONNECTIONLESS code rot 1999-07-13 06:39:55 +00:00
sasl.c First cut at SASL routines. 1999-06-28 22:19:21 +00:00
sbind.c EXPERIMENTAL: Use sasl bind for simple bind. 1999-06-28 23:24:16 +00:00
schema.c Add ldap_*2name() in <include,libldap>/schema, use them in slapd/schema 1999-08-16 02:59:11 +00:00
search.c Add extensible filter support to -lldap. Need to implement server 1999-08-07 18:54:49 +00:00
sort.c
srchpref.c Fix read_next_searchobj prototype: long*blenp -> ber_len_t*blenp 1999-07-13 05:04:06 +00:00
string.c Add missing newline at EOF 1999-07-13 04:11:49 +00:00
test.c Fix printf formats: print msgtype as %lu, remove spurious sval arg in apitest 1999-08-17 21:14:03 +00:00
tls.c Include <ac/stdlib.h> instead of <stdlib.h> 1999-08-01 22:42:34 +00:00
tmplout.c s/exit(1)/exit(EXIT_FAILURE)/ 1999-08-03 18:14:24 +00:00
tmpltest.c s/exit(1)/exit(EXIT_FAILURE)/ 1999-08-03 18:14:24 +00:00
ufn.c
unbind.c LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann. 1999-08-03 19:27:22 +00:00
url.c Add const, to fix "cast away from const" warnings 1999-08-17 21:09:26 +00:00
util-int.c