]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
authorBen Lindstrom <mouring@eviladmin.org>
Mon, 5 Mar 2001 03:53:02 +0000 (03:53 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Mon, 5 Mar 2001 03:53:02 +0000 (03:53 +0000)
ChangeLog
sshlogin.c
sshlogin.h
sshpty.c
sshpty.h

index 91fe1ee88d3c30146cb29fc18f1b801099912f8b..b00f1d8e457de6a625355475b465bb49ece73785 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20010305
+ - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
+
 20010304
  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.850 2001/03/03 21:43:19 mouring Exp $
+$Id: ChangeLog,v 1.851 2001/03/05 03:53:02 mouring Exp $
index 3e9af193db444e3d86ce01d764b8601722afa3b2..c2aa1858808157ffafb6025ab2d15811d375b21f 100644 (file)
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: login.c,v 1.17 2001/01/21 19:05:51 markus Exp $");
+RCSID("$OpenBSD: sshlogin.c,v 1.1 2001/03/04 01:46:30 djm Exp $");
 
 #include "loginrec.h"
 
index 4630eedf449fd5f5bcb7fc3ad46bb4b1d7a36d24..64007cf0974adc2ed95017806fc48f0693d023e2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: login.h,v 1.2 2001/01/29 01:58:16 niklas Exp $        */
+/*      $OpenBSD: sshlogin.h,v 1.1 2001/03/04 01:46:30 djm Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
index aca6f027cb978e4842941d1ab9701a07c7388d18..4af55e9204c22b4b4299387267876fae1c793da2 100644 (file)
--- a/sshpty.c
+++ b/sshpty.c
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: pty.c,v 1.22 2001/02/08 19:30:52 itojun Exp $");
+RCSID("$OpenBSD: sshpty.c,v 1.1 2001/03/04 01:46:30 djm Exp $");
 
 #ifdef HAVE_UTIL_H
 # include <util.h>
index 13d8e6026cc3c5d318dac96cdc60f03fdca7da2a..3c81fdc6c8948ccc07855812f0aa8890e45d3b79 100644 (file)
--- a/sshpty.h
+++ b/sshpty.h
@@ -12,7 +12,7 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: pty.h,v 1.8 2000/09/07 20:27:52 deraadt Exp $"); */
+/* RCSID("$OpenBSD: sshpty.h,v 1.1 2001/03/04 01:46:30 djm Exp $"); */
 
 #ifndef PTY_H
 #define PTY_H