Age | Commit message (Expand) | Author |
2024-06-26 | save_errno wrappers inside two small signal handlers that perform | Theo de Raadt |
2023-10-11 | in olde rcp/scp protocol mode, when rejecting a path from the server | Damien Miller |
2023-09-10 | rename remote_glob() -> sftp_glob() to match other API | Damien Miller |
2023-09-08 | the sftp code was one of my first contributions to OpenSSH and it | Damien Miller |
2023-07-14 | add defence-in-depth checks for some unreachable integer overflows | Damien Miller |
2023-03-31 | Explicitly ignore return from waitpid here too. | Darren Tucker |
2023-03-31 | Explictly ignore return codes where we don't check them. From Dmitry | Darren Tucker |
2023-03-27 | scp: when copying local->remote, check that source file exists before | Damien Miller |
2023-03-03 | Check return values of dup2. Spotted by Coverity, ok djm@ | Darren Tucker |
2023-01-10 | Switch scp from using pipes to a socketpair for communication with | Todd C. Miller |
2022-12-16 | add -X to usage(); | Jason McIntyre |
2022-12-16 | add a -X option to both scp(1) and sftp(1) to allow control over | Damien Miller |
2022-10-24 | when scp(1) is using the SFTP protocol for transport (the default), | Damien Miller |
2022-05-13 | arrange for scp, when in sftp mode, to not ftruncate(3) files early | Damien Miller |
2022-03-20 | don't leak argument list; bz3404, reported by Balu Gajjala | Damien Miller |
2022-02-23 | and we go back to testing sftp-scp after the 8.9 release... | Theo de Raadt |
2022-02-10 | revert for imminent OpenSSH release, which wil ship with scp in RCP mode. | Damien Miller |
2022-02-01 | better match legacy scp behaviour: show un-expanded paths in error | Damien Miller |
2022-01-17 | when transferring multiple files in SFTP mode, create the destination | Damien Miller |
2022-01-08 | fix some corner-case bugs in scp sftp-mode handling of ~-prefixed | Damien Miller |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-15 | openbsd 7.0 release shipped with the (hopefully last) scp that uses RCP | Theo de Raadt |
2021-09-20 | fix missing -s in SYNOPSYS and usage() as well as a capitalisation | Damien Miller |
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-11 | when using SFTP protocol, continue transferring files after a | Damien Miller |
2021-09-08 | Use the SFTP protocol by default. The original scp/rcp protocol remains | Damien Miller |
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-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 | on fatal errors, make scp wait for ssh connection before exiting | Damien Miller |
2021-08-07 | Fix prototype mismatch for do_cmd. ok djm@ | Darren Tucker |
2021-08-07 | make scp(1) in SFTP mode follow symlinks like traditional scp(1) | Damien Miller |
2021-08-07 | make scp(1) in SFTP mode output better match original scp(1) by | Damien Miller |
2021-08-07 | use sftp_client crossloading to implement scp -3 | Damien Miller |
2021-08-07 | prepare for scp -3 implemented via sftp | Damien Miller |
2021-08-04 | Allow for different (but POSIX compliant) behaviour of basename(3) and | Darren Tucker |
2021-08-02 | support for using the SFTP protocol for file transfers in scp, via a | Damien Miller |
2021-07-05 | allow spaces to appear in usernames for local to remote, and scp -3 | Damien Miller |
2021-04-03 | highly polished whitespace, mostly fixing spaces-for-tab and bad | Damien Miller |
2020-10-18 | use the new variant log macros instead of prepending __func__ and | Damien Miller |
2020-08-03 | allow -A to explicitly enable agent forwarding in scp and sftp. The | Damien Miller |