summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authn_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-1/+1
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* s/the the/the/gRich Bowen2015-07-091-2/+2
* Add missing APLOGNOs by runningRainer Jung2015-03-311-2/+2
* mod_authn_core: Add expression support to AuthName and AuthType.Graham Leggett2015-03-011-10/+51
* Providers defined in <AuthnProviderAlias have not been usable underEric Covener2014-01-031-1/+7
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-1/+1
* more temp pool usage and remove some useless apr_pstrdup()sStefan Fritsch2010-10-231-1/+1
* Don't apr_pstrdup in ap_auth_type(). It returns const char *, anyway.Stefan Fritsch2010-06-201-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Add AuthType of None to support disabling authentication.Chris Darroch2008-10-311-23/+65
* propogate a NULL get_realm_hash() implementation from AuthnProviderAlias backEric Covener2008-07-231-1/+9
* revert r672639 which lacked a necessary major bump, add a major MMN bumpEric Covener2008-07-231-22/+0
* mod_auth_digest: Detect during startup when AuthDigestProviderEric Covener2008-06-291-0/+22
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-221-7/+0
* Convert common provider version strings ("0") toChris Darroch2008-05-201-4/+8
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-2/+9
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-2/+1
* Add a check to make sure that the base provider and the alias names are diffe...Bradley Nicholes2006-07-251-1/+15
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Authz refactoringBradley Nicholes2006-01-111-0/+314