summaryrefslogtreecommitdiffstats
path: root/INSTALL (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-02* r708902 fixes PR39774 and thus is worth a CHANGES entry.Ruediger Pluem1-0/+3
2008-11-02* Better use calloc instead of alloc to initialize unset fields in struct.Ruediger Pluem1-1/+1
2008-11-02* Update transformationRuediger Pluem1-2/+3
2008-11-02* Digest providers works as well.Ruediger Pluem1-1/+2
2008-11-02* Fix typoRuediger Pluem1-1/+1
2008-11-02update transformations, and remove variations of mod_authn_default.xmlChris Darroch41-1194/+583
2008-11-02Documentation revisions for r709838 and r709839.Chris Darroch12-366/+412
2008-11-02Remove mod_authn_default and mod_authz_default.Chris Darroch15-511/+3
2008-11-02Fix handling of authz configurations, make default authz logic replicateChris Darroch6-547/+477
2008-11-01minor formatting changes prior to larger changesChris Darroch1-2/+3
2008-11-01remove unused variables, rename some variables, move and changeChris Darroch1-32/+31
2008-11-01prevent crash when authz provider not registered prior to use in aliasChris Darroch1-0/+8
2008-11-01move some variable initializations prior to larger changesChris Darroch1-15/+21
2008-11-01localize some variables in authz provider alias functionsChris Darroch1-14/+18
2008-11-01move function prior to larger changesChris Darroch1-122/+122
2008-11-01major not minor bump for r709708Chris Darroch1-3/+3
2008-11-01remove unused AUTHZ_GROUP_NOTE defineChris Darroch3-3/+3
2008-11-01fix typoChris Darroch1-1/+1
2008-11-01remove trailing whitespace, adjust formatting and comments priorChris Darroch1-87/+89
2008-11-01whitespace cleanupChris Darroch1-6/+6
2008-11-01* Update transformationRuediger Pluem8-19/+86
2008-11-01* Use distinct char pointers for sending and receiving buffers to avoidRuediger Pluem2-2/+6
2008-11-01Convert events to have an associated pool.Paul Querna7-38/+50
2008-11-01Reset the timers when in the child -- this prevents a fork bomb, as each chil...Paul Querna1-0/+6
2008-11-01Remove extra log line with how many threads are being spawned.Paul Querna1-4/+0
2008-11-01Move creation of the pollcb object to after we fork(), since kqueues don't pe...Paul Querna2-9/+25
2008-10-31Note crash fix in mod_authn_core.c from r709553.Chris Darroch1-0/+3
2008-10-31Add AuthType of None to support disabling authentication.Chris Darroch3-27/+108
2008-10-31Allow <Limit> and <LimitExcept> directives to nest, andChris Darroch3-25/+71
2008-10-31Also adjust unixd.c with changes from r709406Jim Jagielski1-3/+3
2008-10-31Maintain the assumption that uids are long (as is doneJim Jagielski1-3/+3
2008-10-31Minor typo correctionLucien Gentis1-1/+1
2008-10-30Make unixd_set_user a local static function.Paul Querna1-2/+3
2008-10-30Make a valid prototypeJim Jagielski1-1/+1
2008-10-30Basic support for spawning children porcesses via fork() and killing them wit...Paul Querna4-12/+88