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
Age
Commit message (
Expand
)
Author
2015-10-13
Plug a leak.
Sunil Nimmagadda
2015-10-13
Pass unsigned chars to ctype functions.
Reyk Floeter
2015-10-08
fix an fd leak if socket connection fails; from Carlin Bingham
Jonathan Gray
2015-10-08
fix a typo; from Carlin Bingham
Jonathan Gray
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-21
The WebDAV MOVE method was not included in the switch statement
Reyk Floeter
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-08-20
Change httpd(8) to use C99-style fixed-width integers (uintN_t instead
Reyk Floeter
2015-08-19
spacing
Reyk Floeter
2015-08-18
str_match() checked the return value of str_find_aux() incorrectly: it
Reyk Floeter
2015-08-03
Fix rev 1.70 of server.c by only re-enabling the bufferevent if we
Florian Obser
2015-07-31
repair hsts header output, wrong format strings caused broken
Sebastian Benoit
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-28
add HSTS to fcgi responses
Florian Obser
2015-07-23
The realm in authenticate directive of config file isn't escaped for '"' char.
Sebastien Marie
2015-07-20
ensure http_path is escaped before using it in Location redirection.
Sebastien Marie
2015-07-19
handle error returns from bufferevent_write()
Bret Lambert
2015-07-19
For the completeness of HSTS, add the non-standard preload option.
Reyk Floeter
2015-07-18
remove XXX and handle error return from evbuffer_add()
Bret Lambert
2015-07-18
libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE and
Reyk Floeter
2015-07-18
treat asprintf failure in REQUEST_URI case as a fatal error
Bret Lambert
2015-07-18
Fix check against NULL which was reverted by accident in r1.56.
Matthias Kilian
2015-07-18
tweak previous;
Jason McIntyre
2015-07-18
Allow to change the default media type globally or per-location,
Reyk Floeter
2015-07-18
Implement HTTP Strict Transport Security (HSTS).
Florian Obser
2015-07-17
Adjust server_file_modified_since() to our style. Please keep httpd clean.
Reyk Floeter
2015-07-17
According to RFC 3875 PATH_INFO should either contain a full path or
Reyk Floeter
2015-07-16
spacing
Reyk Floeter
2015-07-16
If we can read faster from disk than send data to the client stop
Florian Obser
2015-07-16
VIS_QUOTE is not there yet, unbreak the tree. Noticed by semarie@
Reyk Floeter
2015-07-15
Escape the message in server_log() as well.
Reyk Floeter
2015-07-15
For some values like the User-Agent, use vis(3) instead of url_encode().
Reyk Floeter
2015-07-15
Simplify the error path of the previous commit: by using ret = -1 by
Reyk Floeter
2015-07-15
Close connections that fail to complete a TLS handshake.
Joel Sing
2015-07-15
Unbreak configurations that have a non-TLS listen statement followed by a
Joel Sing
2015-07-15
Fix typo in comment.
Joel Sing
2015-07-15
Document default locations for TLS certificate and key.
Joel Sing
2015-07-15
httpd don't sanitize variables before putting them in logs. It is possible for
semarie
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-06-30
new sentence, new line;
Jason McIntyre
2015-06-30
Add a small paragraph about some difference with Lua implementation.
semarie
2015-06-27
Corrects the manpage for patterns(7): the indexing for empty capture follow
semarie
2015-06-26
move #include inside #ifndef PATTERNS_H
semarie
[next]