Age | Commit message (Expand) | Author |
2015-09-11 | GPT partitions cannot start at offset 0. Eliminate the variable | Kenneth R Westerback |
2015-09-11 | remove some bits of srp.h i had pasted in here by accident | David Gwynne |
2015-09-11 | Stricter checks on sockaddr content when binding PF_INET sockets. | Vincent Gross |
2015-09-11 | document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hash | Bob Beck |
2015-09-11 | Move the multicast option parsing out of in6_selectroute(). | Martin Pieuchot |
2015-09-11 | sync | Theo de Raadt |
2015-09-11 | No more che(4) so no need for the manpage. | Claudio Jeker |
2015-09-11 | Remove the unfinished che(4) driver for Chelsio 10G cards. I lost interest | Claudio Jeker |
2015-09-11 | lseek() is in <unistd.h> ok deraadt@ | Philip Guenther |
2015-09-11 | Use PROTO_NORMAL() on __syscall to go direct, adjusting the declaration | Philip Guenther |
2015-09-11 | != -> == that I broke while bikeshedding | Bob Beck |
2015-09-11 | Fix server_handshake_tls() - we should only call server_input() in the case | Joel Sing |
2015-09-11 | Do not match a wildcard against a name with no host part. | Bob Beck |
2015-09-11 | regress test that we do not allow a wildcard match for ".openbsd.org" | Bob Beck |
2015-09-11 | documentation updates for ifmedia64 | Stefan Sperling |
2015-09-11 | fix libpcap for ifmedia64 | Stefan Sperling |
2015-09-11 | Fix ifconfig for ifmedia64. | Stefan Sperling |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-09-11 | fix verify to allow for servername->name | Bob Beck |
2015-09-11 | add tls_peer functions for checking names and issuers of peer certificates. | Bob Beck |
2015-09-11 | Check that there are no illegal spaces in the sendsyslog message. | Alexander Bluhm |
2015-09-11 | Put a private copy of the ypresp_allfn/ypresp_data interface into ypserv | Theo de Raadt |
2015-09-11 | Syslog does not need the global list of TCP clients, libevent handles | Alexander Bluhm |
2015-09-11 | KNF shuffling of local declarations in readgptlabel(). | Kenneth R Westerback |
2015-09-11 | _rpc_dtablesize() is not used anywhere, tracking by sthen; ok guenther | Theo de Raadt |
2015-09-11 | The must be no space after the syslog priority in the sendsyslog(2) | Alexander Bluhm |
2015-09-11 | Set "inet6 autoconf" individually on interfaces that have rtsol set in | Stuart Henderson |
2015-09-11 | Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again. | Brent Cook |
2015-09-11 | First step at making ix(4) MPSAVE. This is largely based on the em(4) | Claudio Jeker |
2015-09-11 | unify files further | Theo de Raadt |
2015-09-11 | Avoid undefined behavior with isascii, cast its argument to unsigned char. | Jeremie Courreges-Anglas |
2015-09-11 | rpcdata should not be exported; ok guenther | Theo de Raadt |
2015-09-11 | Provide tls_peer_cert_hash() which returns a hash of the raw certificate | Joel Sing |
2015-09-11 | Prefer <fcntl.h> over <sys/fcntl.h> | Philip Guenther |
2015-09-11 | readgptlabel() is called from readdoslabel() so there is no need | Kenneth R Westerback |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2015-09-11 | Don't copy more sense data than we have space for, so we don't crash when | Jonathan Matthew |
2015-09-11 | if_put after if_get. | David Gwynne |
2015-09-11 | Kill selectroute(). | Martin Pieuchot |
2015-09-11 | if_put for ip6_input. OK mpi@ | Claudio Jeker |
2015-09-11 | _getnetbyaddr and _getnetbyname appear to be historical accidents in | Theo de Raadt |
2015-09-11 | Spoof EFI SYSTEM GPT partitions as MSDOS partitions. As is done | Kenneth R Westerback |
2015-09-11 | remove stupid casts | Theo de Raadt |
2015-09-11 | Now that interrupt-safe uvm maps are porperly locked, the interrupt-safe | Mark Kettenis |
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 |