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
/
server.c
Age
Commit message (
Expand
)
Author
2019-10-14
httpd(8) sent a 408 response every time a connection request timeout
Florian Obser
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-02-19
httpd(8): add support for setting custom FastCGI parameters.
Paul Irofti
2019-01-08
Allow httpd(8) to start when TLS is configured but a cert is not yet
Florian Obser
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-05-19
Add support for client certificate authentication to httpd.
Joel Sing
2017-11-29
Don't do OCSP stapling only if the staple file is 0 length.
Bob Beck
2017-11-28
Disable oscp stapling on invalid staple, rather than failing to start.
Bob Beck
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-04-17
some freezero() calls
Theo de Raadt
2017-03-25
Implement TLS ticket support in httpd. Off by default. Use
Claudio Jeker
2017-02-07
/tmp/cvsspEkok
Reyk Floeter
2017-02-02
Fix support for HTTP pipelining by handling all requests in the buffer.
Reyk Floeter
2017-01-31
remove extra call setting OCSP staple now that it is done above
Bob Beck
2017-01-31
Correct mistake I made when converting this to new funciton
Bob Beck
2017-01-31
Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
Bob Beck
2017-01-31
Do not set EVBUFFER_EOF on read/write errors and handle EOF correctly.
Reyk Floeter
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2016-11-17
Check the return value of tls_config_set_protocols(), now that it returns
Joel Sing
2016-11-17
Move OCSP loading into a separate function - it is not part of the keypair
Joel Sing
2016-11-10
Fix tcp ip ttl / minttl on IPv6 sockets.
Jeremie Courreges-Anglas
2016-11-06
conditionalize ocsp load properly
Bob Beck
2016-11-06
Add OCSP stapling support to httpd
Bob Beck
2016-08-30
Kill (remove) the ps_pid from privsep struct since it is not being used
Rafael Zalamena
2016-08-27
Kill p_instance from proc.c and remove static proc_id unused variables.
Rafael Zalamena
2016-08-26
Replace the static env variables with a single global variable.
Rafael Zalamena
2016-08-22
Enable SNI support in httpd(8).
Joel Sing
2016-08-16
stop including sys/param.h for nitems. define locally as needed.
Ted Unangst
2016-08-16
Turn "TLS handshake failed -" log message into a debug message - it
Reyk Floeter
2016-08-16
Rename server_handshake_tls() to server_tls_handshake() to align with
Reyk Floeter
2016-08-15
Move server_match() from parse.y to server.c; use env instead of conf,
Joel Sing
2016-08-15
Use lowercase 'tls' in debug and log messages for consistency.
Joel Sing
2016-08-15
Make httpd stricter with respect to TLS configuration - in particular, do
Joel Sing
2016-04-28
Include the TLS configuration errors in log messages. Also set the
Joel Sing
2016-04-19
Use log_warnx() instead of log_warn() when the failure will not have
Joel Sing
2015-12-02
sync with relayd, use proc_compose()
Reyk Floeter
2015-11-23
Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.
Reyk Floeter
2015-11-05
pledge(2) for httpd.
Florian Obser
2015-09-11
Fix server_handshake_tls() - we should only call server_input() in the case
Joel Sing
2015-09-10
fix return type for tls_read/write
Bob Beck
2015-09-10
fix after libtls api changes
Bob Beck
2015-09-10
Update httpd to call tls_handshake() after tls_accept_socket().
Joel Sing
2015-09-07
Fix a regression that was introduced with server.c r1.64: Do NOT free
Reyk Floeter
2015-08-20
Change httpd(8) to use C99-style fixed-width integers (uintN_t instead
Reyk Floeter
2015-08-03
Fix rev 1.70 of server.c by only re-enabling the bufferevent if we
Florian Obser
2015-07-29
backout the previous: it broke wordpress somehow.
Reyk Floeter
2015-07-29
Read fcgi response records until we have the whole http header and can
Florian Obser
2015-07-18
libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE and
Reyk Floeter
[next]