summaryrefslogtreecommitdiff
path: root/ldap/apr_ldap_init.c
Commit message (Expand)AuthorAgeFilesLines
* Export the __fns array with an APU_MODULE_DECLARE_DATA,wrowe2008-05-301-1/+1
* Fix ifdef tests where the flags are booleans.wrowe2008-05-231-1/+1
* Introduce an internal apu_dso API for loading modular components into thewrowe2008-05-221-0/+20
* Add new APU_DECLARE_LDAP macro to wrap the private build of thesewrowe2008-05-211-12/+22
* Update license headers.jerenkrantz2007-01-151-6/+6
* Correct the use-case checking to determine our ldap[ssl]_[ssl]init()wrowe2005-09-011-1/+3
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Make sure that we return some type of LDAP error if the initialization fails ...bnicholes2005-02-011-2/+8
* Use the ldapssl_init(host,port,0) function on Novell to init LDAP connections.minfrin2005-01-211-6/+1
* -Since the apr_ldap_opt_tls_cert_t* structure is call be used as a linked lis...bnicholes2005-01-101-2/+11
* LDAP: Move all certificate initialisation, and the creation of SSLminfrin2005-01-081-308/+32
* Add the ability to detect the flavour of the LDAP toolkit within configure,minfrin2005-01-061-201/+183
* Quit using unique #include conventions. Also solve misc Win32 (possiblywrowe2005-01-051-5/+6
* Implement the startTLS functionality for Novell LDAP SDKbnicholes2005-01-051-1/+16
* The Microsoft version of the ldap_start_tls_s() function has 5 parametersminfrin2005-01-051-1/+1
* Teach apr_ldap_init() how to handle STARTTLS in addition to the existingminfrin2005-01-051-8/+52
* Rework the LDAP toolkit detection to be more accurate than "OpenLDAPminfrin2004-12-201-113/+201
* Added the apr_ldap_ssl_add_cert() API to allow multiple certificates to be st...bnicholes2004-12-151-1/+44
* Fix compiler warnings:jorton2004-08-261-1/+1
* fix typo in log messagetrawick2004-08-231-1/+1
* Fix a segfault on NetWare and give a better reason why SSL support didn't ini...bnicholes2004-08-231-0/+5
* Win32 LDAP SDK fixesbnicholes2004-08-091-1/+5
* Add the apr_ldap_info() prototype and reverse the parameter order to match th...bnicholes2004-08-051-3/+2
* Make the order of the arguments consistent with idea of the pool beingminfrin2004-08-031-4/+4
* Add an apr_ldap_err_t structure to handle the return of LDAPminfrin2004-08-011-37/+54
* Clean up for the Novell and Netscape SDKsbnicholes2004-07-301-6/+6
* Add APR functions to do the job of ldap_init(), hiding toolkitminfrin2004-07-301-0/+254