summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-20include stdint.h over sys/types.hBrent Cook
2019-01-20Add some internal consistency checks to the handshake state handling.Joel Sing
2019-01-20TLS 1.3 clients always need to send the supported groups extension.Joel Sing
2019-01-20Change imsg header definitions to use standard types.Brent Cook
2019-01-20make this look more like other pwr_action code (small_kernel)Ted Unangst
2019-01-20Don't delay signal(SIGPIPE, SIG_IGN) until go_daemon() does it. First,Kenneth R Westerback
2019-01-20Add an explicit flag to indicate a successful handshake insteadTheo Buehler
2019-01-20Fix BN_is_prime_* calls in SSH, the API returns -1 on error.Theo Buehler
2019-01-20Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error.Theo Buehler
2019-01-20Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.Theo Buehler
2019-01-20Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUSJonathan Matthew
2019-01-20Serialize tc_windup() calls and modification of some timehands members.cheloha
2019-01-20DH-GEX min value is now specified in RFC8270. ok djm@Darren Tucker
2019-01-20Use rdmsr_safe in svm_handle_msrMike Larkin
2019-01-20Implement rdmsr_safeMike Larkin
2019-01-20fix SMALL_KERNEL build after changes in rev 1.361Jonathan Gray
2019-01-19fix error in refactor: use ssh_packet_disconnect() instead ofDamien Miller
2019-01-19typo: "wsdisplay* at simlefb?" -> "wsdisplay* at simplefb?"Stuart Henderson
2019-01-19remove last traces of old packet API!Damien Miller
2019-01-19remove last references to active_stateDamien Miller
2019-01-19convert monitor.c to new packet APIDamien Miller
2019-01-19convert sshd.c to new packet APIDamien Miller
2019-01-19convert session.c to new packet APIDamien Miller
2019-01-19convert auth.c to new packet APIDamien Miller
2019-01-19convert serverloop.c to new packet APIDamien Miller
2019-01-19convert the remainder of sshconnect2.c to new packet APIDamien Miller
2019-01-19convert the remainder of clientloop.c to new packet APIDamien Miller
2019-01-19convert auth2.c to new packet APIDamien Miller
2019-01-19convert servconf.c to new packet APIDamien Miller
2019-01-19convert channels.c to new packet APIDamien Miller
2019-01-19convert sshconnect.c to new packet APIDamien Miller
2019-01-19convert ssh.c to new packet APIDamien Miller
2019-01-19convert mux.c to new packet APIDamien Miller
2019-01-19convert sshconnect2.c to new packet APIDamien Miller
2019-01-19convert clientloop.c to new packet APIDamien Miller
2019-01-19allow sshpkt_fatal() to take a varargs format; we'll use this to giveDamien Miller
2019-01-19begin landing remaining refactoring of packet parsing API, startedDamien Miller
2019-01-19Since there is no more exec()'ing, there is no need toKenneth R Westerback
2019-01-19change the default digest used byJonathan Gray
2019-01-19Since dhclient no longer tries to clean up when exiting, there is noKenneth R Westerback
2019-01-19properly error out instead of only printing a warning when some join commandsPeter Hessler
2019-01-19document pwraction in the example fileTed Unangst
2019-01-19Add a pwraction sysctl that controls what the power button does on acpi.Ted Unangst
2019-01-19spelling;Jason McIntyre
2019-01-19Change transfer schedule of split interrupt transfer,SASANO Takayoshi
2019-01-19remove mmap test for nowanton
2019-01-19backout previous; syzkaller did not cope well with this changeanton
2019-01-19In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) andIngo Schwarze
2019-01-19tweak the previous ixl commit, and add an entry to pci;Jason McIntyre
2019-01-19virtio: Introduce defines for config(8) flagsStefan Fritsch