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
2017-04-17
some freezero() calls
Theo de Raadt
2017-04-09
image/svg+xml is a default inbuilt media type.
Florian Obser
2017-04-04
Do not purge the CONFIG_SERVERS config in the parent. The ticket code uses
Claudio Jeker
2017-03-25
Implement TLS ticket support in httpd. Off by default. Use
Claudio Jeker
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-03-16
Expand $HTTP_HOST in redirects.
Florian Obser
2017-03-10
Sync from relayd: DELETE can have a body.
Reyk Floeter
2017-02-07
/tmp/cvsspEkok
Reyk Floeter
2017-02-07
Improve parsing of the HTTP request line
Reyk Floeter
2017-02-03
Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and
Philip Guenther
2017-02-02
Fix support for HTTP pipelining by handling all requests in the buffer.
Reyk Floeter
2017-01-31
remove extra call setting OCSP staple now that it is done above
Bob Beck
2017-01-31
Correct mistake I made when converting this to new funciton
Bob Beck
2017-01-31
Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
Bob Beck
2017-01-31
Reimplement httpd's support for byte ranges.
Reyk Floeter
2017-01-31
The variable clt_done is used in too many places.
Reyk Floeter
2017-01-31
Do not set EVBUFFER_EOF on read/write errors and handle EOF correctly.
Reyk Floeter
2017-01-30
Fix error path of range requests, found while reviewing byte range support.
Reyk Floeter
2017-01-27
More s/OSCP/OCSP/ typos
Tom Cosgrove
2017-01-24
sort SEE ALSO;
Jason McIntyre
2017-01-24
add ocspcheck to see also
Bob Beck
2017-01-23
Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only
Theo de Raadt
2017-01-21
The POSIX APIs that that sockaddrs all ignore the s*_len field in the
Philip Guenther
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2017-01-08
Sync log.c with the latest version from vmd/log.c that preserves errno
Reyk Floeter
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-11-17
Check the return value of tls_config_set_protocols(), now that it returns
Joel Sing
2016-11-17
Move OCSP loading into a separate function - it is not part of the keypair
Joel Sing
2016-11-14
specify ordering and precedence of location { } sections;
Ingo Schwarze
2016-11-10
Fix tcp ip ttl / minttl on IPv6 sockets.
Jeremie Courreges-Anglas
2016-11-06
conditionalize ocsp load properly
Bob Beck
2016-11-06
since ocsp stapling is optional, make sure we guard if we do not have it.
Bob Beck
2016-11-06
tweak previous;
Jason McIntyre
2016-11-06
Add OCSP stapling support to httpd
Bob Beck
2016-10-12
copy updated log.c from vmd: for correctness, save errno when doing
Reyk Floeter
2016-10-12
Prevent fd exhaustion in the parent when loading the listening server
Reyk Floeter
2016-10-10
Modify httpd(8)'s proc.c to use less file descriptors during the daemon
Rafael Zalamena
2016-10-10
Fix msgbuf_write() usage idiom and modify the treatment for socket close
Rafael Zalamena
2016-10-10
Add more context to fatal*() messages so it makes easier to debug proc.c
Rafael Zalamena
2016-10-07
The strchr() call either returns a NULL pointer, on which the code will
Patrick Wildt
2016-10-07
Empty lines cause server_fcgi_getheaders() to immediately return.
Patrick Wildt
2016-10-05
Check if oldd == newd before dup2(), if that is the case we need to remove
Rafael Zalamena
2016-10-05
Call setsid() to create a new session for the executed processes.
Reyk Floeter
2016-10-05
sync proc.c with vmd: add p_pw to specify a non-standard user for a process.
Reyk Floeter
2016-09-28
Add -Wcast-qual after syncing proc.c fix
Reyk Floeter
2016-09-28
sync proc.c from switchd, includes minor cast qual fix and removal of p_env.
Reyk Floeter
2016-09-15
add some Xr for acme-client(1);
Jason McIntyre
[next]