index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
httpd
/
parse.y
Age
Commit message (
Expand
)
Author
2022-02-27
Add gzip-static option to httpd. This allows to deliver precompressed
Alexander Bluhm
2021-10-24
Add httpd custom error page facility. Adapted by me from
Ian Darwin
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-04-10
Do not compare TLS config params for non-TLS servers. This allows to
Claudio Jeker
2021-01-22
fix a memory leak, found by rob@ in relayd.
Sebastian Benoit
2021-01-18
Fix httpd example config
Theo Buehler
2020-12-30
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-11-20
remove an unused struct
Joerg Jung
2020-10-29
Add location (found|not found) option to test for resource path existence.
denis
2020-10-26
Do not allow duplicate "location" directive.
denis
2020-10-11
Handle absence of TLS certs while parsing the config
Theo Buehler
2020-08-26
Set fastcgi socket default on server and location.
Florian Obser
2020-08-25
check that fcgiport string value is within range
tracey
2020-08-24
Add support for non-localhost fastcgi sockets.
tracey
2020-02-09
Implement "strip" option for fastcgi to be able to have multiple chroots
Florian Obser
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-08
spacing
Reyk Floeter
2019-05-03
Add a "forwarded" log format that extends the "combined" log format
Theo Buehler
2019-02-19
httpd(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 other
Theo de Raadt
2019-01-08
Allow httpd(8) to start when TLS is configured but a cert is not yet
Florian Obser
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
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
[next]