summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-08Remove the useless FATAL error "argument count wrong, violates syntax".Ingo Schwarze
2014-08-08Improve handling of next-line scope broken by end of file.Ingo Schwarze
2014-08-08Simplify: replace one global flag by one local variableIngo Schwarze
2014-08-08Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze
2014-08-08Remove two useless FATAL errors.Ingo Schwarze
2014-08-08use nitems() instead of various local constructsJasper Lievisse Adriaanse
2014-08-08better name and wording for the last two non-generic errorsIngo Schwarze
2014-08-08Various improvements related to .Ex and .Rv:Ingo Schwarze
2014-08-08Partial implementation of .Bd -centered.Ingo Schwarze
2014-08-08* consistently use semantic mdoc(7) macrosIngo Schwarze
2014-08-08Make sure asynchronous commands do not race with synchronous ones.Martin Pieuchot
2014-08-08Improve the logic to determine the maximum endpoint service interfaceMartin Pieuchot
2014-08-08Implement polling.Martin Pieuchot
2014-08-08Super Speed hub descriptor definition and routine, required for upcomingMartin Pieuchot
2014-08-08Even if the endpoint it reseted before the stack gets informed that aMartin Pieuchot
2014-08-08Fix debug printfs.Martin Pieuchot
2014-08-08Add support for using - as shorthand for stdin/stdout in tradcpp.Jonathan Gray
2014-08-08Fix CVE-2014-3507, avoid allocating and then leaking a fresh fragmentPhilip Guenther
2014-08-08Fix CVE-2014-3508, pretty printing and OID validation:Philip Guenther
2014-08-07Correct test reversed during merge of fix for CVE-2014-3509Philip Guenther
2014-08-07Fix CVE-2014-3506, DTLS handshake message size checks. FromPhilip Guenther
2014-08-07Oops, revert changes commited by mistake. The previous commit was supposedMiod Vallat
2014-08-07When you expect a function to return a particular value, don't put a commentMiod Vallat
2014-08-07Bump example pubkey filenames to /etc/signify/openbsd-56-base.pub forLawrence Teo
2014-08-07Fix and simplify the description of httpd(8)'s signal handling. httpdReyk Floeter
2014-08-07Don't try to ouput FCGI_STDERR into error.log if there is no data.Florian Obser
2014-08-07Opportunistically try to parse "Status: $code" in the very firstFlorian Obser
2014-08-07shorten signal text a bitTheo de Raadt
2014-08-07Fix CVE-2014-3511; TLS downgrade, verbatim diffTheo de Raadt
2014-08-07merge CVE-2014-3510; Fix DTLS anonymous EC(DH) denial of serviceTheo de Raadt
2014-08-06merge fix for CVE-2014-3509 -- basically a missing s->hit check; ok guentherTheo de Raadt
2014-08-06Mention how httpd responds to SIGHUP and SIGUSR1.doug
2014-08-06Write STDERR from the CGI to the web server error log as intended.Reyk Floeter
2014-08-06If the very first fcgi STDOUT record has length 0 the cgi scriptFlorian Obser
2014-08-06Change grammar to remove a shift/reduce conflict that was introducedReyk Floeter
2014-08-06Prevent a possible use after free by mimicing the s3_srvr.c fixes contributed byMiod Vallat
2014-08-06Support NOTE_EOF for kqueue EVFILT_READ filters on NFS files.Philip Guenther
2014-08-06Always zero-out the fcgi record header for STDIN data.Reyk Floeter
2014-08-06Use memset(buf instead of memset(&buf.Reyk Floeter
2014-08-06Limit the body size in client requests (eg. POST data) to 1M by default;Reyk Floeter
2014-08-06Document the SSL configuration for httpd (partly based on relayd.conf(5)).Joel Sing
2014-08-06sysctl machdep.ztsscale has been unused for 7 years, so stop handling it.Antoine Jacoutot
2014-08-06Provide configuration options that allow the SSL certificate, key andJoel Sing
2014-08-06Also clean up the public key when it is no longer needed.Joel Sing
2014-08-06Configure the default SSL ciphers as HIGH:!aNULL.Joel Sing
2014-08-06Allow B64_EOF to follow a base64 padding character. This restores previousJoel Sing
2014-08-06Correct some dma cleanup error paths.Jonathan Gray
2014-08-06fix an off by oneJonathan Gray
2014-08-06http POST supportFlorian Obser
2014-08-06Content-Length and Content-Type are transmitted as CONTENT_LENGTH andFlorian Obser