- 7ed1a31 upstream: fix missing -s in SYNOPSYS and usage() as well as a by djm@openbsd.org · 3 years, 6 months ago
- 277d3c6 upstream: Switch scp back to use the old protocol by default, ahead of by djm@openbsd.org · 3 years, 6 months ago
- ace19b3 upstream: better error message for ~user failures when the by djm@openbsd.org · 3 years, 6 months ago
- 6b1238b upstream: make some more scp-in-SFTP mode better match Unix idioms by djm@openbsd.org · 3 years, 6 months ago
- e694f8a upstream: allow log_stderr==2 to prefix log messages with argv[0] by djm@openbsd.org · 3 years, 6 months ago
- ba61123 upstream: when using SFTP protocol, continue transferring files after a by djm@openbsd.org · 3 years, 6 months ago
- 73050fa upstream: Use the SFTP protocol by default. The original scp/rcp by djm@openbsd.org · 3 years, 6 months ago
- e1371e4 upstream: scp: tweak man page and error message for -3 by default by naddy@openbsd.org · 3 years, 7 months ago
- 49f46f6 upstream: scp: do not spawn ssh with two -s flags for by naddy@openbsd.org · 3 years, 7 months ago
- 391ca67 upstream: Prepare for a future where scp(1) uses the SFTP protocol by by djm@openbsd.org · 3 years, 7 months ago
- bfdd4b7 upstream: make scp -3 the default for remote-to-remote copies. It by djm@openbsd.org · 3 years, 7 months ago
- 2f7a3b5 upstream: make scp in SFTP mode try to use relative paths as much by djm@openbsd.org · 3 years, 7 months ago
- 2ab8640 upstream: SFTP protocol extension to allow the server to expand by djm@openbsd.org · 3 years, 7 months ago
- 41b019a upstream: when scp is in SFTP mode, try to deal better with ~ by djm@openbsd.org · 3 years, 7 months ago
- b4b3f3d upstream: on fatal errors, make scp wait for ssh connection before by djm@openbsd.org · 3 years, 7 months ago
- 2ae7771 upstream: rever r1.223 - I accidentally committed unrelated changes by djm@openbsd.org · 3 years, 7 months ago
- 2b67932 upstream: on fatal errors, make scp wait for ssh connection before by djm@openbsd.org · 3 years, 7 months ago
- cf27810 upstream: Fix prototype mismatch for do_cmd. ok djm@ by dtucker@openbsd.org · 3 years, 7 months ago
- 7b1cbcb upstream: make scp(1) in SFTP mode follow symlinks like by djm@openbsd.org · 3 years, 7 months ago
- c677e65 upstream: make scp(1) in SFTP mode output better match original by djm@openbsd.org · 3 years, 7 months ago
- 318c06b upstream: use sftp_client crossloading to implement scp -3 by djm@openbsd.org · 3 years, 7 months ago
- e3c0ba0 upstream: prepare for scp -3 implemented via sftp by djm@openbsd.org · 3 years, 7 months ago
- 911ec64 upstream: Allow for different (but POSIX compliant) behaviour of by dtucker@openbsd.org · 3 years, 7 months ago
- 6df1fec use openbsd-compat glob.h is required by Damien Miller · 3 years, 7 months ago
- 197e29f upstream: support for using the SFTP protocol for file transfers in by djm@openbsd.org · 3 years, 7 months ago
- b67eb12 upstream: allow spaces to appear in usernames for local to remote, by djm@openbsd.org · 3 years, 8 months ago
- 31d8d23 upstream: highly polished whitespace, mostly fixing spaces-for-tab by djm@openbsd.org · 4 years ago
- 816036f upstream: use the new variant log macros instead of prepending by djm@openbsd.org · 4 years, 5 months ago
- a8732d7 upstream: allow -A to explicitly enable agent forwarding in scp and by djm@openbsd.org · 4 years, 7 months ago
- 5ad3c3a upstream: Fix error message on close(2) and add printf format by millert@openbsd.org · 4 years, 10 months ago
- 955854c upstream: another case where a utimes() failure could make scp send by djm@openbsd.org · 4 years, 10 months ago
- aad87b8 upstream: when receving a file in sink(), be careful to send at by djm@openbsd.org · 4 years, 11 months ago
- ea14103 upstream: run the 2nd ssh with BatchMode for scp -3 by markus@openbsd.org · 4 years, 11 months ago
- 3bf2a6a upstream: Replace all calls to signal(2) with a wrapper around by dtucker@openbsd.org · 5 years ago
- 0e3c5bc Hook up fnmatch for platforms that don't have it. by Darren Tucker · 5 years ago
- cfc1897 wrap stdint.h include in HAVE_STDINT_H by Damien Miller · 5 years ago
- df78011 upstream: Fix potential truncation warning. ok deraadt. by dtucker@openbsd.org · 6 years ago
- 4d28fa7 upstream: When system calls indicate an error they return -1, not by deraadt@openbsd.org · 6 years ago
- 3d896c1 upstream: when checking that filenames sent by the server side by djm@openbsd.org · 6 years ago
- 2c21b75 upstream: add -T to usage(); by jmc@openbsd.org · 6 years ago
- 391ffc4 upstream: check in scp client that filenames sent during by djm@openbsd.org · 6 years ago
- bdc6c63 upstream: Have progressmeter force an update at the beginning and by dtucker@openbsd.org · 6 years ago
- 8976f1c upstream: Sanitize scp filenames via snmprintf. To do this we move by dtucker@openbsd.org · 6 years ago
- 622dedf upstream: Add a -J option as a shortcut for -o Proxyjump= to scp(1) by tb@openbsd.org · 6 years ago
- 42c5ec4 refactor libcrypto initialisation by Damien Miller · 6 years ago
- 6010c03 upstream: disallow empty incoming filename or ones that refer to the by djm@openbsd.org · 6 years ago
- e5019da upstream: Apply umask to all incoming files and directories not by dtucker@openbsd.org · 7 years ago
- 001aa55 upstream: lots of typos in comments/docs. Patch from Karsten Weiss by djm@openbsd.org · 7 years ago
- 77e0539 upstream commit by djm@openbsd.org · 7 years ago
- c9e37a8 upstream commit by millert@openbsd.org · 7 years ago
- 887669e upstream commit by millert@openbsd.org · 7 years ago
- 9e509d4 upstream commit by deraadt@openbsd.org · 8 years ago
- 4f1ca82 upstream commit by jmc@openbsd.org · 8 years ago
- 329037e Wrap stdint.h in HAVE_STDINT_H by Darren Tucker · 8 years ago
- a3710d5 upstream commit by djm@openbsd.org · 8 years ago
- 0664371 upstream commit by millert@openbsd.org · 8 years ago
- 91bd218 upstream commit by millert@openbsd.org · 8 years ago
- dda78a0 Force Turkish locales back to C/POSIX; bz#2643 by Damien Miller · 8 years ago
- 9136ec1 upstream commit by deraadt@openbsd.org · 9 years ago
- 0e059cd upstream commit by schwarze@openbsd.org · 9 years ago
- 8ef04d7 upstream commit by dtucker@openbsd.org · 9 years ago
- 9080bd0 upstream commit by deraadt@openbsd.org · 9 years ago
- e92c499 upstream commit by mmcc@openbsd.org · 9 years ago
- 657a5fb upstream commit by deraadt@openbsd.org · 10 years ago
- 2ae4f33 upstream commit by deraadt@openbsd.org · 10 years ago
- 1845fe6 - djm@cvs.openbsd.org 2014/06/24 02:21:01 by Damien Miller · 11 years ago
- e001673 - deraadt@cvs.openbsd.org 2013/11/20 20:53:10 by Damien Miller · 11 years ago
- bc35d92 - djm@cvs.openbsd.org 2013/06/22 06:31:57 by Damien Miller · 12 years ago
- 8158441 - djm@cvs.openbsd.org 2013/06/21 05:43:10 by Damien Miller · 12 years ago
- 044bd2a - guenther@cvs.openbsd.org 2013/06/17 04:48:42 by Damien Miller · 12 years ago
- 194454d - dtucker@cvs.openbsd.org 2013/06/04 19:12:23 by Darren Tucker · 12 years ago
- 3750fce - dtucker@cvs.openbsd.org 2013/06/01 20:59:25 by Darren Tucker · 12 years ago
- a627d42 - djm@cvs.openbsd.org 2013/05/17 00:13:13 by Darren Tucker · 12 years ago
- dbee308 - dtucker@cvs.openbsd.org 2013/05/16 09:08:41 by Darren Tucker · 12 years ago
- 63b4bcd - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c] by Damien Miller · 12 years ago
- 0603d98 - djm@cvs.openbsd.org 2011/09/09 22:37:01 by Damien Miller · 13 years ago
- 907998d - jmc@cvs.openbsd.org 2010/12/09 14:13:33 by Damien Miller · 14 years ago
- f121143 - markus@cvs.openbsd.org 2010/12/08 22:46:03 by Damien Miller · 14 years ago
- 87dc0a4 - djm@cvs.openbsd.org 2010/11/26 05:52:49 by Damien Miller · 14 years ago
- 65e42f8 - djm@cvs.openbsd.org 2010/09/22 22:58:51 by Damien Miller · 14 years ago
- 0979b40 - millert@cvs.openbsd.org 2010/07/01 13:06:59 by Damien Miller · 15 years ago
- b8c884a - guenther@cvs.openbsd.org 2009/12/20 07:28:36 by Darren Tucker · 15 years ago
- b4acb47 - stevesk@cvs.openbsd.org 2008/10/10 04:55:16 by Damien Miller · 16 years ago
- d8968ad - (djm) [atomicio.c channels.c clientloop.c defines.h includes.h] by Damien Miller · 17 years ago
- 03ccc9b - dtucker@cvs.openbsd.org 2008/06/13 18:55:22 by Darren Tucker · 17 years ago
- 3eb1449 - (tim) [scp.c] Use poll.h if available, fall back to sys/poll.h if not. Patch by Tim Rice · 17 years ago
- ccb13ee - (dtucker) [scp.c] Include sys/poll.h inside HAVE_SYS_POLL_H. by Darren Tucker · 17 years ago
- 9b439c1 - dtucker@cvs.openbsd.org 2008/01/01 09:06:39 by Darren Tucker · 17 years ago
- e566230 - (dtucker) [scp.c] Update $OpenBSD tag missing from rev 1.175 and remove by Darren Tucker · 17 years ago
- c77cadb - djm@cvs.openbsd.org 2007/10/24 03:44:02 by Damien Miller · 17 years ago
- 647d97b - sobrado@cvs.openbsd.org 2007/08/06 19:16:06 by Damien Miller · 18 years ago
- 067263e - djm@cvs.openbsd.org 2007/06/13 00:21:27 by Darren Tucker · 18 years ago
- bed6311 - dtucker@cvs.openbsd.org 2007/06/12 13:54:28 by Darren Tucker · 18 years ago
- 43ce902 - djm@cvs.openbsd.org 2007/06/12 08:24:20 by Darren Tucker · 18 years ago
- 6ec2fbe - djm@cvs.openbsd.org 2007/01/22 13:06:21 by Darren Tucker · 18 years ago
- d783435 - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 by Damien Miller · 19 years ago
- a7a73ee - stevesk@cvs.openbsd.org 2006/08/01 23:22:48 by Damien Miller · 19 years ago
- e7a1e5c - stevesk@cvs.openbsd.org 2006/07/26 13:57:17 by Damien Miller · 19 years ago
- 8dbffe7 - stevesk@cvs.openbsd.org 2006/07/26 02:35:17 by Damien Miller · 19 years ago
- 9aec919 - stevesk@cvs.openbsd.org 2006/07/25 02:59:21 by Damien Miller · 19 years ago