summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-26downgrade error() for missing subsequent known_hosts files to debug()Damien Miller
2020-01-26In amdgpio_pin_intr() disable pins a pending interrupt is seen for whichJonathan Gray
2020-01-26unbreak unittests for recent API / source file changesDamien Miller
2020-01-25In nexthop_update() only add a nexthop to the nexthop_runners queue ifClaudio Jeker
2020-01-25clarify that BatchMode applies to all interactive prompts (e.g. host keyDamien Miller
2020-01-25tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.cDamien Miller
2020-01-25improve the error message for u2f enrollment errors by makingDamien Miller
2020-01-25factor out reading/writing sshbufs to dedicated functions;Damien Miller
2020-01-25Minor cleanup, no functional change:Ingo Schwarze
2020-01-25add a comment describing the ranges of channel IDs that we use;Damien Miller
2020-01-25make sshd_config:ClientAliveCountMax=0 disable the connection killingDamien Miller
2020-01-25clarify order of AllowUsers/DenyUsers vs AllowGroups/DenyGroups;Damien Miller
2020-01-25physio() just needs to check for b_bcount overflow. Let the providedKenneth R Westerback
2020-01-25Drivers that implement their own *minphys() don't need to call theKenneth R Westerback
2020-01-25Ensure scsi_minphys() is always called on the physio() path.Kenneth R Westerback
2020-01-25Add an underbar for consistency.Theo Buehler
2020-01-25With -d, messages are now printed on stderrJeremie Courreges-Anglas
2020-01-25Remove a sleep call that I used for some testing that slipped in duringMartijn van Duren
2020-01-25add EXAMPLES and polish the wording and the order a bit;Ingo Schwarze
2020-01-25Mention swap-window -d, GitHub issue 2068.Nicholas Marriott
2020-01-25Disable cert interop tests for now.Joel Sing
2020-01-25Actually disable cipher interop tests.Joel Sing
2020-01-25Disable the cipher interop tests.Joel Sing
2020-01-25Accept both TLSv1.2 and TLSv1.3 protocols for netcat.Joel Sing
2020-01-25Disable session regress for libressl client talking to openssl11 server.Joel Sing
2020-01-25Revert change to certificate request check from r1.45.Joel Sing
2020-01-25Only perform the downgrade check if our max version is less than TLSv1.3.Joel Sing
2020-01-25Preserve the transcript hash for the client finished message,Bob Beck
2020-01-25Support legacy message callbacks. First step for SSL_set_msg_callback(3)Theo Buehler
2020-01-25Correct value for SSL_TLSEXT_MSG_HRR.Joel Sing
2020-01-25Enable umt(4)Patrick Wildt
2020-01-25Only discard the extension block for client hello and server helloJoel Sing
2020-01-25Only send an RI extension for pre-TLSv1.3 versions.Joel Sing
2020-01-25kill double .Pp;Jason McIntyre
2020-01-25correct sysctl name; ok mpiJason McIntyre
2020-01-25sync rc.d/sshd with sshd proctitle change - listener has been modified toStuart Henderson
2020-01-25unifdef sigchase. It is deprecated and never enabled on openbsd.Florian Obser
2020-01-25isc_file_isdirwritable is not used (and besides, it uses access() whichTheo de Raadt
2020-01-25move the SMR_LIST_REMOVE and smr_barrier up in tun_clone_destroy.David Gwynne
2020-01-25The config parser lets us know when the key file can't be found.Florian Obser
2020-01-25isc/unix/syslog is unusedFlorian Obser
2020-01-25dns/master is unusedFlorian Obser
2020-01-25we are not using rwlocksFlorian Obser
2020-01-25another chroot tendrilTheo de Raadt
2020-01-25It is possible to receive a pre-TLSv1.3 alert in response to a TLSv1.3Joel Sing
2020-01-25when AddKeysToAgent=yes is set and the key contains no comment,Damien Miller
2020-01-25group14-sha1 is no longer a default algorithmTed Unangst
2020-01-25reword HashKnownHosts description a little more; some people foundDamien Miller
2020-01-25weaken the language for what HashKnownHosts provides with regardsDamien Miller
2020-01-25the GatewayPorts vs -R listen address selection logic is stillDamien Miller