summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authn_dbm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some caching for password hash validation.Stefan Fritsch2013-01-011-2/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-2/+2
* Enable authn_cache in the main easy-to-do authn provider modulesNick Kew2010-06-231-0/+12
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-2/+2
* revert r672639 which lacked a necessary major bump, add a major MMN bumpEric Covener2008-07-231-6/+0
* mod_auth_digest: Detect during startup when AuthDigestProviderEric Covener2008-06-291-1/+7
* Convert common provider version strings ("0") toChris Darroch2008-05-201-1/+2
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-2/+2
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-7/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Use ap_strchr instead of strchr and get the constness right.Roy T. Fielding2003-01-171-2/+2
* allow empty user ids to be supplied without responding a 500.André Malo2003-01-051-21/+16
* add support for digest authentication to the authn_dbm module. TheAndré Malo2003-01-011-1/+40
* cut password at the first colon.André Malo2003-01-011-0/+6
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-301-1/+2
* kill a warningRoy T. Fielding2002-09-221-1/+1
* Add missing includes in mod_authn_file and mod_authn_dbm.Justin Erenkrantz2002-09-201-0/+1
* Add ap_register_provider and ap_lookup_provider functions which resolveJustin Erenkrantz2002-09-201-1/+1
* Remove Authoritative functionality from the authn providers.Justin Erenkrantz2002-09-181-10/+0
* Axe unused variable 'res'William A. Rowe Jr2002-09-131-1/+0
* Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modulesJustin Erenkrantz2002-09-101-79/+47
* Stage #1 of the aaa rewrite - refactoring modules.Justin Erenkrantz2002-09-101-0/+248