diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2020-08-31 00:17:42 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2020-08-31 00:17:42 +0000 |
commit | a1378b885eaa6661fcd82af6ed8f018c9e0af87e (patch) | |
tree | 87ac503c628a3eca885d9485c6a1d532d8babdf2 /usr.bin | |
parent | 12e45d98f377aaef88de3de15425dffff02fc23e (diff) |
Add RCS IDs to the few files that are missing them;
from Pedro Martelletto
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/PROTOCOL.agent | 2 | ||||
-rw-r--r-- | usr.bin/ssh/PROTOCOL.sshsig | 1 | ||||
-rw-r--r-- | usr.bin/ssh/PROTOCOL.u2f | 1 | ||||
-rw-r--r-- | usr.bin/ssh/sk-usbhid.c | 1 | ||||
-rw-r--r-- | usr.bin/ssh/sshsig.c | 1 | ||||
-rw-r--r-- | usr.bin/ssh/sshsig.h | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/ssh/PROTOCOL.agent b/usr.bin/ssh/PROTOCOL.agent index 54cf2be4ddc..00401dbf328 100644 --- a/usr.bin/ssh/PROTOCOL.agent +++ b/usr.bin/ssh/PROTOCOL.agent @@ -1,3 +1,5 @@ This file used to contain a description of the SSH agent protocol implemented by OpenSSH. It has since been superseded by https://tools.ietf.org/html/draft-miller-ssh-agent-00 + +$OpenBSD: PROTOCOL.agent,v 1.13 2020/08/31 00:17:41 djm Exp $ diff --git a/usr.bin/ssh/PROTOCOL.sshsig b/usr.bin/ssh/PROTOCOL.sshsig index db18458fae3..78457ddfc65 100644 --- a/usr.bin/ssh/PROTOCOL.sshsig +++ b/usr.bin/ssh/PROTOCOL.sshsig @@ -97,3 +97,4 @@ the reserved field if it is not empty. The data is concatenated and passed to the SSH signing function. +$OpenBSD: PROTOCOL.sshsig,v 1.4 2020/08/31 00:17:41 djm Exp $ diff --git a/usr.bin/ssh/PROTOCOL.u2f b/usr.bin/ssh/PROTOCOL.u2f index fd31ea4efde..5b8a06277c5 100644 --- a/usr.bin/ssh/PROTOCOL.u2f +++ b/usr.bin/ssh/PROTOCOL.u2f @@ -368,3 +368,4 @@ In OpenSSH, the middleware will be invoked by using a similar mechanism to ssh-pkcs11-helper to provide address-space containment of the middleware from ssh-agent. +$OpenBSD: PROTOCOL.u2f,v 1.25 2020/08/31 00:17:41 djm Exp $ diff --git a/usr.bin/ssh/sk-usbhid.c b/usr.bin/ssh/sk-usbhid.c index a42a69d024e..9dde5c10a26 100644 --- a/usr.bin/ssh/sk-usbhid.c +++ b/usr.bin/ssh/sk-usbhid.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sk-usbhid.c,v 1.25 2020/08/31 00:17:41 djm Exp $ */ /* * Copyright (c) 2019 Markus Friedl * Copyright (c) 2020 Pedro Martelletto diff --git a/usr.bin/ssh/sshsig.c b/usr.bin/ssh/sshsig.c index c0994ccd431..6931d71cbc4 100644 --- a/usr.bin/ssh/sshsig.c +++ b/usr.bin/ssh/sshsig.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sshsig.c,v 1.17 2020/08/31 00:17:41 djm Exp $ */ /* * Copyright (c) 2019 Google LLC * diff --git a/usr.bin/ssh/sshsig.h b/usr.bin/ssh/sshsig.h index 44157bc2ace..67794a97147 100644 --- a/usr.bin/ssh/sshsig.h +++ b/usr.bin/ssh/sshsig.h @@ -1,3 +1,4 @@ +/* $OpenBSD: sshsig.h,v 1.9 2020/08/31 00:17:41 djm Exp $ */ /* * Copyright (c) 2019 Google LLC * |