summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:53:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:53:02 +0000
commit05764b9286940cacd16c3fc585ea082c2ace5ec2 (patch)
treed1d7aae3fe8b6abb4b31c320f8223e8d5edb941e
parent84fcb312ffeb80aaee75336bc8ec0bc7551528bb (diff)
- 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@
-rw-r--r--ChangeLog11
-rw-r--r--auth-krb5.c3
-rw-r--r--auth-options.h4
-rw-r--r--auth.h4
-rw-r--r--authfd.h4
-rw-r--r--authfile.h4
-rw-r--r--bufaux.h4
-rw-r--r--buffer.h4
-rw-r--r--channels.h3
-rw-r--r--cipher.h4
-rw-r--r--compat.h3
-rw-r--r--compress.h4
-rw-r--r--crc32.h4
-rw-r--r--deattack.c4
-rw-r--r--getput.h4
-rw-r--r--groupaccess.c3
-rw-r--r--misc.c4
-rw-r--r--mpaux.h4
-rw-r--r--packet.h4
-rw-r--r--readconf.h4
-rw-r--r--rsa.h4
-rw-r--r--scard.h4
-rw-r--r--servconf.h4
-rw-r--r--ssh-agent.c4
-rw-r--r--ssh.h4
-rw-r--r--ssh2.h3
-rw-r--r--sshpty.h4
-rw-r--r--sshtty.c2
-rw-r--r--ttymodes.h3
-rw-r--r--uuencode.c5
-rw-r--r--xmalloc.h4
31 files changed, 66 insertions, 58 deletions
diff --git a/ChangeLog b/ChangeLog
index d9c50409e..84d76a039 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,15 @@
45 error-> debug, because O_NONBLOCK for /dev/null causes too many different 45 error-> debug, because O_NONBLOCK for /dev/null causes too many different
46 errnos; ok stevesk@, deraadt@ 46 errnos; ok stevesk@, deraadt@
47 unused include 47 unused include
48 - stevesk@cvs.openbsd.org 2002/03/04 17:27:39
49 [auth-krb5.c auth-options.h auth.h authfd.h authfile.h bufaux.h buffer.h
50 channels.h cipher.h compat.h compress.h crc32.h deattack.c getput.h
51 groupaccess.c misc.c mpaux.h packet.h readconf.h rsa.h scard.h
52 servconf.h ssh-agent.c ssh.h ssh2.h sshpty.h sshtty.c ttymodes.h
53 uuencode.c xmalloc.h]
54 $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
55 missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
56 files. ok markus@
48 57
4920020226 5820020226
50 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests 59 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
@@ -7776,4 +7785,4 @@
7776 - Wrote replacements for strlcpy and mkdtemp 7785 - Wrote replacements for strlcpy and mkdtemp
7777 - Released 1.0pre1 7786 - Released 1.0pre1
7778 7787
7779$Id: ChangeLog,v 1.1903 2002/03/05 01:48:09 mouring Exp $ 7788$Id: ChangeLog,v 1.1904 2002/03/05 01:53:02 mouring Exp $
diff --git a/auth-krb5.c b/auth-krb5.c
index aaf146e76..2da0669ae 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -2,10 +2,11 @@
2 * Kerberos v5 authentication and ticket-passing routines. 2 * Kerberos v5 authentication and ticket-passing routines.
3 * 3 *
4 * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp $ 4 * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp $
5 * $OpenBSD: auth-krb5.c,v 1.5 2002/02/15 23:54:10 markus Exp $
6 */ 5 */
7 6
8#include "includes.h" 7#include "includes.h"
8RCSID("$OpenBSD: auth-krb5.c,v 1.6 2002/03/04 17:27:39 stevesk Exp $");
9
9#include "ssh.h" 10#include "ssh.h"
10#include "ssh1.h" 11#include "ssh1.h"
11#include "packet.h" 12#include "packet.h"
diff --git a/auth-options.h b/auth-options.h
index 3b2ce344b..aa6270fd6 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: auth-options.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* $OpenBSD: auth-options.h,v 1.10 2001/06/26 17:27:22 markus Exp $ */
15
16#ifndef AUTH_OPTIONS_H 16#ifndef AUTH_OPTIONS_H
17#define AUTH_OPTIONS_H 17#define AUTH_OPTIONS_H
18 18
diff --git a/auth.h b/auth.h
index 841928093..c7175405d 100644
--- a/auth.h
+++ b/auth.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: auth.h,v 1.29 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
3 * 5 *
@@ -21,8 +23,8 @@
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 * 25 *
24 * $OpenBSD: auth.h,v 1.28 2002/02/17 19:42:32 millert Exp $
25 */ 26 */
27
26#ifndef AUTH_H 28#ifndef AUTH_H
27#define AUTH_H 29#define AUTH_H
28 30
diff --git a/authfd.h b/authfd.h
index f4901f4a1..0f2ca7a2e 100644
--- a/authfd.h
+++ b/authfd.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: authfd.h,v 1.23 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: authfd.h,v 1.22 2002/02/24 19:14:59 markus Exp $"); */
15
16#ifndef AUTHFD_H 16#ifndef AUTHFD_H
17#define AUTHFD_H 17#define AUTHFD_H
18 18
diff --git a/authfile.h b/authfile.h
index c8b31fbe6..c614ca12c 100644
--- a/authfile.h
+++ b/authfile.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: authfile.h,v 1.9 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,8 +12,6 @@
10 * called by a name other than "ssh" or "Secure Shell". 12 * called by a name other than "ssh" or "Secure Shell".
11 */ 13 */
12 14
13/* $OpenBSD: authfile.h,v 1.8 2001/06/26 17:27:22 markus Exp $ */
14
15#ifndef AUTHFILE_H 15#ifndef AUTHFILE_H
16#define AUTHFILE_H 16#define AUTHFILE_H
17 17
diff --git a/bufaux.h b/bufaux.h
index a5bbd6f4b..75b5a5a29 100644
--- a/bufaux.h
+++ b/bufaux.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: bufaux.h,v 1.16 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,8 +12,6 @@
10 * called by a name other than "ssh" or "Secure Shell". 12 * called by a name other than "ssh" or "Secure Shell".
11 */ 13 */
12 14
13/* RCSID("$OpenBSD: bufaux.h,v 1.15 2001/12/28 14:13:13 markus Exp $"); */
14
15#ifndef BUFAUX_H 15#ifndef BUFAUX_H
16#define BUFAUX_H 16#define BUFAUX_H
17 17
diff --git a/buffer.h b/buffer.h
index badd16f3b..5e4c41244 100644
--- a/buffer.h
+++ b/buffer.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: buffer.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: buffer.h,v 1.10 2001/12/19 17:16:13 stevesk Exp $"); */
15
16#ifndef BUFFER_H 16#ifndef BUFFER_H
17#define BUFFER_H 17#define BUFFER_H
18 18
diff --git a/channels.h b/channels.h
index b637ab32c..707d9a925 100644
--- a/channels.h
+++ b/channels.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: channels.h,v 1.65 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -32,7 +34,6 @@
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 */ 36 */
35/* RCSID("$OpenBSD: channels.h,v 1.64 2002/02/14 23:28:00 markus Exp $"); */
36 37
37#ifndef CHANNEL_H 38#ifndef CHANNEL_H
38#define CHANNEL_H 39#define CHANNEL_H
diff --git a/cipher.h b/cipher.h
index b800c9614..b3b0303c7 100644
--- a/cipher.h
+++ b/cipher.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: cipher.h,v 1.32 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -32,8 +34,6 @@
32 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */ 35 */
34 36
35/* RCSID("$OpenBSD: cipher.h,v 1.31 2002/02/18 13:05:32 markus Exp $"); */
36
37#ifndef CIPHER_H 37#ifndef CIPHER_H
38#define CIPHER_H 38#define CIPHER_H
39 39
diff --git a/compat.h b/compat.h
index b6609efb0..0eeb782e8 100644
--- a/compat.h
+++ b/compat.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: compat.h,v 1.30 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
3 * 5 *
@@ -21,7 +23,6 @@
21 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 */ 25 */
24/* RCSID("$OpenBSD: compat.h,v 1.29 2001/09/20 13:50:40 markus Exp $"); */
25 26
26#ifndef COMPAT_H 27#ifndef COMPAT_H
27#define COMPAT_H 28#define COMPAT_H
diff --git a/compress.h b/compress.h
index 2721d450c..e364f4bdc 100644
--- a/compress.h
+++ b/compress.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: compress.h,v 1.11 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: compress.h,v 1.10 2001/06/26 17:27:23 markus Exp $"); */
15
16#ifndef COMPRESS_H 16#ifndef COMPRESS_H
17#define COMPRESS_H 17#define COMPRESS_H
18 18
diff --git a/crc32.h b/crc32.h
index bdabc1b09..cd1832ff6 100644
--- a/crc32.h
+++ b/crc32.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: crc32.h,v 1.13 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1992 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1992 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: crc32.h,v 1.12 2001/06/26 17:27:23 markus Exp $"); */
15
16#ifndef CRC32_H 16#ifndef CRC32_H
17#define CRC32_H 17#define CRC32_H
18 18
diff --git a/deattack.c b/deattack.c
index 12849a32d..0442501e7 100644
--- a/deattack.c
+++ b/deattack.c
@@ -1,5 +1,3 @@
1/* $OpenBSD: deattack.c,v 1.17 2001/12/19 07:18:56 deraadt Exp $ */
2
3/* 1/*
4 * Cryptographic attack detector for ssh - source code 2 * Cryptographic attack detector for ssh - source code
5 * 3 *
@@ -20,6 +18,8 @@
20 */ 18 */
21 19
22#include "includes.h" 20#include "includes.h"
21RCSID("$OpenBSD: deattack.c,v 1.18 2002/03/04 17:27:39 stevesk Exp $");
22
23#include "deattack.h" 23#include "deattack.h"
24#include "log.h" 24#include "log.h"
25#include "crc32.h" 25#include "crc32.h"
diff --git a/getput.h b/getput.h
index 1a19d22cd..20cf8f20b 100644
--- a/getput.h
+++ b/getput.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: getput.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: getput.h,v 1.7 2001/01/10 22:56:22 markus Exp $"); */
15
16#ifndef GETPUT_H 16#ifndef GETPUT_H
17#define GETPUT_H 17#define GETPUT_H
18 18
diff --git a/groupaccess.c b/groupaccess.c
index cbfe72035..66dfa68fe 100644
--- a/groupaccess.c
+++ b/groupaccess.c
@@ -1,5 +1,3 @@
1/* $OpenBSD: groupaccess.c,v 1.4 2001/06/26 17:27:23 markus Exp $ */
2
3/* 1/*
4 * Copyright (c) 2001 Kevin Steves. All rights reserved. 2 * Copyright (c) 2001 Kevin Steves. All rights reserved.
5 * 3 *
@@ -25,6 +23,7 @@
25 */ 23 */
26 24
27#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: groupaccess.c,v 1.5 2002/03/04 17:27:39 stevesk Exp $");
28 27
29#include "groupaccess.h" 28#include "groupaccess.h"
30#include "xmalloc.h" 29#include "xmalloc.h"
diff --git a/misc.c b/misc.c
index 9e5a5aba6..e9fcef6ca 100644
--- a/misc.c
+++ b/misc.c
@@ -1,5 +1,3 @@
1/* $OpenBSD: misc.c,v 1.18 2002/03/04 13:10:46 markus Exp $ */
2
3/* 1/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 2 * Copyright (c) 2000 Markus Friedl. All rights reserved.
5 * 3 *
@@ -25,7 +23,7 @@
25 */ 23 */
26 24
27#include "includes.h" 25#include "includes.h"
28RCSID("$OpenBSD: misc.c,v 1.18 2002/03/04 13:10:46 markus Exp $"); 26RCSID("$OpenBSD: misc.c,v 1.19 2002/03/04 17:27:39 stevesk Exp $");
29 27
30#include "misc.h" 28#include "misc.h"
31#include "log.h" 29#include "log.h"
diff --git a/mpaux.h b/mpaux.h
index 082b7fd47..2a312f5cb 100644
--- a/mpaux.h
+++ b/mpaux.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: mpaux.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,8 +14,6 @@
12 * called by a name other than "ssh" or "Secure Shell". 14 * called by a name other than "ssh" or "Secure Shell".
13 */ 15 */
14 16
15/* RCSID("$OpenBSD: mpaux.h,v 1.11 2001/06/26 17:27:24 markus Exp $"); */
16
17#ifndef MPAUX_H 17#ifndef MPAUX_H
18#define MPAUX_H 18#define MPAUX_H
19 19
diff --git a/packet.h b/packet.h
index 4caca34c8..d6bf2aab4 100644
--- a/packet.h
+++ b/packet.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: packet.h,v 1.33 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: packet.h,v 1.32 2001/12/28 14:50:54 markus Exp $"); */
15
16#ifndef PACKET_H 16#ifndef PACKET_H
17#define PACKET_H 17#define PACKET_H
18 18
diff --git a/readconf.h b/readconf.h
index b1f01734d..4fa9040c9 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: readconf.h,v 1.42 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: readconf.h,v 1.41 2002/02/10 01:07:05 deraadt Exp $"); */
15
16#ifndef READCONF_H 16#ifndef READCONF_H
17#define READCONF_H 17#define READCONF_H
18 18
diff --git a/rsa.h b/rsa.h
index 2f596d491..957d86552 100644
--- a/rsa.h
+++ b/rsa.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: rsa.h,v 1.15 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: rsa.h,v 1.14 2001/06/27 05:42:24 markus Exp $"); */
15
16#ifndef RSA_H 16#ifndef RSA_H
17#define RSA_H 17#define RSA_H
18 18
diff --git a/scard.h b/scard.h
index 57189df1c..6ca99169b 100644
--- a/scard.h
+++ b/scard.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: scard.h,v 1.7 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Copyright (c) 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2001 Markus Friedl. All rights reserved.
3 * 5 *
@@ -22,8 +24,6 @@
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 */ 25 */
24 26
25/* $OpenBSD: scard.h,v 1.6 2001/08/01 22:03:33 markus Exp $ */
26
27#include <openssl/engine.h> 27#include <openssl/engine.h>
28 28
29#ifndef SCARD_H 29#ifndef SCARD_H
diff --git a/servconf.h b/servconf.h
index 911725583..3134b222a 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: servconf.h,v 1.54 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
11 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
12 */ 14 */
13 15
14/* RCSID("$OpenBSD: servconf.h,v 1.53 2002/01/29 14:32:03 markus Exp $"); */
15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
18 18
diff --git a/ssh-agent.c b/ssh-agent.c
index 3b5d06c51..91d5d9459 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,5 +1,3 @@
1/* $OpenBSD: ssh-agent.c,v 1.81 2002/02/05 15:50:12 stevesk Exp $ */
2
3/* 1/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -36,7 +34,7 @@
36 */ 34 */
37 35
38#include "includes.h" 36#include "includes.h"
39RCSID("$OpenBSD: ssh-agent.c,v 1.81 2002/02/05 15:50:12 stevesk Exp $"); 37RCSID("$OpenBSD: ssh-agent.c,v 1.82 2002/03/04 17:27:39 stevesk Exp $");
40 38
41#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) 39#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
42#include <sys/queue.h> 40#include <sys/queue.h>
diff --git a/ssh.h b/ssh.h
index 383c7fe9b..fdf554df0 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: ssh.h,v 1.64 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,8 +12,6 @@
10 * called by a name other than "ssh" or "Secure Shell". 12 * called by a name other than "ssh" or "Secure Shell".
11 */ 13 */
12 14
13/* RCSID("$OpenBSD: ssh.h,v 1.63 2001/05/24 18:57:53 stevesk Exp $"); */
14
15#ifndef SSH_H 15#ifndef SSH_H
16#define SSH_H 16#define SSH_H
17 17
diff --git a/ssh2.h b/ssh2.h
index 77b4d0890..091e52b13 100644
--- a/ssh2.h
+++ b/ssh2.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: ssh2.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
3 * 5 *
@@ -52,7 +54,6 @@
52 * 54 *
53 * 192-255 Local extensions 55 * 192-255 Local extensions
54 */ 56 */
55/* RCSID("$OpenBSD: ssh2.h,v 1.7 2002/01/11 13:36:43 markus Exp $"); */
56 57
57/* ranges */ 58/* ranges */
58 59
diff --git a/sshpty.h b/sshpty.h
index 4eb479f76..df65e284e 100644
--- a/sshpty.h
+++ b/sshpty.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: sshpty.h,v 1.4 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -12,8 +14,6 @@
12 * called by a name other than "ssh" or "Secure Shell". 14 * called by a name other than "ssh" or "Secure Shell".
13 */ 15 */
14 16
15/* RCSID("$OpenBSD: sshpty.h,v 1.3 2001/06/26 17:27:25 markus Exp $"); */
16
17#ifndef SSHPTY_H 17#ifndef SSHPTY_H
18#define SSHPTY_H 18#define SSHPTY_H
19 19
diff --git a/sshtty.c b/sshtty.c
index eed8cfdc2..5c016f80a 100644
--- a/sshtty.c
+++ b/sshtty.c
@@ -1,4 +1,3 @@
1/* $OpenBSD: sshtty.c,v 1.2 2001/12/19 07:18:56 deraadt Exp $ */
2/* 1/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -36,6 +35,7 @@
36 */ 35 */
37 36
38#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: sshtty.c,v 1.3 2002/03/04 17:27:39 stevesk Exp $");
39 39
40#include "sshtty.h" 40#include "sshtty.h"
41#include "log.h" 41#include "log.h"
diff --git a/ttymodes.h b/ttymodes.h
index ad980e98c..687059281 100644
--- a/ttymodes.h
+++ b/ttymodes.h
@@ -1,4 +1,5 @@
1/* RCSID("$OpenBSD: ttymodes.h,v 1.11 2001/04/14 16:33:20 stevesk Exp $"); */ 1/* $OpenBSD: ttymodes.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $ */
2
2/* 3/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
diff --git a/uuencode.c b/uuencode.c
index 685d2dfa7..89fcb0815 100644
--- a/uuencode.c
+++ b/uuencode.c
@@ -1,5 +1,3 @@
1/* $OpenBSD: uuencode.c,v 1.14 2002/02/25 16:33:27 markus Exp $ */
2
3/* 1/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 2 * Copyright (c) 2000 Markus Friedl. All rights reserved.
5 * 3 *
@@ -27,8 +25,7 @@
27#include "includes.h" 25#include "includes.h"
28#include "xmalloc.h" 26#include "xmalloc.h"
29#include "uuencode.h" 27#include "uuencode.h"
30 28RCSID("$OpenBSD: uuencode.c,v 1.15 2002/03/04 17:27:39 stevesk Exp $");
31RCSID("$OpenBSD: uuencode.c,v 1.14 2002/02/25 16:33:27 markus Exp $");
32 29
33int 30int
34uuencode(u_char *src, u_int srclength, 31uuencode(u_char *src, u_int srclength,
diff --git a/xmalloc.h b/xmalloc.h
index e14d0141d..338a2d22d 100644
--- a/xmalloc.h
+++ b/xmalloc.h
@@ -1,3 +1,5 @@
1/* $OpenBSD: xmalloc.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $ */
2
1/* 3/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -14,8 +16,6 @@
14 * called by a name other than "ssh" or "Secure Shell". 16 * called by a name other than "ssh" or "Secure Shell".
15 */ 17 */
16 18
17/* RCSID("$OpenBSD: xmalloc.h,v 1.7 2001/06/26 17:27:25 markus Exp $"); */
18
19#ifndef XMALLOC_H 19#ifndef XMALLOC_H
20#define XMALLOC_H 20#define XMALLOC_H
21 21