openbsd
2018-02-10 patrickSupplying entropy from etext has created a regression...
2018-02-10 djmclarify IgnoreUserKnownHosts; based on github PR from
2018-02-10 patrickPut the ldscript parts into a single file instead of...
2018-02-10 djmShorter, more accurate explanation of NoHostAuthenticat...
2018-02-10 deraadtsync
2018-02-10 jsingAdd TLS session support to ftp(1).
2018-02-10 djmDisable RemoteCommand and RequestTTY in the ssh session...
2018-02-10 jsingBe more specific about when the session file will be...
2018-02-10 claudiombufs and mbuf clusters are now backed by large pools...
2018-02-10 florianinstaller bits for RFC 7217 support
2018-02-10 florianRFC 7217 support for slaacd
2018-02-10 florianLoad RFC 7217 key material and generate if it does...
2018-02-10 florianifconfig can be used to to set interface flag to not...
2018-02-10 claudioFollow rfc8277 more closely and make make sure bgpd...
2018-02-10 florianadd support for binary sysctl payloads by handling...
2018-02-10 florianImplement RFC 7217: "A Method for Generating Semantical...
2018-02-10 djmRefuse to create a certificate with an unusable number...
2018-02-10 djmfatal if we're unable to write all the public key;...
2018-02-10 claudioSimilar to the IPv6 case create 127.0.0.1/8 on lo(4...
2018-02-10 deraadtSyncronize filesystems to disk when suspending. Each...
2018-02-10 jmatthewfix build with SDHC_DEBUG defined, no binary change...
2018-02-10 jmatthewAdd a mapping from grandparent driver name to hibernate...
2018-02-10 jsingBump TLS API version since we've added more functionality.
2018-02-10 jsingMove the keypair pubkey hash handling code to during...
2018-02-10 jsingTidy/standardise some code.
2018-02-10 jsingRemove NULL check from tls_conninfo_cert_pem() - all...
2018-02-10 jsingDocument functions for client-side TLS session support.
2018-02-10 jsingAdd support to libtls for client-side TLS session resum...
2018-02-10 jsingBump lib{crypto,ssl,tls} minors due to symbol addition.
2018-02-10 jsingExpose X509_VERIFY_PARAM_* functions that appeared...
2018-02-10 bennoclaudio noted that this is an else case because we...
2018-02-10 mortimerUse sched_pause(yield) to decide when to yield when...
2018-02-10 bennoAdd prefix-sets, lists of prefixes which can be used...
2018-02-10 tbUse return instead of exit from main.
2018-02-09 krwIf there is no link after link_timeout seconds don...
2018-02-09 chelohaSchedule alarm for start of minute if departure time...
2018-02-09 jcaStyle tweaks
2018-02-09 mortimerUse a static chacha instance to fill randomdata section...
2018-02-09 mpiImprove documentation of protected domains.
2018-02-09 dlguse in_addr and in6_addr instead of uint32_ts
2018-02-09 dlgoh carp - i didnt mean to commit these
2018-02-09 dlguse struct in_addr to represent an address.
2018-02-09 ericisolate calls to the rfc2822 parser and handling of...
2018-02-09 dlgadd support for setting the ttl on the tunnel traffic.
2018-02-09 mpiCall socreate() before falloc() in sys_socket().
2018-02-09 jmca little more adjustment, after discussing with henning;
2018-02-09 dlguse ether_tryprint, which looks inside the ether packet.
2018-02-09 dlgrework etherip to make it more consistent and reduce...
2018-02-09 tbCheck for the existence of /bsd before trying to back...
2018-02-09 claudioClear the dr and bdr fields of a neighbor when it goes...
2018-02-09 dtuckerSkip sftp-chroot test when SUDO not set instead of...
2018-02-09 dtuckerReplace fatal with exit in the case that we do not...
2018-02-09 deraadtSituation occur where bootloader cannot supply kernel...
2018-02-09 dtuckerRemove unused sKerberosTgtPassing from enum. From...
2018-02-09 patrickExtend the mbuf queue API with an accessor that checks...
2018-02-09 patrickImplement the bwfm(4) SDIO bus logic. This is the...
2018-02-09 claudioSimplify logic a bit by moving a block. nbr_stop_itimer...
2018-02-09 jmatthewtimeout_add -> timeout_add_sec
2018-02-09 dlgit turns out the wccp header is optional
2018-02-09 dlgbring back the wccp shizz.
2018-02-08 dlgimplement support for tunnelttl copy.
2018-02-08 dlghave a go at decoding cisco wccp gre packets, and let...
2018-02-08 tbsync
2018-02-08 claudioMake the routing socket more MP save by using a SRPL...
2018-02-08 dlgttl 0 is not valid on the wire, so dont accept it.
2018-02-08 dlgimplement ethernet over gre encapsulation with a thing...
2018-02-08 dlghandle SIOCGLIFPHYTTL and say that the ttl is always...
2018-02-08 dlgwhen using tunnelttl, let -1 mean "copy the ttl from...
2018-02-08 bennoospf6d mostly only cares about AF_INET6 routes
2018-02-08 jcaKill ber.c support for direct fd read/writes
2018-02-08 jmctweak previous;
2018-02-08 jmctweak previous; ok henning
2018-02-08 mpiTest that next-hop L2 caches are cloned using the corre...
2018-02-08 mpiWhen multiple RTF_CLONING routes for the same subnet...
2018-02-08 martijnMake pool order on size actually order on size instead...
2018-02-08 mpiAdd a new '-protected' option for bridge members.
2018-02-08 mpiRemove CSRG copyright, there isn't any code left from...
2018-02-08 jsingUpdate regress to use tlsext_serverhello_parse().
2018-02-08 jsingComplete the TLS extension rewrite on the client-side.
2018-02-08 jsingConvert option handling for openssl(1) genpkey.
2018-02-08 jsingUpdate regress to match change to tls_keypair_pubkey_ha...
2018-02-08 jsingHave tls_keypair_pubkey_hash() call tls_keypair_load_ce...
2018-02-08 jsingAdd a regress test that covers libtls keypairs.
2018-02-08 jsingTweak compiler flags to include -DLIBRESSL_INTERNAL...
2018-02-08 jsingEnsure that tls_keypair_clear() clears the OCSP staple...
2018-02-08 jsingDo not bother NULLing pointers in a struct that is...
2018-02-08 mortimerDo not hardcode key length. Pointed out by jsing@
2018-02-08 deraadtAfter flushing disks, try again to release all memory...
2018-02-08 deraadtToss all releaseable memory, because fragmentation...
2018-02-08 mortimerUse a temporary chacha instance to fill large randomdat...
2018-02-08 henningmake the watermarks/thresholds for entering and leaving...
2018-02-08 henninggive jmc another chance to "fix previous" - document...
2018-02-08 dlgrecognise gre proto 0 as a "keep alive" packet
2018-02-08 djmsome helpers to check verbose/quiet mode
2018-02-08 krwDon't update first_sending in state_selecting() and...
2018-02-08 jsingMove tls_keypair_pubkey_hash() to the keypair file.
2018-02-08 jsingAvoid a memory leak that results when the same tls_conf...
2018-02-08 jsingAssert tedu's copyright since some of the code moved...
2018-02-08 martijnAdd the order keyword to systat global command interpreter.
2018-02-08 deraadtsr_quiesce() is a new approach for ensuring that softra...
next