openldap/libraries/libldap
1999-08-03 20:02:44 +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 s/exit(1)/exit(EXIT_FAILURE)/ 1999-08-03 18:14:24 +00:00
apitest.dsp
apitest.dsw
bind.c
cache.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +00:00
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 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 s/exit(1)/exit(EXIT_FAILURE)/ 1999-08-03 18:14:24 +00:00
disptmpl.c ber_int_t, ber_tag_t, ber_socket_t, ber_len_t 1999-06-18 23:53:05 +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 ldap_perror: don't print matched DN or error text if length is zero. 1999-08-02 20:03:50 +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
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 LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann. 1999-08-03 19:27:22 +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 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 Add tls.c 1999-07-13 19:27:33 +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 LDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars Uffmann. 1999-08-03 19:27:22 +00:00
os-ip.c Initial inet_aton() detection. 1999-08-03 20:02:44 +00:00
print.c
references.c Add LDAP_VALID and other asserts. 1999-06-21 22:38:00 +00:00
request.c Fix --enable-dns compilation problems. 1999-08-02 07:41:29 +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 Minor editorial change. 1999-07-07 17:51:39 +00:00
search.c Remove extra code (non-functional change, just produces warning on OSF4.0e). 1999-07-23 00:56:56 +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 s/exit(1)/exit(EXIT_FAILURE)/ 1999-08-03 18:14:24 +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 s/exit(1)/exit(EXIT_FAILURE)/ 1999-08-03 18:14:24 +00:00
util-int.c