index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
aaa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding the current version string to the link of each NLM
Bradley Nicholes
2002-10-17
10
-10
/
+10
*
Updating the NLM descriptions in the NetWare make files
Bradley Nicholes
2002-10-16
10
-10
/
+10
*
kill a warning
Roy T. Fielding
2002-09-22
1
-1
/
+1
*
Clean up some left over garbage in the NetWare make files after moving the
Bradley Nicholes
2002-09-20
2
-2
/
+0
*
Add missing includes in mod_authn_file and mod_authn_dbm.
Justin Erenkrantz
2002-09-20
2
-0
/
+2
*
Take a stab in the dark at fixing up the Netware build due to the
Justin Erenkrantz
2002-09-20
2
-2
/
+0
*
Fix up Win32 build.
Justin Erenkrantz
2002-09-20
1
-4
/
+0
*
Axe unused file.
Justin Erenkrantz
2002-09-20
1
-120
/
+0
*
Add ap_register_provider and ap_lookup_provider functions which resolve
Justin Erenkrantz
2002-09-20
6
-36
/
+15
*
Add ability to use multiple providers for basic and digest authentication.
Justin Erenkrantz
2002-09-18
3
-53
/
+133
*
Remove Authoritative functionality from the authn providers.
Justin Erenkrantz
2002-09-18
2
-18
/
+0
*
Moving the auth_provider APIs into the core binary to avoid a chicken and
Bradley Nicholes
2002-09-16
2
-8
/
+0
*
Revert the examples to use AuthGroupFile
Justin Erenkrantz
2002-09-14
1
-3
/
+3
*
Upon further review, it seems silly to add z the here when we didn't add
Justin Erenkrantz
2002-09-14
2
-2
/
+2
*
A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basic
William A. Rowe Jr
2002-09-13
4
-14
/
+27
*
NetWare make files and .def to build the new auth modules
Bradley Nicholes
2002-09-13
11
-3
/
+2521
*
NetWare auth_digest make file that is no longer needed
Bradley Nicholes
2002-09-13
1
-248
/
+0
*
Axe unused variable 'res'
William A. Rowe Jr
2002-09-13
1
-1
/
+0
*
Welcome to the new schema. Multiply defined symbols blow.
William A. Rowe Jr
2002-09-13
11
-0
/
+1288
*
make sure we always set return_code when converting a password-check failure
Jeff Trawick
2002-09-10
1
-2
/
+1
*
pick up prototypes for apr_base64_* and, on some platforms, strcasecmp
Jeff Trawick
2002-09-10
1
-2
/
+3
*
fix a syntax error in an enum (as far as some non-gcc compilers are
Jeff Trawick
2002-09-10
1
-1
/
+1
*
fix a bad parameter to ap_log_rerror()
Jeff Trawick
2002-09-10
1
-1
/
+1
*
Stage #2 of aaa rewrite: Add provider support so that mod_authn_* modules
Justin Erenkrantz
2002-09-10
7
-381
/
+556
*
Stage #1 of the aaa rewrite - refactoring modules.
Justin Erenkrantz
2002-09-10
22
-1488
/
+1584
*
Clean up style on mod_auth_anon.c before hacking it to pieces.
Justin Erenkrantz
2002-08-26
1
-49
/
+50
*
Last missing symbols that I can find.
William A. Rowe Jr
2002-07-17
2
-3
/
+2
*
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
*
cvs up/diff gets pretty hard to track with vc7 builds.
William A. Rowe Jr
2002-06-05
1
-0
/
+5
*
Renames:
Cliff Woolley
2002-05-18
3
-13
/
+13
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
5
-45
/
+45
*
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
5
-5
/
+5
*
Switching from a project build file to GNU make files
Bradley Nicholes
2002-03-01
4
-0
/
+993
*
Convert mod_auth_digest to use the new apr_global_mutex_t type.
Aaron Bannert
2002-02-21
1
-22
/
+33
*
Remove all non-portable DBM calls in mod_auth_dbm and rely only on the
Justin Erenkrantz
2002-02-05
2
-51
/
+8
*
Added some type casting to the appropriate types to avoid type mismatches
Bradley Nicholes
2002-01-29
1
-3
/
+3
*
Remove mod_auth_db since we've received enough votes (Justin, Ian, and
Justin Erenkrantz
2002-01-25
3
-461
/
+0
*
allow mod_auth_digest to configure with --srcdir
Doug MacEachern
2002-01-17
1
-1
/
+1
*
Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.
William A. Rowe Jr
2002-01-10
1
-2
/
+2
*
*) Split all Win32 modules [excluding the core components mod_core,
William A. Rowe Jr
2002-01-10
5
-6
/
+262
*
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
*
Stylistic nitpicking before I go to work on this.
Justin Erenkrantz
2002-01-07
1
-29
/
+15
*
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]