summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_authn_dbm.c
Commit message (Expand)AuthorAgeFilesLines
* 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