upstream: Add RCS IDs to the few files that are missing them; from
Pedro Martelletto OpenBSD-Commit-ID: 39aa37a43d0c75ec87f1659f573d3b5867e4a3b3
This commit is contained in:
parent
72730249b3
commit
39e88aeff9
|
@ -2,4 +2,6 @@ This file used to contain a description of the SSH agent protocol
|
||||||
implemented by OpenSSH. It has since been superseded by an Internet-
|
implemented by OpenSSH. It has since been superseded by an Internet-
|
||||||
draft that is available from:
|
draft that is available from:
|
||||||
|
|
||||||
|
$OpenBSD: PROTOCOL.agent,v 1.13 2020/08/31 00:17:41 djm Exp $
|
||||||
|
|
||||||
https://tools.ietf.org/html/draft-miller-ssh-agent-02
|
https://tools.ietf.org/html/draft-miller-ssh-agent-02
|
||||||
|
|
|
@ -97,3 +97,4 @@ the reserved field if it is not empty.
|
||||||
The data is concatenated and passed to the SSH signing
|
The data is concatenated and passed to the SSH signing
|
||||||
function.
|
function.
|
||||||
|
|
||||||
|
$OpenBSD: PROTOCOL.sshsig,v 1.4 2020/08/31 00:17:41 djm Exp $
|
||||||
|
|
|
@ -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
|
ssh-pkcs11-helper to provide address-space containment of the
|
||||||
middleware from ssh-agent.
|
middleware from ssh-agent.
|
||||||
|
|
||||||
|
$OpenBSD: PROTOCOL.u2f,v 1.25 2020/08/31 00:17:41 djm Exp $
|
||||||
|
|
|
@ -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) 2019 Markus Friedl
|
||||||
* Copyright (c) 2020 Pedro Martelletto
|
* Copyright (c) 2020 Pedro Martelletto
|
||||||
|
|
1
sshsig.c
1
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
|
* Copyright (c) 2019 Google LLC
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue