]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/03/04 17:27:39
authormouring <mouring>
Tue, 5 Mar 2002 01:53:02 +0000 (01:53 +0000)
committermouring <mouring>
Tue, 5 Mar 2002 01:53:02 +0000 (01:53 +0000)
     [auth-krb5.c auth-options.h auth.h authfd.h authfile.h bufaux.h buffer.h
      channels.h cipher.h compat.h compress.h crc32.h deattack.c getput.h
      groupaccess.c misc.c mpaux.h packet.h readconf.h rsa.h scard.h
      servconf.h ssh-agent.c ssh.h ssh2.h sshpty.h sshtty.c ttymodes.h
      uuencode.c xmalloc.h]
     $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
     missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
     files.  ok markus@

31 files changed:
ChangeLog
auth-krb5.c
auth-options.h
auth.h
authfd.h
authfile.h
bufaux.h
buffer.h
channels.h
cipher.h
compat.h
compress.h
crc32.h
deattack.c
getput.h
groupaccess.c
misc.c
mpaux.h
packet.h
readconf.h
rsa.h
scard.h
servconf.h
ssh-agent.c
ssh.h
ssh2.h
sshpty.h
sshtty.c
ttymodes.h
uuencode.c
xmalloc.h

index d63e8431afff3a58ab48be7004e5f787de585495..ebc8da5d8ca119e538256841d959df5e508088a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      error-> debug, because O_NONBLOCK for /dev/null causes too many different 
      errnos; ok stevesk@, deraadt@
      unused include
+   - stevesk@cvs.openbsd.org 2002/03/04 17:27:39
+     [auth-krb5.c auth-options.h auth.h authfd.h authfile.h bufaux.h buffer.h 
+      channels.h cipher.h compat.h compress.h crc32.h deattack.c getput.h 
+      groupaccess.c misc.c mpaux.h packet.h readconf.h rsa.h scard.h 
+      servconf.h ssh-agent.c ssh.h ssh2.h sshpty.h sshtty.c ttymodes.h 
+      uuencode.c xmalloc.h]
+     $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
+     missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
+     files.  ok markus@
 
 20020226
  - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
index aaf146e76f51ffdb0984439d46f40eb678d17fa3..2da0669ae629f7e1153a970f03447e0853960c7c 100644 (file)
@@ -2,10 +2,11 @@
  *    Kerberos v5 authentication and ticket-passing routines.
  * 
  * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp $
- * $OpenBSD: auth-krb5.c,v 1.5 2002/02/15 23:54:10 markus Exp $
  */
 
 #include "includes.h"
+RCSID("$OpenBSD: auth-krb5.c,v 1.6 2002/03/04 17:27:39 stevesk Exp $");
+
 #include "ssh.h"
 #include "ssh1.h"
 #include "packet.h"
index 3b2ce344b0f34a3c31b7730ac696d1c0e509a30e..aa6270fd62ef0aab69ec8cb3396f17dc68e6a6c9 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: auth-options.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $       */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* $OpenBSD: auth-options.h,v 1.10 2001/06/26 17:27:22 markus Exp $ */
-
 #ifndef AUTH_OPTIONS_H
 #define AUTH_OPTIONS_H
 
