summaryrefslogtreecommitdiff
path: root/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* Attempt to keep up with non-uniform #includes. Make consistent to thewrowe2005-01-051-6/+7
* Quit using unique #include conventions. Also solve misc Win32 (possiblywrowe2005-01-052-9/+9
* 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-052-8/+155
* 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
* Remove .cvsignore files.jorton2004-11-181-3/+0
* Fix a parsing problem with the LDAP URL where it was truncating the host port...bnicholes2004-10-251-4/+3
* Fix compiler warnings:jorton2004-08-262-1/+4
* 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-092-1/+6
* Add the apr_ldap_info() prototype and reverse the parameter order to match th...bnicholes2004-08-051-3/+2
* Fix a compile problem - ldap_url_parse_ext should be apr_ldap_url_parse_ext().minfrin2004-08-031-1/+1
* Make the order of the arguments consistent with idea of the pool beingminfrin2004-08-031-4/+4
* Overhaul support for LDAP URL parsing. Instead of using incompatibleminfrin2004-08-031-207/+168
* Begone foul fooness. We now only support LDAP v3.0 SDKs, so apr_ldap_compatminfrin2004-08-031-48/+0
* Remove support for LDAP v2.0 SDK toolkits. This will be addedminfrin2004-08-031-24/+4
* Add a note to indicate deprecated code in APR v1.0. This code will be fixedminfrin2004-08-022-0/+14
* 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
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-132-98/+20
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-8/+0
* Axe deprecated functions, #defines, etc. in apr-util.jerenkrantz2003-11-161-2/+2
* Update copyright notifications to 2003.thommay2003-01-012-2/+2
* With luck, this finally closes Blair's build issues.wrowe2002-12-111-0/+4
* If ldap isn't available on a given platform, continue to reap thewrowe2002-12-111-2/+1
* Eliminate LDAP_CONST ... needs to be decorated if we plan to deal withwrowe2002-12-111-5/+5
* Since there has been only a single comment and no objections, beginwrowe2002-12-112-0/+758
* Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is first to preventjerenkrantz2002-05-081-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Switch APRUTIL over to use the APR_FIND_APR macro provided by APR.gstein2002-02-061-4/+1
* APRUTIL_INCLUDES now available.ianh2002-01-181-1/+1
* Fix up VPATH support so that it will survive config.status invocations.jerenkrantz2002-01-041-1/+4
* Get VPATH builds working for APR-util again. We need to include bothrbb2001-09-131-1/+1
* ignore generated directory .libstrawick2001-08-221-0/+1
* ignore generated filestrawick2001-08-201-0/+2
* Some style correctionminfrin2001-08-181-8/+6
* Second part of LDAP-to-apr-util patch: The compatibility functionsminfrin2001-08-182-0/+110