| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_ldap: Use the LDAP API directly to implement the rebind callback | Joe Orton | 2020-06-16 | 1 | -1/+0 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -1/+1 |
* | make LDAPConnectionPoolTTL more conservative, use r->request_time rather than | Eric Covener | 2014-07-05 | 1 | -0/+1 |
* | change r1500483 to only be enabled when building against the MS LDAP SDK. | Eric Covener | 2013-12-18 | 1 | -1/+1 |
* | Fixed some Windows warnings. | Guenter Knauf | 2013-07-07 | 1 | -0/+4 |
* | PR54587: LDAP connections used for authn were not respecting | Eric Covener | 2013-03-04 | 1 | -0/+2 |
* | followup to r1348036, MSSDK's WinLdap.h uses an enum for LDAP_* status codes,... | Eric Covener | 2012-11-12 | 1 | -1/+1 |
* | * include/util_ldap.h: Treat LDAP_UNAVAILABLE as a transient error | Joe Orton | 2012-06-08 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -10/+10 |
* | mod_ldap: remove hard-coded loops of 10 retries w/o delay with a configurable | Eric Covener | 2011-08-11 | 1 | -0/+2 |
* | * Make trunk compile with APR trunk again (without LDAP support of course), by | Ruediger Pluem | 2011-07-25 | 1 | -5/+11 |
* | Revert r1129808: | Stefan Fritsch | 2011-07-23 | 1 | -9/+9 |
* | Revert r1129886: | Stefan Fritsch | 2011-07-23 | 1 | -0/+21 |
* | Revert r1131393: | Stefan Fritsch | 2011-07-23 | 1 | -6/+6 |
* | Revert r1143225: | Stefan Fritsch | 2011-07-23 | 1 | -0/+6 |
* | Removed define which is now in ap_ldap.h. | Guenter Knauf | 2011-07-06 | 1 | -6/+0 |
* | Several fixes for the ap_ldap build logic. This should fix compilation | Stefan Fritsch | 2011-06-04 | 1 | -6/+6 |
* | Shift declaration logic of LDAP_DECLARE to ap_ldap.h from util_ldap.h | William A. Rowe Jr | 2011-05-31 | 1 | -21/+0 |
* | Incorporate the ap_ldap incomplete API, as there is no interest or effort | William A. Rowe Jr | 2011-05-31 | 1 | -9/+9 |
* | fix incorrect type of LDAP connection pool member, fix naming fors | Eric Covener | 2011-03-29 | 1 | -1/+1 |
* | Lay some groundwork for improvements to the connection pool. | Eric Covener | 2011-03-12 | 1 | -10/+3 |
* | re-order many struct members for better alignment on 64bit | Stefan Fritsch | 2010-07-01 | 1 | -4/+7 |
* | odd assortment of spelling fixes | Jeff Trawick | 2010-05-24 | 1 | -1/+1 |
* | missing file from r915660, major MMN bump already in original revision | Eric Covener | 2010-02-24 | 1 | -1/+1 |
* | Introduce new config option LDAPTimeout to set the timeout for operations | Stefan Fritsch | 2010-01-12 | 1 | -0/+1 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -1/+0 |
* | Stop trying to set the referral HOP limit on each connection since most SDKs ... | Eric Covener | 2009-10-31 | 1 | -5/+0 |
* | add LDAPLibraryDebug directive to mod_ldap to turn on | Eric Covener | 2009-10-30 | 1 | -0/+1 |
* | Reduced the bumpiness (from major to minor) and utilized #defines throughout | Paul J. Reder | 2008-01-24 | 1 | -2/+8 |
* | This adds Apache support (taking advantage of the new APR capability) | Paul J. Reder | 2008-01-23 | 1 | -0/+8 |
* | When using the MS SDK, re-establish LDAP backend connections on a | Eric Covener | 2007-12-31 | 1 | -0/+7 |
* | Perform all per-LDAP-backend related memory allocations in a standalone pool, | Eric Covener | 2007-11-28 | 1 | -0/+2 |
* | while technically uldap_connection_cleanup() does leave an entry in the | Eric Covener | 2007-11-08 | 1 | -1/+1 |
* | Stop registering a cleanup on each LDAP connection created, this cleanup was | Eric Covener | 2007-11-07 | 1 | -2/+1 |
* | mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability | Paul J. Reder | 2007-07-27 | 1 | -1/+36 |
* | revert revision 555470 | Eric Covener | 2007-07-19 | 1 | -3/+3 |
* | This data is passed in an unsafe way to the LDAP SDK if the compiler | Eric Covener | 2007-07-12 | 1 | -3/+3 |
* | Use correct Doxygen keywords for functions and variables. TODO: figure out w... | Sander Temme | 2007-07-04 | 1 | -12/+12 |
* | * Add extern "C" linkage to several headers to make it easier to use | Ruediger Pluem | 2007-05-04 | 1 | -1/+7 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -0/+5 |
* | Add the LDAPVerifyServerCert directive to util_ldap to force | Bradley Nicholes | 2005-05-12 | 1 | -0/+1 |
* | Implement the exported function from mod_ldap(util_ldap) as optional function... | Bradley Nicholes | 2005-03-31 | 1 | -17/+17 |
* | * include/util_ldap.h (util_ldap_state_t): Fix gcc format string | Joe Orton | 2005-02-11 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Added a new LDAPConnectionTimeout directive to util_ldap so that the socket c... | Bradley Nicholes | 2005-01-27 | 1 | -0/+1 |
* | mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option() | Graham Leggett | 2005-01-19 | 1 | -4/+7 |
* | Correct the order of includes to follow httpd conventions, and get | William A. Rowe Jr | 2005-01-05 | 1 | -14/+14 |