summaryrefslogtreecommitdiff
path: root/include/util_ldap.h
Commit message (Expand)AuthorAgeFilesLines
* mod_ldap: Use the LDAP API directly to implement the rebind callbackJoe Orton2020-06-161-1/+0
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* make LDAPConnectionPoolTTL more conservative, use r->request_time rather thanEric Covener2014-07-051-0/+1
* change r1500483 to only be enabled when building against the MS LDAP SDK.Eric Covener2013-12-181-1/+1
* Fixed some Windows warnings.Guenter Knauf2013-07-071-0/+4
* PR54587: LDAP connections used for authn were not respecting Eric Covener2013-03-041-0/+2
* followup to r1348036, MSSDK's WinLdap.h uses an enum for LDAP_* status codes,...Eric Covener2012-11-121-1/+1
* * include/util_ldap.h: Treat LDAP_UNAVAILABLE as a transient errorJoe Orton2012-06-081-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-10/+10
* mod_ldap: remove hard-coded loops of 10 retries w/o delay with a configurableEric Covener2011-08-111-0/+2
* * Make trunk compile with APR trunk again (without LDAP support of course), byRuediger Pluem2011-07-251-5/+11
* Revert r1129808:Stefan Fritsch2011-07-231-9/+9
* Revert r1129886:Stefan Fritsch2011-07-231-0/+21
* Revert r1131393:Stefan Fritsch2011-07-231-6/+6
* Revert r1143225:Stefan Fritsch2011-07-231-0/+6
* Removed define which is now in ap_ldap.h.Guenter Knauf2011-07-051-6/+0
* Several fixes for the ap_ldap build logic. This should fix compilationStefan Fritsch2011-06-041-6/+6
* Shift declaration logic of LDAP_DECLARE to ap_ldap.h from util_ldap.hWilliam A. Rowe Jr2011-05-311-21/+0
* Incorporate the ap_ldap incomplete API, as there is no interest or effortWilliam A. Rowe Jr2011-05-311-9/+9
* fix incorrect type of LDAP connection pool member, fix naming forsEric Covener2011-03-281-1/+1
* Lay some groundwork for improvements to the connection pool.Eric Covener2011-03-121-10/+3
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-06-301-4/+7
* odd assortment of spelling fixesJeff Trawick2010-05-241-1/+1
* missing file from r915660, major MMN bump already in original revisionEric Covener2010-02-241-1/+1
* Introduce new config option LDAPTimeout to set the timeout for operationsStefan Fritsch2010-01-111-0/+1
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-231-1/+0
* Stop trying to set the referral HOP limit on each connection since most SDKs ...Eric Covener2009-10-311-5/+0
* add LDAPLibraryDebug directive to mod_ldap to turn onEric Covener2009-10-301-0/+1
* Reduced the bumpiness (from major to minor) and utilized #defines throughoutPaul J. Reder2008-01-241-2/+8
* This adds Apache support (taking advantage of the new APR capability)Paul J. Reder2008-01-231-0/+8
* When using the MS SDK, re-establish LDAP backend connections on aEric Covener2007-12-311-0/+7
* Perform all per-LDAP-backend related memory allocations in a standalone pool,Eric Covener2007-11-281-0/+2
* while technically uldap_connection_cleanup() does leave an entry in theEric Covener2007-11-081-1/+1
* Stop registering a cleanup on each LDAP connection created, this cleanup wasEric Covener2007-11-071-2/+1
* mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the abilityPaul J. Reder2007-07-271-1/+36
* revert revision 555470Eric Covener2007-07-191-3/+3
* This data is passed in an unsafe way to the LDAP SDK if the compiler Eric Covener2007-07-121-3/+3
* Use correct Doxygen keywords for functions and variables. TODO: figure out w...Sander Temme2007-07-031-12/+12
* * Add extern "C" linkage to several headers to make it easier to useRuediger Pluem2007-05-041-1/+7
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-0/+5
* Add the LDAPVerifyServerCert directive to util_ldap to forceBradley Nicholes2005-05-111-0/+1
* Implement the exported function from mod_ldap(util_ldap) as optional function...Bradley Nicholes2005-03-311-17/+17
* * include/util_ldap.h (util_ldap_state_t): Fix gcc format stringJoe Orton2005-02-111-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Added a new LDAPConnectionTimeout directive to util_ldap so that the socket c...Bradley Nicholes2005-01-271-0/+1
* mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()Graham Leggett2005-01-191-4/+7
* Correct the order of includes to follow httpd conventions, and getWilliam A. Rowe Jr2005-01-051-14/+14