| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a race condition. | Christophe Jaillet | 2019-02-08 | 1 | -14/+12 |
* | Correct string scope to prevent duplicated values for subsequent tokens. | William A. Rowe Jr | 2017-07-05 | 1 | -2/+2 |
* | Follow up to r1772919: update APLOGNO(). | Yann Ylavic | 2017-02-20 | 1 | -1/+1 |
* | mod_auth_digest: fix segfaults during shared memory exhaustion | Jacob Champion | 2016-12-06 | 1 | -9/+43 |
* | Fix some missed "strcasecmp <--> ap_cstr_casecmp" conversions. | Christophe Jaillet | 2016-08-18 | 1 | -3/+3 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -1/+1 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -21/+21 |
* | PR59039 Digest not working with ap_expr based AuthName | Eric Covener | 2016-02-22 | 1 | -23/+28 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 1 | -21/+21 |
* | Remove code related to 'AuthDigestEnableQueryStringHack' | Christophe Jaillet | 2015-09-16 | 1 | -26/+0 |
* | * mod_auth_digest: Use anonymous shm by default, fall back on name-based. | Jan Kaluža | 2015-06-10 | 1 | -3/+12 |
* | Fix missing spaces in messages | Christophe Jaillet | 2013-12-01 | 1 | -1/+1 |
* | mod_auth_digest: Be more specific when the realm mismatches because the | Graham Leggett | 2013-09-14 | 1 | -1/+9 |
* | Restore support for the AUTH_HANDLED return code in AUTHN providers, | Eric Covener | 2013-07-03 | 1 | -0/+3 |
* | Fix "unused variable" warning. | Rainer Jung | 2013-06-19 | 1 | -1/+1 |
* | Move initialization of the secret to the pre_config hook. Use | Stefan Fritsch | 2013-06-14 | 1 | -53/+20 |
* | Actually use the secret when generating nonces. | Stefan Fritsch | 2013-06-12 | 1 | -12/+47 |
* | Remove partial non-working implementation of MD5-sess and qop=auth-int. | Stefan Fritsch | 2013-03-31 | 1 | -160/+19 |
* | if shm initialization fails, reset client_list to avoid crashes | Stefan Fritsch | 2013-03-31 | 1 | -0/+2 |
* | ap_log_error already logs the error string, no need to log it twice | Stefan Fritsch | 2013-03-31 | 1 | -3/+1 |
* | use apr_array for an array | Stefan Fritsch | 2013-03-31 | 1 | -33/+20 |
* | more simplification with ap_bin2hex() | Stefan Fritsch | 2013-03-18 | 1 | -8/+1 |
* | mod_auth_digest now respects DefaultRuntimeDir | Jeff Trawick | 2012-08-09 | 1 | -11/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -40/+40 |
* | Remove more log message prefixes that are now redundant as the | Stefan Fritsch | 2011-11-29 | 1 | -35/+34 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -8/+8 |
* | s/seperate/separate/ | Jeff Trawick | 2011-06-17 | 1 | -1/+1 |
* | Fix various "variable 'x' set but not used" warnings. | Stefan Fritsch | 2011-05-22 | 1 | -4/+2 |
* | Improvements found by cppcheck: | Stefan Fritsch | 2011-05-15 | 1 | -2/+1 |
* | fix some grammar mistakes, mostly in comments | Jeff Trawick | 2011-03-12 | 1 | -1/+1 |
* | Use ap_state_query() to fix many modules that were not correctly initializing | Stefan Fritsch | 2011-02-12 | 1 | -8/+2 |
* | Fix a number of typos and misspellings. Reported by Ville Skytta. | Daniel Earl Poirier | 2010-10-30 | 1 | -1/+1 |
* | more temp pool usage and remove some useless apr_pstrdup()s | Stefan Fritsch | 2010-10-23 | 1 | -1/+1 |
* | entry is over written immediately below | Philip M. Gollucci | 2010-08-06 | 1 | -1/+0 |
* | Reduce logging noise at graceful restart | Stefan Fritsch | 2010-07-31 | 1 | -3/+2 |
* | Introduce note_auth_failure hook to allow modules to add support | Stefan Fritsch | 2010-07-04 | 1 | -0/+36 |
* | re-order many struct members for better alignment on 64bit | Stefan Fritsch | 2010-07-01 | 1 | -2/+2 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | Catch up with ap_[proc|global]_mutex_create api change | William A. Rowe Jr | 2010-05-04 | 1 | -2/+4 |
* | fix this: | Jeff Trawick | 2009-12-02 | 1 | -2/+2 |
* | Elaborate on low hanging XXX fruit | William A. Rowe Jr | 2009-12-01 | 1 | -2/+2 |
* | tweaks to r883540: | Jeff Trawick | 2009-11-24 | 1 | -6/+6 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -15/+27 |
* | Fail server startup when mod_auth_digest is unable to | Daniel Earl Poirier | 2009-09-10 | 1 | -12/+14 |
* | mod_auth_digest: When qop is none, client doesn't send nonce count, | Daniel Earl Poirier | 2009-09-09 | 1 | -0/+14 |
* | Make code match warning message: disable nonce-checking | Daniel Earl Poirier | 2009-08-28 | 1 | -1/+3 |
* | Don't let the server start if user has asked for qop=auth-int | Daniel Earl Poirier | 2009-08-28 | 1 | -3/+1 |
* | Fix shm, rmm, and lock problems. | Daniel Earl Poirier | 2009-08-26 | 1 | -34/+83 |
* | revert r672639 which lacked a necessary major bump, add a major MMN bump | Eric Covener | 2008-07-23 | 1 | -3/+1 |
* | mod_auth_digest: Detect during startup when AuthDigestProvider | Eric Covener | 2008-06-29 | 1 | -1/+3 |