summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2022-04-20Try to continue running local I/O for channels in state OPEN duringDamien Miller
2022-04-20Import regenerated moduliDarren Tucker
2022-04-16list the correct version number when usage of the sftp protocol became defaultT.J. Townsend
2022-04-12Correct path for system known hosts file in description ofDarren Tucker
2022-04-11clear io_want/io_ready flags at start of poll() cycle;Damien Miller
2022-04-08Note that curve25519-sha256 was later published in RFC8731. ok djm@Darren Tucker
2022-04-08two defensive changes from Tobias Stoeckmann via GHPR287Damien Miller
2022-04-04openssh-9.0Damien Miller
2022-03-31ssh: document sntrup761x25519-sha512@openssh.com as default KEXChristian Weisgerber
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-31add a sftp client "cp" command that supports server-side copyingDamien Miller
2022-03-31add support for the "corp-data" protocol extension to allowDamien Miller
2022-03-30select post-quantum KEX sntrup761x25519-sha512@openssh.com as theDamien Miller
2022-03-30fix poll() spin when a channel's output fd closes without data in theDamien Miller
2022-03-30ssh is almost out of getopt() characters; note the remainingDamien Miller
2022-03-30avoid NULL deref via ssh-keygen -Y find-principals. bz3409, reportedDamien Miller
2022-03-20don't leak argument list; bz3404, reported by Balu GajjalaDamien Miller
2022-03-20make addargs() and replacearg() a little more robust and improve errorDamien Miller
2022-03-18don't try to resolve ListenAddress directives in the sshd re-execDamien Miller
2022-03-18remove blank lineDamien Miller
2022-03-18helpful commentDamien Miller
2022-03-18ssh-keygen -Y check-novalidate requires namespace or SEGV will ensue.Damien Miller
2022-03-15improve DEBUG_CHANNEL_POLL debugging messageDamien Miller
2022-03-13ssh: xstrdup(): use memcpy(3)Scott Soule Cheloha
2022-03-01pack pollfd array before server_accept_loop() ppoll() call,Damien Miller
2022-02-27include rejected signature algorithm in error message and not theChristian Weisgerber
2022-02-25Remove the char * casts from arguments to do_lstat, do_readdir andDarren Tucker
2022-02-25save an unneccessary alloc/free, based on patch fromDamien Miller
2022-02-23free(3) wants stdlib.hDamien Miller
2022-02-23put back the scp manpage changes for SFTP mode tooDamien Miller
2022-02-23and we go back to testing sftp-scp after the 8.9 release...Theo de Raadt
2022-02-23avoid integer overflow of auth attempts (harmless, caught by monitor)Damien Miller
2022-02-23randomise the password used in fakepwDamien Miller
2022-02-23use asprintf to construct .rhosts pathsDamien Miller
2022-02-23openssh-8.9Damien Miller
2022-02-17check for EINTR/EAGAIN failures in the rfd fast-path;Damien Miller
2022-02-15document the unbound/host-bound options to PubkeyAuthentication;Damien Miller
2022-02-11Always initialize delim before passing to hpdelim2 which might not set it.Darren Tucker
2022-02-10revert for imminent OpenSSH release, which wil ship with scp in RCP mode.Damien Miller
2022-02-08Switch hpdelim interface to accept only ":" as delimiter.Darren Tucker
2022-02-07use libfido2 1.8.0+ fido_assert_set_clientdata() instead of manuallyDamien Miller
2022-02-06remove please from manual pagesJonathan Gray
2022-02-04Since they are deprecated, move DSA to the end of the default list ofDarren Tucker
2022-02-01allow 'ssh-keygen -Y find-principals' to match wildcard principalsDamien Miller
2022-02-01mark const string array contents const too, i.e.Damien Miller
2022-02-01better match legacy scp behaviour: show un-expanded paths in errorDamien Miller
2022-02-01Remove explicit kill of privsep preauth child's PID in SIGALRM handler.Darren Tucker
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-22add a ssh_packet_process_read() function that reads from a fdDamien Miller
2022-01-22Use sshbuf_read() to read directly into the channel input bufferDamien Miller