Age | Commit message (Expand) | Author |
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 |
2020-05-29 | Fix error message on close(2) and add printf format attributes. | Todd C. Miller |
2020-05-06 | another case where a utimes() failure could make scp send a | Damien Miller |
2020-05-01 | when receving a file in sink(), be careful to send at most a single | Damien Miller |
2020-04-30 | run the 2nd ssh with BatchMode for scp -3 | Markus Friedl |
2020-01-23 | Replace all calls to signal(2) with a wrapper around sigaction(2). | Darren Tucker |
2019-09-09 | Fix potential truncation warning. ok deraadt. | Darren Tucker |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-10 | when checking that filenames sent by the server side match what the | Damien Miller |
2019-01-27 | add -T to usage(); | Jason McIntyre |
2019-01-26 | check in scp client that filenames sent during remote->local directory | Damien Miller |
2019-01-24 | Have progressmeter force an update at the beginning and end of each | Darren Tucker |
2019-01-23 | Sanitize scp filenames via snmprintf. To do this we move the | Darren Tucker |
2019-01-21 | Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1) | Theo Buehler |
2018-11-16 | disallow empty incoming filename or ones that refer to the current | Damien Miller |
2018-06-01 | Apply umask to all incoming files and directories not just files. | Darren Tucker |
2018-04-10 | lots of typos in comments/docs. Patch from Karsten Weiss after checking | Damien Miller |