openldap/libraries/libldap
Howard Chu 5dc098dab0 Wrap get_ca_list opendir code with #if HAVE_DIRENT_H || dirent to avoid
compile errors on incompatible build platforms.
2002-07-24 19:36:03 +00:00
..
abandon.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
add.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
addentry.c Update copyright statements 2002-01-04 21:17:25 +00:00
apitest.c Update copyright statements 2002-01-04 21:17:25 +00:00
apitest.dsp
bind.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
cache.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
charray.c Update copyright statements 2002-01-04 21:17:25 +00:00
compare.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
controls.c ITS#1898: ldap_controls_dup() writes beyond allocated memory 2002-06-21 19:14:37 +00:00
cyrus.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
delete.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
dnssrv.c Fix possible under allocation of buffer 2002-07-08 18:45:53 +00:00
dntest.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
dntest.dsp Add ftest (filter test) to the mix, needs work. 2001-12-28 03:39:05 +00:00
dsparse.c Update copyright statements 2002-01-04 21:17:25 +00:00
error.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
extended.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
filter.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
free.c Update copyright statements 2002-01-04 21:17:25 +00:00
ftest.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
ftest.dsp Add ftest (filter test) to the mix, needs work. 2001-12-28 03:39:05 +00:00
getattr.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
getdn.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
getentry.c More argument handling updates 2002-06-06 00:26:50 +00:00
getfilter.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
getvalues.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
init.c Misc sprintf/snprintf cleanup 2002-07-23 18:26:33 +00:00
kbind.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
ldap-int.h Eliminate SASL client session_callbacks. Since proc was always NULL they 2002-06-06 01:44:38 +00:00
ldap.conf
ldapfilter.conf
libldap.dsp Minor cleanup 2002-01-07 21:22:38 +00:00
ltest.dsp
Makefile.in Fix NT_LINK_LIBS, UNIX_LINK_LIBS 2002-05-17 23:41:26 +00:00
messages.c More argument handling updates 2002-06-06 00:26:50 +00:00
modify.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
modrdn.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
open.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
options.c Update copyright statements 2002-01-04 21:17:25 +00:00
os-ip.c Use AF_INET instead of AF_UNSPEC when IPv6 disabled 2002-07-12 15:36:33 +00:00
os-local.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
print.c Update copyright statements 2002-01-04 21:17:25 +00:00
references.c More argument handling updates 2002-06-06 00:26:50 +00:00
request.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
result.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
sasl.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
sbind.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
schema.c Misc sprintf/snprintf cleanup 2002-07-23 18:26:33 +00:00
search.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
sort.c Consistently don't check for NULL session handle and other pointers. 2002-06-05 15:46:26 +00:00
sortctrl.c Consistently don't check for NULL session handle and other pointers. 2002-06-05 15:46:26 +00:00
string.c Fix ITS#1843, don't deref NULL string in ldap_pvt_str2upper 2002-06-07 13:27:25 +00:00
t61.c Added conversion from UTF-8 to T.61. 2002-02-01 03:13:04 +00:00
test.c Update copyright statements 2002-01-04 21:17:25 +00:00
tls.c Wrap get_ca_list opendir code with #if HAVE_DIRENT_H || dirent to avoid 2002-07-24 19:36:03 +00:00
unbind.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
url.c Fixes ITS#1935 2002-07-16 02:38:14 +00:00
utf-8-conv.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
utf-8.c Added ldap_ucs_to_utf8s to convert ASN.1 T61STRING, BMPSTRING, and 2002-04-30 13:57:01 +00:00
util-int.c Update copyright statements 2002-01-04 21:17:25 +00:00
vlvctrl.c Add error handling cleanup 2002-06-05 15:51:42 +00:00