summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authn_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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