summaryrefslogtreecommitdiff
path: root/ldap/apr_ldap_option.c
Commit message (Expand)AuthorAgeFilesLines
* Correct the use-case checking to determine our ldap[ssl]_[ssl]init()wrowe2005-09-011-0/+2
* Added the option APR_LDAP_OPT_VERIFY_CERT to the apr_ldap_set_option()bnicholes2005-05-111-0/+42
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fix a build problem on Solaris v2.9 - Solaris SDK has no LDAP_OPT_SSL.minfrin2005-01-211-2/+5
* The Mozilla SDK has a different vendor string to the Netscape and Solarisminfrin2005-01-211-3/+3
* Solaris v2.9's LDAP is a repackaged Netscape/Mozilla SDK. Detect and handleminfrin2005-01-211-27/+21
* Use the ldapssl_init(host,port,0) function on Novell to init LDAP connections.minfrin2005-01-211-2/+2
* Add another certificate format type for the Novell LDAP SDKbnicholes2005-01-201-0/+12
* Remove an inconsistency in the function defintion that causes the build tominfrin2005-01-201-2/+2
* Remove a stray return statement.minfrin2005-01-201-1/+0
* Correct the return types for the set_option sub functions - they shouldminfrin2005-01-201-2/+2
* Fix build errors for Win32.minfrin2005-01-201-5/+3
* Change the parameter passed to set SSL certificates from a linked listminfrin2005-01-191-28/+31
* Add support for Netscape client certificates.minfrin2005-01-181-1/+15
* * ldap/apr_ldap_option.c: Code style cleanup throughout, no functionaljorton2005-01-131-152/+135
* * ldap/apr_ldap_option.c (option_set_tls, option_set_cert): Fix gccjorton2005-01-131-11/+12
* Remove the call to ldapssl_install_routines for the Novell SDK. Do to the wa...bnicholes2005-01-101-8/+8
* LDAP: Move all certificate initialisation, and the creation of SSLminfrin2005-01-081-4/+446
* Fix the eol-style. Remove some stray CRs.minfrin2005-01-061-7/+7
* Attempt to keep up with non-uniform #includes. Make consistent to thewrowe2005-01-051-6/+7
* Teach apr_ldap_init() how to handle STARTTLS in addition to the existingminfrin2005-01-051-0/+103