summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_basic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Authz refactoringBradley Nicholes2006-01-111-1/+1
* Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProviderJustin Erenkrantz2005-11-161-15/+2
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-2/+2
* Fix segmentation fault in mod_auth_{basic,digest} when no provider is explici...Paul Querna2005-05-261-1/+2
* Add the auth provider name as a note in the request so that authn_provider_al...Bradley Nicholes2005-05-241-0/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Both the r->user and r->ap_auth_type were set previously when the username an...Bradley Nicholes2004-08-181-6/+0
* minor mod_auth_basic and mod_auth_digest sync. mod_auth_basicGeoffrey Young2004-02-211-0/+3
* 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
* make provider selection available in .htaccess filesAndré Malo2003-01-011-1/+1
* there is some confusion with "yes" and "no" and "on" and "off"... ;-)Wilfredo Sanchez2002-12-081-1/+1
* outch. there are some possible NULL pointer references. Have you ever triedWilfredo Sanchez2002-12-081-0/+14
* when asking the providers for authentication, the main loop shouldWilfredo Sanchez2002-12-081-3/+3
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-301-2/+2
* Add ap_register_provider and ap_lookup_provider functions which resolveJustin Erenkrantz2002-09-201-2/+5
* Add ability to use multiple providers for basic and digest authentication.Justin Erenkrantz2002-09-181-22/+59
* make sure we always set return_code when converting a password-check failureJeff Trawick2002-09-101-2/+1
* pick up prototypes for apr_base64_* and, on some platforms, strcasecmpJeff Trawick2002-09-101-2/+3
* Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modulesJustin Erenkrantz2002-09-101-213/+157
* Stage #1 of the aaa rewrite - refactoring modules.Justin Erenkrantz2002-09-101-0/+356