summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* So close ;-) Nicely done JimWilliam A. Rowe Jr2008-11-231-0/+24
* Simple cut/paste to create a mod_sed templateJim Jagielski2008-11-231-0/+258
* No idea if this is 100% correct, but provide a templateJim Jagielski2008-11-231-0/+111
* testing indicates a large buffsize (~8k) is better...Jim Jagielski2008-11-231-1/+1
* Note that the current mishmash is ugly... hope toJim Jagielski2008-11-231-0/+7
* mod_buffer: Honour the flush bucket and flush the buffer in theGraham Leggett2008-11-161-3/+10
* mod_buffer: Optimise the buffering of heap buckets when the heapGraham Leggett2008-11-161-2/+24
* Refactor the input buffer filter to use a context as the output bufferGraham Leggett2008-11-161-49/+69
* * Fix properties.Ruediger Pluem2008-11-161-250/+250
* mod_buffer: Optional support for buffering of the input and outputGraham Leggett2008-11-152-0/+289
* * Don't build mod_privileges by default.Ruediger Pluem2008-11-141-1/+1
* Introduce mod_privileges: a platform-specific module offering enhancedNick Kew2008-11-142-0/+428
* * The nitpicker of the space police. No functional change.Ruediger Pluem2008-11-121-4/+4
* temporary dbg message and unnecessary continue, per rpluem reviewEric Covener2008-11-121-3/+1
* change short-lived behavior of "DirectoryIndex None" based on feedback from w...Eric Covener2008-11-121-4/+21
* * Rip out the old flushing approach for solving lifetime issues between theRuediger Pluem2008-11-084-119/+81
* mod_unixd: use APR_HOOK_MIDDLE for drop_privileges.Nick Kew2008-11-081-1/+1
* * mod_mem_cache is dead. So remove all hints on it.Ruediger Pluem2008-11-051-8/+0
* The mem_cache is dead, long live disk_cache.William A. Rowe Jr2008-11-054-1414/+0
* Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk.Jim Jagielski2008-11-041-1/+1
* * We now need mod_unixd for worker, prefork and event as well.Ruediger Pluem2008-11-041-1/+2
* * Instead of unixd_setup_child run the drop_privileges hook to switch theRuediger Pluem2008-11-041-2/+5
* * Move code to a more conveniant placeRuediger Pluem2008-11-041-29/+29
* Further unixd hacks to remove duplication between old-unixd and mod_unixd,Nick Kew2008-11-041-1/+86
* Ummm why bother setting vars if we are bailing?Jim Jagielski2008-11-041-5/+5
* Make sure that the sys_privileges_handlers is set for the NetWare platformBradley Nicholes2008-11-031-0/+10
* Remove the ap_session_get, ap_session_set export references for the NetWare b...Bradley Nicholes2008-11-032-4/+0
* Wrap the global count of privileges handlers operating. Silence grumblers.Nick Kew2008-11-031-1/+1
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-031-4/+3
* * Better use calloc instead of alloc to initialize unset fields in struct.Ruediger Pluem2008-11-021-1/+1
* Remove mod_authn_default and mod_authz_default.Chris Darroch2008-11-027-437/+0
* Fix handling of authz configurations, make default authz logic replicateChris Darroch2008-11-023-521/+467
* minor formatting changes prior to larger changesChris Darroch2008-11-011-2/+3
* remove unused variables, rename some variables, move and changeChris Darroch2008-11-011-32/+31
* prevent crash when authz provider not registered prior to use in aliasChris Darroch2008-11-011-0/+8
* move some variable initializations prior to larger changesChris Darroch2008-11-011-15/+21
* localize some variables in authz provider alias functionsChris Darroch2008-11-011-14/+18
* move function prior to larger changesChris Darroch2008-11-011-122/+122
* remove unused AUTHZ_GROUP_NOTE defineChris Darroch2008-11-011-1/+1
* remove trailing whitespace, adjust formatting and comments priorChris Darroch2008-11-011-87/+89
* * Use distinct char pointers for sending and receiving buffers to avoidRuediger Pluem2008-11-011-2/+3
* Add AuthType of None to support disabling authentication.Chris Darroch2008-10-311-23/+65
* Maintain the assumption that uids are long (as is doneJim Jagielski2008-10-311-3/+3
* Make unixd_set_user a local static function.Paul Querna2008-10-301-2/+3
* Add Makefile.in, so unixd will actually compile correctly :-).Paul Querna2008-10-301-0/+3
* Change the child_init hook to a drop_privileges hook for mod_unixd.Paul Querna2008-10-301-11/+28
* Strip down mod_unixd to only do chroot and changing the UID.Paul Querna2008-10-301-534/+39
* Add mod_unixd to build, update svn:ignore.Paul Querna2008-10-301-0/+14
* Move mod_unixd to arch/unix.Paul Querna2008-10-301-0/+0
* Introduce modules/system, and mod_unixd.cNick Kew2008-10-291-0/+791