diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | regress/sftp-badcmds.sh | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -78,8 +78,11 @@ | |||
78 | it works with a restrictive umask and the pid files are not world readable. | 78 | it works with a restrictive umask and the pid files are not world readable. |
79 | Changes from -portable. (id sync only) | 79 | Changes from -portable. (id sync only) |
80 | - dtucker@cvs.openbsd.org 2013/05/17 10:24:48 | 80 | - dtucker@cvs.openbsd.org 2013/05/17 10:24:48 |
81 | [localcommand.sh] | 81 | [regress/localcommand.sh] |
82 | use backticks for portability. (id sync only) | 82 | use backticks for portability. (id sync only) |
83 | - dtucker@cvs.openbsd.org 2013/05/17 10:26:26 | ||
84 | [regress/sftp-badcmds.sh] | ||
85 | remove unused BATCH variable. (id sync only) | ||
83 | - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it | 86 | - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it |
84 | in portable and it's long gone in openbsd. | 87 | in portable and it's long gone in openbsd. |
85 | - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange | 88 | - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange |
diff --git a/regress/sftp-badcmds.sh b/regress/sftp-badcmds.sh index 3dbeb58ca..7f85c4f22 100644 --- a/regress/sftp-badcmds.sh +++ b/regress/sftp-badcmds.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: sftp-badcmds.sh,v 1.5 2013/05/17 04:29:14 dtucker Exp $ | 1 | # $OpenBSD: sftp-badcmds.sh,v 1.6 2013/05/17 10:26:26 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="sftp invalid commands" | 4 | tid="sftp invalid commands" |