openldap/libraries/libldap
2005-07-22 13:24:47 +00:00
..
abandon.c tentative fix of another issue related to ITS#3800; please review 2005-06-30 16:49:00 +00:00
add.c
addentry.c
apitest.c
bind.c
cancel.c
charray.c
compare.c
controls.c
cyrus.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +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
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 <limits.h> cleanup && ITS#3643 2005-04-10 19:32:14 +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 Add ldap_turn(3) and ldap_turn_s(3). 2005-05-04 20:24:48 +00:00
messages.c
modify.c
modrdn.c
open.c <limits.h> cleanup && ITS#3643 2005-04-10 19:32:14 +00:00
options.c allow to muck with referrals while chasing... 2005-05-28 14:29:08 +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 paranoid check 2005-07-16 15:37:01 +00:00
result.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
sasl.c
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
turn.c Add ldap_turn(3) and ldap_turn_s(3). 2005-05-04 20:24:48 +00:00
txn.c
unbind.c
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 Fix typos GETNAMEINFO->HAVE_GETNAMEINFO, HAVE_HERROR->HAVE_HSTRERROR 2005-07-14 19:17:05 +00:00
vlvctrl.c
whoami.c