summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-1815-15/+15
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* Fix brokeness... Thx Rüdiger PlümJim Jagielski2011-03-101-1/+2
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-0815-31/+31
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-0816-110/+110
* Build mod_authn_socache on same terms as other authn modulesNick Kew2011-03-031-0/+1
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-181-7/+3
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-8/+2
* Log something nicer than "Internal error: pcfg_openfile() calledStefan Fritsch2011-02-121-0/+12
* 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