summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
2008-05-09Add support for IPv6 while keeping the default at IPv4 to not breakMarc Balmer
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-25spelling: pathes->paths, ok henningStuart Henderson
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-01-25show an example for writing ErrorLog to syslogStuart Henderson
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-12Fix mod_status XSS CVE-2007-6388:Martynas Venckus
2008-01-08sync patches in messages with realityHenning Brauer
2007-11-24fix yacc/lex parallel file generationMarc Espie
2007-11-19do not print "Processing config {dir,file} ...." messages unless the -tRobert Nagy
2007-11-03make sure configure is done before we try building manpages.Marc Espie
2007-10-30Add two module configuration directories named modules and modules.sampleRobert Nagy
2007-10-14'expresion' -> 'expression'. Reported by Jung on tech@.Kenneth R Westerback
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-11add application/x-bittorrentHenning Brauer
2007-08-24Add a new configuration directive 'RLimitNOFILE' to set the number ofMarc Balmer
2007-08-09fix CVE-2007-3304Martynas Venckus
2007-08-08fix CVE-2006-5752Martynas Venckus
2007-07-23fix a variable shadowing problemHenning Brauer
2007-06-01paranoid snprintf length calculation to avoid a possible bufferPeter Valchev
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-04-05another extra test i missed before, from charles longeauTed Unangst
2007-03-30Restore full version reporting when using the -v and -V switch.Pierre-Yves Ritschard
2007-03-26remove the unneccessary options descriptions from usage();Jason McIntyre
2007-03-26fix lines with too many args; from Igor SobradoJason McIntyre
2007-03-22remove default output of version numbers to silence confused auditingPierre-Yves Ritschard
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-06- Pass full buffer to fgets().Ray Lai
2007-03-01spell address correctly; ok jmc@ henning@David Krause
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-19unbreak by allowing clean in !objdir case to fail (no Makefile there in thatHenning Brauer
2007-02-15regen, DEV_RANDOM is goneHenning Brauer
2007-02-15get rid of the ConfigStart/End section used by the weird fragile apacheHenning Brauer
2007-02-14g/c NO_DL_NEEDED, it is no longer used by os/unix/os.cTodd C. Miller
2007-02-13unbreak compile on 64bit systems; no cookie for espie. ok millertHenning Brauer
2007-02-13remove prereq, by using a pre-generated include file (this one should nowMarc Espie
2007-02-03remove varying parts from generated configure info:Marc Espie
2007-01-30apachectl picks up httpd_flags from rc.conf for some time now - and thatHenning Brauer
2006-12-23Spelling.Kenneth R Westerback
2006-11-06fix proxying on big-endian 64-bit machines, u_long is not the size ofTheo de Raadt
2006-09-26escape error response to unsupported Expect: header, fixesDamien Miller
2006-08-01add ProxyPreserveHost support to mod_proxy. it allows to pass the originalFederico G. Schwindt
2006-07-28avoid printing the server built dateHenning Brauer
2006-07-28avoid printing server built date, we set that to "unknown" anywayHenning Brauer
2006-07-28A vulnerability has been reported in Apache HTTP Server, which potentially canHenning Brauer
2006-05-15set cur & max limits with MaxFOOPerChild instead of cur twiceHenning Brauer
2006-04-13Fix pr 5073, httpd/mod_ssl can leak file descriptors in theBob Beck
2006-04-04dead code removalHenning Brauer