summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-02-08implement ethernet over gre encapsulation with a thing egre(4) driver.David Gwynne
2018-02-08handle SIOCGLIFPHYTTL and say that the ttl is always "copied"David Gwynne
2018-02-08when using tunnelttl, let -1 mean "copy the ttl from the inner traffic".David Gwynne
2018-02-08ospf6d mostly only cares about AF_INET6 routesSebastian Benoit
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2018-02-08tweak previous;Jason McIntyre
2018-02-08tweak previous; ok henningJason McIntyre
2018-02-08Test that next-hop L2 caches are cloned using the correct MPATH route.Martin Pieuchot
2018-02-08When multiple RTF_CLONING routes for the same subnet are present, useMartin Pieuchot
2018-02-08Make pool order on size actually order on size instead of size*inuse.Martijn van Duren
2018-02-08Add a new '-protected' option for bridge members.Martin Pieuchot
2018-02-08Remove CSRG copyright, there isn't any code left from Berkeley here.Martin Pieuchot
2018-02-08Update regress to use tlsext_serverhello_parse().Joel Sing
2018-02-08Complete the TLS extension rewrite on the client-side.Joel Sing
2018-02-08Convert option handling for openssl(1) genpkey.Joel Sing
2018-02-08Update regress to match change to tls_keypair_pubkey_hash().Joel Sing
2018-02-08Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofJoel Sing
2018-02-08Add a regress test that covers libtls keypairs.Joel Sing
2018-02-08Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warningsJoel Sing
2018-02-08Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.Joel Sing
2018-02-08Do not bother NULLing pointers in a struct that is about to be freed.Joel Sing
2018-02-08Do not hardcode key length. Pointed out by jsing@mortimer
2018-02-08After flushing disks, try again to release all memory. We don't need toTheo de Raadt