summaryrefslogtreecommitdiffstats
path: root/modules/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added shebang check so that .vbs scripts can work as CGI.Guenter Knauf2011-01-021-3/+6
* Fixed some win32 types.Guenter Knauf2010-11-291-2/+2
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-0/+33
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-302-2/+2
* Added require prototypes conditionally to CFLAGS for NETWare;Guenter Knauf2010-09-012-4/+7
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-032-9/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-066-6/+6
* Prevent future developers from being as easily confused; prefix theWilliam A. Rowe Jr2010-03-051-20/+20
* revert r918671; these four functions don't need to beJeff Trawick2010-03-051-39/+16
* follow up to r918665:Jeff Trawick2010-03-031-16/+39
* fix these warnings:Jeff Trawick2010-03-031-17/+17
* SECURITY: CVE-2010-0425 (cve.mitre.org)William A. Rowe Jr2010-03-021-2/+0
* more configure-time support for dynamically loadable MPMs:Jeff Trawick2009-11-031-5/+6
* removed now obsolete export defines.Guenter Knauf2009-10-2831-67/+0
* Treat gid's identically to uid's for purposes of numeric formatting.William A. Rowe Jr2009-09-171-3/+3
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Bring back OS/2 support.Brian Havard2009-08-261-1/+4
* Correctly set suexec_enabled when httpd is run by non-rootNick Kew2009-07-061-1/+2
* - use apr_strerror() instead of strerror()Rainer Jung2009-05-121-18/+21
* Whoops! cleanup r771144, which had some local/dev stuff left inNick Kew2009-05-041-16/+0
* mod_privileges: introduce PrivilegesMode: fast mode as before vs secureNick Kew2009-05-041-6/+182
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-291-2/+1
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-271-31/+0
* remove TPF supportJeff Trawick2009-03-271-4/+0
* remove OS/2 platform supportJeff Trawick2009-03-271-4/+4
* The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the Jeff Trawick2009-03-251-1/+2
* axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick2009-03-241-4/+0
* Allow building httpd without a built-in MPM by specifyingJeff Trawick2009-03-241-2/+2
* use a local module header file to store the function prototypeRoy T. Fielding2009-01-312-1/+42
* name protect unixd_setup_child and restore its prototype to unixd.hRoy T. Fielding2009-01-301-1/+2
* Match up formats with args in error messages.Nick Kew2009-01-281-5/+5
* eliminating 9x legacy code from mod_win32William A. Rowe Jr2009-01-061-17/+3
* Silence compiler warning about unused variable cfg.Rainer Jung2009-01-041-2/+0
* vi broke event ;)Rainer Jung2009-01-031-1/+1
* Prevent empty test statement.Rainer Jung2009-01-021-1/+1
* Add a header check for priv.h to mod_privileges.Rainer Jung2009-01-021-1/+7
* unixd_config/ap_unixd_config rename for mod_privilegesEric Covener2008-12-031-3/+3
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-022-42/+42
* Remove c99 style comment.Paul Querna2008-11-301-2/+0
* Note that the current mishmash is ugly... hope toJim Jagielski2008-11-231-0/+7
* * 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
* mod_unixd: use APR_HOOK_MIDDLE for drop_privileges.Nick Kew2008-11-081-1/+1
* * We now need mod_unixd for worker, prefork and event as well.Ruediger Pluem2008-11-041-1/+2
* * 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
* Make sure that the sys_privileges_handlers is set for the NetWare platformBradley Nicholes2008-11-031-0/+10
* 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
* Remove mod_authn_default and mod_authz_default.Chris Darroch2008-11-022-2/+0