summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
2018-11-04isalpha(3) requires an unsigned char value (or -1).Philip Guenther
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-10-15Omit HSTS headers over unencrypted connections, per RFC 6797.Anthony J. Bentley
2018-10-11Backout my previous commit:Sebastian Benoit
2018-10-01Only send 408 Timeout responses when we have seen at least part of aSebastian Benoit
2018-09-09During the fork+exec implementation, daemon(3) was moved afterAlexander Bluhm
2018-09-07Do not send a Content-Length header for 1xx and 204 status codes sinceFlorian Obser
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-08-19double the allowed length for the 'tls ciphers' optionJasper Lievisse Adriaanse
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-06-20Add support for simple one-off internal rewrites.Reyk Floeter
2018-06-18remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;Jason McIntyre
2018-06-15Something went wrong - the strip option was documented twice.Reyk Floeter
2018-06-15Fix 304 Not Modified response: don't send a body, use the correct MIME type.Reyk Floeter
2018-06-13one too many .El;Jason McIntyre
2018-06-13Rename httpd.conf "root strip" option to "request strip".Reyk Floeter
2018-06-11The http_query is already url_encoded; don't encode it twice.Reyk Floeter
2018-06-11Sorry, forgot a whitespace.denis
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-05-23Set the port.op value when parsing the httpd.conf port value.Alexander Bluhm
2018-05-23Forgot to revert another "port 80"Reyk Floeter
2018-05-19Add support for client certificate authentication to httpd.Joel Sing
2018-05-18Move LISTEN ON {} code into a function listen_on().Reyk Floeter
2018-05-18Revert manpage description as wellReyk Floeter
2018-05-18Revert previous: it introduced a shift/reduce conflict in the grammar.Reyk Floeter
2018-05-18Allow to omit the listen port configuration. Default to port 80, tls port 443.Reyk Floeter
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-04-11Make httpd listen on all IPv4 and IPv6 addresses forFlorian Obser
2018-04-06After processing of a range request httpd would never close theFlorian Obser
2018-02-07NAME_MAX is the length of the thing between / / in a path *without*Florian Obser
2018-01-04from paul de weerd: provide a more helpful Xr to ocspcheck, and noteJason McIntyre
2017-12-21typo;Jason McIntyre
2017-12-14set Location header for 307 and 308 status codesSebastian Benoit
2017-11-29Don't do OCSP stapling only if the staple file is 0 length.Bob Beck
2017-11-28tweak previous;Jason McIntyre
2017-11-28Disable oscp stapling on invalid staple, rather than failing to start.Bob Beck
2017-08-2865535 is a valid port to listen on.Florian Obser
2017-08-11punctuation;Jason McIntyre
2017-08-11Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curvesJoel Sing
2017-07-31Don't set HTTP date header if already set.ians
2017-07-19Rework the way that TLS configuration is sent/received via imsgs, so thatJoel Sing
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-06-10Fix broken escaping: "\." is almost never what you want; found withIngo Schwarze
2017-05-28use __func__ in log messages.Sebastian Benoit
2017-05-15Avoid a crash servicing requests when a server is configured withJonathan Gray
2017-04-17some freezero() callsTheo de Raadt
2017-04-09image/svg+xml is a default inbuilt media type.Florian Obser
2017-04-04Do not purge the CONFIG_SERVERS config in the parent. The ticket code usesClaudio Jeker
2017-03-25Implement TLS ticket support in httpd. Off by default. UseClaudio Jeker