summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--regress/scp-ssh-wrapper.sh2
-rw-r--r--regress/scp.sh2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a5e7aaf3..8f206f56a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,11 @@
29 automatically generate revoked keys from listed keys rather than 29 automatically generate revoked keys from listed keys rather than
30 manually specifying each type; from portable 30 manually specifying each type; from portable
31 (Id sync only) 31 (Id sync only)
32 - djm@cvs.openbsd.org 2014/01/26 10:49:17
33 [scp-ssh-wrapper.sh scp.sh]
34 make sure $SCP is tested on the remote end rather than whichever one
35 happens to be in $PATH; from portable
36 (Id sync only)
32 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 37 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
33 [contrib/suse/openssh.spec] Crank version numbers 38 [contrib/suse/openssh.spec] Crank version numbers
34 39
diff --git a/regress/scp-ssh-wrapper.sh b/regress/scp-ssh-wrapper.sh
index c63bc2bc1..59f1ff63e 100644
--- a/regress/scp-ssh-wrapper.sh
+++ b/regress/scp-ssh-wrapper.sh
@@ -1,5 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2# $OpenBSD: scp-ssh-wrapper.sh,v 1.2 2005/12/14 04:36:39 dtucker Exp $ 2# $OpenBSD: scp-ssh-wrapper.sh,v 1.3 2014/01/26 10:49:17 djm Exp $
3# Placed in the Public Domain. 3# Placed in the Public Domain.
4 4
5printname () { 5printname () {
diff --git a/regress/scp.sh b/regress/scp.sh
index c2da2a862..57cc77066 100644
--- a/regress/scp.sh
+++ b/regress/scp.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: scp.sh,v 1.9 2013/05/17 10:35:43 dtucker Exp $ 1# $OpenBSD: scp.sh,v 1.10 2014/01/26 10:49:17 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="scp" 4tid="scp"