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