summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authz_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't log AuthMerging XXX as <RequireXXX>Stefan Fritsch2011-01-081-3/+7
* Fix a bug in authz logic merging which causedStefan Fritsch2011-01-081-14/+21
* Remove obsolete and redundant log message in env auth providerStefan Fritsch2010-12-301-5/+0
* Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN'Stefan Fritsch2010-12-181-14/+39
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+1
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-201-0/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-7/+9
* more temp pool usage and remove some useless apr_pstrdup()sStefan Fritsch2010-10-231-2/+2
* This is just too easy to not do it: Add an 'expr' authz provider that allowsStefan Fritsch2010-09-281-0/+37
* Move all, env, and method authz providers from mod_authz_host to mod_authz_coreStefan Fritsch2010-09-251-0/+131
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-191-4/+17
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-7/+64
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-041-2/+1
* Fix authorization by user or IP/ENV/...Stefan Fritsch2010-06-201-2/+3
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* "fix" this warning by passing "%s" as the format string:Jeff Trawick2009-05-161-0/+1
* Per suggestions by Roy T. Fielding:Chris Darroch2008-12-121-92/+74
* whitespace cleanupChris Darroch2008-12-091-2/+3
* * Better use calloc instead of alloc to initialize unset fields in struct.Ruediger Pluem2008-11-021-1/+1
* Fix handling of authz configurations, make default authz logic replicateChris Darroch2008-11-021-503/+467
* minor formatting changes prior to larger changesChris Darroch2008-11-011-2/+3
* remove unused variables, rename some variables, move and changeChris Darroch2008-11-011-32/+31
* prevent crash when authz provider not registered prior to use in aliasChris Darroch2008-11-011-0/+8
* move some variable initializations prior to larger changesChris Darroch2008-11-011-15/+21
* localize some variables in authz provider alias functionsChris Darroch2008-11-011-14/+18
* move function prior to larger changesChris Darroch2008-11-011-122/+122
* remove trailing whitespace, adjust formatting and comments priorChris Darroch2008-11-011-87/+89
* Switch the default base authz logic operation to 'AND' rather than 'OR'. Thi...Bradley Nicholes2008-06-131-14/+39
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-221-7/+0
* Convert common provider version strings ("0") toChris Darroch2008-05-201-5/+9
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-3/+11
* Fix clash between r557837 and r427780Nick Kew2007-07-201-1/+1
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-2/+1
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-021-8/+0
* log the uri for some access-denied paths when r->filename isJeff Trawick2007-04-171-2/+3
* revert the reject directive is definitive patch and normalize the logic lists.Bradley Nicholes2006-08-041-99/+71
* Converted the reject directive to be definitive and enabled directory_merge t...Bradley Nicholes2006-08-021-68/+214
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Clean up some stuff found by Coverity.Garrett Rooney2006-03-311-21/+3
* - tidy up some of the comments and make the file more readableDavid Reid2006-02-171-52/+91
* * modules/aaa/mod_authz_core.c (add_authz_provider): Fix pointer castJoe Orton2006-02-071-1/+1
* eliminate the import of the ap_satisfies optional function on every request. ...Bradley Nicholes2006-01-151-2/+6
* clean up some left-over debugging code and commentsBradley Nicholes2006-01-141-13/+3
* Restore Order, Deny, Allow, Satisfy for backwards compatibility with authzBradley Nicholes2006-01-141-5/+29
* Authz refactoringBradley Nicholes2006-01-111-0/+672