| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert common provider version strings ("0") to | Chris Darroch | 2008-05-20 | 1 | -5/+9 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | Avoid calling access control hooks for internal requests with | Chris Darroch | 2008-04-03 | 1 | -3/+11 |
* | Fix clash between r557837 and r427780 | Nick Kew | 2007-07-20 | 1 | -1/+1 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -2/+1 |
* | re-introduce ap_satisfies API back into core and modify how the access_checke... | Bradley Nicholes | 2007-05-02 | 1 | -8/+0 |
* | log the uri for some access-denied paths when r->filename is | Jeff Trawick | 2007-04-17 | 1 | -2/+3 |
* | revert the reject directive is definitive patch and normalize the logic lists. | Bradley Nicholes | 2006-08-04 | 1 | -99/+71 |
* | Converted the reject directive to be definitive and enabled directory_merge t... | Bradley Nicholes | 2006-08-02 | 1 | -68/+214 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Clean up some stuff found by Coverity. | Garrett Rooney | 2006-03-31 | 1 | -21/+3 |
* | - tidy up some of the comments and make the file more readable | David Reid | 2006-02-17 | 1 | -52/+91 |
* | * modules/aaa/mod_authz_core.c (add_authz_provider): Fix pointer cast | Joe Orton | 2006-02-07 | 1 | -1/+1 |
* | eliminate the import of the ap_satisfies optional function on every request. ... | Bradley Nicholes | 2006-01-15 | 1 | -2/+6 |
* | clean up some left-over debugging code and comments | Bradley Nicholes | 2006-01-14 | 1 | -13/+3 |
* | Restore Order, Deny, Allow, Satisfy for backwards compatibility with authz | Bradley Nicholes | 2006-01-14 | 1 | -5/+29 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 1 | -0/+672 |