openldap/libraries/libldap
Howard Chu 464292b50c Remove unneeded sasl_ssf param from ldap_int_sasl_open(),
it's set by ldap_int_sasl_external().
2002-12-18 03:09:52 +00:00
..
abandon.c Fix ITS#1983, handle writing of large requests. Only one pending request is 2002-08-29 12:12:36 +00:00
add.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
addentry.c Update copyright statements 2002-01-04 21:17:25 +00:00
apitest.c Update copyright statements 2002-01-04 21:17:25 +00:00
apitest.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
bind.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
cache.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
charray.c Fix handling of non-critical controls for backends which 2002-09-24 18:20:59 +00:00
compare.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
controls.c Add copy of OPL 2.0.1 and note in files which specifically refer 2002-10-15 23:22:20 +00:00
cyrus.c Remove unneeded sasl_ssf param from ldap_int_sasl_open(), 2002-12-18 03:09:52 +00:00
delete.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
dnssrv.c Fix crasher in ldap_domain2dn() 2002-10-10 08:59:19 +00:00
dntest.c Update dn2domain() to use str2dn() instead of explode_dn() 2002-08-17 19:42:59 +00:00
dntest.dsp Add ftest (filter test) to the mix, needs work. 2001-12-28 03:39:05 +00:00
error.c First-cut proxy authorization support. 2002-12-03 06:11:32 +00:00
extended.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
filter.c cleanup comments 2002-08-31 10:41:49 +00:00
free.c Zap LDAPv2-only stuff 2002-08-08 03:01:14 +00:00
ftest.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
ftest.dsp Add ftest (filter test) to the mix, needs work. 2001-12-28 03:39:05 +00:00
getattr.c Merged ldap_get_values_ber into ldap_get_attribute_ber. 2002-09-06 04:57:21 +00:00
getdn.c Added new ldap_get_{dn,attribute,values}_ber functions for linearly 2002-09-05 11:33:32 +00:00
getentry.c More argument handling updates 2002-06-06 00:26:50 +00:00
getvalues.c ITS #2121 submitted by Dave Steck <dsteck@novell.com> with minor changes. 2002-10-02 19:14:02 +00:00
init.c ITS#2019 Initialize utils properly 2002-08-10 23:34:55 +00:00
kbind.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
ldap-int.h Remove unneeded sasl_ssf param from ldap_int_sasl_open(), 2002-12-18 03:09:52 +00:00
ldap.conf Clarify perms 2000-09-04 21:57:01 +00:00
libldap.dsp proxy authz control (client only) 2002-11-28 02:26:55 +00:00
ltest.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
Makefile.in Add whoami.c and passwd.c and other minor tweaks to control cleanups 2002-11-28 02:44:38 +00:00
messages.c More argument handling updates 2002-06-06 00:26:50 +00:00
modify.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
modrdn.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
open.c Remove unneeded sasl_ssf param from ldap_int_sasl_open(), 2002-12-18 03:09:52 +00:00
options.c ITS #2121 submitted by Dave Steck <dsteck@novell.com> with minor changes. 2002-10-02 19:14:02 +00:00
os-ip.c Fix typo in UDP logmsg 2002-12-16 18:17:20 +00:00
os-local.c Added check for sendmsg(). Added hack to use BSD sendmsg()/recvmsg() to 2002-12-04 16:03:02 +00:00
passwd.c Fix error handling 2002-11-28 04:36:22 +00:00
print.c Remove dependencies on HAVE_VSNPRINTF, use replacement in liblutil/stdio.c 2002-09-06 20:54:22 +00:00
references.c More argument handling updates 2002-06-06 00:26:50 +00:00
request.c Fix ITS#2187, recursively free all requests 2002-11-27 03:57:36 +00:00
result.c Plug memleak in previous commit 2002-10-24 23:51:34 +00:00
sasl.c Fix ITS#2200, must send non-NULL cred even if it's zero-length. 2002-11-28 16:15:27 +00:00
sbind.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
schema.c silence warnings 2002-11-10 19:57:16 +00:00
search.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
sort.c Consistently don't check for NULL session handle and other pointers. 2002-06-05 15:46:26 +00:00
sortctrl.c Add copy of OPL 2.0.1 and note in files which specifically refer 2002-10-15 23:22:20 +00:00
string.c add upper/lower funcs that also compute the length of the string (not used yet) 2002-08-23 08:45:17 +00:00
t61.c Added conversion from UTF-8 to T.61. 2002-02-01 03:13:04 +00:00
test.c Set O_EXCL 2002-08-05 19:49:27 +00:00
tls.c Fix const errors. 2002-12-11 08:30:29 +00:00
unbind.c ITS #2121 submitted by Dave Steck <dsteck@novell.com> with minor changes. 2002-10-02 19:14:02 +00:00
url.c Fixes ITS#1935 2002-07-16 02:38:14 +00:00
utf-8-conv.c Add copy of OPL 2.0.1 and note in files which specifically refer 2002-10-15 23:22:20 +00:00
utf-8.c Added ldap_ucs_to_utf8s to convert ASN.1 T61STRING, BMPSTRING, and 2002-04-30 13:57:01 +00:00
util-int.c cleanup 2002-12-04 05:13:14 +00:00
vlvctrl.c Add copy of OPL 2.0.1 and note in files which specifically refer 2002-10-15 23:22:20 +00:00
whoami.c Fix error handling 2002-11-28 04:36:22 +00:00