summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authz_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-171-4/+4
* mod_authz_core: follow up to r1864759.Yann Ylavic2019-11-071-7/+8
* Axe some dead code + slighly improve a commentChristophe Jaillet2019-08-091-5/+2
* If several parameters are used in a AuthzProviderAlias directive, if these pa...Christophe Jaillet2018-06-231-1/+12
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-11-241-1/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* s/the the/the/gRich Bowen2015-07-091-1/+1
* PR56870: authzprovideralias-defined authz provier can't be used in a virtualhostEric Covener2014-08-191-1/+8
* Allow Require expr to work when the expression is quoted.Ben Reser2014-04-081-0/+10
* Remove some useless declarations that were shadowing other localStefan Fritsch2013-03-311-1/+1
* Various code clean upStefan Fritsch2012-07-151-6/+3
* Log the actual problem if parsing of 'Require expr' failsStefan Fritsch2012-06-171-1/+3
* If an expression in "Require expr" returns denied andStefan Fritsch2012-06-171-18/+47
* Log error if 'Require expr' failsStefan Fritsch2012-06-171-3/+10
* pass the provider name to parse_require_line as pool userdataStefan Fritsch2012-06-171-2/+8
* Fix parsing of Require arguments in <AuthzProviderAlias>.Stefan Fritsch2012-04-091-0/+16
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-8/+8
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-3/+3
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-2/+2
* 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