summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_auth_digest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* revert r672639 which lacked a necessary major bump, add a major MMN bumpEric Covener2008-07-231-3/+1
* mod_auth_digest: Detect during startup when AuthDigestProviderEric Covener2008-06-291-1/+3
* Determine registered authn/z providers directly in ap_setup_auth_internal(),Chris Darroch2008-05-221-8/+0
* Convert common provider version strings ("0") toChris Darroch2008-05-201-3/+6
* Let each consumer of authn providers redefine the list_provider_namesChris Darroch2008-04-091-0/+6
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-1/+2
* 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
* * modules/aaa/mod_auth_digest.c (hdr): Remove function.Joe Orton2006-03-091-64/+4
* Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProviderJustin Erenkrantz2005-11-161-15/+2
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-29/+29
* * modules/aaa/mod_auth_digest.c: Another gcc 4 "structure field may beJoe Orton2005-06-231-1/+3
* Fix segmentation fault in mod_auth_{basic,digest} when no provider is explici...Paul Querna2005-05-261-1/+2
* Add the auth provider name as a note in the request so that authn_provider_al...Bradley Nicholes2005-05-241-0/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* "transfered" is not a word.Cliff Woolley2004-12-141-1/+1
* Allow Digest providers to return AUTH_DENIED to propagate a 401Geoffrey Young2004-04-051-0/+8
* work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHackGeoffrey Young2004-03-231-0/+27
* minor mod_auth_basic and mod_auth_digest sync. mod_auth_basicGeoffrey Young2004-02-211-9/+20
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* Allow mod_auth_digest to work with sub-requests with different methods thanJustin Erenkrantz2004-01-291-3/+5
* update license to 2004.André Malo2004-01-011-1/+1
* Sync with APR-util deprecated functions.Justin Erenkrantz2003-11-161-1/+1
* drop the guess_domain function.André Malo2003-02-131-106/+8
* Do not use local paths for the domain parameter on non-unix systems.André Malo2003-02-111-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* make provider selection available in .htaccess filesAndré Malo2003-01-011-1/+1
* outch. there are some possible NULL pointer references. Have you ever triedWilfredo Sanchez2002-12-081-0/+14
* when asking the providers for authentication, the main loop shouldWilfredo Sanchez2002-12-081-2/+2
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-301-2/+2
* Add ap_register_provider and ap_lookup_provider functions which resolveJustin Erenkrantz2002-09-201-2/+5
* Add ability to use multiple providers for basic and digest authentication.Justin Erenkrantz2002-09-181-31/+65
* Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modulesJustin Erenkrantz2002-09-101-31/+52
* Stage #1 of the aaa rewrite - refactoring modules.Justin Erenkrantz2002-09-101-151/+1
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-2/+3
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-051-2/+2
* Use lowercased macrosWilliam A. Rowe Jr2002-06-131-3/+3
* Use the new APR_TIME_FROM_SEC() wrapperWilliam A. Rowe Jr2002-06-121-3/+4
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-34/+34
* By using _setn instead of _set, this call is setting a pointer to a stack var...Bradley Nicholes2002-05-031-1/+1
* kill a warning on Darwin for NONCE_LEN becoming a long int by math.Roy T. Fielding2002-04-281-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Convert mod_auth_digest to use the new apr_global_mutex_t type.Aaron Bannert2002-02-211-22/+33
* Added some type casting to the appropriate types to avoid type mismatchesBradley Nicholes2002-01-291-3/+3
* Fixing the apr_shm_ and apr_rmm_ args back to a warning state was good.William A. Rowe Jr2002-01-101-1/+4
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-55/+14
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-301-2/+2
* Error feedback, PLEASE!William A. Rowe Jr2001-12-291-1/+1