index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
INSTALL
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-02
* r708902 fixes PR39774 and thus is worth a CHANGES entry.
Ruediger Pluem
1
-0
/
+3
2008-11-02
* Better use calloc instead of alloc to initialize unset fields in struct.
Ruediger Pluem
1
-1
/
+1
2008-11-02
* Update transformation
Ruediger Pluem
1
-2
/
+3
2008-11-02
* Digest providers works as well.
Ruediger Pluem
1
-1
/
+2
2008-11-02
* Fix typo
Ruediger Pluem
1
-1
/
+1
2008-11-02
update transformations, and remove variations of mod_authn_default.xml
Chris Darroch
41
-1194
/
+583
2008-11-02
Documentation revisions for r709838 and r709839.
Chris Darroch
12
-366
/
+412
2008-11-02
Remove mod_authn_default and mod_authz_default.
Chris Darroch
15
-511
/
+3
2008-11-02
Fix handling of authz configurations, make default authz logic replicate
Chris Darroch
6
-547
/
+477
2008-11-01
minor formatting changes prior to larger changes
Chris Darroch
1
-2
/
+3
2008-11-01
remove unused variables, rename some variables, move and change
Chris Darroch
1
-32
/
+31
2008-11-01
prevent crash when authz provider not registered prior to use in alias
Chris Darroch
1
-0
/
+8
2008-11-01
move some variable initializations prior to larger changes
Chris Darroch
1
-15
/
+21
2008-11-01
localize some variables in authz provider alias functions
Chris Darroch
1
-14
/
+18
2008-11-01
move function prior to larger changes
Chris Darroch
1
-122
/
+122
2008-11-01
major not minor bump for r709708
Chris Darroch
1
-3
/
+3
2008-11-01
remove unused AUTHZ_GROUP_NOTE define
Chris Darroch
3
-3
/
+3
2008-11-01
fix typo
Chris Darroch
1
-1
/
+1
2008-11-01
remove trailing whitespace, adjust formatting and comments prior
Chris Darroch
1
-87
/
+89
2008-11-01
whitespace cleanup
Chris Darroch
1
-6
/
+6
2008-11-01
* Update transformation
Ruediger Pluem
8
-19
/
+86
2008-11-01
* Use distinct char pointers for sending and receiving buffers to avoid
Ruediger Pluem
2
-2
/
+6
2008-11-01
Convert events to have an associated pool.
Paul Querna
7
-38
/
+50
2008-11-01
Reset the timers when in the child -- this prevents a fork bomb, as each chil...
Paul Querna
1
-0
/
+6
2008-11-01
Remove extra log line with how many threads are being spawned.
Paul Querna
1
-4
/
+0
2008-11-01
Move creation of the pollcb object to after we fork(), since kqueues don't pe...
Paul Querna
2
-9
/
+25
2008-10-31
Note crash fix in mod_authn_core.c from r709553.
Chris Darroch
1
-0
/
+3
2008-10-31
Add AuthType of None to support disabling authentication.
Chris Darroch
3
-27
/
+108
2008-10-31
Allow <Limit> and <LimitExcept> directives to nest, and
Chris Darroch
3
-25
/
+71
2008-10-31
Also adjust unixd.c with changes from r709406
Jim Jagielski
1
-3
/
+3
2008-10-31
Maintain the assumption that uids are long (as is done
Jim Jagielski
1
-3
/
+3
2008-10-31
Minor typo correction
Lucien Gentis
1
-1
/
+1
2008-10-30
Make unixd_set_user a local static function.
Paul Querna
1
-2
/
+3
2008-10-30
Make a valid prototype
Jim Jagielski
1
-1
/
+1
2008-10-30
Basic support for spawning children porcesses via fork() and killing them wit...
Paul Querna
4
-12
/
+88