summaryrefslogtreecommitdiffstats
path: root/modules/ldap/util_ldap_cache_mgr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_create_caches): DestroyJoe Orton2018-10-051-5/+9
* mod_ldap: fix format warnings.Yann Ylavic2018-03-201-2/+2
* PR61891: looping over mostly full LDAP cacheEric Covener2017-12-131-4/+23
* https://bz.apache.org/bugzilla/show_bug.cgi?id=58855Jim Jagielski2017-01-091-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Fix strange indent.Christophe Jaillet2014-10-201-3/+5
* CVE-2012-3499Stefan Fritsch2012-12-081-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-5/+5
* Revert r1129808:Stefan Fritsch2011-07-231-2/+2
* Incorporate the ap_ldap incomplete API, as there is no interest or effortWilliam A. Rowe Jr2011-05-311-2/+2
* Fix double free in out-of-mem situationStefan Fritsch2011-04-261-8/+1
* mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache perStefan Fritsch2011-04-251-2/+13
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* The rest of this cache display method just writes its response, and the calle...Eric Covener2010-06-041-1/+2
* Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is tooStefan Fritsch2009-10-061-7/+55
* Do a better job of checking managing memory during subgroup processing.Paul J. Reder2007-11-301-6/+24
* better apr_ctime() usageJeff Trawick2007-08-271-1/+1
* A couple of cleanups to the nested group code based on review comments.Paul J. Reder2007-08-021-1/+0
* mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the abilityPaul J. Reder2007-07-271-2/+44
* update license header textRoy T. Fielding2006-07-111-6/+6
* revert accidental copyright year changesRoy T. Fielding2006-04-201-1/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-2/+2
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-26/+26
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): ReplaceJoe Orton2005-07-281-41/+41
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_insert,Joe Orton2005-07-281-3/+3
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_insert): Fix aJoe Orton2005-07-281-1/+8
* Actually use the compare_cache_size value that is being set by LDAPOpCacheEnt...Bradley Nicholes2005-03-311-5/+9
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Correct the order of includes to follow httpd conventions, and getWilliam A. Rowe Jr2005-01-051-1/+1
* Don't display the cache statistics if the node is emptyBradley Nicholes2004-10-301-12/+18
* mod_ldap: prevent the possiblity of an infinite loop in the LDAPGraham Leggett2004-10-031-2/+5
* Remove the second initialisation of the variable to NULL. It is alreadyGraham Leggett2004-09-221-2/+0
* Fix a segfault in the LDAP cache purge.Graham Leggett2004-09-201-4/+8
* * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): ReturnJoe Orton2004-09-131-0/+3
* * modules/ldap/util_ldap.c (util_ldap_post_config): Fix falseJoe Orton2004-09-131-1/+1
* Move util_ldap out of experimental and into ldap.Bradley Nicholes2004-08-191-0/+740
* Missed this one when I removed the other ldap files.Ryan Bloom2001-10-161-537/+0
* Added some bulletproofing to memory allocation in the LDAP cacheGraham Leggett2001-08-301-2/+7
* Add specified user attributes to the environment when usingGraham Leggett2001-08-291-6/+9
* Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAPGraham Leggett2001-08-181-3/+3
* Landing of mod_ldap - the LDAP cache and connection pooling module.Graham Leggett2001-08-181-0/+529