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-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
2015-01-07
SVG is common enough to add it to the default types.
Reyk Floeter
2015-01-07
Relax configuration list parsing to allow multi-line blocks for tls,
Reyk Floeter
2015-01-06
Make httpd return "404 not found" if an intermediate component of a requested
Stefan Sperling
2015-01-06
I missed one goto abort instead of free(line).
Reyk Floeter
2015-01-06
Only open a socket once for each unique "listen on" statement. This
Reyk Floeter
2015-01-06
Instead of calling free(line) in each error case, call it once in fail:.
Reyk Floeter
2015-01-06
Return "400 Bad Request" instead of "500 Internal Server Error" for
Reyk Floeter
2015-01-05
Be more specific: path is a component of the URI/URL, so use "path"
Reyk Floeter
2015-01-04
add new url stripping option:
Christopher Zimmermann
2015-01-03
Reset tls key and cert to NULL when duplicating a server - avoids a
Reyk Floeter
2015-01-03
Tweak previous - add a missing free in the error path.
Reyk Floeter
2015-01-03
Support alias names and multiple listen statements per server block.
Reyk Floeter
2015-01-02
Bump config flags field to 32bits. Makes room for future changes -
Reyk Floeter
2015-01-01
Use the HTML5 doctype for error and auto index pages because it is
Reyk Floeter
[next]