]> granicus.if.org Git - apache/history - modules/aaa/mod_authz_core.c
move a temporary table from r->pool to a temporary
[apache] / modules / aaa / mod_authz_core.c
2013-03-31 Stefan FritschRemove some useless declarations that were shadowing...
2012-07-15 Stefan FritschVarious code clean up
2012-06-17 Stefan FritschLog the actual problem if parsing of 'Require expr...
2012-06-17 Stefan FritschIf an expression in "Require expr" returns denied and
2012-06-17 Stefan FritschLog error if 'Require expr' fails
2012-06-16 Stefan Fritschpass the provider name to parse_require_line as pool...
2012-04-09 Stefan FritschFix parsing of Require arguments in <AuthzProviderAlias>.
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-01-08 Stefan FritschDon't log AuthMerging XXX as <RequireXXX>
2011-01-08 Stefan FritschFix a bug in authz logic merging which caused
2010-12-30 Stefan FritschRemove obsolete and redundant log message in env auth...
2010-12-18 Stefan FritschAdd new AuthzSendForbiddenOnFailure directive to allow...
2010-11-21 Stefan Fritschap_expr related fixes/enhancements:
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-10-23 Stefan Fritschmore temp pool usage and remove some useless apr_pstrdup()s
2010-09-28 Stefan FritschThis is just too easy to not do it: Add an 'expr' authz...
2010-09-25 Stefan FritschMove all, env, and method authz providers from mod_auth...
2010-09-19 Stefan FritschAllow authz providers to check args while reading the...
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-06-20 Stefan FritschFix authorization by user or IP/ENV/...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-05-16 Jeff Trawick"fix" this warning by passing "%s" as the format string:
2008-12-12 Chris DarrochPer suggestions by Roy T. Fielding:
2008-12-09 Chris Darrochwhitespace cleanup
2008-11-02 Ruediger Pluem* Better use calloc instead of alloc to initialize...
2008-11-02 Chris DarrochFix handling of authz configurations, make default...
2008-11-01 Chris Darrochminor formatting changes prior to larger changes
2008-11-01 Chris Darrochremove unused variables, rename some variables, move...
2008-11-01 Chris Darrochprevent crash when authz provider not registered prior...
2008-11-01 Chris Darrochmove some variable initializations prior to larger...
2008-11-01 Chris Darrochlocalize some variables in authz provider alias functions
2008-11-01 Chris Darrochmove function prior to larger changes
2008-11-01 Chris Darrochremove trailing whitespace, adjust formatting and comme...
2008-06-13 Bradley NicholesSwitch the default base authz logic operation to 'AND...
2008-05-22 Chris DarrochDetermine registered authn/z providers directly in...
2008-05-19 Chris DarrochConvert common provider version strings ("0") to
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2007-07-20 Nick KewFix clash between r557837 and r427780
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2007-04-17 Jeff Trawicklog the uri for some access-denied paths when r->filena...
2006-08-04 Bradley Nicholesrevert the reject directive is definitive patch and...
2006-08-01 Bradley NicholesConverted the reject directive to be definitive and...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-31 Garrett RooneyClean up some stuff found by Coverity.
2006-02-17 David Reid- tidy up some of the comments and make the file more...
2006-02-07 Joe Orton* modules/aaa/mod_authz_core.c (add_authz_provider...
2006-01-15 Bradley Nicholeseliminate the import of the ap_satisfies optional funct...
2006-01-14 Bradley Nicholesclean up some left-over debugging code and comments
2006-01-14 Bradley NicholesRestore Order, Deny, Allow, Satisfy for backwards compa...
2006-01-11 Bradley NicholesAuthz refactoring