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_anon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stage #1 of the aaa rewrite - refactoring modules.
Justin Erenkrantz
2002-09-10
1
-280
/
+0
*
Clean up style on mod_auth_anon.c before hacking it to pieces.
Justin Erenkrantz
2002-08-26
1
-49
/
+50
*
Renames:
Cliff Woolley
2002-05-18
1
-5
/
+5
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-2
/
+2
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Get rid of some cruft. Setting these flag slots is best left to the core.
Cliff Woolley
2001-11-19
1
-46
/
+12
*
Don't need apr_pcalloc on any of these, since we explicitly initialize
Cliff Woolley
2001-11-18
1
-1
/
+1
*
use "conf" rather than "sec" for the configuration data. misc style,
Greg Stein
2001-02-18
1
-53
/
+51
*
Rename the module structures so that the exported symbol matches
Martin Kraemer
2001-02-16
1
-4
/
+4
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
clean up more warnings and link problems after the header file
Jeff Trawick
2001-02-11
1
-3
/
+2
*
include strings.h for strcasecmp()
Jeff Trawick
2001-02-08
1
-0
/
+3
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-2
/
+2
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+2
*
adjust remaining modules to use the new handler hook method (Alan Edwards)
Doug MacEachern
2001-01-09
1
-1
/
+0
*
Get all of the auth modules to the point that they will install and
Ryan Bloom
2000-12-19
1
-38
/
+38
*
Get mod_auth_anon to compile cleanly in 2.0
Ryan Bloom
2000-10-30
1
-24
/
+29
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-2
/
+2
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-4
/
+4
*
blast the old names for the status codes
Greg Stein
2000-06-24
1
-1
/
+1
*
PR:
William A. Rowe Jr
2000-05-28
1
-2
/
+2
*
William A. Rowe Jr
2000-05-27
1
-2
/
+2
*
add AP_ prefix to *HOOK* macros
Doug MacEachern
2000-04-26
1
-2
/
+2
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-1
/
+1
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-34
/
+35
*
Fix a comment
Bill Stoddard
2000-03-16
1
-2
/
+2
*
changed module name to more consistent naming scheme, as used by configure: m...
Ronald Tschalar
2000-03-10
1
-4
/
+4
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
I am not claiming that the modules work now, but at least the parameter lists
Martin Kraemer
1999-10-22
1
-2
/
+2
*
Remove most of the annoying "re ap_context_t mplement" mis-replacements
Martin Kraemer
1999-10-12
1
-1
/
+1
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-3
/
+3
*
Add couple of hooks to the APacheCore.def file. Port mod_auth_anon and mod_di...
Bill Stoddard
1999-08-30
1
-15
/
+8
*
user and ap_auth_type fields were moved from connection_rec to request_rec
Roy T. Fielding
1999-08-26
1
-3
/
+2
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+315