summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_authn_socache.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* Increase the maximum length of strings that can be cached by the module from ...Christophe Jaillet2019-08-181-1/+1
* Use ap_array_str_contains to simplify codeChristophe Jaillet2016-03-031-9/+1
* Do not use the magic string "directory". Use the corresponding global variabl...Christophe Jaillet2015-12-111-1/+1
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-3/+6
* don't log bogus rvJeff Trawick2014-03-291-1/+1
* mod_authn_socache.c: fix creation of default socache_instance.Jan Kaluža2014-03-111-0/+15
* Support optional initialization arguments for socache providers inChris Darroch2013-10-141-9/+23
* Add some caching for password hash validation.Stefan Fritsch2013-01-011-2/+1
* More pointers to mod_socache*Stefan Fritsch2011-12-041-2/+8
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-17/+17
* use non-'const char *' while building string to avoid warningsJeff Trawick2011-11-091-4/+6
* mod_authn_socache: tidy up r1199565.Nick Kew2011-11-091-3/+2
* mod_authn_socache: fix namespacing issueNick Kew2011-11-091-1/+5
* Don't return a pointer to a stack variableStefan Fritsch2011-10-191-2/+1
* mod_authn_socache: fix it to enable initialisation to work if configuredNick Kew2011-10-081-3/+12
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Fix brokeness... Thx Rüdiger PlümJim Jagielski2011-03-101-1/+2
* Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloadingNick Kew2011-01-051-1/+1
* authn_socache: if loaded but not configured to do anything,Nick Kew2010-06-301-1/+20
* Extra robustness check: don't segfault if no socache provider selectedNick Kew2010-06-301-0/+7
* Further normalize initalization stanzasWilliam A. Rowe Jr2010-06-251-2/+2
* C99 is not a requirement, fix style violation niq refuses(?) to correct.William A. Rowe Jr2010-06-251-2/+4
* Disallow setting cache context in .htaccess, lest it be abused for cross-siteNick Kew2010-06-251-1/+1
* expiry is a time, not an intervalNick Kew2010-06-231-1/+1
* Name change: fix incompleteness of r957089Nick Kew2010-06-231-4/+4
* Name change: calling it mod_authn_cache could get confusing, and theNick Kew2010-06-231-0/+403