| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the ldap_simple_bind() + ldap_result() code implementing a timeout | Stefan Fritsch | 2010-01-24 | 1 | -31/+48 |
* | * Fix compiler warning about wrong format | Ruediger Pluem | 2010-01-13 | 1 | -1/+1 |
* | Introduce new config option LDAPTimeout to set the timeout for operations | Stefan Fritsch | 2010-01-12 | 1 | -15/+157 |
* | block setting debug level if AP_LDAP_OPT_DEBUG is not defined. | Guenter Knauf | 2009-11-29 | 1 | -0/+2 |
* | tweaks to r883540: | Jeff Trawick | 2009-11-24 | 1 | -4/+4 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -27/+21 |
* | require LDAPReferralHopLimit > 0 | Eric Covener | 2009-10-31 | 1 | -0/+4 |
* | Stop trying to set the referral HOP limit on each connection since most SDKs ... | Eric Covener | 2009-10-31 | 1 | -4/+8 |
* | add LDAPLibraryDebug directive to mod_ldap to turn on | Eric Covener | 2009-10-30 | 1 | -0/+42 |
* | Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is too | Stefan Fritsch | 2009-10-06 | 2 | -8/+56 |
* | Bring the LDAPCacheEntries and LDAPOpCacheEntries usage() in synch with | Eric Covener | 2009-09-14 | 1 | -5/+5 |
* | Always make mod_*.h files available where they exist, modpath by modpath | William A. Rowe Jr | 2009-08-28 | 1 | -0/+2 |
* | * Make LDAP working with APR 2.0 again by using apr-config instead of | Ruediger Pluem | 2009-03-28 | 1 | -1/+5 |
* | fix spelling in debug log message | Jeff Trawick | 2009-01-25 | 1 | -1/+1 |
* | tweak the referral/hoplimit ldap option logic to save the failure reason in t... | Jeff Trawick | 2009-01-16 | 1 | -0/+2 |
* | *) mod_ldap: Avoid a segfault when result->rc is checked in uldap_connection_... | Paul J. Reder | 2008-12-16 | 1 | -1/+10 |
* | * Another set of missed renames. | Ruediger Pluem | 2008-12-02 | 1 | -1/+1 |
* | For *trunk/* development, presume at least apr-1.3 (now released) for | William A. Rowe Jr | 2008-06-05 | 1 | -1/+4 |
* | Move the initialization of rebind to the post_config handler so that it is do... | Bradley Nicholes | 2008-04-10 | 1 | -3/+3 |
* | * mod_ldap: Correctly return all requested attribute values | Eric Covener | 2008-03-07 | 1 | -14/+8 |
* | The ordering of arguments in the directive desctiptions of LDAPTrustedGlobalCert | Paul J. Reder | 2008-02-14 | 1 | -14/+16 |
* | As per PR 41823 - s/apache.exe/httpd.exe | Tony Stevenson | 2008-02-08 | 1 | -1/+1 |
* | * Fix a typo (timout -> timeout) | Ruediger Pluem | 2008-02-06 | 1 | -1/+1 |
* | Reduced the bumpiness (from major to minor) and utilized #defines throughout | Paul J. Reder | 2008-01-24 | 1 | -8/+10 |
* | This adds Apache support (taking advantage of the new APR capability) | Paul J. Reder | 2008-01-23 | 1 | -3/+108 |
* | Review comments from Ruediger on r607766: | Eric Covener | 2008-01-01 | 1 | -18/+23 |
* | When using the MS SDK, re-establish LDAP backend connections on a | Eric Covener | 2007-12-31 | 1 | -16/+12 |
* | * Set character set for HTML outputs generated by mod_ldap, | Ruediger Pluem | 2007-12-24 | 1 | -1/+1 |
* | Final stage in this ldap commitathon. This fixes some problems | Paul J. Reder | 2007-12-01 | 1 | -50/+80 |
* | Clear the reason pointer when the connection is cleaned. We don't | Paul J. Reder | 2007-11-30 | 1 | -1/+4 |
* | Do a better job of checking managing memory during subgroup processing. | Paul J. Reder | 2007-11-30 | 1 | -6/+24 |
* | Get rid of some compiler warnings. | Paul J. Reder | 2007-11-30 | 1 | -0/+4 |
* | fixed var declaration in the middle of code. | Guenter Knauf | 2007-11-29 | 1 | -4/+2 |
* | Perform all per-LDAP-backend related memory allocations in a standalone pool, | Eric Covener | 2007-11-28 | 1 | -17/+88 |
* | * No functional change: Style. Fix linebreaks to make code more readable. | Ruediger Pluem | 2007-11-28 | 1 | -104/+188 |
* | * Remove unused variable and thus remove compiler warning | Ruediger Pluem | 2007-11-28 | 1 | -1/+1 |
* | * No need for an else block here because we do a return above. | Ruediger Pluem | 2007-11-28 | 1 | -11/+10 |
* | Stage 3 of refactoring. This reverses a couple of if checks so that the code is | Paul J. Reder | 2007-11-28 | 1 | -115/+112 |
* | Refactoring stage 2. This commit moves a large chunk of utility code out to i... | Paul J. Reder | 2007-11-28 | 1 | -94/+116 |
* | Altered some comments and minor formatting of log calls in prep for a refacto... | Paul J. Reder | 2007-11-27 | 1 | -36/+39 |
* | Remove mistaken fix. Just checking if peer review was working... you passed. :) | Paul J. Reder | 2007-11-20 | 1 | -7/+1 |
* | A quick fix to avoid potential memory issues. | Paul J. Reder | 2007-11-17 | 1 | -1/+7 |
* | fix to http://svn.apache.org/viewvc?rev=591499&view=rev to properly copy into | Eric Covener | 2007-11-11 | 1 | -2/+2 |
* | while technically uldap_connection_cleanup() does leave an entry in the | Eric Covener | 2007-11-08 | 1 | -2/+1 |
* | Stop registering a cleanup on each LDAP connection created, this cleanup was | Eric Covener | 2007-11-07 | 1 | -8/+2 |
* | spurious 401s with message "DN has not been defined" when cache expiration ha... | Eric Covener | 2007-11-02 | 1 | -4/+20 |
* | fix pool misuse around mod_ldap's connection cache, previously pconf | Eric Covener | 2007-11-02 | 1 | -7/+15 |
* | better apr_ctime() usage | Jeff Trawick | 2007-08-27 | 2 | -4/+4 |
* | AFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts were used | Eric Covener | 2007-08-17 | 1 | -0/+1 |
* | A couple of cleanups to the nested group code based on review comments. | Paul J. Reder | 2007-08-02 | 2 | -6/+1 |