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
/
httpd.h
Age
Commit message (
Expand
)
Author
2023-11-08
Avoid a NULL dereference when handling a malformed fastcgi request.
Todd C. Miller
2023-07-12
Work around use after free in httpd(8)
Theo Buehler
2022-10-24
remove unused references to httpd.sock; found by dante catalfamo
Jason McIntyre
2022-08-15
Neither clt_descreq nor clt_descresp in struct client need to be void *.
Claudio Jeker
2022-03-02
Nothing uses kv_flags.
Florian Obser
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-05-17
Do not try to chunk encode an empty http body coming from an fcgi
Florian Obser
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-04-10
Do not compare TLS config params for non-TLS servers. This allows to
Claudio Jeker
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
2020-10-29
Add location (found|not found) option to test for resource path existence.
denis
2020-08-29
typo; pointed out by Matthias (mpfr AT fn.de), thanks!
Florian Obser
2020-08-26
Set fastcgi socket default on server and location.
Florian Obser
2020-08-24
Add support for non-localhost fastcgi sockets.
tracey
2020-08-03
remove unused functions
Sebastian Benoit
2020-07-30
Remove the unused function canonicalize_host(), it was copied from relayd.
Sebastian Benoit
2020-07-25
remove unsused enum key_type, copied initialy from relays.
Sebastian Benoit
2020-02-09
Implement "strip" option for fastcgi to be able to have multiple chroots
Florian Obser
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
2018-10-11
Backout my previous commit:
Sebastian Benoit
2018-10-01
Only send 408 Timeout responses when we have seen at least part of a
Sebastian Benoit
2018-09-09
During the fork+exec implementation, daemon(3) was moved after
Alexander Bluhm
2018-08-19
double the allowed length for the 'tls ciphers' option
Jasper Lievisse Adriaanse
2018-06-20
Add support for simple one-off internal rewrites.
Reyk Floeter
2018-05-19
Add support for client certificate authentication to httpd.
Joel Sing
2018-04-11
Make httpd listen on all IPv4 and IPv6 addresses for
Florian Obser
2018-02-07
NAME_MAX is the length of the thing between / / in a path *without*
Florian Obser
2017-08-11
Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curves
Joel Sing
2017-07-19
Rework the way that TLS configuration is sent/received via imsgs, so that
Joel Sing
2017-05-28
use __func__ in log messages.
Sebastian Benoit
2017-03-25
Implement TLS ticket support in httpd. Off by default. Use
Claudio Jeker
2017-02-07
/tmp/cvsspEkok
Reyk Floeter
2017-02-03
Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and
Philip Guenther
2017-02-02
Fix support for HTTP pipelining by handling all requests in the buffer.
Reyk Floeter
2017-01-31
Reimplement httpd's support for byte ranges.
Reyk Floeter
2017-01-31
The variable clt_done is used in too many places.
Reyk Floeter
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2016-11-17
Move OCSP loading into a separate function - it is not part of the keypair
Joel Sing
2016-11-06
Add OCSP stapling support to httpd
Bob Beck
2016-10-12
Prevent fd exhaustion in the parent when loading the listening server
Reyk Floeter
2016-10-05
sync proc.c with vmd: add p_pw to specify a non-standard user for a process.
Reyk Floeter
2016-09-28
sync proc.c from switchd, includes minor cast qual fix and removal of p_env.
Reyk Floeter
2016-09-03
Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES
Reyk Floeter
2016-09-02
proc.c tweaks: Rename proc_listento() to proc_accept() as it is the
Reyk Floeter
2016-09-01
struct client starts to become the kitchen sink. Move fastcgi data to
Florian Obser
2016-09-01
spacing
Reyk Floeter
2016-09-01
Teach httpd/proc.c how to fork+exec.
Rafael Zalamena
[next]