summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Allow to omit the listen port configuration. Default to port 80, tls port 443.reyk2018-05-182-9/+23
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Make httpd listen on all IPv4 and IPv6 addresses forflorian2018-04-113-52/+60
* After processing of a range request httpd would never close theflorian2018-04-061-1/+2
* NAME_MAX is the length of the thing between / / in a path *without*florian2018-02-072-13/+16
* from paul de weerd: provide a more helpful Xr to ocspcheck, and notejmc2018-01-041-4/+9
* typo;jmc2017-12-211-3/+3
* set Location header for 307 and 308 status codesbenno2017-12-141-1/+3
* Don't do OCSP stapling only if the staple file is 0 length.beck2017-11-292-6/+6
* tweak previous;jmc2017-11-281-2/+2
* Disable oscp stapling on invalid staple, rather than failing to start.beck2017-11-282-5/+18
* 65535 is a valid port to listen on.florian2017-08-281-2/+2
* punctuation;jmc2017-08-111-2/+2
* Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curvesjsing2017-08-114-21/+23
* Don't set HTTP date header if already set.ians2017-07-311-3/+5
* Rework the way that TLS configuration is sent/received via imsgs, so thatjsing2017-07-193-88/+130
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-2/+2
* Fix broken escaping: "\." is almost never what you want; found withschwarze2017-06-101-4/+4
* use __func__ in log messages.benno2017-05-284-16/+16
* Avoid a crash servicing requests when a server is configured withjsg2017-05-151-1/+5
* some freezero() callsderaadt2017-04-171-15/+5
* image/svg+xml is a default inbuilt media type.florian2017-04-091-2/+3
* Do not purge the CONFIG_SERVERS config in the parent. The ticket code usesclaudio2017-04-041-2/+2
* Implement TLS ticket support in httpd. Off by default. Useclaudio2017-03-256-12/+163
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Expand $HTTP_HOST in redirects.florian2017-03-162-3/+13
* Sync from relayd: DELETE can have a body.reyk2017-03-101-2/+2
* /tmp/cvsspEkokreyk2017-02-074-8/+22
* Improve parsing of the HTTP request linereyk2017-02-071-4/+22
* Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andguenther2017-02-031-1/+2
* Fix support for HTTP pipelining by handling all requests in the buffer.reyk2017-02-024-7/+22
* remove extra call setting OCSP staple now that it is done abovebeck2017-01-311-10/+1
* Correct mistake I made when converting this to new funcitonbeck2017-01-311-2/+3
* Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may bebeck2017-01-311-15/+8
* Reimplement httpd's support for byte ranges.reyk2017-01-313-98/+183
* The variable clt_done is used in too many places.reyk2017-01-312-6/+8
* Do not set EVBUFFER_EOF on read/write errors and handle EOF correctly.reyk2017-01-311-4/+8
* Fix error path of range requests, found while reviewing byte range support.reyk2017-01-301-6/+4
* More s/OSCP/OCSP/ typostom2017-01-271-3/+3
* sort SEE ALSO;jmc2017-01-241-3/+3
* add ocspcheck to see alsobeck2017-01-241-3/+4
* Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyderaadt2017-01-231-3/+2
* The POSIX APIs that that sockaddrs all ignore the s*_len field in theguenther2017-01-211-7/+4
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-096-16/+23
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-091-4/+5
* Sync log.c with the latest version from vmd/log.c that preserves errnoreyk2017-01-081-9/+11
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* Check the return value of tls_config_set_protocols(), now that it returnsjsing2016-11-171-4/+7