summaryrefslogtreecommitdiff
path: root/modules/ldap/util_ldap_cache.c
Commit message (Expand)AuthorAgeFilesLines
* PR63305: fix graceful restart crashes in LDAPEric Covener2019-04-011-22/+0
* mod_ldap: fix format warnings.Yann Ylavic2018-03-201-2/+2
* PR61891: looping over mostly full LDAP cacheEric Covener2017-12-131-0/+3
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-4/+4
* Unlikely potential memory leak.Christophe Jaillet2013-07-171-1/+1
* 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
* mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache perStefan Fritsch2011-04-251-17/+19
* 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-161-1/+7
* better apr_ctime() usageJeff Trawick2007-08-271-3/+3
* mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the abilityPaul J. Reder2007-07-271-2/+26
* update license header textRoy T. Fielding2006-07-111-6/+6
* revert accidental copyright year changesRoy T. Fielding2006-04-191-2/+2
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-2/+2
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-9/+9
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-2/+2
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Only removeJoe Orton2005-08-021-2/+4
* * modules/ldap/util_ldap_cache.c (util_ldap_url_node_display,Joe Orton2005-08-011-57/+46
* * modules/ldap/util_ldap_cache.c: Remove various casts-from-void *,Joe Orton2005-08-011-31/+39
* * modules/ldap/util_ldap_cache.c (MODLDAP_SHMEM_CACHE): Remove unusedJoe Orton2005-08-011-4/+0
* * modules/ldap/util_ldap.c (util_ldap_post_config): Don't attempt toJoe Orton2005-08-011-10/+3
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_module_kill): MakeJoe Orton2005-07-281-4/+1
* * modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Use theJoe Orton2005-07-281-2/+14
* Actually use the compare_cache_size value that is being set by LDAPOpCacheEnt...Bradley Nicholes2005-03-301-0/+1
* Don't attempt to remove the cache_file if one was never specified.Bradley Nicholes2005-03-091-1/+3
* Keep track of the number of attributes retrieved from LDAP so that all the va...Bradley Nicholes2005-03-091-8/+15
* 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-2/+2
* * modules/ldap/util_ldap.c (util_ldap_post_config): Fix falseJoe Orton2004-09-131-0/+1
* Move util_ldap out of experimental and into ldap.Bradley Nicholes2004-08-181-0/+429
* Remove all of the ldap modules. These have been moved to their ownRyan Bloom2001-10-161-309/+0
* Added some bulletproofing to memory allocation in the LDAP cacheGraham Leggett2001-08-301-14/+39
* Add specified user attributes to the environment when usingGraham Leggett2001-08-281-4/+40
* Enabled negative caching on attribute comparisons in the LDAP cache.Graham Leggett2001-08-181-0/+1
* Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAPGraham Leggett2001-08-181-2/+2
* Clean up an unnecessary function.Graham Leggett2001-08-181-7/+1
* Landing of mod_ldap - the LDAP cache and connection pooling module.Graham Leggett2001-08-181-0/+253