]> granicus.if.org Git - apache/history - modules/aaa
Add a patch from Vincent Deffontaines to make the adding of X-forwarded-*
[apache] / modules / aaa /
2011-01-08 Stefan FritschDon't log AuthMerging XXX as <RequireXXX>
2011-01-08 Stefan FritschFix a bug in authz logic merging which caused
2011-01-05 Nick KewChange AuthnCacheProvider --> AuthnCacheProvideFor...
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-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-10-24 Guenter KnaufAnother NetWare makefile cleanup.
2010-10-23 Stefan Fritschmore temp pool usage and remove some useless apr_pstrdup()s
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test auth_f...
2010-10-16 Stefan FritschBuild mod_allowmethods (windows and netware stuff needs...
2010-10-16 Stefan FritschAdd pquerna's mod_allowmethod plus igalic's docs from...
2010-09-28 Stefan FritschThis is just too easy to not do it: Add an 'expr' authz...
2010-09-25 Stefan Fritschdon't use data allocated from ptemp when parsing .htaccess
2010-09-25 Stefan Fritschin 'ip' authz provider, parse subnets only once on...
2010-09-25 Stefan FritschAdd 'local' authz provider that matches connections...
2010-09-25 Stefan FritschMove all, env, and method authz providers from mod_auth...
2010-09-19 Stefan FritschAdd method authz provider as potential Limit/LimitExcep...
2010-09-19 Stefan FritschAllow authz providers to check args while reading the...
2010-08-06 Philip M. Golluccientry is over written immediately below
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-31 Stefan FritschReduce logging noise at graceful restart
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-19 Guenter KnaufAdded mod_authn_socache to NetWare build.
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-07-13 Stefan Fritsch- add some trace logging
2010-07-06 Stefan FritschFix segfault
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-30 Nick Kewauthn_socache: if loaded but not configured to do anything,
2010-06-30 Nick KewExtra robustness check: don't segfault if no socache...
2010-06-25 William A. Rowe JrFurther normalize initalization stanzas
2010-06-25 William A. Rowe JrC99 is not a requirement, fix style violation niq refus...
2010-06-25 Nick KewDisallow setting cache context in .htaccess, lest it...
2010-06-23 Nick Kewexpiry is a time, not an interval
2010-06-23 Nick KewName change: fix incompleteness of r957089
2010-06-23 Nick KewName change: calling it mod_authn_cache could get confu...
2010-06-22 Nick KewEnable authn_cache in the main easy-to-do authn provide...
2010-06-22 Nick KewNew module: mod_authn_cache
2010-06-20 Stefan FritschDon't apr_pstrdup in ap_auth_type(). It returns const...
2010-06-20 Stefan FritschFix authorization by user or IP/ENV/...
2010-06-20 Stefan Fritschmore pid logging cleanup
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-01 Eric CovenerWhen checking direct group membership, interpret LDAP_N...
2010-06-01 Eric Covenermod_authnz_ldap: Search or Comparison during authorizat...
2010-05-31 Ruediger Pluem* Fix compiler warning
2010-05-29 Eric Covenermod_authnz_ldap: Allow the initial DN lookup to bind...
2010-05-29 Eric CovenerAllow mod_authnz_ldap to set environment variables...
2010-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2010-01-24 Stefan Fritschmod_authnz_ldap: If AuthLDAPCharsetConfig is set, also...
2010-01-24 Eric CovenerChange LDAP authentication failures (user->DN or passwo...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
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
next