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
2016-03-08
Set content charset for auto index generated page.
Florian Obser
2016-02-14
httpd patterns double free
Sebastien Marie
2016-02-11
Back out previous; requested by jung@
Tim van der Molen
2016-02-11
Include the server port number in the common and combined logs. This is useful
Tim van der Molen
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-12-12
Remove a needless inclusion of sys/cdefs.h. Inspired by reyk's recent
mmcc
2015-12-07
No need to check for NULL before free().
mmcc
2015-12-07
Add imsg "peerid" to debug messages (only within -DDEBUG).
Reyk Floeter
2015-12-07
sync with vmd
Reyk Floeter
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-12-03
Remove unnecessary NULL checks before free().
Reyk Floeter
2015-12-03
the grammar can prompt DNS lookups, so pledge "dns" also.
Theo de Raadt
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-23
Sync proc.c with iked.
Reyk Floeter
2015-11-22
Update log.c: change fatal() and fatalx() into variadic functions,
Reyk Floeter
2015-11-21
Once again, fix the license text. After many years, we just cannot
Reyk Floeter
2015-11-21
Move local logging functions into httpd.c, and sync log.c with relayd -
Reyk Floeter
2015-11-19
Simplify all instances of get_string() and get_data() using malloc() and
mmcc
2015-11-05
pledge(2) for httpd.
Florian Obser
2015-10-31
revert -r1.42 as it breaks slowcgi and php-fpm setups as reported by jturner
Joerg Jung
2015-10-28
Remove a few more NULL-checks before free.
mmcc
2015-10-28
While I'm in here, drop a NULL-check before free.
mmcc
2015-10-26
fix PATH_INFO for / requests
Joerg Jung
2015-10-14
Two more char -> unsigned char in ctype functions.
Reyk Floeter
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
[next]