openldap/libraries/libldap
Hallvard Furuseth 6632e41ee8 Export ldap_pvt_<find_wildcard,filter_value_unescape>() from libldap.
Use them in slapd/str2filter.c.
1999-08-31 00:44:49 +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 Do not overwrite charray argument if charray_add realloc fails. 1999-08-30 01:24:33 +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
dn.c Defer addition until we have some basic UTF-8 routines 1999-08-25 21:27:39 +00:00
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 Implement ldap_dn_normalize and friends. Should be used by clients 1999-08-25 06:44:08 +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 Implement ldap_dn_normalize and friends. Should be used by clients 1999-08-25 06:44:08 +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 Implement ldap_dn_normalize and friends. Should be used by clients 1999-08-25 06:44:08 +00:00
libldap.dsw
ltest.dsp
ltest.dsw
Makefile.in Add dn.c 1999-08-25 06:52:28 +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 Axe <varargs.h> support. Assume STDC C translator is available 1999-08-24 00:27:53 +00:00
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 Export ldap_pvt_<find_wildcard,filter_value_unescape>() from libldap. 1999-08-31 00:44: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 Implement ldap_dn_normalize and friends. Should be used by clients 1999-08-25 06:44:08 +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 Implement ldap_dn_normalize and friends. Should be used by clients 1999-08-25 06:44:08 +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