| Commit message (Expand) | Author | Age | Files | Lines |
* | So close ;-) Nicely done Jim | William A. Rowe Jr | 2008-11-23 | 1 | -0/+24 |
* | Simple cut/paste to create a mod_sed template | Jim Jagielski | 2008-11-23 | 1 | -0/+258 |
* | No idea if this is 100% correct, but provide a template | Jim Jagielski | 2008-11-23 | 1 | -0/+111 |
* | testing indicates a large buffsize (~8k) is better... | Jim Jagielski | 2008-11-23 | 1 | -1/+1 |
* | Note that the current mishmash is ugly... hope to | Jim Jagielski | 2008-11-23 | 1 | -0/+7 |
* | mod_buffer: Honour the flush bucket and flush the buffer in the | Graham Leggett | 2008-11-16 | 1 | -3/+10 |
* | mod_buffer: Optimise the buffering of heap buckets when the heap | Graham Leggett | 2008-11-16 | 1 | -2/+24 |
* | Refactor the input buffer filter to use a context as the output buffer | Graham Leggett | 2008-11-16 | 1 | -49/+69 |
* | * Fix properties. | Ruediger Pluem | 2008-11-16 | 1 | -250/+250 |
* | mod_buffer: Optional support for buffering of the input and output | Graham Leggett | 2008-11-15 | 2 | -0/+289 |
* | * Don't build mod_privileges by default. | Ruediger Pluem | 2008-11-14 | 1 | -1/+1 |
* | Introduce mod_privileges: a platform-specific module offering enhanced | Nick Kew | 2008-11-14 | 2 | -0/+428 |
* | * The nitpicker of the space police. No functional change. | Ruediger Pluem | 2008-11-12 | 1 | -4/+4 |
* | temporary dbg message and unnecessary continue, per rpluem review | Eric Covener | 2008-11-12 | 1 | -3/+1 |
* | change short-lived behavior of "DirectoryIndex None" based on feedback from w... | Eric Covener | 2008-11-12 | 1 | -4/+21 |
* | * Rip out the old flushing approach for solving lifetime issues between the | Ruediger Pluem | 2008-11-08 | 4 | -119/+81 |
* | mod_unixd: use APR_HOOK_MIDDLE for drop_privileges. | Nick Kew | 2008-11-08 | 1 | -1/+1 |
* | * mod_mem_cache is dead. So remove all hints on it. | Ruediger Pluem | 2008-11-05 | 1 | -8/+0 |
* | The mem_cache is dead, long live disk_cache. | William A. Rowe Jr | 2008-11-05 | 4 | -1414/+0 |
* | Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk. | Jim Jagielski | 2008-11-04 | 1 | -1/+1 |
* | * We now need mod_unixd for worker, prefork and event as well. | Ruediger Pluem | 2008-11-04 | 1 | -1/+2 |
* | * Instead of unixd_setup_child run the drop_privileges hook to switch the | Ruediger Pluem | 2008-11-04 | 1 | -2/+5 |
* | * Move code to a more conveniant place | Ruediger Pluem | 2008-11-04 | 1 | -29/+29 |
* | Further unixd hacks to remove duplication between old-unixd and mod_unixd, | Nick Kew | 2008-11-04 | 1 | -1/+86 |
* | Ummm why bother setting vars if we are bailing? | Jim Jagielski | 2008-11-04 | 1 | -5/+5 |
* | Make sure that the sys_privileges_handlers is set for the NetWare platform | Bradley Nicholes | 2008-11-03 | 1 | -0/+10 |
* | Remove the ap_session_get, ap_session_set export references for the NetWare b... | Bradley Nicholes | 2008-11-03 | 2 | -4/+0 |
* | Wrap the global count of privileges handlers operating. Silence grumblers. | Nick Kew | 2008-11-03 | 1 | -1/+1 |
* | Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup | Nick Kew | 2008-11-03 | 1 | -4/+3 |
* | * Better use calloc instead of alloc to initialize unset fields in struct. | Ruediger Pluem | 2008-11-02 | 1 | -1/+1 |
* | Remove mod_authn_default and mod_authz_default. | Chris Darroch | 2008-11-02 | 7 | -437/+0 |
* | Fix handling of authz configurations, make default authz logic replicate | Chris Darroch | 2008-11-02 | 3 | -521/+467 |
* | minor formatting changes prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -2/+3 |
* | remove unused variables, rename some variables, move and change | Chris Darroch | 2008-11-01 | 1 | -32/+31 |
* | prevent crash when authz provider not registered prior to use in alias | Chris Darroch | 2008-11-01 | 1 | -0/+8 |
* | move some variable initializations prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -15/+21 |
* | localize some variables in authz provider alias functions | Chris Darroch | 2008-11-01 | 1 | -14/+18 |
* | move function prior to larger changes | Chris Darroch | 2008-11-01 | 1 | -122/+122 |
* | remove unused AUTHZ_GROUP_NOTE define | Chris Darroch | 2008-11-01 | 1 | -1/+1 |
* | remove trailing whitespace, adjust formatting and comments prior | Chris Darroch | 2008-11-01 | 1 | -87/+89 |
* | * Use distinct char pointers for sending and receiving buffers to avoid | Ruediger Pluem | 2008-11-01 | 1 | -2/+3 |
* | Add AuthType of None to support disabling authentication. | Chris Darroch | 2008-10-31 | 1 | -23/+65 |
* | Maintain the assumption that uids are long (as is done | Jim Jagielski | 2008-10-31 | 1 | -3/+3 |
* | Make unixd_set_user a local static function. | Paul Querna | 2008-10-30 | 1 | -2/+3 |
* | Add Makefile.in, so unixd will actually compile correctly :-). | Paul Querna | 2008-10-30 | 1 | -0/+3 |
* | Change the child_init hook to a drop_privileges hook for mod_unixd. | Paul Querna | 2008-10-30 | 1 | -11/+28 |
* | Strip down mod_unixd to only do chroot and changing the UID. | Paul Querna | 2008-10-30 | 1 | -534/+39 |
* | Add mod_unixd to build, update svn:ignore. | Paul Querna | 2008-10-30 | 1 | -0/+14 |
* | Move mod_unixd to arch/unix. | Paul Querna | 2008-10-30 | 1 | -0/+0 |
* | Introduce modules/system, and mod_unixd.c | Nick Kew | 2008-10-29 | 1 | -0/+791 |