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