Age | Commit message (Expand) | Author |
2019-01-20 | include stdint.h over sys/types.h | Brent Cook |
2019-01-20 | Add some internal consistency checks to the handshake state handling. | Joel Sing |
2019-01-20 | TLS 1.3 clients always need to send the supported groups extension. | Joel Sing |
2019-01-20 | Change imsg header definitions to use standard types. | Brent Cook |
2019-01-20 | make this look more like other pwr_action code (small_kernel) | Ted Unangst |
2019-01-20 | Don't delay signal(SIGPIPE, SIG_IGN) until go_daemon() does it. First, | Kenneth R Westerback |
2019-01-20 | Add an explicit flag to indicate a successful handshake instead | Theo Buehler |
2019-01-20 | Fix BN_is_prime_* calls in SSH, the API returns -1 on error. | Theo Buehler |
2019-01-20 | Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error. | Theo Buehler |
2019-01-20 | Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error. | Theo Buehler |
2019-01-20 | Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUS | Jonathan Matthew |
2019-01-20 | Serialize tc_windup() calls and modification of some timehands members. | cheloha |
2019-01-20 | DH-GEX min value is now specified in RFC8270. ok djm@ | Darren Tucker |
2019-01-20 | Use rdmsr_safe in svm_handle_msr | Mike Larkin |
2019-01-20 | Implement rdmsr_safe | Mike Larkin |
2019-01-20 | fix SMALL_KERNEL build after changes in rev 1.361 | Jonathan Gray |
2019-01-19 | fix error in refactor: use ssh_packet_disconnect() instead of | Damien Miller |
2019-01-19 | typo: "wsdisplay* at simlefb?" -> "wsdisplay* at simplefb?" | Stuart Henderson |
2019-01-19 | remove last traces of old packet API! | Damien Miller |
2019-01-19 | remove last references to active_state | Damien Miller |
2019-01-19 | convert monitor.c to new packet API | Damien Miller |
2019-01-19 | convert sshd.c to new packet API | Damien Miller |
2019-01-19 | convert session.c to new packet API | Damien Miller |
2019-01-19 | convert auth.c to new packet API | Damien Miller |
2019-01-19 | convert serverloop.c to new packet API | Damien Miller |
2019-01-19 | convert the remainder of sshconnect2.c to new packet API | Damien Miller |
2019-01-19 | convert the remainder of clientloop.c to new packet API | Damien Miller |
2019-01-19 | convert auth2.c to new packet API | Damien Miller |
2019-01-19 | convert servconf.c to new packet API | Damien Miller |
2019-01-19 | convert channels.c to new packet API | Damien Miller |
2019-01-19 | convert sshconnect.c to new packet API | Damien Miller |
2019-01-19 | convert ssh.c to new packet API | Damien Miller |
2019-01-19 | convert mux.c to new packet API | Damien Miller |
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 |