index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
aaa
/
mod_auth_digest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert r672639 which lacked a necessary major bump, add a major MMN bump
Eric Covener
2008-07-23
1
-3
/
+1
*
mod_auth_digest: Detect during startup when AuthDigestProvider
Eric Covener
2008-06-29
1
-1
/
+3
*
Determine registered authn/z providers directly in ap_setup_auth_internal(),
Chris Darroch
2008-05-22
1
-8
/
+0
*
Convert common provider version strings ("0") to
Chris Darroch
2008-05-20
1
-3
/
+6
*
Let each consumer of authn providers redefine the list_provider_names
Chris Darroch
2008-04-09
1
-0
/
+6
*
Avoid calling access control hooks for internal requests with
Chris Darroch
2008-04-03
1
-1
/
+2
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
* modules/aaa/mod_auth_digest.c (hdr): Remove function.
Joe Orton
2006-03-09
1
-64
/
+4
*
Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProvider
Justin Erenkrantz
2005-11-16
1
-15
/
+2
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-29
/
+29
*
* modules/aaa/mod_auth_digest.c: Another gcc 4 "structure field may be
Joe Orton
2005-06-23
1
-1
/
+3
*
Fix segmentation fault in mod_auth_{basic,digest} when no provider is explici...
Paul Querna
2005-05-26
1
-1
/
+2
*
Add the auth provider name as a note in the request so that authn_provider_al...
Bradley Nicholes
2005-05-24
1
-0
/
+4
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
"transfered" is not a word.
Cliff Woolley
2004-12-14
1
-1
/
+1
*
Allow Digest providers to return AUTH_DENIED to propagate a 401
Geoffrey Young
2004-04-05
1
-0
/
+8
*
work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack
Geoffrey Young
2004-03-23
1
-0
/
+27
*
minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic
Geoffrey Young
2004-02-21
1
-9
/
+20
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-07
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
Allow mod_auth_digest to work with sub-requests with different methods than
Justin Erenkrantz
2004-01-29
1
-3
/
+5
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
Sync with APR-util deprecated functions.
Justin Erenkrantz
2003-11-16
1
-1
/
+1
*
drop the guess_domain function.
André Malo
2003-02-13
1
-106
/
+8
*
Do not use local paths for the domain parameter on non-unix systems.
André Malo
2003-02-11
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
make provider selection available in .htaccess files
André Malo
2003-01-01
1
-1
/
+1
*
outch. there are some possible NULL pointer references. Have you ever tried
Wilfredo Sanchez
2002-12-08
1
-0
/
+14
*
when asking the providers for authentication, the main loop should
Wilfredo Sanchez
2002-12-08
1
-2
/
+2
*
Per Greg's request, add a version string component to the ap_provider.h
Justin Erenkrantz
2002-11-30
1
-2
/
+2
*
Add ap_register_provider and ap_lookup_provider functions which resolve
Justin Erenkrantz
2002-09-20
1
-2
/
+5
*
Add ability to use multiple providers for basic and digest authentication.
Justin Erenkrantz
2002-09-18
1
-31
/
+65
*
Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modules
Justin Erenkrantz
2002-09-10
1
-31
/
+52
*
Stage #1 of the aaa rewrite - refactoring modules.
Justin Erenkrantz
2002-09-10
1
-151
/
+1
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
1
-2
/
+3
*
use new time conversion macros in place of APR_USEC_PER_SEC
Brian Pane
2002-07-05
1
-2
/
+2
*
Use lowercased macros
William A. Rowe Jr
2002-06-13
1
-3
/
+3
*
Use the new APR_TIME_FROM_SEC() wrapper
William A. Rowe Jr
2002-06-12
1
-3
/
+4
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-34
/
+34
*
By using _setn instead of _set, this call is setting a pointer to a stack var...
Bradley Nicholes
2002-05-03
1
-1
/
+1
*
kill a warning on Darwin for NONCE_LEN becoming a long int by math.
Roy T. Fielding
2002-04-28
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Convert mod_auth_digest to use the new apr_global_mutex_t type.
Aaron Bannert
2002-02-21
1
-22
/
+33
*
Added some type casting to the appropriate types to avoid type mismatches
Bradley Nicholes
2002-01-29
1
-3
/
+3
*
Fixing the apr_shm_ and apr_rmm_ args back to a warning state was good.
William A. Rowe Jr
2002-01-10
1
-1
/
+4
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
1
-55
/
+14
*
handle the disappearance of apr_lock_create_np() and
Jeff Trawick
2001-12-30
1
-2
/
+2
*
Error feedback, PLEASE!
William A. Rowe Jr
2001-12-29
1
-1
/
+1
[next]