summaryrefslogtreecommitdiffstats
path: root/modules/ldap (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r1129808:Stefan Fritsch2011-07-239-2019/+113
* Revert r1129886:Stefan Fritsch2011-07-234-16/+16
* Revert r1129891:Stefan Fritsch2011-07-231-44/+0
* Revert r1129956:Stefan Fritsch2011-07-231-9/+9
* Revert r1130186:Stefan Fritsch2011-07-231-1/+1
* Revert r1131393:Stefan Fritsch2011-07-231-3/+4
* Revert r1140069:Stefan Fritsch2011-07-232-91/+0
* Revert r1141201:Stefan Fritsch2011-07-234-4/+0
* Allow to specify module specific custom linker flagsRainer Jung2011-07-051-1/+1
* Silence compiler warnings.Rainer Jung2011-07-041-0/+2
* Fix compilation error due to missing LDAP_DECLARE definitionStefan Fritsch2011-06-294-0/+4
* Fix load order dependencies in LDAP code by switching to use of APRJoe Orton2011-06-272-0/+91
* Fix "statement not reached" warnings with sun ccStefan Fritsch2011-06-241-2/+2
* Several fixes for the ap_ldap build logic. This should fix compilationStefan Fritsch2011-06-041-4/+3
* PR51307: Fix ldap_rebind build error when ldap is enabled and APR is built wi...Eric Covener2011-06-011-1/+1
* Fix include path relative to modules/ldap/William A. Rowe Jr2011-06-011-9/+9
* LDAP_DECLARE Header adjustment for nw/win32William A. Rowe Jr2011-05-311-0/+44
* Shift declaration logic of LDAP_DECLARE to ap_ldap.h from util_ldap.hWilliam A. Rowe Jr2011-05-314-16/+16
* Incorporate the ap_ldap incomplete API, as there is no interest or effortWilliam A. Rowe Jr2011-05-319-113/+2019
* Fix double free in out-of-mem situationStefan Fritsch2011-04-261-8/+1
* mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache perStefan Fritsch2011-04-253-26/+42
* Note util_ldap.h for convenienceWilliam A. Rowe Jr2011-03-291-0/+4
* always use (via break) the LDAP connection we're looking at once it's a match,Eric Covener2011-03-291-5/+2
* fix incorrect type of LDAP connection pool member, fix naming forsEric Covener2011-03-291-8/+8
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-181-1/+1
* change all the negative values for LDAPConnPoolTTL into Eric Covener2011-03-131-0/+4
* *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetimeEric Covener2011-03-121-7/+47
* ifdef 0-out uldap_connection_remove(), which is not part of the API and Eric Covener2011-03-121-1/+3
* Lay some groundwork for improvements to the connection pool.Eric Covener2011-03-121-57/+28
* whitespace-only: re-indent the blocks I wrapped in an if with r1080922Eric Covener2011-03-121-47/+47
* avoid apr_ldap_rebind_{add,remove} when referral chasing is turned offEric Covener2011-03-121-2/+8
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-4/+4
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-8/+8
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-6/+1
* Avoid unnecessariy initialisation before we test ldap-status handler name.Graham Leggett2010-10-201-4/+6
* Properly check the result returned by apr_ldap_init: There may have been anStefan Fritsch2010-08-191-0/+2
* set free()d pointers to NULL to avoid potential use-after-free bugsStefan Fritsch2010-08-031-1/+3
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-231-3/+2
* whitespace onlyEric Covener2010-07-111-1/+1
* whitespace/indent fixesStefan Fritsch2010-06-201-16/+15
* - add some trace loggingStefan Fritsch2010-06-201-42/+40
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-062-1/+3
* The rest of this cache display method just writes its response, and the calle...Eric Covener2010-06-041-1/+2
* when we actually get a per-server config in a vhost, the shared memoryEric Covener2010-06-041-0/+4
* Catch up with ap_[proc|global]_mutex_create api changeWilliam A. Rowe Jr2010-05-041-1/+1
* fix more errors found by cppcheckStefan Fritsch2010-04-051-1/+3
* make some sense of the difference between "Client" and "Global" certs in mod_...Eric Covener2010-02-241-18/+14
* mod_ldap: Eliminate a potential crash with multiple LDAPTrustedClientCert whenEric Covener2010-02-231-3/+6