openldap/libraries/libldap
1999-09-04 21:15:49 +00:00
..
abandon.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
add.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
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 Enable browsing info in MSVC debugging configurations. 1999-06-03 18:24:22 +00:00
apitest.dsw Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
bind.c s/LDAP_OPT_MATCHED_STRING/LDAP_OPT_MATCHED_DN/ 1999-06-05 20:18:32 +00:00
cache.c Cleanup: 1999-09-02 08:05:17 +00:00
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 ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
controls.c Fix control parsing and controls free routine. 1999-07-22 04:47:58 +00:00
delete.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
digest.c Add missing newline and EOF 1999-08-16 02:40:00 +00:00
disptmpl.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
dn.c Defer addition until we have some basic UTF-8 routines 1999-08-25 21:27:39 +00:00
dsparse.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
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 ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
friendly.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
getattr.c Add LDAP_VALID and other asserts. 1999-06-21 22:38:00 +00:00
getdn.c Fix last commit. Should not have deleted assignment to p away. 1999-09-01 05:28:29 +00:00
getdxbyname.c Cleanup: 1999-09-02 08:05:17 +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 ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
ldap-int.h Introduce and use LDAP_GCCATTR() = __attributes__() in gcc 1999-09-03 21:06:33 +00:00
ldap.conf Don't provide ldap.OpenLDAP.org and dc=OpenLDAP, dc=Org as the defaults. 1999-02-08 18:59:05 +00:00
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 merged with autoconf branch 1998-10-25 01:41:42 +00:00
ltest.dsp Enable browsing info in MSVC debugging configurations. 1999-06-03 18:24:22 +00:00
ltest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
Makefile.in Add dn.c 1999-08-25 06:52:28 +00:00
messages.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
modify.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
modrdn.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
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 Cleanup: 1999-09-02 08:05:17 +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 Cleanup: 1999-09-02 08:05:17 +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 Some constification & lint removal 1999-09-04 21:15:49 +00:00
search.c Export ldap_pvt_<find_wildcard,filter_value_unescape>() from libldap. 1999-08-31 00:44:49 +00:00
sort.c s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00
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 Separate autoconf generated values from "defaults". 1999-06-17 03:54:25 +00:00
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 s/<stdlib.h>/<ac/stdlib.h>/ 1999-06-03 00:37:44 +00:00