summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-24Complete the initial TLSv1.3 implementation.Joel Sing
2020-01-24Preserve the TLS transcript at additional points.Joel Sing
2020-01-24add pf.h include for NPF > 0 use added in rev 1.71Jonathan Gray
2020-01-24pool(9): replace custom TAILQ concatenation loops with TAILQ_CONCAT(3)cheloha
2020-01-24progress on rebound has been stalled long enough it's time to fade away.Ted Unangst
2020-01-24retire rebound etc bits to the atticTed Unangst
2020-01-24re{move,bound,ference}Ted Unangst
2020-01-24re{move,bound,gress}Ted Unangst
2020-01-24Extend 'bgpctl show neighbor' to include the received and sent prefixClaudio Jeker
2020-01-24Implement 'max-prefix NUM out' to limit the number of announced prefixes.Claudio Jeker
2020-01-24Rename audio_mixer_{read,write} to audio_mixer_{get,set}.Alexandre Ratchov
2020-01-24minor tweaks to ssh-keygen -Y find-principals:Damien Miller
2020-01-24Machines have started to appear that have the framebuffer at an address > 4GB.Mark Kettenis
2020-01-24cleanup unused headers generated by configJonathan Gray
2020-01-24Permit 0 length writes, because openssl s_client is specialBob Beck
2020-01-24unlink rebound. its future is quite limited.Ted Unangst
2020-01-24"high-performance Ethernet" -> "Ethernet"Jonathan Gray
2020-01-24Store the legacy session identifier from the ClientHello so we can actuallyJoel Sing
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-24Switch to encrypted records in the TLSv1.3 server.Joel Sing
2020-01-24Enable SSL_ENC_FLAG_SIGALGS on TLSv1_3_enc_data.Joel Sing
2020-01-24Add strings for SSL_aTLS1_3 and SSL_kTLS1_3 to SSL_CIPHER_description().Joel Sing
2020-01-24Fix breakage in SSL_connect, SSL_accept, etc. by not propagatingBob Beck
2020-01-24ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@cheloha
2020-01-24remove a notyet that remains more not than yet after 25 years. ok krwTed Unangst
2020-01-24remove some ifdef notyet code that doesn't seem to be moving forward...Ted Unangst
2020-01-24remove unreferenced ncr5380 driver filesTed Unangst
2020-01-24Double tap the actual Zaurus zombies.Kenneth R Westerback
2020-01-24Nuke references to zaurus zombies.Kenneth R Westerback
2020-01-24Fix isakmpd monitor process to use the exit status of main processYASUOKA Masahiko
2020-01-24revert previous; guenther noted that the csh(1) part belongs in dot.loginOkan Demirmen
2020-01-24move to if_vinput() in tun_dev_write.David Gwynne
2020-01-24provide a tun_input() interface input handler for tun(4) packets.David Gwynne
2020-01-24Do not warn about permissions on symlinks.Darren Tucker
2020-01-24change tun_dev_write to allocate one mbuf and cluster for the whole packet.David Gwynne
2020-01-24Allow carp(4) interfaces to be configured via dhcp.Kenneth R Westerback
2020-01-24remove ssh-rsa (SHA1) from the list of allowed CA signature algorithmsDamien Miller
2020-01-24when signing a certificate with an RSA key, default to a safe signatureDamien Miller
2020-01-24allow PEM export of DSA and ECDSA keys; bz3091, patch from Jakub JelenDamien Miller
2020-01-23simplify the uiomove loop in tun_dev_read.David Gwynne
2020-01-23don't need to manage TUN_NBIO ourselves, we get IO_NDELAY for free.David Gwynne
2020-01-23ssh-keygen -Y find-principals fixes based on feedback from Markus:Damien Miller
2020-01-23provide a custom if_enqueue handler.David Gwynne
2020-01-23remove IFCAP_VLAN_MTU from tap(4). it's a lie.David Gwynne
2020-01-23unify the tun and tap output and read behaviour.David Gwynne
2020-01-23Make thermal framework support in sxitemp(4) interrupt driven such thatMark Kettenis
2020-01-23Separate command line syntax parsing from semantic validation ofKenneth R Westerback
2020-01-23mild whitespace massaging. no functional change.David Gwynne
2020-01-23don't prototype the cdev entrypoints, sys/conf.h already does it.David Gwynne