Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-22 | Prevent mem leaks in the (unlikely) event that getaddrinfo returns | Darren Tucker |
2021-10-22 | Remove unnecessary semicolons in case statements. From khaleesicodes | Darren Tucker |
2021-10-22 | Fix typos in comments. From khaleesicodes via github PR#280. | Darren Tucker |
2021-10-15 | openbsd 7.0 release shipped with the (hopefully last) scp that uses RCP | Theo de Raadt |
2021-10-09 | Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptions | Darren Tucker |
2021-10-02 | Dynamically allocate encoded HashKnownHosts and free as appropriate. | Darren Tucker |
2021-10-01 | unbreak FIDO sk-ed25519 key enrollment for OPENSSL=no builds; | Damien Miller |
2021-09-29 | add some debug output showing how many key file/command lines | Damien Miller |
2021-09-28 | Make prototype for rijndaelEncrypt match function including the bounds. | Darren Tucker |
2021-09-28 | Import regenerated moduli. | Darren Tucker |
2021-09-26 | openssh-8.8 | Damien Miller |
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 |