summaryrefslogtreecommitdiff
path: root/modules/generators/mod_suexec.c
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-9/+11
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* unixd_config->ap_unixd_config renames for mod_suexecEric Covener2008-12-031-2/+2
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* If you study all of the directive implementations, you'll noteWilliam A. Rowe Jr2008-04-061-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Fix the rest of the apr_pool_userdata_setn() bogosity w.r.t. DSO modules.Cliff Woolley2002-05-251-2/+2
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* Fix suexec invocations from userdir - the ~ was not being prepended to theJustin Erenkrantz2002-04-251-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Only let the "suEXEC enabled" message be printed once, even when weAaron Bannert2001-11-301-3/+11
* Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)"Aaron Bannert2001-11-291-0/+16
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Clean up the cgid module now that it supports suexec.Ryan Bloom2001-01-291-5/+1
* Get mod_suexec compiling on FreeBSD againRyan Bloom2001-01-211-2/+3
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Remove a couple more NULL handler specifications.Ryan Bloom2001-01-121-1/+0
* Make mod_cgi and mod_include work when compiled as DSO's again. This isRyan Bloom2000-10-311-1/+0
* Fix a const problem.Ryan Bloom2000-10-301-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-0/+160