openbsd
2014-08-07 florianDon't try to ouput FCGI_STDERR into error.log if there...
2014-08-07 florianOpportunistically try to parse "Status: $code" in the...
2014-08-07 deraadtshorten signal text a bit
2014-08-07 deraadtFix CVE-2014-3511; TLS downgrade, verbatim diff
2014-08-07 deraadtmerge CVE-2014-3510; Fix DTLS anonymous EC(DH) denial...
2014-08-06 deraadtmerge fix for CVE-2014-3509 -- basically a missing...
2014-08-06 dougMention how httpd responds to SIGHUP and SIGUSR1.
2014-08-06 reykWrite STDERR from the CGI to the web server error log...
2014-08-06 florianIf the very first fcgi STDOUT record has length 0 the...
2014-08-06 reykChange grammar to remove a shift/reduce conflict that...
2014-08-06 miodPrevent a possible use after free by mimicing the s3_sr...
2014-08-06 guentherSupport NOTE_EOF for kqueue EVFILT_READ filters on...
2014-08-06 reykAlways zero-out the fcgi record header for STDIN data.
2014-08-06 reykUse memset(buf instead of memset(&buf.
2014-08-06 reykLimit the body size in client requests (eg. POST data...
2014-08-06 jsingDocument the SSL configuration for httpd (partly based...
2014-08-06 ajacoutotsysctl machdep.ztsscale has been unused for 7 years...
2014-08-06 jsingProvide configuration options that allow the SSL certif...
2014-08-06 jsingAlso clean up the public key when it is no longer needed.
2014-08-06 jsingConfigure the default SSL ciphers as HIGH:!aNULL.
2014-08-06 jsingAllow B64_EOF to follow a base64 padding character...
2014-08-06 jsgCorrect some dma cleanup error paths.
2014-08-06 jsgfix an off by one
2014-08-06 florianhttp POST support
2014-08-06 florianContent-Length and Content-Type are transmitted as...
2014-08-06 reykspacing
2014-08-06 jsgavoid displaying a NULL pointer
2014-08-06 reykThe watermark exposed a bug in server_write that broke...
2014-08-06 reykBring back the last read (done) / last write (done...
2014-08-06 reykAdjust the read/write watermarks according to the TCP...
2014-08-06 reykAdd braces. Style-only change.
2014-08-06 dougAdd an overview of the features for httpd in the descri...
2014-08-06 jsgadd missing va_start/va_end calls
2014-08-06 guentherCorrect error checks in EVP_read_pw_string_min(): UI_ad...
2014-08-06 dougAdd signify instructions plus miniroot and install56...
2014-08-06 dougExplain the options in httpd.8
2014-08-06 jsingLoad the SSL public/private keys in the parent process...
2014-08-06 jsingAdd support for loading the public/private key from...
2014-08-05 mpiOnly check if the abort transfer is the interrupt one...
2014-08-05 reykAdd configuration options for the most-important connec...
2014-08-05 reykTweak the httpd.conf manpage with "sub-lists".
2014-08-05 reykBring back the tcp/ip configuration options. This...
2014-08-05 reykAdd srv_conf helper variable to make the code more...
2014-08-05 reykFix an example: hostapd table entries have to be comma...
2014-08-05 reykFix an example, nat-to requires to specify the "out...
2014-08-05 reykLimit the number of (Keep-Alive) requests per connectio...
2014-08-05 reykImprove logging to allow per- server/location log files...
2014-08-05 deraadtretire blink because this is serious software now;...
2014-08-05 deraadtspaces
2014-08-05 deraadthandle wsconsctl.conf and sysctl.conf just being examples.
2014-08-05 jsingAdd $OpenBSD$ tags.
2014-08-05 jsgadd a config option to specify the chroot directory
2014-08-04 naddyenable httpd; ok deraadt@
2014-08-04 reykTemporarily move the default location of the SSL/TLS...
2014-08-04 reykAdd HTTPS = on CGI variable.
2014-08-04 reykAdd HTTPS server example.
2014-08-04 reykRedirect to https:// if SSL/TLS is enabled.
2014-08-04 reykProxy commit for jsing@:
2014-08-04 reykmanpage tweaks about logging
2014-08-04 jsingImplement ressl_accept_socket, which allocates a new...
2014-08-04 jsingReturn -1 on error (not 1).
2014-08-04 jsingA ressl server needs different configuration from a...
2014-08-04 reykChange grammar from "log [style]" to "log style [style]".
2014-08-04 jsingProvide a function that returns a server connection...
2014-08-04 jsingProvide a utility function for loading a private/public...
2014-08-04 reykPrint error message if the log files cannot be opened.
2014-08-04 jsingImprove ressl_{read,write} handling of non-blocking...
2014-08-04 reykAdd initial support for log files in /var/www/logs...
2014-08-04 jsingFree the SSL context first and let the reference counti...
2014-08-04 reykImplement PATH_INFO and add DOCUMENT_ROOT.
2014-08-04 jasperfix small layout inconsistency
2014-08-04 reykhttpd doesn't support SSL/TLS yet, remove the remaining...
2014-08-04 deraadtno need for param.h
2014-08-04 deraadtwhitespace
2014-08-04 miodIn chacha_init(), allow for a NULL iv. Reported by...
2014-08-03 reykOnly allow GET and HEAD for static files or return...
2014-08-03 reykAlso write log messages, like 404 Not Found, on error...
2014-08-03 florianc-type functions / makros need a cast to unsigned char...
2014-08-03 reykAllocate http_host instead of carrying a buffer in...
2014-08-03 reykspacing
2014-08-03 reykDynamically pass HTTP request headers as protocol-speci...
2014-08-03 stspAdd ral(4) at pci and cardbus to RAMDISK on macppc...
2014-08-03 stspAdd ral(4) at cardbus to GENERIC on macppc; ok deraadt
2014-08-03 rpesmtpd got privsep'ed and the _smtpq user is now used...
2014-08-03 jsgX509_NAME_get_text_by_NID() returns -1 on error so...
2014-08-03 jsgdon't return unitialised memory on error in ehci_alloc_...
2014-08-03 jsgWhen stsp changed bwi_encap() for 30 bit addresses...
2014-08-03 reykAdd function to iterate all headers. No functional...
2014-08-03 reykThe first server example should be the "minimal default...
2014-08-03 reykMore examples, include FastCGI for php and cgi-bin...
2014-08-03 reykSplit fastcgi socket path and document root option...
2014-08-03 reykAdd missing log call for FastCGI requests.
2014-08-03 reykAdd another log mode "connection" for a relayd(8)-style...
2014-08-03 reykPrefer getnameinfo() with NI_NUMERICHOST over inet_ntop...
2014-08-02 dougLocations now inherit access log settings from the...
2014-08-02 floriandon't leak fcgi fd
2014-08-02 florianPadding of fcgi records is optional, but if we receive...
2014-08-02 florianWe need to read from the fcgi bufferevent until it...
2014-08-02 reykAllow to specify a FastCGI TCP socket on localhost...
2014-08-02 reyk'fastcgi socket "path"' is the correct syntax; update...
next