summaryrefslogtreecommitdiffstats
path: root/include/util_ldap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-07-011-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-121-0/+1
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-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-041-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-291-0/+5
* Add the LDAPVerifyServerCert directive to util_ldap to forceBradley Nicholes2005-05-121-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
* Add util_ldap_cache_getuserdn() prototype to the util_ldap.h header fileBradley Nicholes2004-11-041-0/+22
* Replace the thread reader/writer lock that protects the shared memory cache t...Bradley Nicholes2004-06-251-1/+2
* Enhance the util_ldap cache-info page to display the current contents of the ...Bradley Nicholes2004-06-171-11/+1
* Overhaul handling of LDAP error conditions, so that the util_ldap_*Graham Leggett2004-05-211-3/+14
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Sync with APR-util deprecated functions.Justin Erenkrantz2003-11-161-2/+2
* mod_auth_ldap: Fix some segfaults in the cache logic.Jeff Trawick2003-11-061-7/+21
* Added support for Novell LDAP SDK and standardized the SSL support acrossBradley Nicholes2003-02-141-13/+16
* finished that boring job:André Malo2003-02-031-1/+1
* Change the LDAP modules to export their symbols correctlyGraham Leggett2002-10-091-7/+29
* fix a compile problem in util_ldap.c when APU_HAS_LDAP_NETSCAPE_SSLJeff Trawick2002-07-311-1/+1
* if APR doesn't support threads, we don't need (and can't have) theseJeff Trawick2002-07-301-0/+4
* untabifyJeff Trawick2002-07-301-21/+21
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Updated to use the newer locking API's. This file should probably be movedBradley Nicholes2002-02-081-3/+4
* Add specified user attributes to the environment when usingGraham Leggett2001-08-291-4/+6
* Fixed LDAP cleanup on graceful restarts. LDAP connections are nowGraham Leggett2001-08-181-1/+12
* Oops - left off the apr_ldap.h file in the commit.Graham Leggett2001-08-181-0/+275