]> granicus.if.org Git - apache/history - modules/aaa/mod_auth_digest.c
Added many log numbers to log statements that
[apache] / modules / aaa / mod_auth_digest.c
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-09-15 Christophe JailletRemove code related to 'AuthDigestEnableQueryStringHack'
2015-06-10 Jan Kaluža* mod_auth_digest: Use anonymous shm by default, fall...
2013-12-01 Christophe JailletFix missing spaces in messages
2013-09-14 Graham Leggettmod_auth_digest: Be more specific when the realm mismat...
2013-07-03 Eric CovenerRestore support for the AUTH_HANDLED return code in...
2013-06-19 Rainer JungFix "unused variable" warning.
2013-06-14 Stefan FritschMove initialization of the secret to the pre_config...
2013-06-12 Stefan FritschActually use the secret when generating nonces.
2013-03-31 Stefan FritschRemove partial non-working implementation of MD5-sess...
2013-03-31 Stefan Fritschif shm initialization fails, reset client_list to avoid...
2013-03-31 Stefan Fritschap_log_error already logs the error string, no need...
2013-03-31 Stefan Fritschuse apr_array for an array
2013-03-18 Stefan Fritschmore simplification with ap_bin2hex()
2012-08-09 Jeff Trawickmod_auth_digest now respects DefaultRuntimeDir
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-29 Stefan FritschRemove more log message prefixes that are now redundant...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-06-17 Jeff Trawicks/seperate/separate/
2011-05-22 Stefan FritschFix various "variable 'x' set but not used" warnings.
2011-05-15 Stefan FritschImprovements found by cppcheck:
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2010-10-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-10-23 Stefan Fritschmore temp pool usage and remove some useless apr_pstrdup()s
2010-08-06 Philip M. Golluccientry is over written immediately below
2010-07-31 Stefan FritschReduce logging noise at graceful restart
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2009-12-02 Jeff Trawickfix this:
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
2009-11-24 Jeff Trawicktweaks to r883540:
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-09-10 Daniel Earl PoirierFail server startup when mod_auth_digest is unable to
2009-09-09 Daniel Earl Poiriermod_auth_digest: When qop is none, client doesn't send...
2009-08-28 Daniel Earl PoirierMake code match warning message: disable nonce-checking
2009-08-28 Daniel Earl PoirierDon't let the server start if user has asked for qop...
2009-08-26 Daniel Earl PoirierFix shm, rmm, and lock problems.
2008-07-22 Eric Covenerrevert r672639 which lacked a necessary major bump...
2008-06-29 Eric Covenermod_auth_digest: Detect during startup when AuthDigestP...
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-03-09 Joe Orton* modules/aaa/mod_auth_digest.c (hdr): Remove function.
2005-11-16 Justin ErenkrantzRemove support for 'On' and 'Off' for AuthBasicProvider...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-06-23 Joe Orton* modules/aaa/mod_auth_digest.c: Another gcc 4 "structu...
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-12-14 Cliff Woolley"transfered" is not a word.
2004-04-05 Geoffrey YoungAllow Digest providers to return AUTH_DENIED to propaga...
2004-03-23 Geoffrey Youngwork around MSIE Digest auth bug - if AuthDigestEnableQ...
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-29 Justin ErenkrantzAllow mod_auth_digest to work with sub-requests with...
2004-01-01 André Maloupdate license to 2004.
2003-11-16 Justin ErenkrantzSync with APR-util deprecated functions.
2003-02-13 André Malodrop the guess_domain function.
2003-02-11 André MaloDo not use local paths for the domain parameter on...
2003-02-03 André Malofinished that boring job:
2003-01-01 André Malomake provider selection available in .htaccess files
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 Justin ErenkrantzStage #2 of aaa rewrite: Add provider support so that...
2002-09-10 Justin ErenkrantzStage #1 of the aaa rewrite - refactoring modules.
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-05 Brian Paneuse new time conversion macros in place of APR_USEC_PER_SEC
2002-06-12 William A. Rowe Jr Use lowercased macros
2002-06-12 William A. Rowe Jr Use the new APR_TIME_FROM_SEC() wrapper
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-02 Bradley NicholesBy using _setn instead of _set, this call is setting...
2002-04-28 Roy T. Fieldingkill a warning on Darwin for NONCE_LEN becoming a long...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-21 Aaron BannertConvert mod_auth_digest to use the new apr_global_mutex...
2002-01-29 Bradley NicholesAdded some type casting to the appropriate types to...
2002-01-10 William A. Rowe Jr Fixing the apr_shm_ and apr_rmm_ args back to a warni...
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-29 William A. Rowe Jr Error feedback, PLEASE!
2001-12-27 Aaron BannertTwo fixes in one:
2001-12-27 Aaron BannertStyle changes only. Lots of tab alignment issues, and...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-20 Ben LaurieFix warnings.
2001-04-14 Ryan BloomWe don't really treat this field as a const, and curren...
2001-04-10 William A. Rowe Jr Clean up a yet a couple more emits
next