summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_auth_basic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1629440, r1629441, r1681424, r1681440, r1681685 from trunk:Jim Jagielski2015-06-011-1/+1
* Merge r1638072 from trunk:Jim Jagielski2014-12-021-1/+1
* Merge r1611978, r1612068 from trunk:Jim Jagielski2014-09-051-2/+2
* Add AuthBasicUseDigestAlgorithm directive to allow migration ofRainer Jung2013-10-031-1/+61
* Merge r1406068, r1425777, r1427546, r1462643, r1487530, r1493330 from trunk:Jim Jagielski2013-07-111-1/+0
* Merge r1457471, r1457504, r1462266, r1468581 from trunk:Jim Jagielski2013-07-111-6/+148
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-5/+5
* more temp pool usage and remove some useless apr_pstrdup()sStefan Fritsch2010-10-231-1/+1
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-041-0/+11
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-221-8/+0
* Convert common provider version strings ("0") toChris Darroch2008-05-191-3/+6
* Let each consumer of authn providers redefine the list_provider_namesChris Darroch2008-04-091-0/+7
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-1/+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
* 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-231-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