| Commit message (Expand) | Author | Age | Files | Lines |
* | Added shebang check so that .vbs scripts can work as CGI. | Guenter Knauf | 2011-01-02 | 1 | -3/+6 |
* | Fixed some win32 types. | Guenter Knauf | 2010-11-29 | 1 | -2/+2 |
* | suEXEC: Add Suexec directive to disable suEXEC without renaming the | Jeff Trawick | 2010-11-10 | 1 | -0/+33 |
* | Fix a number of typos and misspellings. Reported by Ville Skytta. | Daniel Earl Poirier | 2010-10-30 | 2 | -2/+2 |
* | Added require prototypes conditionally to CFLAGS for NETWare; | Guenter Knauf | 2010-09-01 | 2 | -4/+7 |
* | - Remove a load of unused variables (or variables that are set but never read). | Stefan Fritsch | 2010-08-03 | 2 | -9/+0 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 6 | -6/+6 |
* | Prevent future developers from being as easily confused; prefix the | William A. Rowe Jr | 2010-03-05 | 1 | -20/+20 |
* | revert r918671; these four functions don't need to be | Jeff Trawick | 2010-03-05 | 1 | -39/+16 |
* | follow up to r918665: | Jeff Trawick | 2010-03-03 | 1 | -16/+39 |
* | fix these warnings: | Jeff Trawick | 2010-03-03 | 1 | -17/+17 |
* | SECURITY: CVE-2010-0425 (cve.mitre.org) | William A. Rowe Jr | 2010-03-02 | 1 | -2/+0 |
* | more configure-time support for dynamically loadable MPMs: | Jeff Trawick | 2009-11-03 | 1 | -5/+6 |
* | removed now obsolete export defines. | Guenter Knauf | 2009-10-28 | 31 | -67/+0 |
* | Treat gid's identically to uid's for purposes of numeric formatting. | William A. Rowe Jr | 2009-09-17 | 1 | -3/+3 |
* | Always make mod_*.h files available where they exist, modpath by modpath | William A. Rowe Jr | 2009-08-28 | 1 | -0/+2 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -1/+4 |
* | Correctly set suexec_enabled when httpd is run by non-root | Nick Kew | 2009-07-06 | 1 | -1/+2 |
* | - use apr_strerror() instead of strerror() | Rainer Jung | 2009-05-12 | 1 | -18/+21 |
* | Whoops! cleanup r771144, which had some local/dev stuff left in | Nick Kew | 2009-05-04 | 1 | -16/+0 |
* | mod_privileges: introduce PrivilegesMode: fast mode as before vs secure | Nick Kew | 2009-05-04 | 1 | -6/+182 |
* | Core can specify a platform-specific rewrite args hook. Use that on Unix. | Jeff Trawick | 2009-03-29 | 1 | -2/+1 |
* | axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, | Jeff Trawick | 2009-03-27 | 1 | -31/+0 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 1 | -4/+0 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -4/+4 |
* | The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the | Jeff Trawick | 2009-03-25 | 1 | -1/+2 |
* | axe the remaining checks of AP_MPM_WANT_foo to see what code to generate | Jeff Trawick | 2009-03-24 | 1 | -4/+0 |
* | Allow building httpd without a built-in MPM by specifying | Jeff Trawick | 2009-03-24 | 1 | -2/+2 |
* | use a local module header file to store the function prototype | Roy T. Fielding | 2009-01-31 | 2 | -1/+42 |
* | name protect unixd_setup_child and restore its prototype to unixd.h | Roy T. Fielding | 2009-01-30 | 1 | -1/+2 |
* | Match up formats with args in error messages. | Nick Kew | 2009-01-28 | 1 | -5/+5 |
* | eliminating 9x legacy code from mod_win32 | William A. Rowe Jr | 2009-01-06 | 1 | -17/+3 |
* | Silence compiler warning about unused variable cfg. | Rainer Jung | 2009-01-04 | 1 | -2/+0 |
* | vi broke event ;) | Rainer Jung | 2009-01-03 | 1 | -1/+1 |
* | Prevent empty test statement. | Rainer Jung | 2009-01-02 | 1 | -1/+1 |
* | Add a header check for priv.h to mod_privileges. | Rainer Jung | 2009-01-02 | 1 | -1/+7 |
* | unixd_config/ap_unixd_config rename for mod_privileges | Eric Covener | 2008-12-03 | 1 | -3/+3 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 2 | -42/+42 |
* | Remove c99 style comment. | Paul Querna | 2008-11-30 | 1 | -2/+0 |
* | Note that the current mishmash is ugly... hope to | Jim Jagielski | 2008-11-23 | 1 | -0/+7 |
* | * 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 |
* | mod_unixd: use APR_HOOK_MIDDLE for drop_privileges. | Nick Kew | 2008-11-08 | 1 | -1/+1 |
* | * We now need mod_unixd for worker, prefork and event as well. | Ruediger Pluem | 2008-11-04 | 1 | -1/+2 |
* | * 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 |
* | Make sure that the sys_privileges_handlers is set for the NetWare platform | Bradley Nicholes | 2008-11-03 | 1 | -0/+10 |
* | 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 |
* | Remove mod_authn_default and mod_authz_default. | Chris Darroch | 2008-11-02 | 2 | -2/+0 |