summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-07-30Make "location" work with name-based virtual servers.Reyk Floeter
2014-07-30prepare for post 5.6 packages, recognize special case where timestamp exist.Marc Espie
2014-07-30Add "location" keyword to specify path-specific configuration inReyk Floeter
2014-07-30Small fix and clarificationReyk Floeter
2014-07-30Reserve an extra file descriptor per connection instead of perReyk Floeter
2014-07-29The inflight decremented message should only be printed with DEBUG.Reyk Floeter
2014-07-29Add extended directory index options: "[no] index" and "[no] auto index".Reyk Floeter
2014-07-29Move configurable TCP options into struct server_config.Reyk Floeter
2014-07-28Last (known) msgbuf_write() vs EOF fix.Kenneth R Westerback
2014-07-28Fix memory exhaustion occurring on DHCP options with 0 length.Tobias Stoeckmann
2014-07-28merge dhcpd's packet.c revision 1.7:Tobias Stoeckmann
2014-07-27turn of -Werror, unless you are sure both gcc work...Theo de Raadt
2014-07-27Link dependencies on libssl and libcrypto were missing.Philip Guenther
2014-07-27make sure makewhatis shows error messages without unsightly CODE() refsMarc Espie
2014-07-27- log libraries in a proper wayMarc Espie
2014-07-27ensure log stuff happens, even without contextMarc Espie
2014-07-26Remove redundant slashReyk Floeter
2014-07-26Revert "adjust -C algorithm to be more aggressive in scaling up" forMartin Pieuchot
2014-07-26bzero is over, memset is cool. pointed out by halex@Reyk Floeter
2014-07-26Fix very hard to reach DoS attack vector, which would involve more thanTobias Stoeckmann
2014-07-25Differentiate servers by address and port, not just by address.Reyk Floeter
2014-07-25Reset the default Host for each requestReyk Floeter
2014-07-25It is recommended to use a URL in the Location header of 3xxReyk Floeter
2014-07-25Append mandatory Date header to each response.Reyk Floeter
2014-07-25New HTTP/1.1 RFC 7231 prefers IMF-fixdate from RFC 5322.Reyk Floeter
2014-07-25Canonicalize the request path once without the docroot and prepend theReyk Floeter
2014-07-25Don't leak docroot in the error message if the default index file is missing.Reyk Floeter
2014-07-25Add multiple-servers "virtual hosts" example.Reyk Floeter
2014-07-25Add a single line to fix the address matching of multiple server blocks withReyk Floeter
2014-07-25Add support for "virtual hosts" aka. server blocks aka. multipleReyk Floeter
2014-07-25Add and document 'root' configuration option for the docroot.Reyk Floeter
2014-07-25Split server and server_config.Reyk Floeter
2014-07-25Rename a field, needed later, no functional change.Reyk Floeter
2014-07-25Move the docroot into the server block.Reyk Floeter
2014-07-24Shunt hwupdate property decoding in sparc's old prom (sun4 only) ifMiod Vallat
2014-07-24Plug a memleak by correctly free'ing the HTTP descriptor that containsReyk Floeter
2014-07-24Remove unused fields from structureReyk Floeter
2014-07-24Steven Roberts sent me a patch updating the various setperf thresholds.Ted Unangst
2014-07-23When canonicalizing the path, it is better to fail on truncation.Reyk Floeter
2014-07-23I wanted to know if people pay attention.Reyk Floeter
2014-07-23The default index page shouldn't be a directory. It's a 500.Reyk Floeter
2014-07-23Don't expose the docroot on error.Reyk Floeter
2014-07-23The media_encoding is not used in parse.y but stack garbage could leadReyk Floeter
2014-07-23First attempt at verifying the request path and the accessReyk Floeter
2014-07-23Add canonicalize_path() to canonicalize the requested URL path.Reyk Floeter
2014-07-23document format changes, including the new @ts annotation that pkg_createMarc Espie
2014-07-23move misleading commentMarc Espie
2014-07-23Correctly shutdown the servers when the process is terminating;Reyk Floeter
2014-07-23always enable DPRINTF with compiled with DEBUGReyk Floeter
2014-07-23document that sendsyslog saves the dayTheo de Raadt