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
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
2015-07-16
If we can read faster from disk than send data to the client stop
Florian Obser
2015-07-15
Escape the message in server_log() as well.
Reyk Floeter
2015-07-15
Close connections that fail to complete a TLS handshake.
Joel Sing
2015-07-15
Fix typo in comment.
Joel Sing
2015-07-15
Send the TLS certificate and key via separate imsgs, rather than
Joel Sing
2015-07-15
Explicitly check for and handle EOF on a TLS connection.
Joel Sing
2015-07-15
Fix memory leaks that can occur when config_getserver() fails.
Joel Sing
2015-04-23
We cannot log errors with server_close() before allocating
Florian Obser
2015-04-11
Always check the return value of proc_composev_imsg() and handle failures
Joel Sing
2015-03-15
Prevent use after free.
Florian Obser
2015-02-23
Add return_uri to serverconfig_reset() to avoid using garbage from the
Reyk Floeter
2015-02-12
Allow TLS protocols to be specified via a "tls protocols" configuration
Joel Sing
2015-02-12
Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL
Joel Sing
2015-02-07
Remove server_load_file() in favor of tls_load_file(3)
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-01-21
httpd is based on relayd and had included many headers that are only
Reyk Floeter
2015-01-19
Decouple auth parameters from struct server_config into struct auth.
Reyk Floeter
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-13
bump copyright year
Reyk Floeter
[next]