Age | Commit message (Expand) | Author |
2021-09-26 | need initgroups() before setresgid(); reported by anton@, ok deraadt@ | Damien Miller |
2021-09-25 | RSA/SHA-1 is not used by default anymore | Klemens Nanni |
2021-09-20 | fix missing -s in SYNOPSYS and usage() as well as a capitalisation | Damien Miller |
2021-09-20 | Fix "Allocated port" debug message for unix sockets. From peder.stray at | Darren Tucker |
2021-09-20 | Switch scp back to use the old protocol by default, ahead of release. | Damien Miller |
2021-09-18 | better error message for ~user failures when the sftp-server | Damien Miller |
2021-09-16 | make some more scp-in-SFTP mode better match Unix idioms | Damien Miller |
2021-09-16 | allow log_stderr==2 to prefix log messages with argv[0] | Damien Miller |
2021-09-16 | missing space character in ssh -G output broke the t-sshcfgparse | Damien Miller |
2021-09-15 | allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@ | Damien Miller |
2021-09-14 | put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT | mbuhl |
2021-09-11 | Do not ignore SIGINT while waiting for input if editline(3) is not used. | Ingo Schwarze |
2021-09-11 | when using SFTP protocol, continue transferring files after a | Damien Miller |
2021-09-10 | Document that non-interactive commands are run via the user's shell | Darren Tucker |
2021-09-10 | Document behaviour of arguments following non-interactive commands. | Darren Tucker |
2021-09-10 | Clarify which file's attributes -p preserves, and that it's specifically | Darren Tucker |
2021-09-10 | openssh-7.4 was incorrectly listed twice; spotted by Dmitry | Damien Miller |
2021-09-09 | - move CAVEATS to its correct order | Jason McIntyre |
2021-09-08 | Use the SFTP protocol by default. The original scp/rcp protocol remains | Damien Miller |
2021-09-08 | correct my mistake in previous fix; spotted by halex | Damien Miller |
2021-09-07 | avoid NULL deref in -Y find-principals. Report and fix from | Damien Miller |
2021-09-06 | revision 1.381 neglected to remove sChallengeResponseAuthentication | Todd C. Miller |
2021-09-03 | Use .Cm instead of .Dq in StrictHostKeyChecking list for consistency. | Darren Tucker |
2021-09-03 | Mention using ssh -i for specifying the public key file in the case | Darren Tucker |
2021-09-03 | Refer to KEX "algorithms" instead of "methods" to match other references | Darren Tucker |
2021-09-03 | Remove redundant attrib_clear in upload_dir_internal. The subsequent | Darren Tucker |
2021-09-02 | sys/param.h is not needed for any visible reason | Theo de Raadt |
2021-08-29 | After years of forewarning, disable the RSA/SHA-1 signature algorithm | Damien Miller |
2021-08-29 | wrap at 80 columns | Damien Miller |
2021-08-20 | openssh-8.7 | Damien Miller |
2021-08-12 | mention that CASignatureAlgorithms accepts +/- similarly to the | Damien Miller |
2021-08-12 | In the editline(3) branch of the sftp(1) event loop, handle SIGINT | Ingo Schwarze |
2021-08-11 | scp: tweak man page and error message for -3 by default | Christian Weisgerber |
2021-08-11 | scp: do not spawn ssh with two -s flags for remote-to-remote copies | Christian Weisgerber |
2021-08-11 | when verifying sshsig signatures, support an option (-Oprint-pubkey) | Damien Miller |
2021-08-11 | oops, missed one more %p | Damien Miller |
2021-08-11 | remove a bunch of %p in format strings; leftovers of debuggings | Damien Miller |
2021-08-10 | Prepare for a future where scp(1) uses the SFTP protocol by default. | Damien Miller |
2021-08-09 | make scp -3 the default for remote-to-remote copies. It provides a | Damien Miller |
2021-08-09 | make scp in SFTP mode try to use relative paths as much as possible. | Damien Miller |
2021-08-09 | SFTP protocol extension to allow the server to expand ~-prefixed | Damien Miller |
2021-08-09 | when scp is in SFTP mode, try to deal better with ~ prefixed | Damien Miller |
2021-08-09 | on fatal errors, make scp wait for ssh connection before exiting | Damien Miller |
2021-08-09 | rever r1.223 - I accidentally committed unrelated changes | Damien Miller |
2021-08-09 | show only the final path component in the progress meter; | Damien Miller |
2021-08-09 | on fatal errors, make scp wait for ssh connection before exiting | Damien Miller |
2021-08-08 | xstrdup environment variable used by ForwardAgent. bz#3328 from | Darren Tucker |
2021-08-07 | Fix prototype mismatch for do_cmd. ok djm@ | Darren Tucker |
2021-08-07 | sftp-client.c needs poll.h | Damien Miller |
2021-08-07 | do_upload() used a near-identical structure for tracking | Damien Miller |