Age | Commit message (Expand) | Author |
2015-09-11 | Store a reference to the peer certificate (if any) upon completion of the | Joel Sing |
2015-09-11 | Eliminate use-once variable in readgptlabel() and just use the | Kenneth R Westerback |
2015-09-11 | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | Philip Guenther |
2015-09-11 | remove some more trailing whitespace | David Gwynne |
2015-09-11 | fairly simple size for free() | Theo de Raadt |
2015-09-11 | size for free() | Theo de Raadt |
2015-09-11 | if_put for icmp6. Again we cheat a bit with the hop limit to simplify the code. | Claudio Jeker |
2015-09-11 | specify what is permitted as an argument to tls_config_set_ciphers() | Bob Beck |
2015-09-11 | change remaining mentions of "flags" to "request" and adapt text | Theo de Raadt |
2015-09-11 | whitespaces | Martin Pieuchot |
2015-09-11 | FOREACH macro is not safe to use when removing elements on a list. | Martin Pieuchot |
2015-09-11 | iterate over the new half of the if idx map rather than loop on the one | David Gwynne |
2015-09-11 | Use explicit_bzero() when zeroing before free() | Philip Guenther |
2015-09-11 | hide three netdb related variables; ok guenther | Theo de Raadt |
2015-09-11 | Add ps/o | Philip Guenther |
2015-09-11 | actually set return value to 0 on success. | Bob Beck |
2015-09-11 | Add ddb ps/o, displaying just the non-idle on-proc threads | Philip Guenther |
2015-09-11 | Only include <sys/tame.h> in the .c files that need it | Philip Guenther |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-11 | Don't spoof GPT OpenBSD partitions. Simply record and use the first one | Kenneth R Westerback |
2015-09-11 | Remove redundant assignment | Philip Guenther |
2015-09-11 | in6_embedscope() needs to lose some weight. Remove the last argument. | Claudio Jeker |
2015-09-11 | Ignore the 'rotation lock' button on my Yoga12 | Philip Guenther |
2015-09-11 | Change device locators type from int to long, for the sake of 64-bit ports | Miod Vallat |
2015-09-11 | - add some missing NAME entries | Jason McIntyre |
2015-09-11 | sort MLINKS into the same order as the man page; | Jason McIntyre |
2015-09-11 | sync -Q in usage() to SYNOPSIS; since it's drastically shorter, | Jason McIntyre |
2015-09-11 | tweak previous; | Jason McIntyre |
2015-09-11 | shutdown (n.) -> shut down (v.); | Jason McIntyre |
2015-09-11 | Blargh: unbreak after libc/Makefile.inc change | Philip Guenther |
2015-09-11 | Update usage to match man page. | Darren Tucker |
2015-09-11 | skip if running as root; many systems (inc OpenBSD) allow | Damien Miller |
2015-09-11 | expand %i in ControlPath to UID; bz#2449 | Damien Miller |
2015-09-11 | try all supported key types here; bz#2455 reported by Jakub Jelen | Damien Miller |
2015-09-11 | mention -Q key-plain and -Q key-cert; | Damien Miller |
2015-09-11 | more clarity on what AuthorizedKeysFile=none does; | Damien Miller |
2015-09-11 | Change the default behavior of the s_time command so that it will | Lawrence Teo |
2015-09-11 | *** empty log message *** | Lawrence Teo |
2015-09-10 | Replace newline and space defines by "\n" and " " directly, from Michael | Nicholas Marriott |
2015-09-10 | Nuke references to DTLS1_BAD_VER and unbreak the tree. | Joel Sing |
2015-09-10 | Instead of having global variables containing the libevent structures, | Alexander Bluhm |
2015-09-10 | Hide netgroup internals inside libc. The parts that netgroup_mkdb | Theo de Raadt |
2015-09-10 | Add support for building arc4random with MSVC. | Brent Cook |
2015-09-10 | use .Vt for extern variables in the SYNOPSIS, not .Ar | Ingo Schwarze |
2015-09-10 | Call tls_set_errorx() instead of tls_set_error() in | Joel Sing |
2015-09-10 | GPT requires crc32 unconditionally, for (size-constrained) install | Theo de Raadt |
2015-09-10 | Grep for new error messages about tls_connect_socket. Libtls now | Alexander Bluhm |
2015-09-10 | Convert syslogd TLS connect to use handshake callback. The bt_hostname | Alexander Bluhm |
2015-09-10 | sync | Theo de Raadt |
2015-09-10 | delete obsolete .Bk from the SYNOPSIS | Ingo Schwarze |