..
abandon.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
add.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
addentry.c
Happy new year
2003-01-03 20:20:47 +00:00
apitest.c
Happy new year
2003-01-03 20:20:47 +00:00
apitest.dsp
New indexer/filter codes (test suite works) with cheats
2000-06-04 22:59:38 +00:00
bind.c
Happy new year
2003-01-03 20:20:47 +00:00
cancel.c
Rework #ifdef'ing of expermental controls to ease release engineering
2003-02-08 21:53:05 +00:00
charray.c
Make string parameter to ldap_charray_add() and ldap_charray_inlist() const.
2003-04-29 16:34:37 +00:00
compare.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
controls.c
Happy new year
2003-01-03 20:20:47 +00:00
cyrus.c
Fix assignment of <char/int>* to unsigned <char/int>* and vice versa.
2003-05-02 13:29:28 +00:00
delete.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
dnssrv.c
More memory context tweaks
2003-04-11 01:02:08 +00:00
dntest.c
More memory context tweaks
2003-04-11 01:02:08 +00:00
dntest.dsp
Add ftest (filter test) to the mix, needs work.
2001-12-28 03:39:05 +00:00
error.c
Don't cache strings, locale could change
2003-04-06 05:48:05 +00:00
extended.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
filter.c
Happy new year
2003-01-03 20:20:47 +00:00
free.c
Happy new year
2003-01-03 20:20:47 +00:00
ftest.c
Reduce warnings: Add missing 0 or NULL initializers for struct members.
2003-04-29 16:36:19 +00:00
ftest.dsp
Add ftest (filter test) to the mix, needs work.
2001-12-28 03:39:05 +00:00
getattr.c
Fix ldap_get_attribute_ber to get values in-place.
2003-05-14 13:16:56 +00:00
getdn.c
Fix assignment of <char/int>* to unsigned <char/int>* and vice versa.
2003-05-02 13:29:28 +00:00
getentry.c
Happy new year
2003-01-03 20:20:47 +00:00
getvalues.c
Happy new year
2003-01-03 20:20:47 +00:00
init.c
Error when user tries to mix command line and default URI components.
2003-05-22 00:13:00 +00:00
kbind.c
Pass correct msgid to ldap_result
2003-03-06 14:50:39 +00:00
ldap-int.h
ITS#2424 use two SASL contexts per session to conform to RFC 2222
2003-05-01 04:11:57 +00:00
ldap.conf
Clarify perms
2000-09-04 21:57:01 +00:00
libldap.dsp
Blind fix, delete obsolete files cache.c, authpasswd.c
2003-03-07 21:10:02 +00:00
ltest.dsp
New indexer/filter codes (test suite works) with cheats
2000-06-04 22:59:38 +00:00
Makefile.in
We should be calling libtool --finish when install libraries
2003-02-09 23:10:29 +00:00
messages.c
get_ldapmsg_ber() -> ldap_get_message_ber()
2003-04-22 22:09:25 +00:00
modify.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
modrdn.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
open.c
For ITS#2424, move all SASL session management to ldap_int_sasl_bind.
2003-04-30 14:13:58 +00:00
options.c
Happy new year
2003-01-03 20:20:47 +00:00
os-ip.c
Don't do (unsafe) DNS reverse lookups.
2003-04-22 01:17:23 +00:00
os-local.c
Cast away const.
2003-04-29 14:43:54 +00:00
passwd.c
Use struct berval * instead of ** for newpasswd
2003-02-16 09:42:04 +00:00
print.c
Happy new year
2003-01-03 20:20:47 +00:00
references.c
Happy new year
2003-01-03 20:20:47 +00:00
request.c
Chasing a referral needs both the request and response mutexes.
2003-03-06 14:53:01 +00:00
result.c
Fix previous commit
2003-02-28 13:41:53 +00:00
sasl.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
sbind.c
Happy new year
2003-01-03 20:20:47 +00:00
schema.c
mark a few translatable strings
2003-04-06 06:19:13 +00:00
search.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
sort.c
Happy new year
2003-01-03 20:20:47 +00:00
sortctrl.c
Happy new year
2003-01-03 20:20:47 +00:00
string.c
Happy new year
2003-01-03 20:20:47 +00:00
t61.c
ITS#2388 fix if() conditions.
2003-03-20 11:07:53 +00:00
test.c
unifdef -DLDAP_NOCACHE
2003-02-09 07:42:18 +00:00
tls.c
Fix typo in last commit
2003-05-06 15:00:58 +00:00
unbind.c
More for re-entrant LDAP* handles. Works much better.
2003-02-13 23:02:31 +00:00
url.c
minor cleanup
2003-02-11 09:23:28 +00:00
utf-8-conv.c
Happy new year
2003-01-03 20:20:47 +00:00
utf-8.c
Fix assignment of <char/int>* to unsigned <char/int>* and vice versa.
2003-05-02 13:29:28 +00:00
util-int.c
Fix builds when getaddrinfo is not detected but getnameinfo is.
2003-04-21 18:28:08 +00:00
vlvctrl.c
Happy new year
2003-01-03 20:20:47 +00:00
whoami.c
Happy new year
2003-01-03 20:20:47 +00:00