| Commit message (Expand) | Author | Age | Files | Lines |
* | Define ap_method_mask_t (typedef for apr_uint64_t) and use for method | Joe Orton | 2020-02-17 | 1 | -4/+4 |
* | mod_authz_core: follow up to r1864759. | Yann Ylavic | 2019-11-07 | 1 | -7/+8 |
* | Axe some dead code + slighly improve a comment | Christophe Jaillet | 2019-08-09 | 1 | -5/+2 |
* | If several parameters are used in a AuthzProviderAlias directive, if these pa... | Christophe Jaillet | 2018-06-23 | 1 | -1/+12 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -1/+1 |
* | Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages. | Yann Ylavic | 2015-11-24 | 1 | -1/+1 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 1 | -1/+1 |
* | s/the the/the/g | Rich Bowen | 2015-07-09 | 1 | -1/+1 |
* | PR56870: authzprovideralias-defined authz provier can't be used in a virtualhost | Eric Covener | 2014-08-19 | 1 | -1/+8 |
* | Allow Require expr to work when the expression is quoted. | Ben Reser | 2014-04-08 | 1 | -0/+10 |
* | Remove some useless declarations that were shadowing other local | Stefan Fritsch | 2013-03-31 | 1 | -1/+1 |
* | Various code clean up | Stefan Fritsch | 2012-07-15 | 1 | -6/+3 |
* | Log the actual problem if parsing of 'Require expr' fails | Stefan Fritsch | 2012-06-17 | 1 | -1/+3 |
* | If an expression in "Require expr" returns denied and | Stefan Fritsch | 2012-06-17 | 1 | -18/+47 |
* | Log error if 'Require expr' fails | Stefan Fritsch | 2012-06-17 | 1 | -3/+10 |
* | pass the provider name to parse_require_line as pool userdata | Stefan Fritsch | 2012-06-17 | 1 | -2/+8 |
* | Fix parsing of Require arguments in <AuthzProviderAlias>. | Stefan Fritsch | 2012-04-09 | 1 | -0/+16 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -8/+8 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -3/+3 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | Add string valued expressions to ap_expr, do some API cleanup | Stefan Fritsch | 2011-07-02 | 1 | -2/+2 |
* | Don't log AuthMerging XXX as <RequireXXX> | Stefan Fritsch | 2011-01-08 | 1 | -3/+7 |
* | Fix a bug in authz logic merging which caused | Stefan Fritsch | 2011-01-08 | 1 | -14/+21 |
* | Remove obsolete and redundant log message in env auth provider | Stefan Fritsch | 2010-12-30 | 1 | -5/+0 |
* | Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN' | Stefan Fritsch | 2010-12-18 | 1 | -14/+39 |
* | ap_expr related fixes/enhancements: | Stefan Fritsch | 2010-11-21 | 1 | -1/+1 |
* | Log errors/infos during expression evaluation and associate the message | Stefan Fritsch | 2010-11-20 | 1 | -0/+1 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -7/+9 |
* | more temp pool usage and remove some useless apr_pstrdup()s | Stefan Fritsch | 2010-10-23 | 1 | -2/+2 |
* | This is just too easy to not do it: Add an 'expr' authz provider that allows | Stefan Fritsch | 2010-09-28 | 1 | -0/+37 |
* | Move all, env, and method authz providers from mod_authz_host to mod_authz_core | Stefan Fritsch | 2010-09-25 | 1 | -0/+131 |
* | Allow authz providers to check args while reading the config and allow | Stefan Fritsch | 2010-09-19 | 1 | -4/+17 |
* | The approach for allowing authorization by user or IP introduced in r956387, | Stefan Fritsch | 2010-07-14 | 1 | -7/+64 |
* | Introduce note_auth_failure hook to allow modules to add support | Stefan Fritsch | 2010-07-04 | 1 | -2/+1 |
* | Fix authorization by user or IP/ENV/... | Stefan Fritsch | 2010-06-20 | 1 | -2/+3 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | "fix" this warning by passing "%s" as the format string: | Jeff Trawick | 2009-05-16 | 1 | -0/+1 |
* | Per suggestions by Roy T. Fielding: | Chris Darroch | 2008-12-12 | 1 | -92/+74 |
* | whitespace cleanup | Chris Darroch | 2008-12-09 | 1 | -2/+3 |
* | * Better use calloc instead of alloc to initialize unset fields in struct. | Ruediger Pluem | 2008-11-02 | 1 | -1/+1 |
* | Fix handling of authz configurations, make default authz logic replicate | Chris Darroch | 2008-11-02 | 1 | -503/+467 |
* | minor formatting changes prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -2/+3 |
* | remove unused variables, rename some variables, move and change | Chris Darroch | 2008-11-01 | 1 | -32/+31 |
* | prevent crash when authz provider not registered prior to use in alias | Chris Darroch | 2008-11-01 | 1 | -0/+8 |
* | move some variable initializations prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -15/+21 |
* | localize some variables in authz provider alias functions | Chris Darroch | 2008-11-01 | 1 | -14/+18 |
* | move function prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -122/+122 |
* | remove trailing whitespace, adjust formatting and comments prior | Chris Darroch | 2008-11-01 | 1 | -87/+89 |
* | Switch the default base authz logic operation to 'AND' rather than 'OR'. Thi... | Bradley Nicholes | 2008-06-13 | 1 | -14/+39 |
* | Determine registered authn/z providers directly in ap_setup_auth_internal(), | Chris Darroch | 2008-05-22 | 1 | -7/+0 |