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-04-25
Prepend files or directories containing ":" with "./" in directory
Florian Obser
2015-04-23
We cannot log errors with server_close() before allocating
Florian Obser
2015-04-18
Regis Leroy reported that httpd does not strictly accept CRLF for
Jonathan Gray
2015-04-11
Always check the return value of proc_composev_imsg() and handle failures
Joel Sing
2015-04-09
Revert previous as this breaks stuff.
Florian Obser
2015-04-08
Do not silently accept multiple Content-Length headers.
Florian Obser
2015-04-01
Zero the tls cert/key length variables when inheriting a server
Jonathan Gray
2015-03-26
pointers to slowcgi(8); from alexei malinin
Jason McIntyre
2015-03-26
Allow more characters in CGI environment variables as specified by RFC
Florian Obser
2015-03-15
Prevent use after free.
Florian Obser
2015-03-11
Wrap long line. This is another airplane commit from an 747-8
Reyk Floeter
2015-03-09
Document the TLSv1.2-only change.
Reyk Floeter
2015-03-09
Make httpd TLSv1.2-only by default. Some older browsers, like IE 10,
Reyk Floeter
2015-03-06
Fix minor manpage bug: it is a server, not a relay.
Reyk Floeter
2015-02-24
Mark up filenames with Pa.
Anthony J. Bentley
2015-02-23
Use the rewritten (index file appended) uri as DOCUMENT_URI.
Christopher Zimmermann
2015-02-23
Allow to specify CGI variables as macros in redirection strings, eg.
Reyk Floeter
2015-02-23
Fix an issues that was found by halex@: we didn't set the return_uri
Reyk Floeter
2015-02-23
Add -O0 to the DEBUG example. Figured out while analysing core dumps
Reyk Floeter
2015-02-23
Add return_uri to serverconfig_reset() to avoid using garbage from the
Reyk Floeter
2015-02-19
Typo.
Florian Obser
2015-02-15
Document the tls protocols option.
Joel Sing
2015-02-12
Rename escape_uri() to url_encode() because it is the opposite of
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-11
More http status codes.
Florian Obser
2015-02-10
Encode directory listings.
Florian Obser
2015-02-08
Use AI_ADDRCONFIG when resolv hosts on startup.
Reyk Floeter
2015-02-08
spacing
Reyk Floeter
2015-02-07
spacing
Reyk Floeter
2015-02-07
Remove server_load_file() in favor of tls_load_file(3)
Reyk Floeter
2015-02-07
double word fix;
Jason McIntyre
2015-02-07
Document tls dhe and tls ecdhe options.
Joel Sing
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-02-06
Fix log options in locations.
Reyk Floeter
2015-02-05
Fix potential NULL pointer dereference.
Reyk Floeter
2015-02-05
Add missing error case to free allocated server_config on failure.
Reyk Floeter
2015-01-29
Fix a regression that removed support for using service names instead
Reyk Floeter
2015-01-21
Ooops, no need to include sys/cdefs.h.
Reyk Floeter
2015-01-21
httpd is based on relayd and had included many headers that are only
Reyk Floeter
2015-01-19
No need to include pfvar.h, another leftover from relayd. It was also
Reyk Floeter
2015-01-19
Log the remote user in the access.log.
Florian Obser
2015-01-19
s/clt_fcgi_remote_user/clt_remote_user/
Florian Obser
2015-01-19
Decouple auth parameters from struct server_config into struct auth.
Reyk Floeter
2015-01-18
tweak previous
Florian Obser
2015-01-18
First stab at implementing basic auth.
Florian Obser
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-13
Abort if fcgi_chunked is not true to avoid sending additional garbage
Reyk Floeter
[next]