summaryrefslogtreecommitdiffstats
path: root/os/unix (follow)
Commit message (Expand)AuthorAgeFilesLines
* update license header textRoy T. Fielding2006-07-113-18/+18
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-193-3/+3
* * os/unix/unixd.h: Use extern "C" linkage.Joe Orton2005-12-061-0/+8
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-7/+7
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-83/+83
* I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS definedWilliam A. Rowe Jr2005-09-161-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-292-1/+21
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* Remove the .cvsignore files.Joe Orton2004-11-191-5/+0
* * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.Joe Orton2004-10-121-0/+5
* Move the few BS2000 specific in unixd.cJean-Frederic Clere2004-10-012-0/+134
* readd suexec setuid and user checkAndré Malo2004-04-241-3/+2
* *) SECURITY: CAN-2004-0174 (cve.mitre.org)Jeff Trawick2004-03-191-0/+13
* * os/unix/unixd.c (unixd_accept): Eliminate now-redundant call toJoe Orton2004-03-101-8/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-093-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-063-159/+30
* Unix MPMs: Stop dropping connections when the file descriptorJeff Trawick2004-01-271-9/+0
* update license to 2004.André Malo2004-01-013-3/+3
* fix a compile failure with recent z/OS and picky settings for compiler/Jeff Trawick2003-11-031-1/+1
* one_process is not a global variableMartin Kraemer2003-09-081-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-3/+3
* Unix: Handle permissions settings for flock-based mutexes inJeff Trawick2003-06-072-22/+67
* Linux 2.4+: enable coredumps when Apache is started as root ifGreg Ames2003-03-061-0/+15
* finished that boring job:André Malo2003-02-033-3/+3
* fix compile breakage with IBM's xlc compiler caused by theJeff Trawick2002-06-271-1/+1
* Fix a long-standing bug in 2.0, CGI scripts were being calledRyan Bloom2002-06-271-1/+12
* Fix for suexec execution of CGI scripts from mod_includeBrian Pane2002-05-261-3/+12
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-5/+5
* APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_tJeff Trawick2002-05-081-4/+4
* Add unixd_set_global_mutex_perms so we can set permissions on things likeAaron Bannert2002-05-062-0/+14
* Fix suexec invocations from userdir - the ~ was not being prepended to theJustin Erenkrantz2002-04-252-1/+7
* Update our copyright for this year.Roy T. Fielding2002-03-133-3/+3
* Removed unixd_set_lock_perms(apr_lock_t *), which is no longerBrian Pane2002-02-242-35/+0
* Spelling and grammar janitor coming through.Justin Erenkrantz2002-01-171-5/+5
* On HPUX 11.x, the 'ENOBUFS, No buffer space available'Bill Stoddard2002-01-171-0/+12
* Clear the output socket descriptor in unixd_accept() to make sureBrian Pane2002-01-131-0/+1
* change ap_unix_create_privileged_process() to allocate enough space inGreg Ames2001-12-271-1/+2
* Add ap_os_killpg as well as unixd_killpg and beosd_killpg.David Reid2001-12-251-0/+2
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-132-0/+125
* Remove commas from the end of the macros that defineRyan Bloom2001-11-131-1/+1
* Use the APR's new OS-specific proc mutex accessors -- they are usedAaron Bannert2001-10-202-1/+35
* Added AP_DECLARE_DATA to unixd_config, so that it makes it into the exp file.Victor J. Orlikowski2001-09-131-1/+1
* Use the correct macros in unix.hRyan Bloom2001-08-302-2/+2
* No <sys/ipc.h> under cygwin.William A. Rowe Jr2001-08-301-0/+4
* os-inline.c is no more (fix from bloom)Doug MacEachern2001-08-231-1/+1
* Eliminated ap_os_[systemcase|[case_]canonical]_filename() andWilliam A. Rowe Jr2001-08-232-154/+0
* This probably falls under the category: if you can't figure it out yourself,Joshua Slive2001-08-231-3/+3
* We need to check for sys/sem.hRyan Bloom2001-08-221-1/+1
* Fix a new error on Linux.Ryan Bloom2001-08-161-0/+1