summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyTheo de Raadt
2004-02-11enable shared libs on amd64; from drahnTheo de Raadt
2004-02-11ARM now supports shared libraries.Dale Rahn
2004-02-10ap_server_strip_chroot() is void not int, found by otto while playing withHenning Brauer
2004-02-03somehow cvs revived this long dead directory, but fgs@ noticedHenning Brauer
2004-01-15Fix printf format string. ok henning@Otto Moerbeek
2004-01-13cast vararg sentinel value to pointerOtto Moerbeek
2004-01-13return value at end of non-void functionOtto Moerbeek
2003-11-21Allow and Deny rules with IP addresses outside the class A rangeHenning Brauer
2003-11-17two more dead MANUALFILESHenning Brauer
2003-11-17these are gone since some time tooHenning Brauer
2003-11-17this is historic as of 1.3.29Henning Brauer
2003-11-17syn manualfilesHenning Brauer
2003-11-17merge apache 1.3.29 and mod_ssl 2.8.16Henning Brauer
2003-11-17import Apache 1.3.29 and mod_ssl 2.8.16Henning Brauer
2003-11-06add commented out LoadModule statements for each module we build and installHenning Brauer
2003-10-30typo from Tom Cosgrove; this appears to already be fixed in latest httpd;Jason McIntyre
2003-10-29security fix from upcoming apache 1.3.29:Henning Brauer
2003-10-24initgroups() before chroot(), found by Daniel LucqHenning Brauer
2003-10-17use u_int32_t instead of unsigned long, a 32-bit quantity is needed.Daniel Hartmeier
2003-10-08ugly hack to fix digest authentication for ie, safari et al. FreeBSD PR#55401.Jakob Schlyter
2003-10-02chroot handling for SSLCertificateChainFile, problem found and fix tested byHenning Brauer
2003-09-26use a much more random salt; prompted by ast@domdv.deTheo de Raadt
2003-09-19when dropping privileges use initgroups(3) instead of setgroups(2) so theHenning Brauer
2003-08-27these are not needed here; henning@ ok.Federico G. Schwindt
2003-08-26bitgarbage to the recycle binHenning Brauer
2003-08-25string shitHenning Brauer
2003-08-21die - regenerated during buildHenning Brauer
2003-08-21thank you, cvs, for re-adding files that were removed on purposeHenning Brauer
2003-08-21sync MANUALFILESHenning Brauer
2003-08-21we have our own oneHenning Brauer
2003-08-21apache bug #21737 ( http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21737)Henning Brauer
2003-08-21#include conf.h -> ap_config.hHenning Brauer
2003-08-21fixHenning Brauer
2003-08-21mergeHenning Brauer
2003-08-21mergeHenning Brauer
2003-08-21import apache 1.3.28 and mod_ssl 2.8.15Henning Brauer
2003-08-14add tgz, prodded by wimHenning Brauer
2003-08-07use setusercontext(3) instead of initgroups/setuid/et al., making possibleFederico G. Schwindt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-18#include "http_main.h" for the chroot functionsDavid Krause
2003-07-14- new sentence, new lineJason McIntyre
2003-07-08declare chroot and etag functions in the .h filesDavid Krause
2003-07-08oupsie, error in code we don't compileHenning Brauer
2003-07-02bump mktemp/mkstemp randomness from 6 -> 10 X'sAnil Madhavapeddy
2003-06-12Terms 3 and 4 have been removed from sbin/isakmpd/x509.c so theyTodd C. Miller
2003-06-04mop up some more 3/4 license issuesTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-05-26install mod_ssl headersHenning Brauer