]> granicus.if.org Git - apache/history - modules/aaa/mod_authz_core.c
remove unused variables, rename some variables, move and change
[apache] / modules / aaa / mod_authz_core.c
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