pjs/directory/c-sdk/ldap/include
mcs%netscape.com d5d7f839ee Fix bug # 153250 - need a way to set SSL options when using libssldap.
Added two new libssldap public functions: ldapssl_set_option() and
		ldapssl_get_option().
	Also fixed a bug in ldapsinit:do_ldapssl_connect() that sometimes
		caused PR_Close() to be called twice on an SSL file descriptor
		if an error occurred (once in do_ldapssl_connect() itself and
		once in the libprldap close function that is called from
		do_ldapssl_connect()).
	Also updated the NSPR and NSS "error code to string" mapping
		tables that are used by ldapssl_err2string().
	Also fixed a bug in common.c:ldaptool_print_lderror (LDAP command
		line tools) where we did not check for SSL errors when the
		error code was "can't connect."  We were only checking on
		"server down" errors.
2002-06-27 19:26:38 +00:00
..
.cvsignore
MANIFEST
Makefile.client
Makefile.in Reinstate real_install target so that it will be possible to have an install target for Mozilla that works as expected (bug 138442); patch from Chris Seawood <cls@seawood.org>, r=dmose@netscape.com, mcs@netscape.com 2002-04-24 23:53:23 +00:00
disptmpl.h
iutil.h
lber.h
lcache.h
ldap-deprecated.h
ldap-extension.h
ldap-platform.h
ldap-standard-tmpl.h Add a comment near LDAP_NO_ATTRS and LDAP_ALL_USER_ATTRS. 2002-04-18 18:54:29 +00:00
ldap-to-be-deprecated.h
ldap.h
ldap_ssl.h Fix bug # 153250 - need a way to set SSL options when using libssldap. 2002-06-27 19:26:38 +00:00
ldaplog.h
ldappr.h Correct some comments to refer to the CONNECT extended I/O callback 2002-04-18 01:30:46 +00:00
ldaprot.h
ldif.h
portable.h Bug 143300: Support for files with >2GB size. Now, we compile with _LARGEFILE64_SOURCE tag and we use fopen/fopen64 accordingly. 2002-06-07 20:09:11 +00:00
proto-ntutil.h
regex.h
srchpref.h