Age | Commit message (Expand) | Author |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-06-20 | Add support for simple one-off internal rewrites. | Reyk Floeter |
2018-06-13 | Rename httpd.conf "root strip" option to "request strip". | Reyk Floeter |
2018-06-11 | Sorry, forgot a whitespace. | denis |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-05-23 | Set the port.op value when parsing the httpd.conf port value. | Alexander Bluhm |
2018-05-19 | Add support for client certificate authentication to httpd. | Joel Sing |
2018-05-18 | Move LISTEN ON {} code into a function listen_on(). | Reyk Floeter |
2018-05-18 | Revert previous: it introduced a shift/reduce conflict in the grammar. | Reyk Floeter |
2018-05-18 | Allow to omit the listen port configuration. Default to port 80, tls port 443. | Reyk Floeter |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-04-11 | Make httpd listen on all IPv4 and IPv6 addresses for | Florian Obser |
2017-08-28 | 65535 is a valid port to listen on. | Florian Obser |
2017-08-11 | Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curves | Joel Sing |
2017-03-25 | Implement TLS ticket support in httpd. Off by default. Use | Claudio Jeker |
2017-02-07 | /tmp/cvsspEkok | Reyk Floeter |
2017-01-27 | More s/OSCP/OCSP/ typos | Tom Cosgrove |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-11-17 | Move OCSP loading into a separate function - it is not part of the keypair | Joel Sing |
2016-11-06 | since ocsp stapling is optional, make sure we guard if we do not have it. | Bob Beck |
2016-11-06 | Add OCSP stapling support to httpd | Bob Beck |
2016-09-03 | Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES | Reyk Floeter |
2016-08-22 | Enable SNI support in httpd(8). | Joel Sing |
2016-08-15 | Move server_match() from parse.y to server.c; use env instead of conf, | Joel Sing |
2016-08-15 | Make httpd stricter with respect to TLS configuration - in particular, do | Joel Sing |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-08-20 | Change httpd(8) to use C99-style fixed-width integers (uintN_t instead | Reyk Floeter |
2015-08-19 | spacing | Reyk Floeter |
2015-07-19 | For the completeness of HSTS, add the non-standard preload option. | Reyk Floeter |
2015-07-18 | Allow to change the default media type globally or per-location, | Reyk Floeter |
2015-07-18 | Implement HTTP Strict Transport Security (HSTS). | Florian Obser |
2015-07-16 | spacing | Reyk Floeter |
2015-07-15 | Unbreak configurations that have a non-TLS listen statement followed by a | Joel Sing |
2015-06-23 | Add initial support for pattern matching using Lua's pattern matching code. | Reyk Floeter |
2015-04-01 | Zero the tls cert/key length variables when inheriting a server | Jonathan Gray |
2015-03-09 | Make httpd TLSv1.2-only by default. Some older browsers, like IE 10, | Reyk Floeter |
2015-02-12 | Allow TLS protocols to be specified via a "tls protocols" configuration | Joel Sing |
2015-02-08 | Use AI_ADDRCONFIG when resolv hosts on startup. | Reyk Floeter |
2015-02-08 | spacing | Reyk Floeter |
2015-02-07 | Add httpd configuration options to allow the specification of DHE | Joel Sing |
2015-02-07 | Add support for blocking, dropping, and redirecting requests. | Reyk Floeter |
2015-02-06 | Fix log options in locations. | Reyk Floeter |
2015-01-29 | Fix a regression that removed support for using service names instead | Reyk Floeter |
2015-01-21 | httpd is based on relayd and had included many headers that are only | Reyk Floeter |
2015-01-19 | No need to include pfvar.h, another leftover from relayd. It was also | Reyk Floeter |
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter |