Age | Commit message (Expand) | Author |
2019-01-19 | convert sshconnect2.c to new packet API | Damien Miller |
2019-01-19 | convert clientloop.c to new packet API | Damien Miller |
2019-01-19 | allow sshpkt_fatal() to take a varargs format; we'll use this to give | Damien Miller |
2019-01-19 | begin landing remaining refactoring of packet parsing API, started | Damien Miller |
2019-01-19 | Since there is no more exec()'ing, there is no need to | Kenneth R Westerback |
2019-01-19 | change the default digest used by | Jonathan Gray |
2019-01-19 | Since dhclient no longer tries to clean up when exiting, there is no | Kenneth R Westerback |
2019-01-19 | properly error out instead of only printing a warning when some join commands | Peter Hessler |
2019-01-19 | document pwraction in the example file | Ted Unangst |
2019-01-19 | Add a pwraction sysctl that controls what the power button does on acpi. | Ted Unangst |
2019-01-19 | spelling; | Jason McIntyre |
2019-01-19 | Change transfer schedule of split interrupt transfer, | SASANO Takayoshi |
2019-01-19 | remove mmap test for now | anton |
2019-01-19 | backout previous; syzkaller did not cope well with this change | anton |
2019-01-19 | In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) and | Ingo Schwarze |
2019-01-19 | tweak the previous ixl commit, and add an entry to pci; | Jason McIntyre |
2019-01-19 | virtio: Introduce defines for config(8) flags | Stefan Fritsch |
2019-01-19 | viomb: tweak feature negotiation | Stefan Fritsch |
2019-01-19 | Clean-up unused directories | Matthieu Herrb |
2019-01-19 | Use mnemonic PFCTL_SHOW_* macros, terminate string with null character | kn |
2019-01-19 | Print an \r in front of the password prompt so parts of a password | Theo Buehler |
2019-01-19 | enable myx(4) on the large ramdisk. has been enabled in GENERIC for a while. | Peter Hessler |
2019-01-19 | Sort HDRS/SRCS lists and use one line per source file for maintainability. | Joel Sing |
2019-01-19 | Finish randominzing remaining layers of pmap_kernel | Mike Larkin |
2019-01-19 | Add handshake message type checking and special case certificate requests. | Joel Sing |
2019-01-19 | Tweak return value handling in the TLSv1.3 handshake code. | Joel Sing |
2019-01-19 | now that it works, enable ixl(4) on amd64 | Jonathan Matthew |
2019-01-19 | Hook record regress. | Joel Sing |
2019-01-19 | Add regress for TLSv1.3 record handling. | Joel Sing |
2019-01-19 | IMSG_HUP -> IMSG_RESTART. sendhup() -> sendrestart. | Kenneth R Westerback |
2019-01-19 | Provide a TLS record handling implementation. | Joel Sing |
2019-01-19 | Drop pseudo-signal idiom. Rename INTERNALSIG to TERMINATE. Use RESTART | Kenneth R Westerback |
2019-01-19 | 'quit' no longer holds signals, so strsignal(quit) is both pointless | Kenneth R Westerback |
2019-01-19 | Move boottime into the timehands. | cheloha |
2019-01-19 | 'quit' is no longer set in a signal handler so it no longer needs to | Kenneth R Westerback |
2019-01-19 | sync | Theo Buehler |
2019-01-19 | bump minors after symbol addition | Theo Buehler |
2019-01-19 | provide EVP_ENCODE_CTX_{new,free}(). | Theo Buehler |
2019-01-19 | $OpenBSD$ | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | sync | Theo de Raadt |
2019-01-19 | jmatthew@ got my crappy ixl code to work, so I'm pretending to be | David Gwynne |
2019-01-19 | actually set CAUSE_ENA on the rx and tx queues, and re-enable interrupts | Jonathan Matthew |
2019-01-19 | CXXFLAGS are the correct spelling for c++ options. | Ted Unangst |
2019-01-18 | switch the default algorithm for the dgst command from MD5 to SHA256 | Christian Weisgerber |
2019-01-18 | Don't store the mpe information in struct ktable but instead pass the | Claudio Jeker |
2019-01-18 | pack hmc bits in the right order | Jonathan Matthew |
2019-01-18 | Add -iter and -pbkdf2 to the usage synopsis. | Christian Weisgerber |