index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-09
Improve documentation of protected domains.
Martin Pieuchot
2018-02-09
use in_addr and in6_addr instead of uint32_ts
David Gwynne
2018-02-09
oh carp - i didnt mean to commit these
David Gwynne
2018-02-09
use struct in_addr to represent an address.
David Gwynne
2018-02-09
isolate calls to the rfc2822 parser and handling of "." in smtp_dataline()
Eric Faurot
2018-02-09
add support for setting the ttl on the tunnel traffic.
David Gwynne
2018-02-09
Call socreate() before falloc() in sys_socket().
Martin Pieuchot
2018-02-09
a little more adjustment, after discussing with henning;
Jason McIntyre
2018-02-09
use ether_tryprint, which looks inside the ether packet.
David Gwynne
2018-02-09
rework etherip to make it more consistent and reduce code duplication.
David Gwynne
2018-02-09
Check for the existence of /bsd before trying to back it up to /obsd.
Theo Buehler
2018-02-09
Clear the dr and bdr fields of a neighbor when it goes down.
Claudio Jeker
2018-02-09
Skip sftp-chroot test when SUDO not set instead of fatal().
Darren Tucker
2018-02-09
Replace fatal with exit in the case that we do not have $SUDO set.
Darren Tucker
2018-02-09
Situation occur where bootloader cannot supply kernel with early
Theo de Raadt
2018-02-09
Remove unused sKerberosTgtPassing from enum. From calestyo via github
Darren Tucker
2018-02-09
Extend the mbuf queue API with an accessor that checks whether
Patrick Wildt
2018-02-09
Implement the bwfm(4) SDIO bus logic. This is the bus layer that
Patrick Wildt
2018-02-09
Simplify logic a bit by moving a block. nbr_stop_itimer() does not use
Claudio Jeker
2018-02-09
timeout_add -> timeout_add_sec
Jonathan Matthew
2018-02-09
it turns out the wccp header is optional
David Gwynne
2018-02-09
bring back the wccp shizz.
David Gwynne
2018-02-08
implement support for tunnelttl copy.
David Gwynne
2018-02-08
have a go at decoding cisco wccp gre packets, and let them fall into IP.
David Gwynne
2018-02-08
sync
Theo Buehler
2018-02-08
Make the routing socket more MP save by using a SRPL list for the pcb list.
Claudio Jeker
2018-02-08
ttl 0 is not valid on the wire, so dont accept it.
David Gwynne
2018-02-08
implement ethernet over gre encapsulation with a thing egre(4) driver.
David Gwynne
2018-02-08
handle SIOCGLIFPHYTTL and say that the ttl is always "copied"
David Gwynne
2018-02-08
when using tunnelttl, let -1 mean "copy the ttl from the inner traffic".
David Gwynne
2018-02-08
ospf6d mostly only cares about AF_INET6 routes
Sebastian Benoit
2018-02-08
Kill ber.c support for direct fd read/writes
Jeremie Courreges-Anglas
2018-02-08
tweak previous;
Jason McIntyre
2018-02-08
tweak previous; ok henning
Jason McIntyre
2018-02-08
Test that next-hop L2 caches are cloned using the correct MPATH route.
Martin Pieuchot
2018-02-08
When multiple RTF_CLONING routes for the same subnet are present, use
Martin Pieuchot
2018-02-08
Make pool order on size actually order on size instead of size*inuse.
Martijn van Duren
2018-02-08
Add a new '-protected' option for bridge members.
Martin Pieuchot
2018-02-08
Remove CSRG copyright, there isn't any code left from Berkeley here.
Martin Pieuchot
2018-02-08
Update regress to use tlsext_serverhello_parse().
Joel Sing
2018-02-08
Complete the TLS extension rewrite on the client-side.
Joel Sing
2018-02-08
Convert option handling for openssl(1) genpkey.
Joel Sing
2018-02-08
Update regress to match change to tls_keypair_pubkey_hash().
Joel Sing
2018-02-08
Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of
Joel Sing
2018-02-08
Add a regress test that covers libtls keypairs.
Joel Sing
2018-02-08
Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings
Joel Sing
2018-02-08
Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.
Joel Sing
2018-02-08
Do not bother NULLing pointers in a struct that is about to be freed.
Joel Sing
2018-02-08
Do not hardcode key length. Pointed out by jsing@
mortimer
2018-02-08
After flushing disks, try again to release all memory. We don't need to
Theo de Raadt
[next]