summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-08-31 00:17:41 +0000
committerDamien Miller <djm@mindrot.org>2020-08-31 14:34:41 +1000
commit39e88aeff9c7cb6862b37ad1a87a03ebbb38c233 (patch)
tree7df92c0c6e064640fca31c08e860220199fdff87
parent72730249b38a676da94a1366b54a6e96e6928bcb (diff)
upstream: Add RCS IDs to the few files that are missing them; from
Pedro Martelletto OpenBSD-Commit-ID: 39aa37a43d0c75ec87f1659f573d3b5867e4a3b3
-rw-r--r--PROTOCOL.agent2
-rw-r--r--PROTOCOL.sshsig1
-rw-r--r--PROTOCOL.u2f1
-rw-r--r--sk-usbhid.c1
-rw-r--r--sshsig.c1
-rw-r--r--sshsig.h1
6 files changed, 7 insertions, 0 deletions
diff --git a/PROTOCOL.agent b/PROTOCOL.agent
index da3381942..6947b46cd 100644
--- a/PROTOCOL.agent
+++ b/PROTOCOL.agent
@@ -2,4 +2,6 @@ This file used to contain a description of the SSH agent protocol
2implemented by OpenSSH. It has since been superseded by an Internet- 2implemented by OpenSSH. It has since been superseded by an Internet-
3draft that is available from: 3draft that is available from:
4 4
5$OpenBSD: PROTOCOL.agent,v 1.13 2020/08/31 00:17:41 djm Exp $
6
5https://tools.ietf.org/html/draft-miller-ssh-agent-02 7https://tools.ietf.org/html/draft-miller-ssh-agent-02
diff --git a/PROTOCOL.sshsig b/PROTOCOL.sshsig
index db18458fa..78457ddfc 100644
--- a/PROTOCOL.sshsig
+++ b/PROTOCOL.sshsig
@@ -97,3 +97,4 @@ the reserved field if it is not empty.
97The data is concatenated and passed to the SSH signing 97The data is concatenated and passed to the SSH signing
98function. 98function.
99 99
100$OpenBSD: PROTOCOL.sshsig,v 1.4 2020/08/31 00:17:41 djm Exp $
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index fd31ea4ef..5b8a06277 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -368,3 +368,4 @@ In OpenSSH, the middleware will be invoked by using a similar mechanism to
368ssh-pkcs11-helper to provide address-space containment of the 368ssh-pkcs11-helper to provide address-space containment of the
369middleware from ssh-agent. 369middleware from ssh-agent.
370 370
371$OpenBSD: PROTOCOL.u2f,v 1.25 2020/08/31 00:17:41 djm Exp $
diff --git a/sk-usbhid.c b/sk-usbhid.c
index 9b1f4b707..7c8ff8d98 100644
--- a/sk-usbhid.c
+++ b/sk-usbhid.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: sk-usbhid.c,v 1.25 2020/08/31 00:17:41 djm Exp $ */
1/* 2/*
2 * Copyright (c) 2019 Markus Friedl 3 * Copyright (c) 2019 Markus Friedl
3 * Copyright (c) 2020 Pedro Martelletto 4 * Copyright (c) 2020 Pedro Martelletto
diff --git a/sshsig.c b/sshsig.c
index 658b8c852..0bd7e5cb7 100644
--- a/sshsig.c
+++ b/sshsig.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: sshsig.c,v 1.17 2020/08/31 00:17:41 djm Exp $ */
1/* 2/*
2 * Copyright (c) 2019 Google LLC 3 * Copyright (c) 2019 Google LLC
3 * 4 *
diff --git a/sshsig.h b/sshsig.h
index 44157bc2a..67794a971 100644
--- a/sshsig.h
+++ b/sshsig.h
@@ -1,3 +1,4 @@
1/* $OpenBSD: sshsig.h,v 1.9 2020/08/31 00:17:41 djm Exp $ */
1/* 2/*
2 * Copyright (c) 2019 Google LLC 3 * Copyright (c) 2019 Google LLC
3 * 4 *