openldap/libraries/libldap
Pierangelo Masarati 64c7e39aa8 More compliant version of str2dn/dn2str;
may need optimization;
uncomment #define USE_LDAP_DN_PARSING in libraries/libldap/getdn.c
to enable its use.
The ava/rdn/dn handling routines (append, insert, free and so) must
be made available thru declaration in some header.
2001-10-29 08:05:23 +00:00
..
abandon.c More CLDAP tweaks, to differentiate between real LDAPv2 CLDAP and "other" 2001-10-02 01:02:23 +00:00
add.c Check for critical client controls. 2001-07-06 03:13:42 +00:00
addentry.c Avoid locale specific ctype routines. 2000-06-29 19:38:03 +00:00
apitest.c Don't attempt to send abandon unless connection exists. 2000-10-16 23:11:41 +00:00
apitest.dsp
bind.c
cache.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
charray.c cleanup 2000-09-16 22:46:04 +00:00
compare.c Check for critical client controls. 2001-07-06 03:13:42 +00:00
controls.c Check for critical client controls. 2001-07-06 03:13:42 +00:00
cyrus.c Fix declaration mismatch when CYRUS is not present 2001-09-18 00:37:56 +00:00
delete.c Check for critical client controls. 2001-07-06 03:13:42 +00:00
disptmpl.c Avoid locale specific ctype routines. 2000-06-29 19:38:03 +00:00
dn.c Remove ldap_*_dn() prototypes of #if 0 routines 2000-06-30 22:31:21 +00:00
dnssrv.c remove unused var, 'dn' 2000-09-15 02:54:28 +00:00
dntest.c More compliant version of str2dn/dn2str; 2001-10-29 08:05:23 +00:00
dsparse.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
error.c Added the easy part of NLS support, behind an #ifdef. 2001-10-04 18:06:08 +00:00
extended.c
free.c Avoid locale specific ctype routines. 2000-06-29 19:38:03 +00:00
friendly.c misc updates, constification, deprecation... 2001-07-23 05:00:39 +00:00
getattr.c Fix memory leak 2001-02-03 01:49:12 +00:00
getdn.c More compliant version of str2dn/dn2str; 2001-10-29 08:05:23 +00:00
getentry.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
getfilter.c Zap LDAP_LIBUI 2000-09-14 07:22:01 +00:00
getvalues.c
init.c Added the easy part of NLS support, behind an #ifdef. 2001-10-04 18:06:08 +00:00
kbind.c Zap LDAP_LIBUI 2000-09-14 07:22:01 +00:00
ldap-int.h skeleton of ldap_str2nd/dn2str; works with most of the simple cases, but there's much to do with unicode, I think 2001-10-18 19:00:07 +00:00
ldap.conf Clarify perms 2000-09-04 21:57:01 +00:00
ldapfilter.conf
ldapfriendly
ldapsearchprefs.conf
ldaptemplates.conf
libldap.dsp Make some additional UTF8 public 2001-07-21 23:13:04 +00:00
ltest.dsp
Makefile.in skeleton of ldap_str2nd/dn2str; works with most of the simple cases, but there's much to do with unicode, I think 2001-10-18 19:00:07 +00:00
messages.c Avoid locale specific ctype routines. 2000-06-29 19:38:03 +00:00
modify.c Check for critical client controls. 2001-07-06 03:13:42 +00:00
modrdn.c Check for critical client controls. 2001-07-06 03:13:42 +00:00
open.c Fix ntohs/htons issues 2001-10-07 02:40:16 +00:00
options.c Another round of TLS updates to support secure referral chasing 2001-06-25 19:17:42 +00:00
os-ip.c Fix ntohs/htons issues 2001-10-07 02:40:16 +00:00
os-local.c fix SOCKET_ERROR typos 2000-10-18 03:24:50 +00:00
print.c
references.c s/SAFEMEMCPY/AC_MEMCPY/ 2000-07-28 01:07:07 +00:00
request.c Resurrection/rewrite of CLDAP (RFC1798 Connectionless LDAP). 2001-09-28 00:18:40 +00:00
result.c More CLDAP tweaks, to differentiate between real LDAPv2 CLDAP and "other" 2001-10-02 01:02:23 +00:00
sasl.c More CLDAP tweaks, to differentiate between real LDAPv2 CLDAP and "other" 2001-10-02 01:02:23 +00:00
sbind.c
schema.c skeleton of ldap_str2nd/dn2str; works with most of the simple cases, but there's much to do with unicode, I think 2001-10-18 19:00:07 +00:00
search.c More CLDAP tweaks, to differentiate between real LDAPv2 CLDAP and "other" 2001-10-02 01:02:23 +00:00
sort.c
sortctrl.c Expose ldap_create_control 2000-07-22 17:29:54 +00:00
srchpref.c
string.c
test.c Rebind cleanup 2001-06-15 04:49:38 +00:00
tls.c missing leading quote 2001-10-25 18:56:06 +00:00
tmplout.c Remove CLDAP cruft 2000-08-18 04:25:00 +00:00
tmpltest.c Add missing 'static'... (ITS#823,825,828) 2000-10-11 23:42:53 +00:00
unbind.c Resurrection/rewrite of CLDAP (RFC1798 Connectionless LDAP). 2001-09-28 00:18:40 +00:00
url.c Add nul termination 2001-10-26 02:01:42 +00:00
utf-8-conv.c Fix wrapping separators (no functional change) 2001-05-28 19:42:22 +00:00
utf-8.c Make some additional UTF8 public 2001-07-21 23:13:04 +00:00
util-int.c Add ldap_pvt_gai_strerror(). 2000-10-18 17:25:30 +00:00
vlvctrl.c Expose ldap_create_control 2000-07-22 17:29:54 +00:00