Age | Commit message (Expand) | Author |
2014-07-29 | disable POOL_DEBUG for release | Theo de Raadt |
2014-07-29 | move to -release mode | Theo de Raadt |
2014-07-29 | Revert the checks about RTF_LOCAL routes. | Martin Pieuchot |
2014-07-29 | Move configurable TCP options into struct server_config. | Reyk Floeter |
2014-07-29 | Fix a usage string; the proper spelling of 'alot' is 'a lot'. | Bret Lambert |
2014-07-29 | update sets sizes | Miod Vallat |
2014-07-28 | Last (known) msgbuf_write() vs EOF fix. | Kenneth R Westerback |
2014-07-28 | sync | Theo de Raadt |
2014-07-28 | I/O ktrace of sendsyslog(2) did not work. As uiomove() adjusts | Alexander Bluhm |
2014-07-28 | On SPARCbook systems, the ledma device node has a `cable-selection' property | Miod Vallat |
2014-07-28 | Remove SRP code. It contains a bug (this should not surprise anyone), but | Ted Unangst |
2014-07-28 | Fix memory exhaustion occurring on DHCP options with 0 length. | Tobias Stoeckmann |
2014-07-28 | merge dhcpd's packet.c revision 1.7: | Tobias Stoeckmann |
2014-07-28 | some systems no longer need /dev/log; | Ingo Schwarze |
2014-07-28 | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. | Jonathan Gray |
2014-07-28 | Avoid matching a particular driver for "aperture needed" detection. | Mark Kettenis |
2014-07-28 | Hardware supported by machfb(4) needs the aperture (for now) so make ramdisks | Mark Kettenis |
2014-07-28 | Change detection of unconfigured vlan interfaces from using flags to | Robert Peichaer |
2014-07-28 | _dl_sigprocmask() works better when it actually saves the returned sigmask | Philip Guenther |
2014-07-28 | The RSA, DH, and ECDH temporary key callbacks expect the number of keybits | Philip Guenther |
2014-07-28 | remove non-portable __progname extern from arc4random unit test. | bcook |
2014-07-27 | turn of -Werror, unless you are sure both gcc work... | Theo de Raadt |
2014-07-27 | Link dependencies on libssl and libcrypto were missing. | Philip Guenther |
2014-07-27 | make sure makewhatis shows error messages without unsightly CODE() refs | Marc Espie |
2014-07-27 | - log libraries in a proper way | Marc Espie |
2014-07-27 | ensure log stuff happens, even without context | Marc Espie |
2014-07-27 | code readability; no functional change | Ingo Schwarze |
2014-07-27 | Even for UTF-8 output, a non-breaking space character has the same width | Ingo Schwarze |
2014-07-26 | Remove redundant slash | Reyk Floeter |
2014-07-26 | If we're stopping a secondary cpu, don't let sched_choosecpu() short-circuit | Mark Kettenis |
2014-07-26 | Revert "adjust -C algorithm to be more aggressive in scaling up" for | Martin Pieuchot |
2014-07-26 | Add more examples. Requested by deraadt@ | Reyk Floeter |
2014-07-26 | bzero is over, memset is cool. pointed out by halex@ | Reyk Floeter |
2014-07-26 | Fix very hard to reach DoS attack vector, which would involve more than | Tobias Stoeckmann |
2014-07-25 | Differentiate servers by address and port, not just by address. | Reyk Floeter |
2014-07-25 | Reset the default Host for each request | Reyk Floeter |
2014-07-25 | It is recommended to use a URL in the Location header of 3xx | Reyk Floeter |
2014-07-25 | Append mandatory Date header to each response. | Reyk Floeter |
2014-07-25 | New HTTP/1.1 RFC 7231 prefers IMF-fixdate from RFC 5322. | Reyk Floeter |
2014-07-25 | Canonicalize the request path once without the docroot and prepend the | Reyk Floeter |
2014-07-25 | Clear buffer used for handling messages. This prevents keys being | Darren Tucker |
2014-07-25 | Choosing the right encoding is a tricky business... | Ingo Schwarze |
2014-07-25 | Don't leak docroot in the error message if the default index file is missing. | Reyk Floeter |
2014-07-25 | Sort the URI keys for .Xr links in the same order used by the search form, | Ingo Schwarze |
2014-07-25 | oops, we must not try to validate a manpath we don't have; | Ingo Schwarze |
2014-07-25 | We cannot easily control the order of the QUERY_STRING keys generated | Ingo Schwarze |
2014-07-25 | In generated .Xr links, avoid double encoding of ampersands | Ingo Schwarze |
2014-07-25 | Add multiple-servers "virtual hosts" example. | Reyk Floeter |
2014-07-25 | fix perl5 architecture name | Jasper Lievisse Adriaanse |
2014-07-25 | Even though this is not XHTML yet, remove some gratuitious violations | Ingo Schwarze |