summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't log AuthMerging XXX as <RequireXXX>Stefan Fritsch2011-01-081-3/+7
* Fix a bug in authz logic merging which causedStefan Fritsch2011-01-081-14/+21
* Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloadingNick Kew2011-01-051-1/+1
* Remove obsolete and redundant log message in env auth providerStefan Fritsch2010-12-301-5/+0
* Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN'Stefan Fritsch2010-12-181-14/+39
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+1
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-201-0/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-7/+9
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-301-1/+1
* Another NetWare makefile cleanup.Guenter Knauf2010-10-246-20/+11
* more temp pool usage and remove some useless apr_pstrdup()sStefan Fritsch2010-10-234-5/+5
* Avoid unnecessariy initialisation before we test auth_form handler names.Graham Leggett2010-10-201-6/+6
* Build mod_allowmethods (windows and netware stuff needs to be tested).Stefan Fritsch2010-10-165-1/+363
* Add pquerna's mod_allowmethod plus igalic's docs from the sandbox (r1001151)Stefan Fritsch2010-10-161-0/+140
* This is just too easy to not do it: Add an 'expr' authz provider that allowsStefan Fritsch2010-09-281-0/+37
* don't use data allocated from ptemp when parsing .htaccessStefan Fritsch2010-09-251-3/+15
* in 'ip' authz provider, parse subnets only once on startup instead of once perStefan Fritsch2010-09-251-45/+79
* Add 'local' authz provider that matches connections originatingStefan Fritsch2010-09-251-21/+47
* Move all, env, and method authz providers from mod_authz_host to mod_authz_coreStefan Fritsch2010-09-252-114/+131
* Add method authz provider as potential Limit/LimitExcept replacement.Stefan Fritsch2010-09-191-0/+41
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-198-29/+102
* entry is over written immediately belowPhilip M. Gollucci2010-08-061-1/+0
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-031-3/+0
* Reduce logging noise at graceful restartStefan Fritsch2010-07-311-3/+2
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-2310-39/+20
* Added mod_authn_socache to NetWare build.Guenter Knauf2010-07-192-0/+252
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-148-74/+97
* - add some trace loggingStefan Fritsch2010-07-131-18/+30
* Fix segfaultStefan Fritsch2010-07-061-1/+2
* Introduce note_auth_failure hook to allow modules to add supportStefan Fritsch2010-07-044-2/+61
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-07-011-2/+2
* authn_socache: if loaded but not configured to do anything,Nick Kew2010-07-011-1/+20
* Extra robustness check: don't segfault if no socache provider selectedNick Kew2010-07-011-0/+7
* Further normalize initalization stanzasWilliam A. Rowe Jr2010-06-251-2/+2
* C99 is not a requirement, fix style violation niq refuses(?) to correct.William A. Rowe Jr2010-06-251-2/+4
* Disallow setting cache context in .htaccess, lest it be abused for cross-siteNick Kew2010-06-251-1/+1
* expiry is a time, not an intervalNick Kew2010-06-231-1/+1
* Name change: fix incompleteness of r957089Nick Kew2010-06-231-4/+4
* Name change: calling it mod_authn_cache could get confusing, and theNick Kew2010-06-231-3/+3
* Enable authn_cache in the main easy-to-do authn provider modulesNick Kew2010-06-233-1/+35
* New module: mod_authn_cacheNick Kew2010-06-221-0/+403
* Don't apr_pstrdup in ap_auth_type(). It returns const char *, anyway.Stefan Fritsch2010-06-201-1/+1
* Fix authorization by user or IP/ENV/...Stefan Fritsch2010-06-201-2/+3
* more pid logging cleanupStefan Fritsch2010-06-201-106/+104
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-0617-17/+17
* When checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the s...Eric Covener2010-06-011-0/+1
* mod_authnz_ldap: Search or Comparison during authorization phaseEric Covener2010-06-011-18/+65
* * Fix compiler warningRuediger Pluem2010-05-311-1/+2
* mod_authnz_ldap: Allow the initial DN lookup to bind with aEric Covener2010-05-291-2/+61
* Allow mod_authnz_ldap to set environment variables when it only performs auth...Eric Covener2010-05-291-37/+68