Age | Commit message (Expand) | Author |
2014-08-06 | add missing va_start/va_end calls | Jonathan Gray |
2014-08-06 | Correct error checks in EVP_read_pw_string_min(): UI_add_input_string() | Philip Guenther |
2014-08-06 | Add signify instructions plus miniroot and install56.fs for amd64/i386 | doug |
2014-08-06 | Explain the options in httpd.8 | doug |
2014-08-06 | Load the SSL public/private keys in the parent process, then provide them | Joel Sing |
2014-08-06 | Add support for loading the public/private key from memory, rather than | Joel Sing |
2014-08-05 | Only check if the abort transfer is the interrupt one if the pipe is | Martin Pieuchot |
2014-08-05 | Add configuration options for the most-important connection limits: | Reyk Floeter |
2014-08-05 | Tweak the httpd.conf manpage with "sub-lists". | Reyk Floeter |
2014-08-05 | Bring back the tcp/ip configuration options. This code was already | Reyk Floeter |
2014-08-05 | Add srv_conf helper variable to make the code more readable. | Reyk Floeter |
2014-08-05 | Fix an example: hostapd table entries have to be comma-separated. | Reyk Floeter |
2014-08-05 | Fix an example, nat-to requires to specify the "out" direction in pf rules. | Reyk Floeter |
2014-08-05 | Limit the number of (Keep-Alive) requests per connection to 100. | Reyk Floeter |
2014-08-05 | Improve logging to allow per- server/location log files. The log | Reyk Floeter |
2014-08-05 | retire blink because this is serious software now; ok beck | Theo de Raadt |
2014-08-05 | spaces | Theo de Raadt |
2014-08-05 | handle wsconsctl.conf and sysctl.conf just being examples. | Theo de Raadt |
2014-08-05 | Add $OpenBSD$ tags. | Joel Sing |
2014-08-05 | add a config option to specify the chroot directory | Jonathan Gray |
2014-08-04 | enable httpd; ok deraadt@ | Christian Weisgerber |
2014-08-04 | Temporarily move the default location of the SSL/TLS server key and | Reyk Floeter |
2014-08-04 | Add HTTPS = on CGI variable. | Reyk Floeter |
2014-08-04 | Add HTTPS server example. | Reyk Floeter |
2014-08-04 | Redirect to https:// if SSL/TLS is enabled. | Reyk Floeter |
2014-08-04 | Proxy commit for jsing@: | Reyk Floeter |
2014-08-04 | manpage tweaks about logging | Reyk Floeter |
2014-08-04 | Implement ressl_accept_socket, which allocates a new server connection | Joel Sing |
2014-08-04 | Return -1 on error (not 1). | Joel Sing |
2014-08-04 | A ressl server needs different configuration from a ressl client - provide | Joel Sing |
2014-08-04 | Change grammar from "log [style]" to "log style [style]". | Reyk Floeter |
2014-08-04 | Provide a function that returns a server connection context. | Joel Sing |
2014-08-04 | Provide a utility function for loading a private/public keypair. | Joel Sing |
2014-08-04 | Print error message if the log files cannot be opened. | Reyk Floeter |
2014-08-04 | Improve ressl_{read,write} handling of non-blocking reads/writes. | Joel Sing |
2014-08-04 | Add initial support for log files in /var/www/logs/. Logging with | Reyk Floeter |
2014-08-04 | Free the SSL context first and let the reference counting do its thing. | Joel Sing |
2014-08-04 | Implement PATH_INFO and add DOCUMENT_ROOT. | Reyk Floeter |
2014-08-04 | fix small layout inconsistency | Jasper Lievisse Adriaanse |
2014-08-04 | httpd doesn't support SSL/TLS yet, remove the remaining bits. | Reyk Floeter |
2014-08-04 | no need for param.h | Theo de Raadt |
2014-08-04 | whitespace | Theo de Raadt |
2014-08-04 | In chacha_init(), allow for a NULL iv. Reported by znz on github. | Miod Vallat |
2014-08-03 | Only allow GET and HEAD for static files or return 405. | Reyk Floeter |
2014-08-03 | Also write log messages, like 404 Not Found, on error. This is a bit | Reyk Floeter |
2014-08-03 | c-type functions / makros need a cast to unsigned char, not int | Florian Obser |
2014-08-03 | Allocate http_host instead of carrying a buffer in the descriptor. | Reyk Floeter |
2014-08-03 | spacing | Reyk Floeter |
2014-08-03 | Dynamically pass HTTP request headers as protocol-specific HTTP_* CGI | Reyk Floeter |
2014-08-03 | Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadt | Stefan Sperling |