summaryrefslogtreecommitdiff
path: root/regress/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin')
-rw-r--r--regress/usr.bin/ssh/allow-deny-users.sh1
-rw-r--r--regress/usr.bin/ssh/misc/kexfuzz/README2
2 files changed, 3 insertions, 0 deletions
diff --git a/regress/usr.bin/ssh/allow-deny-users.sh b/regress/usr.bin/ssh/allow-deny-users.sh
index 86805e19322..4165111e0da 100644
--- a/regress/usr.bin/ssh/allow-deny-users.sh
+++ b/regress/usr.bin/ssh/allow-deny-users.sh
@@ -1,5 +1,6 @@
# Public Domain
# Zev Weiss, 2016
+# $OpenBSD: allow-deny-users.sh,v 1.4 2017/10/20 02:13:41 djm Exp $
tid="AllowUsers/DenyUsers"
diff --git a/regress/usr.bin/ssh/misc/kexfuzz/README b/regress/usr.bin/ssh/misc/kexfuzz/README
index abd7b50eeaf..504c26f3bed 100644
--- a/regress/usr.bin/ssh/misc/kexfuzz/README
+++ b/regress/usr.bin/ssh/misc/kexfuzz/README
@@ -30,3 +30,5 @@ Limitations: kexfuzz can't change the ordering of packets at
present. It is limited to replacing individual packets with
fuzzed variants with the same type. It really should allow
insertion, deletion on replacement of packets too.
+
+$OpenBSD: README,v 1.3 2017/10/20 02:13:41 djm Exp $