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