summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_auth_basic.c
Commit message (Expand)AuthorAgeFilesLines
* follow-up to r1656549.Christophe Jaillet2018-09-131-2/+2
* Be less tolerant when parsing the credencial for Basic authorization. Only sp...Christophe Jaillet2017-12-041-1/+1
* Use ap_cstr_casecmp instead of strcasecmp.Christophe Jaillet2017-12-041-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-3/+3
* Use 'ap_pbase64decode' to simplify code.Christophe Jaillet2015-11-281-5/+1
* Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-11-241-1/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-4/+4
* Save a few bytes in conf poolChristophe Jaillet2015-05-261-1/+1
* Fix cut and paste typo in error message + remove empty lines to be consistentChristophe Jaillet2015-02-021-5/+1
* mod_auth_basic: Fix comment mentioning 403 instead of 401.Jan Kaluža2014-11-111-1/+1
* Add missing APLOGNO.Christophe Jaillet2014-07-191-2/+2
* Use unsigned bit flags (otherwise the non-zero value to be used is -1).Yann Ylavic2014-06-191-3/+3
* Add AuthBasicUseDigestAlgorithm directive to allow migration ofChris Darroch2013-08-141-1/+61
* Restore support for the AUTH_HANDLED return code in AUTHN providers,Eric Covener2013-07-031-0/+3
* mod_auth_basic: Allow AuthBasicFake to be switched off for an URL space.Graham Leggett2013-04-161-17/+39
* * Inherit providers during mergingRuediger Pluem2013-03-281-0/+2
* Remove the Authorization header should either the username or the passwordGraham Leggett2013-03-171-0/+6
* mod_auth_basic: Add a generic mechanism to fake basic authenticationGraham Leggett2013-03-171-6/+118
* remove unneeded include statementsStefan Fritsch2013-01-011-1/+0
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-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