summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2000-10-16 09:38:46 +0000
committerDamien Miller <djm@cvs.openbsd.org>2000-10-16 09:38:46 +0000
commitef159de3990ed6db6acb966f54a5770de4f5d89b (patch)
tree8d0326bbcc422f8e3c84bf86e542b020efddc5a5 /usr.bin
parentbbdb3e3b128bb4ebedd0ce5ae3045e48f4701baa (diff)
Add idents for files which lack them
Fix idents Id -> OpenBSD for the rest
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/RFC.nroff2
-rw-r--r--usr.bin/ssh/auth-options.h3
-rw-r--r--usr.bin/ssh/auth.h2
-rw-r--r--usr.bin/ssh/authfile.h4
-rw-r--r--usr.bin/ssh/cli.c2
-rw-r--r--usr.bin/ssh/cli.h2
-rw-r--r--usr.bin/ssh/scp.12
-rw-r--r--usr.bin/ssh/serverloop.c2
-rw-r--r--usr.bin/ssh/ssh.11
-rw-r--r--usr.bin/ssh/sshd.81
-rw-r--r--usr.bin/ssh/version.h2
11 files changed, 20 insertions, 3 deletions
diff --git a/usr.bin/ssh/RFC.nroff b/usr.bin/ssh/RFC.nroff
index dccc954c78b..bf7146a70f2 100644
--- a/usr.bin/ssh/RFC.nroff
+++ b/usr.bin/ssh/RFC.nroff
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\"
-.\" $Id: RFC.nroff,v 1.1 1999/09/26 20:53:32 deraadt Exp $
+.\" $OpenBSD: RFC.nroff,v 1.2 2000/10/16 09:38:44 djm Exp $
.\"
.pl 10.0i
.po 0
diff --git a/usr.bin/ssh/auth-options.h b/usr.bin/ssh/auth-options.h
index 02ac5df1d1e..00fae22307d 100644
--- a/usr.bin/ssh/auth-options.h
+++ b/usr.bin/ssh/auth-options.h
@@ -10,6 +10,9 @@
* incompatible with the protocol description in the RFC file, it must be
* called by a name other than "ssh" or "Secure Shell".
*/
+
+/* $OpenBSD: auth-options.h,v 1.5 2000/10/16 09:38:44 djm Exp $ */
+
#ifndef AUTH_OPTIONS_H
#define AUTH_OPTIONS_H
/* Flags that may be set in authorized_keys options. */
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h
index c4a8ac54407..721d763ec08 100644
--- a/usr.bin/ssh/auth.h
+++ b/usr.bin/ssh/auth.h
@@ -20,6 +20,8 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $OpenBSD: auth.h,v 1.7 2000/10/16 09:38:44 djm Exp $
*/
#ifndef AUTH_H
#define AUTH_H
diff --git a/usr.bin/ssh/authfile.h b/usr.bin/ssh/authfile.h
index 4283d9381c0..525b4aa5bdb 100644
--- a/usr.bin/ssh/authfile.h
+++ b/usr.bin/ssh/authfile.h
@@ -10,9 +10,13 @@
* incompatible with the protocol description in the RFC file, it must be
* called by a name other than "ssh" or "Secure Shell".
*/
+
+/* $OpenBSD: authfile.h,v 1.5 2000/10/16 09:38:44 djm Exp $ */
+
#ifndef AUTHFILE_H
#define AUTHFILE_H
+
/*
* Saves the authentication (private) key in a file, encrypting it with
* passphrase.
diff --git a/usr.bin/ssh/cli.c b/usr.bin/ssh/cli.c
index efc3af58b4a..ab9a7dcf2f0 100644
--- a/usr.bin/ssh/cli.c
+++ b/usr.bin/ssh/cli.c
@@ -1,5 +1,5 @@
#include "includes.h"
-RCSID("$Id: cli.c,v 1.1 2000/10/11 20:14:39 markus Exp $");
+RCSID("$OpenBSD: cli.c,v 1.2 2000/10/16 09:38:44 djm Exp $");
#include "xmalloc.h"
#include "ssh.h"
diff --git a/usr.bin/ssh/cli.h b/usr.bin/ssh/cli.h
index e33ce4a5047..c4194046a26 100644
--- a/usr.bin/ssh/cli.h
+++ b/usr.bin/ssh/cli.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: cli.h,v 1.2 2000/10/16 09:38:44 djm Exp $ */
+
#ifndef CLI_H
#define CLI_H
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1
index 4fbbe6a6d05..0a2ca1a3445 100644
--- a/usr.bin/ssh/scp.1
+++ b/usr.bin/ssh/scp.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sun May 7 00:14:37 1995 ylo
.\"
-.\" $Id: scp.1,v 1.12 2000/10/13 17:20:44 aaron Exp $
+.\" $OpenBSD: scp.1,v 1.13 2000/10/16 09:38:44 djm Exp $
.\"
.Dd September 25, 1999
.Dt SCP 1
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c
index 7ba4832191d..d39cc1a0394 100644
--- a/usr.bin/ssh/serverloop.c
+++ b/usr.bin/ssh/serverloop.c
@@ -35,6 +35,8 @@
*/
#include "includes.h"
+RCSID("$OpenBSD: serverloop.c,v 1.33 2000/10/16 09:38:44 djm Exp $");
+
#include "xmalloc.h"
#include "ssh.h"
#include "packet.h"
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 6fe98772bba..6d8f4c12ca3 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -34,6 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" $OpenBSD: ssh.1,v 1.63 2000/10/16 09:38:44 djm Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 814143d7343..cd1771a0715 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,6 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" $OpenBSD: sshd.8,v 1.70 2000/10/16 09:38:44 djm Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
diff --git a/usr.bin/ssh/version.h b/usr.bin/ssh/version.h
index c500b9a8be4..ea78e8c0b2a 100644
--- a/usr.bin/ssh/version.h
+++ b/usr.bin/ssh/version.h
@@ -1 +1,3 @@
+/* $OpenBSD: version.h,v 1.13 2000/10/16 09:38:45 djm Exp $ */
+
#define SSH_VERSION "OpenSSH_2.3.0"