summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement "strip" option for fastcgi to be able to have multiple chrootsflorian2020-02-091-1/+8
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* spacingreyk2019-05-081-3/+3
* Add a "forwarded" log format that extends the "combined" log formattb2019-05-031-2/+8
* httpd(8): add support for setting custom FastCGI parameters.pirofti2019-02-191-2/+34
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* Allow httpd(8) to start when TLS is configured but a cert is not yetflorian2019-01-081-16/+10
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-4/+4
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-4/+4
* Add support for simple one-off internal rewrites.reyk2018-06-201-3/+20
* Rename httpd.conf "root strip" option to "request strip".reyk2018-06-131-2/+13
* Sorry, forgot a whitespace.denis2018-06-111-2/+2
* Fix an off-by-one line count when using include statements.denis2018-06-111-48/+80
* Set the port.op value when parsing the httpd.conf port value.bluhm2018-05-231-1/+3
* Add support for client certificate authentication to httpd.jsing2018-05-191-1/+57
* Move LISTEN ON {} code into a function listen_on().reyk2018-05-181-64/+74
* Revert previous: it introduced a shift/reduce conflict in the grammar.reyk2018-05-181-16/+5
* Allow to omit the listen port configuration. Default to port 80, tls port 443.reyk2018-05-181-5/+16
* 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-111-44/+51
* 65535 is a valid port to listen on.florian2017-08-281-2/+2
* Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curvesjsing2017-08-111-7/+7
* Implement TLS ticket support in httpd. Off by default. Useclaudio2017-03-251-5/+24
* /tmp/cvsspEkokreyk2017-02-071-1/+7
* More s/OSCP/OCSP/ typostom2017-01-271-3/+3
* 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
* Move OCSP loading into a separate function - it is not part of the keypairjsing2016-11-171-5/+17
* since ocsp stapling is optional, make sure we guard if we do not have it.beck2016-11-061-4/+6
* Add OCSP stapling support to httpdbeck2016-11-061-4/+15
* Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCESreyk2016-09-031-2/+2
* Enable SNI support in httpd(8).jsing2016-08-221-2/+2
* Move server_match() from parse.y to server.c; use env instead of conf,jsing2016-08-151-29/+1
* Make httpd stricter with respect to TLS configuration - in particular, dojsing2016-08-151-35/+74
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-4/+4
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-4/+3
* Change httpd(8) to use C99-style fixed-width integers (uintN_t insteadreyk2015-08-201-10/+10
* spacingreyk2015-08-191-2/+2
* For the completeness of HSTS, add the non-standard preload option.reyk2015-07-191-3/+7
* Allow to change the default media type globally or per-location,reyk2015-07-181-6/+24
* Implement HTTP Strict Transport Security (HSTS).florian2015-07-181-2/+35
* spacingreyk2015-07-161-2/+3
* Unbreak configurations that have a non-TLS listen statement followed by ajsing2015-07-151-2/+3
* Add initial support for pattern matching using Lua's pattern matching code.reyk2015-06-231-27/+46
* Zero the tls cert/key length variables when inheriting a serverjsg2015-04-011-1/+3
* Make httpd TLSv1.2-only by default. Some older browsers, like IE 10,reyk2015-03-091-2/+2
* Allow TLS protocols to be specified via a "tls protocols" configurationjsing2015-02-121-3/+22