summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
AgeCommit message (Expand)Author
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
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-03-16Expand $HTTP_HOST in redirects.Florian Obser
2017-03-10Sync from relayd: DELETE can have a body.Reyk Floeter
2017-02-07/tmp/cvsspEkokReyk Floeter
2017-02-07Improve parsing of the HTTP request lineReyk Floeter
2017-02-03Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andPhilip Guenther
2017-02-02Fix support for HTTP pipelining by handling all requests in the buffer.Reyk Floeter
2017-01-31remove extra call setting OCSP staple now that it is done aboveBob Beck
2017-01-31Correct mistake I made when converting this to new funcitonBob Beck
2017-01-31Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may beBob Beck
2017-01-31Reimplement httpd's support for byte ranges.Reyk Floeter
2017-01-31The variable clt_done is used in too many places.Reyk Floeter
2017-01-31Do not set EVBUFFER_EOF on read/write errors and handle EOF correctly.Reyk Floeter
2017-01-30Fix error path of range requests, found while reviewing byte range support.Reyk Floeter
2017-01-27More s/OSCP/OCSP/ typosTom Cosgrove
2017-01-24sort SEE ALSO;Jason McIntyre
2017-01-24add ocspcheck to see alsoBob Beck
2017-01-23Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyTheo de Raadt
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2017-01-09Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2017-01-08Sync log.c with the latest version from vmd/log.c that preserves errnoReyk Floeter
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-11-17Check the return value of tls_config_set_protocols(), now that it returnsJoel Sing
2016-11-17Move OCSP loading into a separate function - it is not part of the keypairJoel Sing
2016-11-14specify ordering and precedence of location { } sections;Ingo Schwarze
2016-11-10Fix tcp ip ttl / minttl on IPv6 sockets.Jeremie Courreges-Anglas
2016-11-06conditionalize ocsp load properlyBob Beck
2016-11-06since ocsp stapling is optional, make sure we guard if we do not have it.Bob Beck
2016-11-06tweak previous;Jason McIntyre
2016-11-06Add OCSP stapling support to httpdBob Beck
2016-10-12copy updated log.c from vmd: for correctness, save errno when doingReyk Floeter
2016-10-12Prevent fd exhaustion in the parent when loading the listening serverReyk Floeter
2016-10-10Modify httpd(8)'s proc.c to use less file descriptors during the daemonRafael Zalamena
2016-10-10Fix msgbuf_write() usage idiom and modify the treatment for socket closeRafael Zalamena
2016-10-10Add more context to fatal*() messages so it makes easier to debug proc.cRafael Zalamena
2016-10-07The strchr() call either returns a NULL pointer, on which the code willPatrick Wildt
2016-10-07Empty lines cause server_fcgi_getheaders() to immediately return.Patrick Wildt
2016-10-05Check if oldd == newd before dup2(), if that is the case we need to removeRafael Zalamena
2016-10-05Call setsid() to create a new session for the executed processes.Reyk Floeter
2016-10-05sync proc.c with vmd: add p_pw to specify a non-standard user for a process.Reyk Floeter
2016-09-28Add -Wcast-qual after syncing proc.c fixReyk Floeter
2016-09-28sync proc.c from switchd, includes minor cast qual fix and removal of p_env.Reyk Floeter
2016-09-15add some Xr for acme-client(1);Jason McIntyre