diff --git a/auth.h b/auth.h
index 841928093223da283da756f5492b5c8387affaed..c7175405d83d3e165c0ad95592575267f5ff4c85 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: auth.h,v 1.29 2002/03/04 17:27:39 stevesk Exp $       */
+
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -21,8 +23,8 @@
  * (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.28 2002/02/17 19:42:32 millert Exp $
  */
+
 #ifndef AUTH_H
 #define AUTH_H
 
index f4901f4a1dc8874235cd48ccace7951ce2ce98f7..0f2ca7a2ecfff35c9e515bd6324a12c548b8f3e3 100644 (file)
--- a/authfd.h
+++ b/authfd.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: authfd.h,v 1.23 2002/03/04 17:27:39 stevesk Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: authfd.h,v 1.22 2002/02/24 19:14:59 markus Exp $"); */
-
 #ifndef AUTHFD_H
 #define AUTHFD_H
 
index c8b31fbe66e36d43987758e240bcac132641d5e8..c614ca12ce899168d73fbad529d7260459c66d02 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: authfile.h,v 1.9 2002/03/04 17:27:39 stevesk Exp $    */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,8 +12,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* $OpenBSD: authfile.h,v 1.8 2001/06/26 17:27:22 markus Exp $ */
-
 #ifndef AUTHFILE_H
 #define AUTHFILE_H
 
index a5bbd6f4b7afc45d8cd8c1ee4c1c4e5284909038..75b5a5a291510e7bee7b1ba95977db1c1cd53abf 100644 (file)
--- a/bufaux.h
+++ b/bufaux.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: bufaux.h,v 1.16 2002/03/04 17:27:39 stevesk Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,8 +12,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: bufaux.h,v 1.15 2001/12/28 14:13:13 markus Exp $"); */
-
 #ifndef BUFAUX_H
 #define BUFAUX_H
 
index badd16f3bb8f10817e4755a3069b8cb2dc450c1e..5e4c41244230c6cd209e50feaaff15394bc64698 100644 (file)
--- a/buffer.h
+++ b/buffer.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: buffer.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: buffer.h,v 1.10 2001/12/19 17:16:13 stevesk Exp $"); */
-
 #ifndef BUFFER_H
 #define BUFFER_H
 
index b637ab32c5f39a7f53f4aecc4aca682b2ef42e11..707d9a925820f71f9ef4a99426a936093c3a67c4 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: channels.h,v 1.65 2002/03/04 17:27:39 stevesk Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -32,7 +34,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* RCSID("$OpenBSD: channels.h,v 1.64 2002/02/14 23:28:00 markus Exp $"); */
 
 #ifndef CHANNEL_H
 #define CHANNEL_H
index b800c96143a98a17c29dad2eef1b0e9dd154e752..b3b0303c7f6079522b585d5d257462cdb6d39f04 100644 (file)
--- a/cipher.h
+++ b/cipher.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: cipher.h,v 1.32 2002/03/04 17:27:39 stevesk Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -32,8 +34,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/* RCSID("$OpenBSD: cipher.h,v 1.31 2002/02/18 13:05:32 markus Exp $"); */
-
 #ifndef CIPHER_H
 #define CIPHER_H
 
index b6609efb030b7440533f4779c0e27827f9cc0a8d..0eeb782e861ad770163dccd1bf9f07d606be4c35 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: compat.h,v 1.30 2002/03/04 17:27:39 stevesk Exp $     */
+
 /*
  * Copyright (c) 1999, 2000, 2001 Markus Friedl.  All rights reserved.
  *
@@ -21,7 +23,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* RCSID("$OpenBSD: compat.h,v 1.29 2001/09/20 13:50:40 markus Exp $"); */
 
 #ifndef COMPAT_H
 #define COMPAT_H
index 2721d450c53648c72d9b2ec5f9c1af6b56b0f256..e364f4bdc58264012443f36f2a4ff95e3879eae1 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: compress.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: compress.h,v 1.10 2001/06/26 17:27:23 markus Exp $"); */
-
 #ifndef COMPRESS_H
 #define COMPRESS_H
 
diff --git a/crc32.h b/crc32.h
index bdabc1b09926358759ffbb8d2be832a52ce5aaac..cd1832ff62e2936679eddbae5204d39a5c581b68 100644 (file)
--- a/crc32.h
+++ b/crc32.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: crc32.h,v 1.13 2002/03/04 17:27:39 stevesk Exp $      */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1992 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: crc32.h,v 1.12 2001/06/26 17:27:23 markus Exp $"); */
-
 #ifndef CRC32_H
 #define CRC32_H
 
index 12849a32dc84f94ec110a4f8d3e49113ac44446e..0442501e7a17b6ddf4c6f7ae15770c8aa29129fc 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: deattack.c,v 1.17 2001/12/19 07:18:56 deraadt Exp $   */
-
 /*
  * Cryptographic attack detector for ssh - source code
  *
@@ -20,6 +18,8 @@
  */
 
 #include "includes.h"
+RCSID("$OpenBSD: deattack.c,v 1.18 2002/03/04 17:27:39 stevesk Exp $");
+
 #include "deattack.h"
 #include "log.h"
 #include "crc32.h"
index 1a19d22cdb00be49b49a71afc27e9362b0f72da5..20cf8f20b30a03550e46106c7a06c54ef8bdbd0a 100644 (file)
--- a/getput.h
+++ b/getput.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: getput.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $      */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: getput.h,v 1.7 2001/01/10 22:56:22 markus Exp $"); */
-
 #ifndef GETPUT_H
 #define GETPUT_H
 
index cbfe720356d49dd3964ceea09d9a104799ba0d8e..66dfa68fe1f86868e8b6ff9bdf9abbdab89b8ca7 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: groupaccess.c,v 1.4 2001/06/26 17:27:23 markus Exp $  */
-
 /*
  * Copyright (c) 2001 Kevin Steves.  All rights reserved.
  *
@@ -25,6 +23,7 @@
  */
 
 #include "includes.h"
+RCSID("$OpenBSD: groupaccess.c,v 1.5 2002/03/04 17:27:39 stevesk Exp $");
 
 #include "groupaccess.h"
 #include "xmalloc.h"
diff --git a/misc.c b/misc.c
index 9e5a5aba63121aaec458d21468742fffa2a76e31..e9fcef6ca3018c88a1d7fd9e776df351b769c3ff 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -1,5 +1,3 @@
-/*     $OpenBSD: misc.c,v 1.18 2002/03/04 13:10:46 markus Exp $        */
-
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -25,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.18 2002/03/04 13:10:46 markus Exp $");
+RCSID("$OpenBSD: misc.c,v 1.19 2002/03/04 17:27:39 stevesk Exp $");
 
 #include "misc.h"
 #include "log.h"
diff --git a/mpaux.h b/mpaux.h
index 082b7fd47c4d9dfc8cbf88689f815fb459e41b30..2a312f5cb2122ebe02dbf5a1d8cbfd8851f20883 100644 (file)
--- a/mpaux.h
+++ b/mpaux.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: mpaux.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $      */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,8 +14,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: mpaux.h,v 1.11 2001/06/26 17:27:24 markus Exp $"); */
-
 #ifndef MPAUX_H
 #define MPAUX_H
 
index 4caca34c888c43762b66a2c965825992c00f387f..d6bf2aab484f8cb173fc04a76ed30804358b3c7b 100644 (file)
--- a/packet.h
+++ b/packet.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: packet.h,v 1.33 2002/03/04 17:27:39 stevesk Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: packet.h,v 1.32 2001/12/28 14:50:54 markus Exp $"); */
-
 #ifndef PACKET_H
 #define PACKET_H
 
index b1f01734d6a08c71cb6e17d7bbdf3fd7439744cd..4fa9040c976bf06bdbccf6881d6c67e703d1e3ae 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: readconf.h,v 1.42 2002/03/04 17:27:39 stevesk Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: readconf.h,v 1.41 2002/02/10 01:07:05 deraadt Exp $"); */
-
 #ifndef READCONF_H
 #define READCONF_H
 
diff --git a/rsa.h b/rsa.h
index 2f596d4915154fa310ce8e29306628ad59059bd8..957d865522d2e70ebf7b9fbf7a2184c6c94f9e81 100644 (file)
--- a/rsa.h
+++ b/rsa.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: rsa.h,v 1.15 2002/03/04 17:27:39 stevesk Exp $        */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: rsa.h,v 1.14 2001/06/27 05:42:24 markus Exp $"); */
-
 #ifndef RSA_H
 #define RSA_H
 
diff --git a/scard.h b/scard.h
index 57189df1c95b091d9fa28ae87aeb7579d90ebf67..6ca99169b55b843dd1adad444e4e96e6b1a93f2a 100644 (file)
--- a/scard.h
+++ b/scard.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: scard.h,v 1.7 2002/03/04 17:27:39 stevesk Exp $       */
+
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
@@ -22,8 +24,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/* $OpenBSD: scard.h,v 1.6 2001/08/01 22:03:33 markus Exp $ */
-
 #include <openssl/engine.h>
 
 #ifndef SCARD_H
index 911725583d4c3e4a0bca3260295667df3cf3a7a0..3134b222a8c3999d944bbb02591fbee0cda2de54 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: servconf.h,v 1.54 2002/03/04 17:27:39 stevesk Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: servconf.h,v 1.53 2002/01/29 14:32:03 markus Exp $"); */
-
 #ifndef SERVCONF_H
 #define SERVCONF_H
 
index 3b5d06c5117ef9cb71abe29f558787eadd87f47f..91d5d9459e2f4582ed8092d7be6f31410f7155aa 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: ssh-agent.c,v 1.81 2002/02/05 15:50:12 stevesk Exp $  */
-
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -36,7 +34,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-agent.c,v 1.81 2002/02/05 15:50:12 stevesk Exp $");
+RCSID("$OpenBSD: ssh-agent.c,v 1.82 2002/03/04 17:27:39 stevesk Exp $");
 
 #if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
 #include <sys/queue.h>
diff --git a/ssh.h b/ssh.h
index 383c7fe9b1c9214225718f62c951d0bbb5063d6f..fdf554df0105e55185e0bb17460132899b6b6f13 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ssh.h,v 1.64 2002/03/04 17:27:39 stevesk Exp $        */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,8 +12,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: ssh.h,v 1.63 2001/05/24 18:57:53 stevesk Exp $"); */
-
 #ifndef SSH_H
 #define SSH_H
 
diff --git a/ssh2.h b/ssh2.h
index 77b4d0890da8ff9ed9c759b6e37f5b5f3659fa13..091e52b139f1ea65a3341394825f57b87b8d9c33 100644 (file)
--- a/ssh2.h
+++ b/ssh2.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: ssh2.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $        */
+
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -52,7 +54,6 @@
  *
  *     192-255  Local extensions
  */
-/* RCSID("$OpenBSD: ssh2.h,v 1.7 2002/01/11 13:36:43 markus Exp $"); */
 
 /* ranges */
 
index 4eb479f76edbc0fcb7c52486eeb4f9ccc96d19ce..df65e284e4c30305246d0c467630161d978bdcfe 100644 (file)
--- a/sshpty.h
+++ b/sshpty.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: sshpty.h,v 1.4 2002/03/04 17:27:39 stevesk Exp $      */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,8 +14,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: sshpty.h,v 1.3 2001/06/26 17:27:25 markus Exp $"); */
-
 #ifndef SSHPTY_H
 #define SSHPTY_H
 
index eed8cfdc21badbb45368b495cb0e90f1b187a11f..5c016f80af87a42bd9e891048ea58a494d202480 100644 (file)
--- a/sshtty.c
+++ b/sshtty.c
@@ -1,4 +1,3 @@
-/* $OpenBSD: sshtty.c,v 1.2 2001/12/19 07:18:56 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -36,6 +35,7 @@
  */
 
 #include "includes.h"
+RCSID("$OpenBSD: sshtty.c,v 1.3 2002/03/04 17:27:39 stevesk Exp $");
 
 #include "sshtty.h"
 #include "log.h"
index ad980e98cfe01c89238959321765f8d1bd7df9b1..687059281cc1220254a5ad111ae1cfaf67801789 100644 (file)
@@ -1,4 +1,5 @@
-/* RCSID("$OpenBSD: ttymodes.h,v 1.11 2001/04/14 16:33:20 stevesk Exp $"); */
+/*     $OpenBSD: ttymodes.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $   */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
index 685d2dfa750e259017441cea3400fb1ef05ceee9..89fcb08152d744fd856128a4904d2f18d3272d5c 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: uuencode.c,v 1.14 2002/02/25 16:33:27 markus Exp $    */
-
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -27,8 +25,7 @@
 #include "includes.h"
 #include "xmalloc.h"
 #include "uuencode.h"
-
-RCSID("$OpenBSD: uuencode.c,v 1.14 2002/02/25 16:33:27 markus Exp $");
+RCSID("$OpenBSD: uuencode.c,v 1.15 2002/03/04 17:27:39 stevesk Exp $");
 
 int
 uuencode(u_char *src, u_int srclength,
index e14d0141d1dad18b83f9c8ca0976fdc53a60bfa0..338a2d22dfce565e72ca2d0af35a37e95b19d021 100644 (file)
--- a/xmalloc.h
+++ b/xmalloc.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: xmalloc.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -14,8 +16,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: xmalloc.h,v 1.7 2001/06/26 17:27:25 markus Exp $"); */
-
 #ifndef XMALLOC_H
 #define XMALLOC_H
 
This page took 0.987754 seconds and 5 git commands to generate.