openbsd
2014-08-08 schwarzeDynamically allocate the stack of roff(7) .ie condition...
2014-08-08 reykAllow to serve emtpy (0 bytes) files.
2014-08-08 schwarzeSplit MANDOCERR_IGNARGV into one message for .An and...
2014-08-08 schwarzeIn .Bl -column, if some of the column width declaration...
2014-08-08 schwarzeRemove the useless FATAL error "argument count wrong...
2014-08-08 schwarzeImprove handling of next-line scope broken by end of...
2014-08-08 schwarzeSimplify: replace one global flag by one local variable
2014-08-08 schwarzeGet rid of the useless FATAL error "child violates...
2014-08-08 schwarzeRemove two useless FATAL errors.
2014-08-08 jasperuse nitems() instead of various local constructs
2014-08-08 schwarzebetter name and wording for the last two non-generic...
2014-08-08 schwarzeVarious improvements related to .Ex and .Rv:
2014-08-08 schwarzePartial implementation of .Bd -centered.
2014-08-08 schwarze* consistently use semantic mdoc(7) macros
2014-08-08 mpiMake sure asynchronous commands do not race with synchr...
2014-08-08 mpiImprove the logic to determine the maximum endpoint...
2014-08-08 mpiImplement polling.
2014-08-08 mpiSuper Speed hub descriptor definition and routine,...
2014-08-08 mpiEven if the endpoint it reseted before the stack gets...
2014-08-08 mpiFix debug printfs.
2014-08-08 jsgAdd support for using - as shorthand for stdin/stdout...
2014-08-08 guentherFix CVE-2014-3507, avoid allocating and then leaking...
2014-08-08 guentherFix CVE-2014-3508, pretty printing and OID validation:
2014-08-07 guentherCorrect test reversed during merge of fix for CVE-2014...
2014-08-07 guentherFix CVE-2014-3506, DTLS handshake message size checks...
2014-08-07 miodOops, revert changes commited by mistake. The previous...
2014-08-07 miodWhen you expect a function to return a particular value...
2014-08-07 lteoBump example pubkey filenames to /etc/signify/openbsd...
2014-08-07 reykFix and simplify the description of httpd(8)'s signal...
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
next