openldap/libraries/libldap
Pierangelo Masarati 9129a2f7ee silence warnings
2005-09-10 18:59:35 +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 fix SASL numeric secprops parsing (ITS#3955) 2005-08-20 14:22:42 +00:00
delete.c
dnssrv.c
dntest.c don't try to print NULLs on Solaris... 2005-08-19 15:47:52 +00:00
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 Handle LDAP_INT_GLOBAL_OPT() failure in ldap_int_destroy_global_options() 2005-08-31 18:59:27 +00:00
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 silence warnings 2005-09-10 18:59:35 +00:00
os-local.c silence warnings 2005-09-10 18:59:35 +00:00
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 solve a deadlock during unbind: ldap_send_unbind() is called by ldap_free_connection() only, and just in case the last arg is not 0; but most of the times ldap_free_connection() is called with ld_req_mutex locked, so it shouldn't be locked again from inside ldap_send_unbind() 2005-08-11 17:11:41 +00:00
result.c silence warnings 2005-09-10 18:59:35 +00:00
sasl.c Read LDAPResult.resultCode & ModifyRequest.modification.operation 2005-08-10 00:54:38 +00:00
sbind.c
schema.c plug yet another one-time leak 2005-08-19 15:05:03 +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
tls.c essentially address 3791 with a reworked patch 2005-08-11 15:13:29 +00:00
turn.c
txn.c
unbind.c solve a deadlock during unbind: ldap_send_unbind() is called by ldap_free_connection() only, and just in case the last arg is not 0; but most of the times ldap_free_connection() is called with ld_req_mutex locked, so it shouldn't be locked again from inside ldap_send_unbind() 2005-08-11 17:11:41 +00:00
url.c rework internal functions - need the parsed list of URIs before massaging; no impact on exposed funcs 2005-08-17 07:50:28 +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