index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
httpd
/
server.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check the return value of tls_config_set_protocols(), now that it returns
jsing
2016-11-17
1
-4
/
+7
*
Move OCSP loading into a separate function - it is not part of the keypair
jsing
2016-11-17
1
-16
/
+23
*
Fix tcp ip ttl / minttl on IPv6 sockets.
jca
2016-11-10
1
-7
/
+25
*
conditionalize ocsp load properly
beck
2016-11-06
1
-8
/
+10
*
Add OCSP stapling support to httpd
beck
2016-11-06
1
-1
/
+32
*
Kill (remove) the ps_pid from privsep struct since it is not being used
rzalamena
2016-08-30
1
-5
/
+3
*
Kill p_instance from proc.c and remove static proc_id unused variables.
rzalamena
2016-08-27
1
-9
/
+1
*
Replace the static env variables with a single global variable.
rzalamena
2016-08-26
1
-23
/
+21
*
Enable SNI support in httpd(8).
jsing
2016-08-22
1
-6
/
+27
*
stop including sys/param.h for nitems. define locally as needed.
tedu
2016-08-16
1
-2
/
+1
*
Turn "TLS handshake failed -" log message into a debug message - it
reyk
2016-08-16
1
-2
/
+2
*
Rename server_handshake_tls() to server_tls_handshake() to align with
reyk
2016-08-16
1
-6
/
+6
*
Move server_match() from parse.y to server.c; use env instead of conf,
jsing
2016-08-15
1
-1
/
+28
*
Use lowercase 'tls' in debug and log messages for consistency.
jsing
2016-08-15
1
-6
/
+6
*
Make httpd stricter with respect to TLS configuration - in particular, do
jsing
2016-08-15
1
-1
/
+25
*
Include the TLS configuration errors in log messages. Also set the
jsing
2016-04-28
1
-11
/
+11
*
Use log_warnx() instead of log_warn() when the failure will not have
jsing
2016-04-19
1
-10
/
+10
*
sync with relayd, use proc_compose()
reyk
2015-12-02
1
-3
/
+2
*
Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.
reyk
2015-11-23
1
-7
/
+3
*
pledge(2) for httpd.
florian
2015-11-05
1
-1
/
+4
*
Fix server_handshake_tls() - we should only call server_input() in the case
jsing
2015-09-11
1
-8
/
+6
*
fix return type for tls_read/write
beck
2015-09-10
1
-3
/
+3
*
fix after libtls api changes
beck
2015-09-10
1
-12
/
+12
*
Update httpd to call tls_handshake() after tls_accept_socket().
jsing
2015-09-10
1
-12
/
+16
*
Fix a regression that was introduced with server.c r1.64: Do NOT free
reyk
2015-09-07
1
-2
/
+1
*
Change httpd(8) to use C99-style fixed-width integers (uintN_t instead
reyk
2015-08-20
1
-3
/
+3
*
Fix rev 1.70 of server.c by only re-enabling the bufferevent if we
florian
2015-08-03
1
-4
/
+8
*
backout the previous: it broke wordpress somehow.
reyk
2015-07-29
1
-3
/
+1
*
Read fcgi response records until we have the whole http header and can
florian
2015-07-29
1
-1
/
+3
*
libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE and
reyk
2015-07-18
1
-24
/
+5
*
If we can read faster from disk than send data to the client stop
florian
2015-07-16
1
-2
/
+11
*
Escape the message in server_log() as well.
reyk
2015-07-15
1
-5
/
+7
*
Close connections that fail to complete a TLS handshake.
jsing
2015-07-15
1
-1
/
+2
*
Fix typo in comment.
jsing
2015-07-15
1
-2
/
+2
*
Send the TLS certificate and key via separate imsgs, rather than
jsing
2015-07-15
1
-1
/
+4
*
Explicitly check for and handle EOF on a TLS connection.
jsing
2015-07-15
1
-1
/
+6
*
Fix memory leaks that can occur when config_getserver() fails.
jsing
2015-07-15
1
-6
/
+17
*
We cannot log errors with server_close() before allocating
florian
2015-04-23
1
-8
/
+6
*
Always check the return value of proc_composev_imsg() and handle failures
jsing
2015-04-11
1
-2
/
+6
*
Prevent use after free.
florian
2015-03-15
1
-4
/
+4
*
Add return_uri to serverconfig_reset() to avoid using garbage from the
reyk
2015-02-23
1
-1
/
+2
*
Allow TLS protocols to be specified via a "tls protocols" configuration
jsing
2015-02-12
1
-2
/
+3
*
Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL
jsing
2015-02-12
1
-1
/
+3
*
Remove server_load_file() in favor of tls_load_file(3)
reyk
2015-02-07
1
-37
/
+10
*
Add httpd configuration options to allow the specification of DHE
jsing
2015-02-07
1
-1
/
+12
*
Add support for blocking, dropping, and redirecting requests.
reyk
2015-02-07
1
-1
/
+2
*
httpd is based on relayd and had included many headers that are only
reyk
2015-01-21
1
-9
/
+7
*
Decouple auth parameters from struct server_config into struct auth.
reyk
2015-01-19
1
-1
/
+5
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+6
*
bump copyright year
reyk
2015-01-13
1
-2
/
+2
[next]