summaryrefslogtreecommitdiff
path: root/ldap/apr_ldap_option.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix some gcc compiler warnings on Solaris with the Solaris LDAP SDKrpluem2008-06-041-0/+2
* Misdeclared loaded ldap functionwrowe2008-05-301-5/+5
* Fix ifdef tests where the flags are booleans.wrowe2008-05-231-2/+2
* Add new APU_DECLARE_LDAP macro to wrap the private build of thesewrowe2008-05-211-5/+11
* Add support for OpenLDAP's ability to support a directory ofminfrin2008-05-011-0/+7
* LDAP_OPT_REFHOPLIMIT not supported for the Novell LDAP SDKbnicholes2008-04-091-1/+1
* Ensure that the LDAP code can compile cleanly on platforms that dominfrin2008-03-241-3/+5
* Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer tominfrin2008-03-231-2/+4
* Add a couple of options to apr_ldap_set_option (APR_LDAP_OPT_REFERALS,bnicholes2008-01-181-0/+36
* Support Tivoli ITDS LDAP client library, without SSL supporttrawick2007-07-311-4/+3
* Update license headers.jerenkrantz2007-01-151-6/+6
* 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