summaryrefslogtreecommitdiffstats
path: root/modules/ldap (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Move the ldap_simple_bind() + ldap_result() code implementing a timeoutStefan Fritsch2010-01-241-31/+48
* * Fix compiler warning about wrong formatRuediger Pluem2010-01-131-1/+1
* Introduce new config option LDAPTimeout to set the timeout for operationsStefan Fritsch2010-01-121-15/+157
* block setting debug level if AP_LDAP_OPT_DEBUG is not defined.Guenter Knauf2009-11-291-0/+2
* tweaks to r883540:Jeff Trawick2009-11-241-4/+4
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-27/+21
* require LDAPReferralHopLimit > 0Eric Covener2009-10-311-0/+4
* Stop trying to set the referral HOP limit on each connection since most SDKs ...Eric Covener2009-10-311-4/+8
* add LDAPLibraryDebug directive to mod_ldap to turn onEric Covener2009-10-301-0/+42
* Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is tooStefan Fritsch2009-10-062-8/+56
* Bring the LDAPCacheEntries and LDAPOpCacheEntries usage() in synch withEric Covener2009-09-141-5/+5
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* * Make LDAP working with APR 2.0 again by using apr-config instead ofRuediger Pluem2009-03-281-1/+5
* fix spelling in debug log messageJeff Trawick2009-01-251-1/+1
* tweak the referral/hoplimit ldap option logic to save the failure reason in t...Jeff Trawick2009-01-161-0/+2
* *) mod_ldap: Avoid a segfault when result->rc is checked in uldap_connection_...Paul J. Reder2008-12-161-1/+10
* * Another set of missed renames.Ruediger Pluem2008-12-021-1/+1
* For *trunk/* development, presume at least apr-1.3 (now released) forWilliam A. Rowe Jr2008-06-051-1/+4
* Move the initialization of rebind to the post_config handler so that it is do...Bradley Nicholes2008-04-101-3/+3
* * mod_ldap: Correctly return all requested attribute valuesEric Covener2008-03-071-14/+8
* The ordering of arguments in the directive desctiptions of LDAPTrustedGlobalCertPaul J. Reder2008-02-141-14/+16
* As per PR 41823 - s/apache.exe/httpd.exeTony Stevenson2008-02-081-1/+1
* * Fix a typo (timout -> timeout)Ruediger Pluem2008-02-061-1/+1
* Reduced the bumpiness (from major to minor) and utilized #defines throughoutPaul J. Reder2008-01-241-8/+10
* This adds Apache support (taking advantage of the new APR capability)Paul J. Reder2008-01-231-3/+108
* Review comments from Ruediger on r607766: Eric Covener2008-01-011-18/+23
* When using the MS SDK, re-establish LDAP backend connections on aEric Covener2007-12-311-16/+12
* * Set character set for HTML outputs generated by mod_ldap,Ruediger Pluem2007-12-241-1/+1
* Final stage in this ldap commitathon. This fixes some problemsPaul J. Reder2007-12-011-50/+80
* Clear the reason pointer when the connection is cleaned. We don'tPaul J. Reder2007-11-301-1/+4
* Do a better job of checking managing memory during subgroup processing.Paul J. Reder2007-11-301-6/+24
* Get rid of some compiler warnings.Paul J. Reder2007-11-301-0/+4
* fixed var declaration in the middle of code.Guenter Knauf2007-11-291-4/+2
* Perform all per-LDAP-backend related memory allocations in a standalone pool,Eric Covener2007-11-281-17/+88
* * No functional change: Style. Fix linebreaks to make code more readable.Ruediger Pluem2007-11-281-104/+188
* * Remove unused variable and thus remove compiler warningRuediger Pluem2007-11-281-1/+1
* * No need for an else block here because we do a return above.Ruediger Pluem2007-11-281-11/+10
* Stage 3 of refactoring. This reverses a couple of if checks so that the code isPaul J. Reder2007-11-281-115/+112
* Refactoring stage 2. This commit moves a large chunk of utility code out to i...Paul J. Reder2007-11-281-94/+116
* Altered some comments and minor formatting of log calls in prep for a refacto...Paul J. Reder2007-11-271-36/+39
* Remove mistaken fix. Just checking if peer review was working... you passed. :)Paul J. Reder2007-11-201-7/+1
* A quick fix to avoid potential memory issues.Paul J. Reder2007-11-171-1/+7
* fix to http://svn.apache.org/viewvc?rev=591499&view=rev to properly copy intoEric Covener2007-11-111-2/+2
* while technically uldap_connection_cleanup() does leave an entry in theEric Covener2007-11-081-2/+1
* Stop registering a cleanup on each LDAP connection created, this cleanup wasEric Covener2007-11-071-8/+2
* spurious 401s with message "DN has not been defined" when cache expiration ha...Eric Covener2007-11-021-4/+20
* fix pool misuse around mod_ldap's connection cache, previously pconf Eric Covener2007-11-021-7/+15
* better apr_ctime() usageJeff Trawick2007-08-272-4/+4
* AFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts were used Eric Covener2007-08-171-0/+1
* A couple of cleanups to the nested group code based on review comments.Paul J. Reder2007-08-022-6/+1