summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-10Replace two spaces indents with tabs. Makes it easier to read andPatrick Wildt
2018-02-10Additional AMD CPUID bits documented inJonathan Gray
2018-02-10There is a problem with assigning 127.0.0.1 here. Revert the callClaudio Jeker
2018-02-10constify some private key-related functions; based onDamien Miller
2018-02-10Remove now unused assembly mutex code.Martin Pieuchot
2018-02-10If the kernel fails to clone an entry, report rtrequest(9) error.Martin Pieuchot
2018-02-10Mention ServerAliveTimeout in context of TCPKeepAlives; prompted byDamien Miller
2018-02-10Kill unneeded caddr_t cast.Claudio Jeker
2018-02-10Remove some special IPv4 in IPv6 mapped prefixes that are already rejectedClaudio Jeker
2018-02-10rework gif to be more consistent.David Gwynne
2018-02-10zap trailing whitespace;Jason McIntyre
2018-02-10Supplying entropy from etext has created a regression on arm where wePatrick Wildt
2018-02-10clarify IgnoreUserKnownHosts; based on github PR fromDamien Miller
2018-02-10Put the ldscript parts into a single file instead of storing it as headPatrick Wildt
2018-02-10Shorter, more accurate explanation of NoHostAuthenticationForLocalhostDamien Miller
2018-02-10syncTheo de Raadt
2018-02-10Add TLS session support to ftp(1).Joel Sing
2018-02-10Disable RemoteCommand and RequestTTY in the ssh session started byDamien Miller
2018-02-10Be more specific about when the session file will be updated.Joel Sing
2018-02-10mbufs and mbuf clusters are now backed by large pools. Because of thisClaudio Jeker
2018-02-10installer bits for RFC 7217 supportFlorian Obser
2018-02-10RFC 7217 support for slaacdFlorian Obser
2018-02-10Load RFC 7217 key material and generate if it does not already exist.Florian Obser
2018-02-10ifconfig can be used to to set interface flag to not do RFC 7217.Florian Obser
2018-02-10Follow rfc8277 more closely and make make sure bgpd is encoding VPNv4Claudio Jeker
2018-02-10add support for binary sysctl payloads by handling them as hexFlorian Obser
2018-02-10Implement RFC 7217: "A Method for Generating Semantically OpaqueFlorian Obser
2018-02-10Refuse to create a certificate with an unusable number of principals;Damien Miller
2018-02-10fatal if we're unable to write all the public key; previously weDamien Miller
2018-02-10Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which actClaudio Jeker
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesTheo de Raadt
2018-02-10fix build with SDHC_DEBUG defined, no binary change otherwiseJonathan Matthew
2018-02-10Add a mapping from grandparent driver name to hibernate io function to reduceJonathan Matthew
2018-02-10Bump TLS API version since we've added more functionality.Joel Sing
2018-02-10Move the keypair pubkey hash handling code to during config.Joel Sing
2018-02-10Tidy/standardise some code.Joel Sing
2018-02-10Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfoJoel Sing
2018-02-10Document functions for client-side TLS session support.Joel Sing
2018-02-10Add support to libtls for client-side TLS session resumption.Joel Sing
2018-02-10Bump lib{crypto,ssl,tls} minors due to symbol addition.Joel Sing
2018-02-10Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2Joel Sing
2018-02-10claudio noted that this is an else case because we have either aSebastian Benoit
2018-02-10Use sched_pause(yield) to decide when to yield when filling randomdata.mortimer
2018-02-10Add prefix-sets, lists of prefixes which can be used in place of aSebastian Benoit
2018-02-10Use return instead of exit from main.Theo Buehler
2018-02-09If there is no link after link_timeout seconds don't forgetKenneth R Westerback
2018-02-09Schedule alarm for start of minute if departure time is absolute.cheloha
2018-02-09Style tweaksJeremie Courreges-Anglas
2018-02-09Use a static chacha instance to fill randomdata sections. Avoids loopingmortimer
2018-02-09Improve documentation of protected domains.Martin Pieuchot