Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-07 | merge apache 1.3.27 | Henning Brauer | |
2002-10-07 | sync MANUALFILES | Henning Brauer | |
2002-10-07 | drain the bitbucket | Henning Brauer | |
2002-10-07 | emacsed out | Henning Brauer | |
2002-10-07 | gone to the big harddrive in the sky | Henning Brauer | |
2002-10-07 | merge apache 1.3.27 and mod_ssl 2.8.11 | Henning Brauer | |
2002-10-07 | import apache 1.3.27 and mod_ssl 2.8.11 | Henning Brauer | |
2002-10-07 | make restarts work again with missing srm.conf (sigh) | Henning Brauer | |
pointed out by nicolas at untz dot net, thanks! | |||
2002-10-06 | match php 4, too, in the example, j@pureftpd.org | Henning Brauer | |
2002-10-06 | in the commented out AddType example for php take values fitting for php4, | Henning Brauer | |
not php3. inspired by a PR from j@pureftpd.org for the -dist file. | |||
2002-10-04 | fix a cross-site scripting vuln: | Henning Brauer | |
*) SECURITY: CAN-2002-0840 (cve.mitre.org) Prevent a cross-site scripting vulnerability in the default error page. The issue could only be exploited if the directive UseCanonicalName is set to Off and a server is being run at a domain that allows wildcard DNS. [Matthew Murphy] | |||
2002-10-01 | version 1.2.4.1 from KTH: ok deraadt@ jason@ | Dale Rahn | |
make it work for netbsd/sparc64 (really any sparcv9 running !solaris) | |||
2002-09-28 | format usage nicer, and add startssl to summary usage. also order the | Henning Brauer | |
parameters a bit more logical. missing startssl pointed out by jsyn@, what made me look at it ;-) ok deraadt@ | |||
2002-09-26 | remove MDC2; patents | Markus Friedl | |
2002-09-23 | Add missing includes, breaks and semicolons to appease gcc3; David Krause | Todd C. Miller | |
deraadt@ OK | |||
2002-09-20 | better comment about RessourceConfig and AccessConfig aka srm.conf and | Henning Brauer | |
access.conf. "These are now distributed empty" just doesn't fit if we don't install them any more. | |||
2002-09-19 | bye bye | Henning Brauer | |
2002-09-18 | Handle RFC2637 (PPTP defines an enhanced GRE... *sigh*) | Jason Wright | |
2002-09-18 | Fully decode source routing elements defined in rfc1702 | Jason Wright | |
2002-09-18 | Rewrite from scratch: same basic functionality, but better license and | Jason Wright | |
knows how to skip routing info and process the rest of the packet. | |||
2002-09-18 | don't install srm.conf, access.conf, srm.conf-dist and access.conf-dist | Henning Brauer | |
They are obsolete since years and empty anyway. ok theo | |||
2002-09-18 | no point in limiting MaxRequestsPerChild on OpenBSD | Henning Brauer | |
2002-09-18 | some cometics, correct SYNOPSIS | Henning Brauer | |
2002-09-18 | remove egp support; unresolved non-bsd license for a decoder of protocol that | Jakob Schlyter | |
noone uses anymore is not worth the amount of work needed to be resolved. | |||
2002-09-18 | no trsp | Theo de Raadt | |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2002-09-18 | bye bye | Theo de Raadt | |
2002-09-15 | no license; i told you guys i mean it | Theo de Raadt | |
2002-09-13 | Pedro says we can change his license too. | Theo de Raadt | |
2002-09-13 | and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> through | Theo de Raadt | |
the help of people who found him: first one was nick.stott@cogeco.ca This now has a better license. Two authors left to go. | |||
2002-09-13 | Paul Mackerras and the Australian National University have worked things | Theo de Raadt | |
out, and as a result, Paul now owns copyright on all these files, with the proper terms. | |||
2002-09-12 | Eliminate the need for /dev/null in the chroot jail by opening it | Todd C. Miller | |
before the chroot(2); deraadt@ OK | |||
2002-09-10 | only use socklen_t for OpenBSD >= 2.6 | Henning Brauer | |
requested by the apache guys (Jeff Trawick) | |||
2002-09-10 | create a 127.0.0.1: socket to match the *: socket upon which amq requests | Theo de Raadt | |
are serviced, then only respond to amq requests on that particular socket. we may extend this later to improve nfs protocol handling.... | |||
2002-09-10 | knf | Theo de Raadt | |
2002-09-10 | more knf | Theo de Raadt | |
2002-09-10 | various cleanups | Theo de Raadt | |
2002-09-10 | signo and ansi | Theo de Raadt | |
2002-09-09 | move OpenSSL include up | Henning Brauer | |
2002-09-09 | clean: cleanman | Henning Brauer | |
2002-09-09 | add src/modules/keynote/Makefile to MUNGEDFILES | Henning Brauer | |
2002-09-08 | Avoid ordered comparison between pointers and integers (ANSI). | Thierry Deval | |
ok deraadt@, espie@ | |||
2002-09-08 | missing include for evp.h; ok henning@ | Markus Friedl | |
2002-09-08 | add leap second support for rfc868, from thorsten glaser | Jakob Schlyter | |
2002-09-08 | use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity. | Kenjiro Cho | |
gcc -pedantic audit by deraadt@ | |||
2002-09-08 | volatile sig_atomic_t for sig handler vars; cloder | Theo de Raadt | |
2002-09-08 | more cleaning | Jason Wright | |
2002-09-08 | Fix a bunch of -pedantic errors | Jason Wright | |
2002-09-08 | socklen_t audit. from deraadt. | Jun-ichiro itojun Hagino | |
2002-09-08 | signal handler must take "int" arg. from deraadt. sync w/kame | Jun-ichiro itojun Hagino | |