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