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