openldap/libraries/libldap
2005-08-11 15:13:29 +00:00
..
abandon.c plug leaks; cleanup 2005-08-01 23:35:44 +00:00
add.c
addentry.c
apitest.c
bind.c
cancel.c
charray.c
compare.c
controls.c
cyrus.c Cleanup 2005-07-31 18:05:51 +00:00
delete.c
dnssrv.c
dntest.c
error.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
extended.c Read LDAPResult.resultCode & ModifyRequest.modification.operation 2005-08-10 00:54:38 +00:00
filter.c
free.c
ftest.c
getattr.c
getdn.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
getentry.c
getvalues.c
groupings.c ITS#3847 silence warnings 2005-07-11 10:39:32 +00:00
init.c
kbind.c
ldap-int.h Cast LDAP_BOOL value to LDAP_BOOLEANS; it could only use flags fitting in int. 2005-07-22 13:24:47 +00:00
ldap.conf
Makefile.in
messages.c
modify.c
modrdn.c
open.c
options.c Plug memory leaks - free() controls in LDAP* 2005-08-01 03:51:53 +00:00
os-ip.c more on ITS#3808 2005-06-29 12:28:40 +00:00
os-local.c
passwd.c
ppolicy.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
print.c
references.c
request.c cleanup 2005-08-11 12:13:43 +00:00
result.c Read LDAPResult.resultCode & ModifyRequest.modification.operation 2005-08-10 00:54:38 +00:00
sasl.c Read LDAPResult.resultCode & ModifyRequest.modification.operation 2005-08-10 00:54:38 +00:00
sbind.c
schema.c Remove unused type: struct token 2005-07-17 11:53:35 +00:00
search.c
sort.c
sortctrl.c
string.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
t61.c
test.c Kill harmless format warning 2005-07-06 09:28:30 +00:00
tls.c essentially address 3791 with a reworked patch 2005-08-11 15:13:29 +00:00
turn.c
txn.c
unbind.c Plug memory leaks - free() controls in LDAP* 2005-08-01 03:51:53 +00:00
url.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
utf-8-conv.c
utf-8.c
util-int.c Also declare copy_hostent() if LDAP_R_COMPILE && HAVE_GETHOSTBYADDR_R. 2005-07-26 04:21:19 +00:00
vlvctrl.c
whoami.c