| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | this commit is really florian@'s, since he's the one who made removal | 2014-04-22 | 10 | -7419/+0 | |
| | | | | | | | | | of our forked apache possible by his work on nginx and slowcgi, but he doesn't want it - so it is my pleasure to tedu it. I spent so much work on chroot in it 10 years ago - and am very happy to see it go now, nginx is a far better choice today. Bye bye, Apache, won't miss you. | ||||
| * | Local variables storing integer values and printed with %d should be | 2011-04-06 | 1 | -2/+3 | |
| | | | | | declared as integer types, not pointers, really. | ||||
| * | - properly fix pr6009. a different fix was commited as the original patch | 2011-01-05 | 1 | -1/+7 | |
| | | | | | | | | used atoi(). this fix uses strtonum() instead. from bjorn ketelaars, pr6515. ok henning@ | ||||
| * | make ProxyPass exclude directives only exclude on match, instead of always | 2010-03-31 | 1 | -3/+3 | |
| | | | | | | | noted by Vasiliy Kiryanov, thanks! ok stephan@ | ||||
| * | - apache would send the wrong Host-Header back when setup as a reverse proxy | 2010-02-25 | 1 | -1/+1 | |
| | | | | | | | | | with ProxyPreserveHost. fixes pr6009, though i applied a different fix as what was suggested in that pr. ok sthen@ | ||||
| * | fix some fallout from the >2G commit. namely allow for all byte counters to | 2010-02-25 | 1 | -1/+1 | |
| | | | | | | | report the correct size when it exceeds a long's capacity. From Dan Harnett <daniel @ harnett . name> | ||||
| * | Add a SECURITY FIX for CVE-2010-0010 | 2010-02-03 | 1 | -3/+3 | |
| | | | | | | | | | | "on 64-bit platforms this allows remote origin servers to cause a denial of service (daemon crash) or possibly execute arbitrary code via a large chunk size that triggers a heap-based buffer overflow." "looks good" to henning@ ok otto@ | ||||
| * | wrote one byte too far, found by parfait; ok beck millert | 2009-12-14 | 1 | -2/+2 | |
| | | |||||
| * | Add ! support to ProxyPass to exclude directories from being proxied. | 2009-08-26 | 1 | -0/+3 | |
| | | | | | | From Stephan A. Rickauer <stephan dot rickauer at startek dot ch> with minor tweaks. ok by many. | ||||
| * | Use correct function signature when calling the write_host_header hook. | 2008-10-03 | 1 | -1/+1 | |
| | | | | | from Josh Elsasser <josh@elsasser.org>, thanks. | ||||
| * | Make the proxy module work with https again by allowing the destination | 2008-07-04 | 1 | -3/+6 | |
| | | | | | | | | | port to be set in the config file instead of using HTTP_DEFAULT_PORT in all cases. Prevent a segfault that would happen when the SSL connection from the proxy fails. Problem found and analyzed by Mischa Diehm; fix by me. | ||||
| * | de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvs | 2008-05-25 | 1 | -17/+3 | |
| | | | | | | | markers. no binary changes | ||||
| * | Add support for IPv6 while keeping the default at IPv4 to not break | 2008-05-09 | 6 | -215/+463 | |
| | | | | | | | | | | | | | existing installations. See the documentation for the IPv6 related configuration. This changes the module ABI since addresses are now struct addrinfo. This has been tested by many people and run on production machines for several months. feedback many, ok todd | ||||
| * | remove some bogus *p tests from charles longeau | 2007-03-20 | 2 | -2/+2 | |
| | | | | | ok deraadt millert | ||||
| * | fix proxying on big-endian 64-bit machines, u_long is not the size of | 2006-11-06 | 1 | -1/+1 | |
| | | | | | an ip address, that's for sure; pr 5232 arjones@simultan.dyndns.org | ||||
| * | add ProxyPreserveHost support to mod_proxy. it allows to pass the original | 2006-08-01 | 3 | -5/+54 | |
| | | | | | Host header to the backend. default off. henning@ ok. | ||||
| * | nuke bundled regex lib, we have and always used the OpenBSD one of course | 2006-04-04 | 1 | -6/+6 | |
| | | | | | From: Daniel Ouellet <daniel@presscom.net> | ||||
| * | cleanup and unifdef'ing, no change in object files | 2005-02-09 | 6 | -183/+2 | |
| | | | | | work by Daniel Ouellet <daniel@presscom.net> | ||||
| * | Redirected to /dev/null | 2004-12-02 | 1 | -6/+0 | |
| | | |||||
| * | big time httpd cleanup | 2004-12-02 | 4 | -241/+0 | |
| | | | | | | | this diff removes a lot of #ifdef'd stuff that is irrelevant for us. done by Daniel Ouellet after my advice. tested by many, ok miod@ | ||||
| * | SECURITY: CAN-2004-0492 (cve.mitre.org) | 2004-06-10 | 1 | -0/+7 | |
| | | | | | | Reject responses from a remote server if sent an invalid (negative) Content-Length. [Mark Cox] | ||||
| * | Fix printf format string. ok henning@ | 2004-01-15 | 1 | -1/+1 | |
| | | |||||
| * | merge apache 1.3.29 and mod_ssl 2.8.16 | 2003-11-17 | 1 | -19/+39 | |
| | | | | | ok brad@ | ||||
| * | die - regenerated during build | 2003-08-21 | 1 | -89/+0 | |
| | | | | | noriced by theo | ||||
| * | merge | 2003-08-21 | 8 | -13/+102 | |
| | | |||||
| * | #include "http_main.h" for the chroot functions | 2003-07-18 | 1 | -0/+1 | |
| | | | | | | fixes some implicit declaration warnings ok henning@ | ||||
| * | bump mktemp/mkstemp randomness from 6 -> 10 X's | 2003-07-02 | 1 | -1/+1 | |
| | | | | | henning@ ok | ||||
| * | string shit; ok dhartmei@ | 2003-04-09 | 3 | -13/+19 | |
| | | |||||
| * | 2x trivial strcpy | 2003-04-08 | 1 | -2/+2 | |
| | | |||||
| * | yes I am a dork | 2003-04-08 | 1 | -1/+1 | |
| | | |||||
| * | string fixes; pval agrees | 2003-04-08 | 2 | -16/+23 | |
| | | |||||
| * | merge apache 1.3.27 and mod_ssl 2.8.11 | 2002-10-07 | 3 | -3/+22 | |
| | | |||||
| * | strip_chroot here as well. | 2002-07-30 | 1 | -0/+1 | |
| | | | | | pointed out by sengel at melshake dot com | ||||
| * | merge | 2002-07-19 | 7 | -1262/+1512 | |
| | | |||||
| * | import apache 1.3.26 + mod_ssl 2.8.10 | 2002-07-19 | 1 | -0/+9 | |
| | | |||||
| * | nuke old, unused, pre-apache-1.3.24 leftovers | 2002-07-15 | 2 | -593/+0 | |
| | | |||||
| * | fix half baked abortion of a merge to 1.3.23 and take | 2002-03-29 | 8 | -2450/+3404 | |
| | | | | | tree to apache-1.3.24+mod+ssl2.8.8 | ||||
| * | Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headers | 2001-03-29 | 7 | -259/+281 | |
| | | | | | and mod_expire | ||||
| * | apache 1.3.14 + mod_ssl 2.7.1 merge | 2000-12-15 | 10 | -307/+285 | |
| | | |||||
| * | apache 1.3.12 + mod_ssl 2.6.2 merge | 2000-03-19 | 3 | -7/+24 | |
| | | |||||
| * | Apache 1.3.11 + mod_ssl 2.5.0 merge | 2000-01-25 | 7 | -69/+166 | |
| | | |||||
| * | Apache 1.3.9 + Mod_ssl 2.4.2 - now builds with apaci nastiness. | 1999-09-29 | 11 | -222/+327 | |
| | | |||||
| * | Pretty sure that the more restrictive umask used by mkstemp() makes the fchmod not neccessary | 1999-06-05 | 1 | -1/+0 | |
| | | |||||
| * | use mkstemp; Peter.Galbavy@knowledge.com | 1999-06-04 | 1 | -7/+3 | |
| | | |||||
| * | mod_ssl-2.2.3-1.3.4 (will require libssl-1.1 for https to work, but | 1999-03-01 | 2 | -0/+101 | |
| | | | | | mostly harmless otherwise). | ||||
| * | Apache 1.3.4 merge | 1999-03-01 | 7 | -18/+25 | |
| | | |||||
| * | Apache 1.3.3 merge + proxy_segv fix | 1998-10-11 | 1 | -1/+1 | |
| | | |||||
| * | unused files, thanks to apache souce tree transmogrification.. | 1998-10-01 | 1 | -89/+0 | |
| | | |||||
| * | Apache 1.3.2 | 1998-10-01 | 12 | -2216/+4598 | |
| | | |||||
| * | Initial import from apache 1.2.6 | 1998-03-25 | 8 | -0/+4255 | |
