index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
aaa
/
mod_authn_dbm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some caching for password hash validation.
Stefan Fritsch
2013-01-01
1
-2
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-2
/
+2
*
Enable authn_cache in the main easy-to-do authn provider modules
Nick Kew
2010-06-23
1
-0
/
+12
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.
Takashi Sato
2009-12-29
1
-2
/
+2
*
revert r672639 which lacked a necessary major bump, add a major MMN bump
Eric Covener
2008-07-23
1
-6
/
+0
*
mod_auth_digest: Detect during startup when AuthDigestProvider
Eric Covener
2008-06-29
1
-1
/
+7
*
Convert common provider version strings ("0") to
Chris Darroch
2008-05-20
1
-1
/
+2
*
Avoid calling access control hooks for internal requests with
Chris Darroch
2008-04-03
1
-2
/
+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
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-7
/
+7
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
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
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Use ap_strchr instead of strchr and get the constness right.
Roy T. Fielding
2003-01-17
1
-2
/
+2
*
allow empty user ids to be supplied without responding a 500.
André Malo
2003-01-05
1
-21
/
+16
*
add support for digest authentication to the authn_dbm module. The
André Malo
2003-01-01
1
-1
/
+40
*
cut password at the first colon.
André Malo
2003-01-01
1
-0
/
+6
*
Per Greg's request, add a version string component to the ap_provider.h
Justin Erenkrantz
2002-11-30
1
-1
/
+2
*
kill a warning
Roy T. Fielding
2002-09-22
1
-1
/
+1
*
Add missing includes in mod_authn_file and mod_authn_dbm.
Justin Erenkrantz
2002-09-20
1
-0
/
+1
*
Add ap_register_provider and ap_lookup_provider functions which resolve
Justin Erenkrantz
2002-09-20
1
-1
/
+1
*
Remove Authoritative functionality from the authn providers.
Justin Erenkrantz
2002-09-18
1
-10
/
+0
*
Axe unused variable 'res'
William A. Rowe Jr
2002-09-13
1
-1
/
+0
*
Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modules
Justin Erenkrantz
2002-09-10
1
-79
/
+47
*
Stage #1 of the aaa rewrite - refactoring modules.
Justin Erenkrantz
2002-09-10
1
-0
/
+248