]> granicus.if.org Git - apache/history - modules/aaa/mod_auth_basic.c
move a temporary table from r->pool to a temporary
[apache] / modules / aaa / mod_auth_basic.c
2013-08-14 Chris DarrochAdd AuthBasicUseDigestAlgorithm directive to allow...
2013-07-03 Eric CovenerRestore support for the AUTH_HANDLED return code in...
2013-04-16 Graham Leggettmod_auth_basic: Allow AuthBasicFake to be switched...
2013-03-28 Ruediger Pluem* Inherit providers during merging
2013-03-17 Graham LeggettRemove the Authorization header should either the usern...
2013-03-17 Graham Leggettmod_auth_basic: Add a generic mechanism to fake basic...
2013-01-01 Stefan Fritschremove unneeded include statements
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2010-10-23 Stefan Fritschmore temp pool usage and remove some useless apr_pstrdup()s
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2008-05-22 Chris DarrochDetermine registered authn/z providers directly in...
2008-05-19 Chris DarrochConvert common provider version strings ("0") to
2008-04-09 Chris DarrochLet each consumer of authn providers redefine the list_...
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-01-11 Bradley NicholesAuthz refactoring
2005-11-16 Justin ErenkrantzRemove support for 'On' and 'Off' for AuthBasicProvider...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-05-26 Paul QuernaFix segmentation fault in mod_auth_{basic,digest} when...
2005-05-23 Bradley NicholesAdd the auth provider name as a note in the request...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-08-18 Bradley NicholesBoth the r->user and r->ap_auth_type were set previousl...
2004-02-21 Geoffrey Youngminor mod_auth_basic and mod_auth_digest sync. mod_aut...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-07 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-02-03 André Malofinished that boring job:
2003-01-01 André Malomake provider selection available in .htaccess files
2002-12-08 Wilfredo Sanchezthere is some confusion with "yes" and "no" and "on...
2002-12-08 Wilfredo Sanchezoutch. there are some possible NULL pointer references...
2002-12-08 Wilfredo Sanchezwhen asking the providers for authentication, the main...
2002-11-30 Justin ErenkrantzPer Greg's request, add a version string component...
2002-09-20 Justin ErenkrantzAdd ap_register_provider and ap_lookup_provider functio...
2002-09-18 Justin ErenkrantzAdd ability to use multiple providers for basic and...
2002-09-10 Jeff Trawickmake sure we always set return_code when converting...
2002-09-10 Jeff Trawickpick up prototypes for apr_base64_* and, on some platfo...
2002-09-10 Justin ErenkrantzStage #2 of aaa rewrite: Add provider support so that...
2002-09-10 Justin ErenkrantzStage #1 of the aaa rewrite - refactoring modules.