| Commit message (Expand) | Author | Age | Files | Lines |
* | upstream: save_errno wrappers inside two small signal handlers that | deraadt@openbsd.org | 2024-06-28 | 1 | -1/+3 |
* | upstream: in olde rcp/scp protocol mode, when rejecting a path from the | djm@openbsd.org | 2023-10-11 | 1 | -2/+10 |
* | upstream: rename remote_glob() -> sftp_glob() to match other API | djm@openbsd.org | 2023-09-11 | 1 | -4/+4 |
* | upstream: the sftp code was one of my first contributions to | djm@openbsd.org | 2023-09-08 | 1 | -22/+22 |
* | upstream: add defence-in-depth checks for some unreachable integer | djm@openbsd.org | 2023-07-14 | 1 | -2/+7 |
* | upstream: Explicitly ignore return from waitpid here too. | dtucker@openbsd.org | 2023-03-31 | 1 | -3/+3 |
* | upstream: Explictly ignore return codes | dtucker@openbsd.org | 2023-03-31 | 1 | -3/+3 |
* | upstream: scp: when copying local->remote, check that source file | djm@openbsd.org | 2023-03-27 | 1 | -1/+7 |
* | upstream: Check return values of dup2. Spotted by Coverity, ok djm@ | dtucker@openbsd.org | 2023-03-03 | 1 | -3/+5 |
* | remove buffer len workaround for NetBSD 4.x | Damien Miller | 2023-01-11 | 1 | -1/+1 |
* | add back use of pipes in scp.c under USE_PIPES | Damien Miller | 2023-01-11 | 1 | -1/+29 |
* | upstream: Switch scp from using pipes to a socketpair for | millert@openbsd.org | 2023-01-11 | 1 | -37/+25 |
* | unbreak scp on NetBSD 4.x | Damien Miller | 2023-01-06 | 1 | -1/+1 |
* | upstream: add -X to usage(); | jmc@openbsd.org | 2023-01-03 | 1 | -3/+3 |
* | upstream: add a -X option to both scp(1) and sftp(1) to allow | djm@openbsd.org | 2023-01-03 | 1 | -4/+38 |
* | upstream: when scp(1) is using the SFTP protocol for transport (the | djm@openbsd.org | 2022-10-24 | 1 | -4/+35 |
* | Remove seed_rng calls from scp, sftp, sftp-server. | Darren Tucker | 2022-07-27 | 1 | -2/+0 |
* | upstream: arrange for scp, when in sftp mode, to not ftruncate(3) files | djm@openbsd.org | 2022-05-13 | 1 | -5/+5 |
* | upstream: don't leak argument list; bz3404, reported by Balu | djm@openbsd.org | 2022-03-20 | 1 | -2/+2 |
* | upstream: and we go back to testing sftp-scp after the 8.9 | deraadt@openbsd.org | 2022-02-23 | 1 | -2/+2 |
* | upstream: revert for imminent OpenSSH release, which wil ship with | djm@openbsd.org | 2022-02-10 | 1 | -2/+2 |
* | upstream: better match legacy scp behaviour: show un-expanded paths | djm@openbsd.org | 2022-02-02 | 1 | -9/+8 |
* | upstream: when transferring multiple files in SFTP mode, create the | djm@openbsd.org | 2022-01-18 | 1 | -15/+40 |
* | upstream: fix some corner-case bugs in scp sftp-mode handling of | djm@openbsd.org | 2022-01-08 | 1 | -5/+10 |
* | upstream: For open/openat, if the flags parameter does not contain | deraadt@openbsd.org | 2021-10-28 | 1 | -2/+2 |
* | upstream: switch scp(1) back to sftp protocol. | deraadt@openbsd.org | 2021-10-22 | 1 | -2/+2 |
* | upstream: fix missing -s in SYNOPSYS and usage() as well as a | djm@openbsd.org | 2021-09-21 | 1 | -2/+2 |
* | upstream: Switch scp back to use the old protocol by default, ahead of | djm@openbsd.org | 2021-09-20 | 1 | -2/+2 |
* | upstream: better error message for ~user failures when the | djm@openbsd.org | 2021-09-19 | 1 | -2/+3 |
* | upstream: make some more scp-in-SFTP mode better match Unix idioms | djm@openbsd.org | 2021-09-19 | 1 | -9/+8 |
* | upstream: allow log_stderr==2 to prefix log messages with argv[0] | djm@openbsd.org | 2021-09-19 | 1 | -7/+5 |
* | upstream: when using SFTP protocol, continue transferring files after a | djm@openbsd.org | 2021-09-11 | 1 | -6/+10 |
* | upstream: Use the SFTP protocol by default. The original scp/rcp | djm@openbsd.org | 2021-09-09 | 1 | -3/+3 |
* | upstream: scp: tweak man page and error message for -3 by default | naddy@openbsd.org | 2021-08-12 | 1 | -2/+2 |
* | upstream: scp: do not spawn ssh with two -s flags for | naddy@openbsd.org | 2021-08-12 | 1 | -14/+13 |
* | upstream: Prepare for a future where scp(1) uses the SFTP protocol by | djm@openbsd.org | 2021-08-10 | 1 | -13/+10 |
* | upstream: make scp -3 the default for remote-to-remote copies. It | djm@openbsd.org | 2021-08-10 | 1 | -4/+7 |
* | upstream: make scp in SFTP mode try to use relative paths as much | djm@openbsd.org | 2021-08-10 | 1 | -71/+26 |
* | upstream: SFTP protocol extension to allow the server to expand | djm@openbsd.org | 2021-08-10 | 1 | -6/+11 |
* | upstream: when scp is in SFTP mode, try to deal better with ~ | djm@openbsd.org | 2021-08-10 | 1 | -10/+34 |
* | upstream: on fatal errors, make scp wait for ssh connection before | djm@openbsd.org | 2021-08-10 | 1 | -1/+19 |
* | upstream: rever r1.223 - I accidentally committed unrelated changes | djm@openbsd.org | 2021-08-10 | 1 | -64/+25 |
* | upstream: on fatal errors, make scp wait for ssh connection before | djm@openbsd.org | 2021-08-10 | 1 | -25/+64 |
* | upstream: Fix prototype mismatch for do_cmd. ok djm@ | dtucker@openbsd.org | 2021-08-07 | 1 | -2/+2 |
* | upstream: make scp(1) in SFTP mode follow symlinks like | djm@openbsd.org | 2021-08-07 | 1 | -4/+4 |
* | upstream: make scp(1) in SFTP mode output better match original | djm@openbsd.org | 2021-08-07 | 1 | -3/+4 |
* | upstream: use sftp_client crossloading to implement scp -3 | djm@openbsd.org | 2021-08-07 | 1 | -40/+189 |
* | upstream: prepare for scp -3 implemented via sftp | djm@openbsd.org | 2021-08-07 | 1 | -19/+6 |
* | upstream: Allow for different (but POSIX compliant) behaviour of | dtucker@openbsd.org | 2021-08-04 | 1 | -3/+4 |
* | use openbsd-compat glob.h is required | Damien Miller | 2021-08-04 | 1 | -1/+5 |