| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add util_ldap_cache_getuserdn() prototype to the util_ldap.h header file | Bradley Nicholes | 2004-11-04 | 1 | -0/+22 |
* | Replace the thread reader/writer lock that protects the shared memory cache t... | Bradley Nicholes | 2004-06-25 | 1 | -1/+2 |
* | Enhance the util_ldap cache-info page to display the current contents of the ... | Bradley Nicholes | 2004-06-17 | 1 | -11/+1 |
* | Overhaul handling of LDAP error conditions, so that the util_ldap_* | Graham Leggett | 2004-05-21 | 1 | -3/+14 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -49/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Sync with APR-util deprecated functions. | Justin Erenkrantz | 2003-11-16 | 1 | -2/+2 |
* | mod_auth_ldap: Fix some segfaults in the cache logic. | Jeff Trawick | 2003-11-06 | 1 | -7/+21 |
* | Added support for Novell LDAP SDK and standardized the SSL support across | Bradley Nicholes | 2003-02-14 | 1 | -13/+16 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Change the LDAP modules to export their symbols correctly | Graham Leggett | 2002-10-09 | 1 | -7/+29 |
* | fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSL | Jeff Trawick | 2002-07-31 | 1 | -1/+1 |
* | if APR doesn't support threads, we don't need (and can't have) these | Jeff Trawick | 2002-07-30 | 1 | -0/+4 |
* | untabify | Jeff Trawick | 2002-07-30 | 1 | -21/+21 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Updated to use the newer locking API's. This file should probably be moved | Bradley Nicholes | 2002-02-08 | 1 | -3/+4 |
* | Add specified user attributes to the environment when using | Graham Leggett | 2001-08-29 | 1 | -4/+6 |
* | Fixed LDAP cleanup on graceful restarts. LDAP connections are now | Graham Leggett | 2001-08-18 | 1 | -1/+12 |
* | Oops - left off the apr_ldap.h file in the commit. | Graham Leggett | 2001-08-18 | 1 | -0/+275 |