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