summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
2020-09-12Use the original requested URI for REQUEST_URI.YASUOKA Masahiko
2020-09-05httpd(8) uses TLSv1.3 and TLSv1.2 by defaultTheo Buehler
2020-08-29typo; pointed out by Matthias (mpfr AT fn.de), thanks!Florian Obser
2020-08-26Set fastcgi socket default on server and location.Florian Obser
2020-08-25check that fcgiport string value is within rangetracey
2020-08-24Add support for non-localhost fastcgi sockets.tracey
2020-08-03remove unused functionsSebastian Benoit
2020-08-03remove another tautologySebastian Benoit
2020-08-03remove unused assignmentSebastian Benoit
2020-08-03remove tautological conditionSebastian Benoit
2020-08-03remove dead assignmentsSebastian Benoit
2020-07-30Remove the unused function canonicalize_host(), it was copied from relayd.Sebastian Benoit
2020-07-25remove unsused enum key_type, copied initialy from relays.Sebastian Benoit
2020-05-22Use the simpler HTML5 idiom to declare charset in autogenerated pages.Anthony J. Bentley
2020-05-18httpd: add a "dark mode" in directory listings and error pagescwen
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-04-23replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;Jason McIntyre
2020-02-25httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@Stuart Henderson
2020-02-09Implement "strip" option for fastcgi to be able to have multiple chrootsFlorian Obser
2020-01-14Pick the value for "max requests number" from the correct server {}Sebastian Benoit
2019-11-04remove useless NULL check, it's checked 7 lines further up.Sebastian Benoit
2019-10-22Do not log "(null)" in debug logging.Florian Obser
2019-10-14httpd(8) sent a 408 response every time a connection request timeoutFlorian Obser
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-08The QUERY_STRING macro is not actually URL encoded, so fix the manual.Theo Buehler
2019-05-08Set the REQUEST_URI CGI variable to the requested URI and query stringTheo Buehler
2019-05-08spacingReyk Floeter
2019-05-03Add a "forwarded" log format that extends the "combined" log formatTheo Buehler
2019-05-02Avoid opening log files on "no log"kn
2019-04-16document where multiline {} is applicable;Jason McIntyre
2019-03-12reference the /etc/examples files for httpd and acme-client. started from a t...Jason McIntyre
2019-02-19httpd(8): add support for setting custom FastCGI parameters.Paul Irofti
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-02-10log X509 peer's cert subject name when tls client authentication is used,Sebastian Benoit
2019-02-08Improve fastcgi socket documentation and mention that TCP is supported inFlorian Obser
2019-01-08Allow httpd(8) to start when TLS is configured but a cert is not yetFlorian Obser
2018-12-04Check maxrequestbody when we found the right server / location.Florian Obser
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