]> granicus.if.org Git - apache/history - modules/aaa
Strip SHARED_CORE deadwood.
[apache] / modules / aaa /
2009-12-02 Jeff Trawickfix this:
2009-12-01 William A. Rowe JrElaborate on low hanging XXX fruit
2009-11-24 Jeff Trawicktweaks to r883540:
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-18 Eric CovenerAdd AuthLDAPBindAuthoritative to allow other authentica...
2009-09-10 Daniel Earl PoirierFail server startup when mod_auth_digest is unable to
2009-09-09 Daniel Earl Poiriermod_auth_digest: When qop is none, client doesn't send...
2009-08-28 Daniel Earl PoirierMake code match warning message: disable nonce-checking
2009-08-28 Daniel Earl PoirierDon't let the server start if user has asked for qop...
2009-08-28 William A. Rowe JrAlways make mod_*.h files available where they exist...
2009-08-26 Daniel Earl PoirierFix shm, rmm, and lock problems.
2009-05-16 Jeff Trawick"fix" this warning by passing "%s" as the format string:
2009-03-28 Ruediger Pluem* Make LDAP working with APR 2.0 again by using apr...
2009-02-17 Jeff Trawickfix the name of this module in an error log message
2009-01-09 Paul J. Reder mod_authnz_ldap: Reduce number of initialization debug...
2009-01-03 Graham Leggettmod_auth_form: Fix a pool lifetime issue, don't remove...
2008-12-12 Chris DarrochPer suggestions by Roy T. Fielding:
2008-12-09 Chris Darrochwhitespace cleanup
2008-11-03 Bradley NicholesRemove the ap_session_get, ap_session_set export refere...
2008-11-02 Ruediger Pluem* Better use calloc instead of alloc to initialize...
2008-11-02 Chris DarrochRemove mod_authn_default and mod_authz_default.
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 unused AUTHZ_GROUP_NOTE define
2008-11-01 Chris Darrochremove trailing whitespace, adjust formatting and comme...
2008-10-31 Chris DarrochAdd AuthType of None to support disabling authentication.
2008-10-22 Chris DarrochImplement checks for NULL r->user as per r705361.
2008-10-16 Chris DarrochPrior to authn/z refactoring in r368027, if authorizati...
2008-09-09 Nick Kewmod_authnz_ldap: avoid returning NULL env vars
2008-08-30 Graham Leggettmod_auth_form: Make sure that basic authentication...
2008-08-30 Graham LeggettRemove trailing spaces (on the insistence of Eclipse).
2008-08-30 Graham Leggettmod_auth_form: Make sure the logged in user is populate...
2008-07-22 Eric Covenerpropogate a NULL get_realm_hash() implementation from...
2008-07-22 Eric Covenerrevert r672639 which lacked a necessary major bump...
2008-06-29 Eric Covenercaught by Ruediger
2008-06-29 Eric Covenermod_auth_digest: Detect during startup when AuthDigestP...
2008-06-13 Bradley NicholesSwitch the default base authz logic operation to 'AND...
2008-06-13 Jim JagielskiAllow for negation of env check as well...
2008-06-07 William A. Rowe JrCatch up with a host of changes to the current module set
2008-06-07 William A. Rowe JrIf we are submitting 2GB login forms, there is a very...
2008-06-06 William A. Rowe JrAs this is consumed by the core, mod_auth must reside in
2008-06-05 William A. Rowe JrFor *trunk/* development, presume at least apr-1.3...
2008-05-23 Bradley NicholesAdd an include path to mod_request.h
2008-05-22 Chris DarrochDetermine registered authn/z providers directly in...
2008-05-19 Chris DarrochConvert common provider version strings ("0") to
2008-05-10 Graham LeggettMake sure the optional function calls are used for...
2008-05-10 Roy T. Fieldingfix uninitialized variable
2008-05-09 Graham Leggettmod_auth_form: Make sure the input filter stack is...
2008-05-01 Graham LeggettRemove C++ style comments.
2008-04-17 Graham LeggettEnsure that the REMOTE_USER variable is correctly writt...
2008-04-17 Graham LeggettFix the optional declarations so that the modules will...
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-09 Chris DarrochLet each consumer of authn providers redefine the list_...
2008-04-09 Guenter Knaufadded mod_auth_form to NetWare build.
2008-04-09 Guenter KnaufNo var declarations in the middle of the code.
2008-04-09 Graham Leggettmod_auth_form: Add a module capable of allowing end...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-03-25 Chris DarrochReturn AUTHZ_GRANTED not AUTHZ_DENIED when redirecting...
2008-03-19 Chris DarrochPR #43210: Disambiguate and tidy database authenticatio...
2008-03-04 Eric Covenerreturn AUTHZ_GRANTED instead of OK from the LDAP nested...
2007-12-31 Eric CovenerWhen using the MS SDK, re-establish LDAP backend connec...
2007-11-30 Paul J. RederOoops. Not sure why this didn't get deleted in the...
2007-11-30 Paul J. RederRemove code that was both memory intensive and unnecess...
2007-11-30 Paul J. RederImprove logged information and fix broken doc.
2007-10-20 Nick Kewapr_dbd_get_entry from r466865 doesn't alloc new memory...
2007-09-01 Graham Leggettmod_authnz_ldap, mod_authn_dbd: Tidy up the code to...
2007-08-24 William A. Rowe JrAdd auth modules to the schema
2007-08-24 William A. Rowe JrYou can't borrow AP_ namespace for imports/exports.
2007-08-06 Jim Jagielskidetabify
2007-07-27 Paul J. Reder mod_ldap, mod_authnzldap: Add support for nested group...
2007-07-20 Nick KewFix clash between r557837 and r427780
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-19 Eric Covenerrevert revision 555470
2007-07-12 Eric CovenerThis data is passed in an unsafe way to the LDAP SDK...
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2007-04-24 André Malonewlines
2007-04-17 Jeff Trawicklog the uri for some access-denied paths when r->filena...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2007-01-09 William A. Rowe JrFix bogus lineends.
2006-12-24 Justin ErenkrantzCompile mod_authn_core on Win32. (The authz-dev branch...
2006-12-24 Justin ErenkrantzFix comment to allow modules using the new authz scheme...
2006-10-26 Bradley NicholesMove the assignment statements after the #if code to...
2006-10-22 Graham Leggettmod_authn_dbd: Export any additional columns queried...
2006-10-12 Graham Leggettmod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute...
2006-08-05 William A. Rowe Jr Observed by hunter - fix the cut n paste errors in...
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-26 Mladen TurkAdd missing svn:eol-style native properties.
2006-07-25 Mladen TurkAdd mod_authz_core module to the build.
2006-07-25 Mladen TurkAdd mod_access_conf to the build.
2006-07-24 Bradley NicholesAdd a check to make sure that the base provider and...
2006-07-11 Roy T. Fieldingupdate license header text
next