index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ldap
/
util_ldap_cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR63305: fix graceful restart crashes in LDAP
Eric Covener
2019-04-01
1
-22
/
+0
*
mod_ldap: fix format warnings.
Yann Ylavic
2018-03-20
1
-2
/
+2
*
PR61891: looping over mostly full LDAP cache
Eric Covener
2017-12-13
1
-0
/
+3
*
Fix some style issues on files that can easily be synch'ed with 2.4.x
Christophe Jaillet
2015-09-30
1
-4
/
+4
*
Unlikely potential memory leak.
Christophe Jaillet
2013-07-17
1
-1
/
+1
*
Revert r1129808:
Stefan Fritsch
2011-07-23
1
-2
/
+2
*
Incorporate the ap_ldap incomplete API, as there is no interest or effort
William A. Rowe Jr
2011-05-31
1
-2
/
+2
*
mod_ldap: Make LDAPSharedCacheSize 0 create a non-shared-memory cache per
Stefan Fritsch
2011-04-25
1
-17
/
+19
*
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
*
better apr_ctime() usage
Jeff Trawick
2007-08-27
1
-3
/
+3
*
mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
Paul J. Reder
2007-07-27
1
-2
/
+26
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
revert accidental copyright year changes
Roy T. Fielding
2006-04-20
1
-2
/
+2
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-2
/
+2
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-9
/
+9
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-2
/
+2
*
* modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Only remove
Joe Orton
2005-08-02
1
-2
/
+4
*
* modules/ldap/util_ldap_cache.c (util_ldap_url_node_display,
Joe Orton
2005-08-01
1
-57
/
+46
*
* modules/ldap/util_ldap_cache.c: Remove various casts-from-void *,
Joe Orton
2005-08-01
1
-31
/
+39
*
* modules/ldap/util_ldap_cache.c (MODLDAP_SHMEM_CACHE): Remove unused
Joe Orton
2005-08-01
1
-4
/
+0
*
* modules/ldap/util_ldap.c (util_ldap_post_config): Don't attempt to
Joe Orton
2005-08-01
1
-10
/
+3
*
* modules/ldap/util_ldap_cache.c (util_ldap_cache_module_kill): Make
Joe Orton
2005-07-28
1
-4
/
+1
*
* modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Use the
Joe Orton
2005-07-28
1
-2
/
+14
*
Actually use the compare_cache_size value that is being set by LDAPOpCacheEnt...
Bradley Nicholes
2005-03-31
1
-0
/
+1
*
Don't attempt to remove the cache_file if one was never specified.
Bradley Nicholes
2005-03-09
1
-1
/
+3
*
Keep track of the number of attributes retrieved from LDAP so that all the va...
Bradley Nicholes
2005-03-09
1
-8
/
+15
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Correct the order of includes to follow httpd conventions, and get
William A. Rowe Jr
2005-01-05
1
-2
/
+2
*
* modules/ldap/util_ldap.c (util_ldap_post_config): Fix false
Joe Orton
2004-09-13
1
-0
/
+1
*
Move util_ldap out of experimental and into ldap.
Bradley Nicholes
2004-08-19
1
-0
/
+429
*
Remove all of the ldap modules. These have been moved to their own
Ryan Bloom
2001-10-16
1
-309
/
+0
*
Added some bulletproofing to memory allocation in the LDAP cache
Graham Leggett
2001-08-30
1
-14
/
+39
*
Add specified user attributes to the environment when using
Graham Leggett
2001-08-29
1
-4
/
+40
*
Enabled negative caching on attribute comparisons in the LDAP cache.
Graham Leggett
2001-08-18
1
-0
/
+1
*
Fixed all the #if APR_HAS_SHARED_MEMORY checks within the LDAP
Graham Leggett
2001-08-18
1
-2
/
+2
*
Clean up an unnecessary function.
Graham Leggett
2001-08-18
1
-7
/
+1
*
Landing of mod_ldap - the LDAP cache and connection pooling module.
Graham Leggett
2001-08-18
1
-0
/
+253