openbsd
2014-08-09 jmcbasic cleanup;
2014-08-09 reykAllow to inclue the types section anywhere in the confi...
2014-08-09 nicmRemove support for the continuous reporting "any" mouse...
2014-08-09 guentherBackport from 2.17: mark the _GLOBAL_OFFSET_TABLE_...
2014-08-09 guentherBackport from binutils-2.17 the correct i386/amd64...
2014-08-09 guentherWe don't use the __openbsd_randomdata_{start,end} symbo...
2014-08-09 guentherMatch format width of symbol visibility to the column...
2014-08-09 guentherOnly need <stdint.h> and not <inttypes.h> here
2014-08-08 jmcupdate currency exchange rates;
2014-08-08 jmcsome basic fixes;
2014-08-08 jmczap trailing whitespace;
2014-08-08 reykWhen opening directories, re-match the location after...
2014-08-08 reykNo events were added for DNS UDP so it stopped working...
2014-08-08 schwarzeAbsurdly, the return value of sqlite3_column_text()
2014-08-08 schwarzemansearch.h uses uint64_t, so it needs stdint.h; found...
2014-08-08 ajacoutotDrop some useless verbiage.
2014-08-08 jsgdrm/radeon: fix typo in radeon_connector_is_dp12_capable()
2014-08-08 ajacoutotTweak verbiage.
2014-08-08 jsgdrm/radeon/dp: fix lane/clock setup for dp 1.2 capable...
2014-08-08 jsgdrm/radeon/atom: fix dithering on certain panels
2014-08-08 jsgdrm/radeon: only apply hdmi bpc pll flags when encoder...
2014-08-08 schwarzesome corrections and improvements with respect to prolo...
2014-08-08 schwarzeRemove redundant verbiage in the style of "a file is...
2014-08-08 schwarzeBring the handling of defective prologues even closer...
2014-08-08 schwarzeSimplify by allowing only one post-handler.
2014-08-08 schwarzeSimplify by allowing only one pre-handler.
2014-08-08 schwarzeSimplify man(7) validation:
2014-08-08 jsgregen
2014-08-08 schwarzeFix floating point handling: When converting double...
2014-08-08 jsgadd bochs and microsoft emulated vga
2014-08-08 schwarzeClarity with respect to floating point handling:
2014-08-08 schwarzedemacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg...
2014-08-08 schwarzemention requests and macros in more messages
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...
next