Age | Commit message (Expand) | Author |
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 |
2014-12-28 | Change the default example from "listen on egress" to "listen on *". | Reyk Floeter |
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-12-18 | Document * and :: to listen on all IPv4 or IPv6 addresses. | Reyk Floeter |
2014-12-18 | Accept * as an alias for the default ipv4 listen address. | Reyk Floeter |
2014-12-18 | "tcp nodelay" shouldn't be discussing relaying SSH; this was a remnant | Reyk Floeter |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-12-12 | Like previously done in relayd, change the keyword "ssl" to "tls" to | Reyk Floeter |
2014-12-11 | When scanning backwards for the last dot in a filename, | Ingo Schwarze |
2014-12-08 | Do not send an error body in a HEAD request answer. | Florian Obser |
2014-12-07 | Avoid NULL deref in error case; found with llvm. | Florian Obser |
2014-12-04 | stop viral header propagation. none of this code uses sys/hash.h | Ted Unangst |
2014-11-22 | use size_t where appropriate. ok deraadt reyk | Ted Unangst |
2014-11-21 | white space begone | Theo de Raadt |