Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Only use fcntl() if we have fcntl.h
suexec: Allow to log an error if exec fails by setting FD_CLOEXEC on the log file instead of closing it. PR: 10744 Submitted by: Nicolas Rachinsky Reviewed by: Stefan Fritsch
axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, LynxOS, QNX, and UnixWare
When group is given as a numeric gid, validate it by looking up the actual group name such that the name can be used in log entries. PR: 7862 Submitted by: <y-koga apache.or.jp>, Leif W <warp-9.9 usa.net>
update license header text
Update the copyright year in all .c, .h and .xml files
No functional Change: Removing trailing whitespace. This also means that "blank" lines consisting of just spaces or tabs are now really blank lines
Update copyright year to 2005 and standardize on current copyright owner line.
* support/suexec.c (safe_env_lst): Declare array as static const.
general property cleanup
suexec: Pass the SERVER_SIGNATURE envvar through to CGIs. Submitted by: Zvi Har'El <rl math.technion.ac.il> Reviewed by: Jeff Trawick
filepath_info wasn't set by the httpd for over 7 years
fix name of The Apache Software Foundation
fix copyright dates according the first cehck in
apply Apache License, Version 2.0
update license to 2004.
Remember an authenticated user during internal redirects if the redirection target is not access protected and pass it to scripts using the REDIRECT_REMOTE_USER environment variable. PR: 10678, 11602.
Propagate the handler name to the action script via the REDIRECT_HANDLER environment variable.
Be more pedantic when cleaning environment. Clean it immediately after startup. PR: 2790, 10449 Submitted by: Jeff Stewart <jws@purdue.edu>
Fix suexec compile error under SUNOS4, where strerror() doesn't exist. PR: 5913, 9977 Submitted by: Jonathan W Miner <Jonathan.W.Miner@lmco.com>
Let suexec send a message to stderr, if it failed or its policy was violated. This message appears in the error log and allows for easier debugging. PR: 10773 Proposed again by: Joshua Slive
finished that boring job: update license to 2003. Happy New Year! ;-))
Re-order header files in suexec.c. This adds apr.h, which is required to get the apr macros. Other than that, it is just for clarity.
fix a typo
Update our copyright for this year.
suexec: Allow HTTPS and SSL_* environment variables to be passed through to CGI scripts. PR: 9163 Submitted by: Brian Reid <breid@customlogic.com>, Zvi Har'El <rl@math.technion.ac.il> Reviewed by: Joshua Slive, Lars Eilebrecht, Martin Kraemer
Just some style changes from when I was working on the recent suexec patch. No more tabs, intended alignment remains.
Fix typos...
Use uniform wrapping for unistd.h, and don't include it if it's aready included via fileio.h
Bring forward the suexec umask setting option from 1.3, and also fix some configure.in bits that would define macros that needed to be numbers as strings instead. Obtained from: Apache HTTP Server 1.3
Bring forward the -V option for suexec from 1.3.20-dev. It looks like the umask() option needs to be brought forward, as well. Is this still 2.0.14-dev?
Don't directly include ap_config_auto.h directly. It isn't available on Windows platforms. Including ap_config.h will pick it up, or it will grab the appropriate Windows header/defines.
Update copyright to 2001
Header file cleanup.
Get SuEXEC building properly.
Get suexec compiling again.
Allow SuExec to be configured from the ./configure command line
Add back suexec support.
prefix libapr functions and types with apr_
Remove all occurances of strerror from Apache. ap_strerror works just fine with standard errno values, and it is more portable. This also allows me to remove the check for strerror from Apache's configure script.
Update to Apache Software License version 1.1
Fix all the License issues. Including: s/Apache Group/Apache Software Foundation/ s/1999/2000/ s/Sascha's license/ASF license
Apache 1.3.9 baseline for the Apache 2.0 repository. Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9 Submitted by: Apache Group
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |