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-09-01
struct client starts to become the kitchen sink. Move fastcgi data to
Florian Obser
2016-09-01
spacing
Reyk Floeter
2016-09-01
Adjust log message, use process title now that it works again
Reyk Floeter
2016-09-01
Teach httpd/proc.c how to fork+exec.
Rafael Zalamena
2016-08-30
Kill (remove) the ps_pid from privsep struct since it is not being used
Rafael Zalamena
2016-08-30
Terminate daemon using the socket status instead of watching SIGCHLD or
Rafael Zalamena
2016-08-30
Remove duplicated prototypes from header.
Rafael Zalamena
2016-08-30
Do not assume that the full http response header is in the first
Florian Obser
2016-08-27
Kill p_instance from proc.c and remove static proc_id unused variables.
Rafael Zalamena
2016-08-26
Kill the ps_ninstances from proc.c.
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-08-01
sync http.h with relayd
Sebastian Benoit
2016-07-27
According to RFC 7231 4.3.7, OPTIONS may have body. "Although this
Reyk Floeter
2016-07-13
Adjust existing tls_config_set_cipher() callers for TLS cipher group
Joel Sing
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2016-06-10
grammar fix; from nick permyakov
Jason McIntyre
2016-06-10
& expands to the maximum amount of needed space; fix comment.
Florian Obser
2016-05-31
Unbreak compilation with -DDEBUG.
Joel Sing
2016-05-27
Return "400 Bad Request" instead of "500 Server Internal Error" for
Kenneth R Westerback
2016-05-22
makes sure the value of the asprintf buffer is zeroed on error
Joerg Jung
2016-05-22
fix unbalanced va_start and va_end macros
Joerg Jung
2016-05-17
Repair some file descriptor leaks.
Theo de Raadt
2016-05-09
in the http redirect example, also include the requested url instead
T.J. Townsend
2016-04-28
Avoid unusual Content-Type: even in an example;
Ingo Schwarze
2016-04-28
Include the TLS configuration errors in log messages. Also set the
Joel Sing
2016-04-28
Simplify TLS configuration handling. Instead of matching by address/port,
Joel Sing
2016-04-24
new sentence, new line;
Jason McIntyre
2016-04-24
Document CGI variables. Work done by Tim Baumgard <openbsd@bmgrd.com>
Christopher Zimmermann
2016-04-24
Always pass QUERY_STRING variable.
Christopher Zimmermann
2016-04-20
from tim baumgard: a location section may not include hsts;
Jason McIntyre
2016-04-19
Use log_warnx() instead of log_warn() when the failure will not have
Joel Sing
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
[next]