openldap/libraries/libldap
2005-08-25 20:09:26 +00:00
..
abandon.c plug leaks; cleanup 2005-08-01 23:35:44 +00:00
add.c Happy New Year! 2005-01-01 20:49:32 +00:00
addentry.c Happy New Year! 2005-01-01 20:49:32 +00:00
apitest.c Happy New Year! 2005-01-01 20:49:32 +00:00
bind.c Happy New Year! 2005-01-01 20:49:32 +00:00
cancel.c Happy New Year! 2005-01-01 20:49:32 +00:00
charray.c Happy New Year! 2005-01-01 20:49:32 +00:00
compare.c Happy New Year! 2005-01-01 20:49:32 +00:00
controls.c Happy New Year! 2005-01-01 20:49:32 +00:00
cyrus.c fix SASL numeric secprops parsing (ITS#3955) 2005-08-20 14:22:42 +00:00
delete.c Happy New Year! 2005-01-01 20:49:32 +00:00
dnssrv.c Happy New Year! 2005-01-01 20:49:32 +00:00
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 Happy New Year! 2005-01-01 20:49:32 +00:00
free.c Happy New Year! 2005-01-01 20:49:32 +00:00
ftest.c Happy New Year! 2005-01-01 20:49:32 +00:00
getattr.c Happy New Year! 2005-01-01 20:49:32 +00:00
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 Happy New Year! 2005-01-01 20:49:32 +00:00
getvalues.c Happy New Year! 2005-01-01 20:49:32 +00:00
groupings.c ITS#3847 silence warnings 2005-07-11 10:39:32 +00:00
init.c <limits.h> cleanup && ITS#3643 2005-04-10 19:32:14 +00:00
kbind.c Happy New Year! 2005-01-01 20:49:32 +00:00
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 Remove $OpenLDAP$ from installed configuration file 2003-05-25 04:09:37 +00:00
Makefile.in Add ldap_turn(3) and ldap_turn_s(3). 2005-05-04 20:24:48 +00:00
messages.c Happy New Year! 2005-01-01 20:49:32 +00:00
modify.c Happy New Year! 2005-01-01 20:49:32 +00:00
modrdn.c Happy New Year! 2005-01-01 20:49:32 +00:00
open.c <limits.h> cleanup && ITS#3643 2005-04-10 19:32:14 +00:00
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 replace struct msghdr macros 2005-08-13 02:17:12 +00:00
passwd.c Happy New Year! 2005-01-01 20:49:32 +00:00
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 Happy New Year! 2005-01-01 20:49:32 +00:00
references.c Happy New Year! 2005-01-01 20:49:32 +00:00
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 treat TRUE/FLASE like SUCCESS; don't chase "" referrals 2005-08-22 09:41:36 +00:00
sasl.c Read LDAPResult.resultCode & ModifyRequest.modification.operation 2005-08-10 00:54:38 +00:00
sbind.c Happy New Year! 2005-01-01 20:49:32 +00:00
schema.c plug yet another one-time leak 2005-08-19 15:05:03 +00:00
search.c Happy New Year! 2005-01-01 20:49:32 +00:00
sort.c Happy New Year! 2005-01-01 20:49:32 +00:00
sortctrl.c Happy New Year! 2005-01-01 20:49:32 +00:00
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 Happy New Year! 2005-01-01 20:49:32 +00:00
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 Add ldap_turn(3) and ldap_turn_s(3). 2005-05-04 20:24:48 +00:00
txn.c Happy New Year! 2005-01-01 20:49:32 +00:00
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 Happy New Year! 2005-01-01 20:49:32 +00:00
utf-8.c Happy New Year! 2005-01-01 20:49:32 +00:00
util-int.c Also declare copy_hostent() if LDAP_R_COMPILE && HAVE_GETHOSTBYADDR_R. 2005-07-26 04:21:19 +00:00
vlvctrl.c Happy New Year! 2005-01-01 20:49:32 +00:00
whoami.c Happy New Year! 2005-01-01 20:49:32 +00:00