| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't log AuthMerging XXX as <RequireXXX> | Stefan Fritsch | 2011-01-08 | 1 | -3/+7 |
* | Fix a bug in authz logic merging which caused | Stefan Fritsch | 2011-01-08 | 1 | -14/+21 |
* | Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloading | Nick Kew | 2011-01-05 | 1 | -1/+1 |
* | Remove obsolete and redundant log message in env auth provider | Stefan Fritsch | 2010-12-30 | 1 | -5/+0 |
* | Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN' | Stefan Fritsch | 2010-12-18 | 1 | -14/+39 |
* | ap_expr related fixes/enhancements: | Stefan Fritsch | 2010-11-21 | 1 | -1/+1 |
* | Log errors/infos during expression evaluation and associate the message | Stefan Fritsch | 2010-11-20 | 1 | -0/+1 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -7/+9 |
* | Fix a number of typos and misspellings. Reported by Ville Skytta. | Daniel Earl Poirier | 2010-10-30 | 1 | -1/+1 |
* | Another NetWare makefile cleanup. | Guenter Knauf | 2010-10-24 | 6 | -20/+11 |
* | more temp pool usage and remove some useless apr_pstrdup()s | Stefan Fritsch | 2010-10-23 | 4 | -5/+5 |
* | Avoid unnecessariy initialisation before we test auth_form handler names. | Graham Leggett | 2010-10-20 | 1 | -6/+6 |
* | Build mod_allowmethods (windows and netware stuff needs to be tested). | Stefan Fritsch | 2010-10-16 | 5 | -1/+363 |
* | Add pquerna's mod_allowmethod plus igalic's docs from the sandbox (r1001151) | Stefan Fritsch | 2010-10-16 | 1 | -0/+140 |
* | This is just too easy to not do it: Add an 'expr' authz provider that allows | Stefan Fritsch | 2010-09-28 | 1 | -0/+37 |
* | don't use data allocated from ptemp when parsing .htaccess | Stefan Fritsch | 2010-09-25 | 1 | -3/+15 |
* | in 'ip' authz provider, parse subnets only once on startup instead of once per | Stefan Fritsch | 2010-09-25 | 1 | -45/+79 |
* | Add 'local' authz provider that matches connections originating | Stefan Fritsch | 2010-09-25 | 1 | -21/+47 |
* | Move all, env, and method authz providers from mod_authz_host to mod_authz_core | Stefan Fritsch | 2010-09-25 | 2 | -114/+131 |
* | Add method authz provider as potential Limit/LimitExcept replacement. | Stefan Fritsch | 2010-09-19 | 1 | -0/+41 |
* | Allow authz providers to check args while reading the config and allow | Stefan Fritsch | 2010-09-19 | 8 | -29/+102 |
* | entry is over written immediately below | Philip M. Gollucci | 2010-08-06 | 1 | -1/+0 |
* | - Remove a load of unused variables (or variables that are set but never read). | Stefan Fritsch | 2010-08-03 | 1 | -3/+0 |
* | Reduce logging noise at graceful restart | Stefan Fritsch | 2010-07-31 | 1 | -3/+2 |
* | Removed obsolete include paths from NetWare makefiles. | Guenter Knauf | 2010-07-23 | 10 | -39/+20 |
* | Added mod_authn_socache to NetWare build. | Guenter Knauf | 2010-07-19 | 2 | -0/+252 |
* | The approach for allowing authorization by user or IP introduced in r956387, | Stefan Fritsch | 2010-07-14 | 8 | -74/+97 |
* | - add some trace logging | Stefan Fritsch | 2010-07-13 | 1 | -18/+30 |
* | Fix segfault | Stefan Fritsch | 2010-07-06 | 1 | -1/+2 |
* | Introduce note_auth_failure hook to allow modules to add support | Stefan Fritsch | 2010-07-04 | 4 | -2/+61 |
* | re-order many struct members for better alignment on 64bit | Stefan Fritsch | 2010-07-01 | 1 | -2/+2 |
* | authn_socache: if loaded but not configured to do anything, | Nick Kew | 2010-07-01 | 1 | -1/+20 |
* | Extra robustness check: don't segfault if no socache provider selected | Nick Kew | 2010-07-01 | 1 | -0/+7 |
* | Further normalize initalization stanzas | William A. Rowe Jr | 2010-06-25 | 1 | -2/+2 |
* | C99 is not a requirement, fix style violation niq refuses(?) to correct. | William A. Rowe Jr | 2010-06-25 | 1 | -2/+4 |
* | Disallow setting cache context in .htaccess, lest it be abused for cross-site | Nick Kew | 2010-06-25 | 1 | -1/+1 |
* | expiry is a time, not an interval | Nick Kew | 2010-06-23 | 1 | -1/+1 |
* | Name change: fix incompleteness of r957089 | Nick Kew | 2010-06-23 | 1 | -4/+4 |
* | Name change: calling it mod_authn_cache could get confusing, and the | Nick Kew | 2010-06-23 | 1 | -3/+3 |
* | Enable authn_cache in the main easy-to-do authn provider modules | Nick Kew | 2010-06-23 | 3 | -1/+35 |
* | New module: mod_authn_cache | Nick Kew | 2010-06-22 | 1 | -0/+403 |
* | Don't apr_pstrdup in ap_auth_type(). It returns const char *, anyway. | Stefan Fritsch | 2010-06-20 | 1 | -1/+1 |
* | Fix authorization by user or IP/ENV/... | Stefan Fritsch | 2010-06-20 | 1 | -2/+3 |
* | more pid logging cleanup | Stefan Fritsch | 2010-06-20 | 1 | -106/+104 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 17 | -17/+17 |
* | When checking direct group membership, interpret LDAP_NO_SUCH_ATTRIBUTE the s... | Eric Covener | 2010-06-01 | 1 | -0/+1 |
* | mod_authnz_ldap: Search or Comparison during authorization phase | Eric Covener | 2010-06-01 | 1 | -18/+65 |
* | * Fix compiler warning | Ruediger Pluem | 2010-05-31 | 1 | -1/+2 |
* | mod_authnz_ldap: Allow the initial DN lookup to bind with a | Eric Covener | 2010-05-29 | 1 | -2/+61 |
* | Allow mod_authnz_ldap to set environment variables when it only performs auth... | Eric Covener | 2010-05-29 | 1 | -37/+68 |