summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-02-09use in_addr and in6_addr instead of uint32_tsDavid Gwynne
2018-02-09oh carp - i didnt mean to commit theseDavid Gwynne
2018-02-09use struct in_addr to represent an address.David Gwynne
2018-02-09isolate calls to the rfc2822 parser and handling of "." in smtp_dataline()Eric Faurot
2018-02-09add support for setting the ttl on the tunnel traffic.David Gwynne
2018-02-09Call socreate() before falloc() in sys_socket().Martin Pieuchot
2018-02-09a little more adjustment, after discussing with henning;Jason McIntyre
2018-02-09use ether_tryprint, which looks inside the ether packet.David Gwynne
2018-02-09rework etherip to make it more consistent and reduce code duplication.David Gwynne
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
2018-02-09Clear the dr and bdr fields of a neighbor when it goes down.Claudio Jeker
2018-02-09Skip sftp-chroot test when SUDO not set instead of fatal().Darren Tucker
2018-02-09Replace fatal with exit in the case that we do not have $SUDO set.Darren Tucker
2018-02-09Situation occur where bootloader cannot supply kernel with earlyTheo de Raadt
2018-02-09Remove unused sKerberosTgtPassing from enum. From calestyo via githubDarren Tucker
2018-02-09Extend the mbuf queue API with an accessor that checks whetherPatrick Wildt
2018-02-09Implement the bwfm(4) SDIO bus logic. This is the bus layer thatPatrick Wildt
2018-02-09Simplify logic a bit by moving a block. nbr_stop_itimer() does not useClaudio Jeker
2018-02-09timeout_add -> timeout_add_secJonathan Matthew
2018-02-09it turns out the wccp header is optionalDavid Gwynne
2018-02-09bring back the wccp shizz.David Gwynne
2018-02-08implement support for tunnelttl copy.David Gwynne
2018-02-08have a go at decoding cisco wccp gre packets, and let them fall into IP.David Gwynne
2018-02-08syncTheo Buehler
2018-02-08Make the routing socket more MP save by using a SRPL list for the pcb list.Claudio Jeker
2018-02-08ttl 0 is not valid on the wire, so dont accept it.David Gwynne