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
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
2015-01-06
Only open a socket once for each unique "listen on" statement. This
Reyk Floeter
2014-12-21
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
Philip Guenther
2014-12-12
Like previously done in relayd, change the keyword "ssl" to "tls" to
Reyk Floeter
2014-12-04
stop viral header propagation. none of this code uses sys/hash.h
Ted Unangst
2014-10-31
Update httpd(8) to use libtls instead of libressl.
Joel Sing
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-03
Update ressl configuration to handle recent changes in the library.
Joel Sing
2014-10-02
Fix an error case that was never handled ending up in an endless event
Reyk Floeter
2014-09-05
Remove a limitation that only allowed to specify a server name once.
Reyk Floeter
2014-09-02
FastCGI did not support persistent connections. Add initial support
Reyk Floeter
2014-08-27
Write all data before closing the server socket if the output buffer
Reyk Floeter
2014-08-06
Use memset(buf instead of memset(&buf.
Reyk Floeter
2014-08-06
Also clean up the public key when it is no longer needed.
Joel Sing
2014-08-06
Configure the default SSL ciphers as HIGH:!aNULL.
Joel Sing
2014-08-06
http POST support
Florian Obser
2014-08-06
spacing
Reyk Floeter
2014-08-06
The watermark exposed a bug in server_write that broke keep-alive
Reyk Floeter
2014-08-06
Bring back the last read (done) / last write (done) messages instead of just
Reyk Floeter
2014-08-06
Adjust the read/write watermarks according to the TCP send buffer.
Reyk Floeter
2014-08-06
add missing va_start/va_end calls
Jonathan Gray
2014-08-06
Load the SSL public/private keys in the parent process, then provide them
Joel Sing
[next]