]> granicus.if.org Git - apache/history - modules/aaa
Some LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOLATION if a user is
[apache] / modules / aaa /
2011-05-21 Stefan FritschSome LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOL...
2011-05-15 Stefan FritschImprovements found by cppcheck:
2011-05-08 Eric CovenerPR51163: Resolve crashes when LDAP is used for authoriz...
2011-04-04 Eric Covener* add the constructed filter at TRACE1 to authn, and...
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-03-10 Jim JagielskiFix brokeness... Thx Rüdiger Plüm
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-03 Nick KewBuild mod_authn_socache on same terms as other authn...
2011-02-18 Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2011-02-12 Stefan FritschLog something nicer than "Internal error: pcfg_openfile...
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.
next