| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Be less tolerant when parsing the credencial for Basic authorization. Only sp... | Christophe Jaillet | 2017-12-04 | 1 | -1/+1 |
* | Use ap_cstr_casecmp instead of strcasecmp. | Christophe Jaillet | 2017-12-04 | 1 | -1/+1 |
* | Fix a segmentation fault if AuthzDBDQuery is not set. | Christophe Jaillet | 2017-09-21 | 1 | -2/+8 |
* | Correct string scope to prevent duplicated values for subsequent tokens. | William A. Rowe Jr | 2017-07-05 | 1 | -2/+2 |
* | Fix some style issues. | Christophe Jaillet | 2017-05-20 | 1 | -7/+11 |
* | Add an explicit NULL to initialise a field in an authn_provider structure, as... | Christophe Jaillet | 2017-05-20 | 1 | -0/+1 |
* | Follow up to r1772919: update APLOGNO(). | Yann Ylavic | 2017-02-20 | 1 | -1/+1 |
* | https://bz.apache.org/bugzilla/show_bug.cgi?id=58855 | Jim Jagielski | 2017-01-09 | 2 | -12/+12 |
* | mod_auth_digest: fix segfaults during shared memory exhaustion | Jacob Champion | 2016-12-06 | 1 | -9/+43 |
* | Remove unused typedef uthn_dbd_conf | Christophe Jaillet | 2016-08-18 | 1 | -5/+0 |
* | 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 | 6 | -6/+6 |
* | Revert r1755930: actually what'd be read after AP_FCGI_END_REQUEST is padding, | Yann Ylavic | 2016-08-11 | 1 | -8/+8 |
* | mod_{proxy,authnz}_fcgi: follow up to r1750392. | Yann Ylavic | 2016-08-11 | 1 | -8/+8 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 5 | -30/+30 |
* | PR59612: Print the ap_expr() error message when an expression cannot | Eric Covener | 2016-05-22 | 1 | -0/+1 |
* | PR59611: Fix AH02633 require type | Eric Covener | 2016-05-22 | 1 | -1/+1 |
* | Fix a comment similar to r1638072 | Christophe Jaillet | 2016-04-17 | 1 | -1/+1 |
* | Silent a smatch warning: | Christophe Jaillet | 2016-03-11 | 1 | -1/+1 |
* | mod_authz_host: add a new "forward-dns" authorization type | Fabien Coelho | 2016-03-10 | 1 | -0/+75 |
* | Use ap_array_str_contains to simplify code | Christophe Jaillet | 2016-03-05 | 1 | -17/+15 |
* | Use ap_array_str_contains to simplify code | Christophe Jaillet | 2016-03-03 | 1 | -9/+1 |
* | PR59039 Digest not working with ap_expr based AuthName | Eric Covener | 2016-02-22 | 1 | -23/+28 |
* | hostname: Test and log useragent_host per-request across various modules, | William A. Rowe Jr | 2016-02-12 | 2 | -8/+3 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -2/+2 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -2/+2 |
* | Do not use the magic string "directory". Use the corresponding global variabl... | Christophe Jaillet | 2015-12-11 | 1 | -1/+1 |
* | Use 'ap_pbase64decode' to simplify code. | Christophe Jaillet | 2015-11-28 | 1 | -5/+1 |
* | Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages. | Yann Ylavic | 2015-11-24 | 2 | -2/+2 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 6 | -32/+32 |
* | Remove some useless 'return' statements. | Christophe Jaillet | 2015-11-21 | 1 | -3/+6 |
* | Constify + save a few bytes in conf pool | Christophe Jaillet | 2015-10-30 | 1 | -2/+2 |
* | Remove code related to 'AuthDigestEnableQueryStringHack' | Christophe Jaillet | 2015-09-16 | 1 | -26/+0 |
* | s/the the/the/g | Rich Bowen | 2015-07-09 | 2 | -3/+3 |
* | mod_authz_dbd: Avoid a crash when lacking correct DB access permissions. PR 5... | Yann Ylavic | 2015-07-01 | 1 | -0/+13 |
* | * mod_auth_digest: Use anonymous shm by default, fall back on name-based. | Jan Kaluža | 2015-06-10 | 1 | -3/+12 |
* | Save a few bytes in conf pool | Christophe Jaillet | 2015-06-06 | 1 | -2/+2 |
* | Save a few bytes in conf pool | Christophe Jaillet | 2015-05-26 | 1 | -1/+1 |
* | Save a few bytes in conf pool and axe a function that duplicates 'ap_set_stri... | Christophe Jaillet | 2015-05-24 | 1 | -12/+2 |
* | mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetime | Yann Ylavic | 2015-05-13 | 1 | -4/+6 |
* | Add missing APLOGNOs by running | Rainer Jung | 2015-03-31 | 1 | -2/+2 |
* | Correct MS-DOS check-in crap on text files | William A. Rowe Jr | 2015-03-27 | 1 | -119/+119 |
* | * mod_access_compat, mod_authz_host: Handle '#' character. | Jan Kaluža | 2015-03-19 | 2 | -1/+17 |
* | * mod_authn_dbd: apr_pstrdup dbd_password and dbd_hash to fix use-after-free | Jan Kaluža | 2015-03-03 | 1 | -2/+4 |
* | mod_authn_core: Add expression support to AuthName and AuthType. | Graham Leggett | 2015-03-01 | 1 | -10/+51 |
* | Fix a precedence issue. | Christophe Jaillet | 2015-02-09 | 1 | -2/+11 |
* | Fix cut and paste typo in error message + remove empty lines to be consistent | Christophe Jaillet | 2015-02-02 | 1 | -5/+1 |
* | as in r1517366, drop the severity in authz_groupfile when a require | Eric Covener | 2015-01-23 | 1 | -1/+1 |
* | Silence compiler warnings: | Rainer Jung | 2015-01-18 | 1 | -4/+5 |
* | mod_authnz_fcgi: we don't need to add the trailing '\0' to parse response hea... | Yann Ylavic | 2014-11-18 | 1 | -4/+3 |