summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:59:27 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:59:27 +0000
commit92a2e38f8e71b2d7b97df1f7a5ade9efaefdb184 (patch)
tree786ec0238686d2af9a1614c0dc5f1f7b4679164b
parentd7f5b517d5530fe0df65b23f80eb4d11732b537e (diff)
- deraadt@cvs.openbsd.org 2001/03/02 18:54:31
[atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8] make copyright lines the same format
-rw-r--r--ChangeLog7
-rw-r--r--atomicio.c4
-rw-r--r--atomicio.h4
-rw-r--r--auth-chall.c4
-rw-r--r--auth.c4
-rw-r--r--auth2-chall.c4
-rw-r--r--crc32.h4
-rw-r--r--scp.c6
-rw-r--r--serverloop.c4
-rw-r--r--session.c4
-rw-r--r--sftp-server.84
-rw-r--r--sftp.14
-rw-r--r--ssh-add.18
-rw-r--r--ssh-add.c4
-rw-r--r--ssh-agent.18
-rw-r--r--ssh-agent.c6
-rw-r--r--ssh-keygen.18
-rw-r--r--ssh.18
-rw-r--r--sshd.88
19 files changed, 54 insertions, 49 deletions
diff --git a/ChangeLog b/ChangeLog
index 92cd22dfe..2966723ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -116,6 +116,11 @@
116 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49 116 - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
117 [sshd.8] 117 [sshd.8]
118 doc the dsa/rsa key pair files 118 doc the dsa/rsa key pair files
119 - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
120 [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
121 scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
122 ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
123 make copyright lines the same format
119 124
12020010304 12520010304
121 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. 126 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@@ -4308,4 +4313,4 @@
4308 - Wrote replacements for strlcpy and mkdtemp 4313 - Wrote replacements for strlcpy and mkdtemp
4309 - Released 1.0pre1 4314 - Released 1.0pre1
4310 4315
4311$Id: ChangeLog,v 1.887 2001/03/05 06:57:23 mouring Exp $ 4316$Id: ChangeLog,v 1.888 2001/03/05 06:59:27 mouring Exp $
diff --git a/atomicio.c b/atomicio.c
index 7985fb80d..8287840a3 100644
--- a/atomicio.c
+++ b/atomicio.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 1995,1999 Theo de Raadt 2 * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved.
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
24 */ 24 */
25 25
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: atomicio.c,v 1.8 2001/01/21 19:05:40 markus Exp $"); 27RCSID("$OpenBSD: atomicio.c,v 1.9 2001/03/02 18:54:30 deraadt Exp $");
28 28
29#include "xmalloc.h" 29#include "xmalloc.h"
30#include "atomicio.h" 30#include "atomicio.h"
diff --git a/atomicio.h b/atomicio.h
index d02524917..d878687d6 100644
--- a/atomicio.h
+++ b/atomicio.h
@@ -1,7 +1,7 @@
1/* $OpenBSD: atomicio.h,v 1.2 2001/01/29 01:58:14 niklas Exp $ */ 1/* $OpenBSD: atomicio.h,v 1.3 2001/03/02 18:54:30 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1995,1999 Theo de Raadt 4 * Copyright (c) 1995,1999 Theo de Raadt. All rights reserved.
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
diff --git a/auth-chall.c b/auth-chall.c
index 926c07ede..aced659c0 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2001 Markus Friedl. All rights reserved. 2 * Copyright (c) 2001 Markus Friedl. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth-chall.c,v 1.4 2001/02/04 15:32:22 stevesk Exp $"); 26RCSID("$OpenBSD: auth-chall.c,v 1.5 2001/03/02 18:54:30 deraadt Exp $");
27 27
28#include "auth.h" 28#include "auth.h"
29#include "log.h" 29#include "log.h"
diff --git a/auth.c b/auth.c
index edd22a8d2..3e31a448d 100644
--- a/auth.c
+++ b/auth.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2000 Markus Friedl. All rights reserved. 2 * Copyright (c) 2000 Markus Friedl. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth.c,v 1.18 2001/02/22 21:59:43 markus Exp $"); 26RCSID("$OpenBSD: auth.c,v 1.19 2001/03/02 18:54:31 deraadt Exp $");
27 27
28#ifdef HAVE_LOGIN_H 28#ifdef HAVE_LOGIN_H
29#include <login.h> 29#include <login.h>
diff --git a/auth2-chall.c b/auth2-chall.c
index 39dc285b9..2b96f52a5 100644
--- a/auth2-chall.c
+++ b/auth2-chall.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2001 Markus Friedl. All rights reserved. 2 * Copyright (c) 2001 Markus Friedl. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
@@ -22,7 +22,7 @@
22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 22 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 */ 23 */
24#include "includes.h" 24#include "includes.h"
25RCSID("$OpenBSD: auth2-chall.c,v 1.2 2001/01/21 19:05:43 markus Exp $"); 25RCSID("$OpenBSD: auth2-chall.c,v 1.3 2001/03/02 18:54:31 deraadt Exp $");
26 26
27#include "ssh2.h" 27#include "ssh2.h"
28#include "auth.h" 28#include "auth.h"
diff --git a/crc32.h b/crc32.h
index 88e786989..c469a90fe 100644
--- a/crc32.h
+++ b/crc32.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
3 * Copyright (c) 1992 Tatu Ylonen, Espoo, Finland 3 * Copyright (c) 1992 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved
5 * Functions for computing 32-bit CRC. 5 * Functions for computing 32-bit CRC.
6 * 6 *
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: crc32.h,v 1.9 2000/12/19 23:17:56 markus Exp $"); */ 14/* RCSID("$OpenBSD: crc32.h,v 1.10 2001/03/02 18:54:31 deraadt Exp $"); */
15 15
16#ifndef CRC32_H 16#ifndef CRC32_H
17#define CRC32_H 17#define CRC32_H
diff --git a/scp.c b/scp.c
index 541ba8726..c8bb2d333 100644
--- a/scp.c
+++ b/scp.c
@@ -14,8 +14,8 @@
14 * called by a name other than "ssh" or "Secure Shell". 14 * called by a name other than "ssh" or "Secure Shell".
15 */ 15 */
16/* 16/*
17 * Copyright (c) 1999 Theo de Raadt. All rights reserved. 17 * Copyright (c) 1999 Theo de Raadt. All rights reserved.
18 * Copyright (c) 1999 Aaron Campbell. All rights reserved. 18 * Copyright (c) 1999 Aaron Campbell. All rights reserved.
19 * 19 *
20 * Redistribution and use in source and binary forms, with or without 20 * Redistribution and use in source and binary forms, with or without
21 * modification, are permitted provided that the following conditions 21 * modification, are permitted provided that the following conditions
@@ -75,7 +75,7 @@
75 */ 75 */
76 76
77#include "includes.h" 77#include "includes.h"
78RCSID("$OpenBSD: scp.c,v 1.59 2001/02/19 10:36:25 deraadt Exp $"); 78RCSID("$OpenBSD: scp.c,v 1.60 2001/03/02 18:54:31 deraadt Exp $");
79 79
80#include "xmalloc.h" 80#include "xmalloc.h"
81#include "atomicio.h" 81#include "atomicio.h"
diff --git a/serverloop.c b/serverloop.c
index 285f314eb..9dcd88b4b 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 * 12 *
13 * SSH2 support by Markus Friedl. 13 * SSH2 support by Markus Friedl.
14 * Copyright (c) 2000 Markus Friedl. All rights reserved. 14 * Copyright (c) 2000 Markus Friedl. All rights reserved.
15 * 15 *
16 * Redistribution and use in source and binary forms, with or without 16 * Redistribution and use in source and binary forms, with or without
17 * modification, are permitted provided that the following conditions 17 * modification, are permitted provided that the following conditions
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: serverloop.c,v 1.52 2001/02/28 21:27:48 markus Exp $"); 38RCSID("$OpenBSD: serverloop.c,v 1.53 2001/03/02 18:54:31 deraadt Exp $");
39 39
40#include "xmalloc.h" 40#include "xmalloc.h"
41#include "packet.h" 41#include "packet.h"
diff --git a/session.c b/session.c
index 2fa0700f7..92589c6a5 100644
--- a/session.c
+++ b/session.c
@@ -9,7 +9,7 @@
9 * called by a name other than "ssh" or "Secure Shell". 9 * called by a name other than "ssh" or "Secure Shell".
10 * 10 *
11 * SSH2 support by Markus Friedl. 11 * SSH2 support by Markus Friedl.
12 * Copyright (c) 2000 Markus Friedl. All rights reserved. 12 * Copyright (c) 2000 Markus Friedl. All rights reserved.
13 * 13 *
14 * Redistribution and use in source and binary forms, with or without 14 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions 15 * modification, are permitted provided that the following conditions
@@ -33,7 +33,7 @@
33 */ 33 */
34 34
35#include "includes.h" 35#include "includes.h"
36RCSID("$OpenBSD: session.c,v 1.57 2001/02/23 15:37:45 markus Exp $"); 36RCSID("$OpenBSD: session.c,v 1.58 2001/03/02 18:54:31 deraadt Exp $");
37 37
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h" 39#include "ssh1.h"
diff --git a/sftp-server.8 b/sftp-server.8
index b8d579a9f..8289adca8 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,6 +1,6 @@
1.\" $OpenBSD: sftp-server.8,v 1.4 2000/11/10 05:10:40 aaron Exp $ 1.\" $OpenBSD: sftp-server.8,v 1.5 2001/03/02 18:54:31 deraadt Exp $
2.\" 2.\"
3.\" Copyright (c) 2000 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
4.\" 4.\"
5.\" Redistribution and use in source and binary forms, with or without 5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions 6.\" modification, are permitted provided that the following conditions
diff --git a/sftp.1 b/sftp.1
index 6956ab4c4..22915133b 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,6 +1,6 @@
1.\" $OpenBSD: sftp.1,v 1.8 2001/02/17 15:24:40 reinhard Exp $ 1.\" $OpenBSD: sftp.1,v 1.9 2001/03/02 18:54:31 deraadt Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
5.\" Redistribution and use in source and binary forms, with or without 5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions 6.\" modification, are permitted provided that the following conditions
diff --git a/ssh-add.1 b/ssh-add.1
index f4c97cef9..1feca8e71 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.21 2001/02/08 19:22:38 itojun Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.22 2001/03/02 18:54:31 deraadt Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -13,9 +13,9 @@
13.\" called by a name other than "ssh" or "Secure Shell". 13.\" called by a name other than "ssh" or "Secure Shell".
14.\" 14.\"
15.\" 15.\"
16.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. 16.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
17.\" Copyright (c) 1999 Aaron Campbell. All rights reserved. 17.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
18.\" Copyright (c) 1999 Theo de Raadt. All rights reserved. 18.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
19.\" 19.\"
20.\" Redistribution and use in source and binary forms, with or without 20.\" Redistribution and use in source and binary forms, with or without
21.\" modification, are permitted provided that the following conditions 21.\" modification, are permitted provided that the following conditions
diff --git a/ssh-add.c b/ssh-add.c
index 2182f9986..dc930527b 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 * 12 *
13 * SSH2 implementation, 13 * SSH2 implementation,
14 * Copyright (c) 2000 Markus Friedl. All rights reserved. 14 * Copyright (c) 2000 Markus Friedl. All rights reserved.
15 * 15 *
16 * Redistribution and use in source and binary forms, with or without 16 * Redistribution and use in source and binary forms, with or without
17 * modification, are permitted provided that the following conditions 17 * modification, are permitted provided that the following conditions
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: ssh-add.c,v 1.28 2001/02/04 15:32:25 stevesk Exp $"); 38RCSID("$OpenBSD: ssh-add.c,v 1.29 2001/03/02 18:54:31 deraadt Exp $");
39 39
40#include <openssl/evp.h> 40#include <openssl/evp.h>
41 41
diff --git a/ssh-agent.1 b/ssh-agent.1
index d1a4a47a8..0d8da1d8e 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.21 2001/02/08 19:22:38 itojun Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.22 2001/03/02 18:54:31 deraadt Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -10,9 +10,9 @@
10.\" incompatible with the protocol description in the RFC file, it must be 10.\" incompatible with the protocol description in the RFC file, it must be
11.\" called by a name other than "ssh" or "Secure Shell". 11.\" called by a name other than "ssh" or "Secure Shell".
12.\" 12.\"
13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. 13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved. 14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved. 15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
16.\" 16.\"
17.\" Redistribution and use in source and binary forms, with or without 17.\" Redistribution and use in source and binary forms, with or without
18.\" modification, are permitted provided that the following conditions 18.\" modification, are permitted provided that the following conditions
diff --git a/ssh-agent.c b/ssh-agent.c
index 7285096a4..a558ecef7 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.50 2001/02/08 19:30:52 itojun Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.51 2001/03/02 18:54:31 deraadt Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -13,7 +13,7 @@
13 * called by a name other than "ssh" or "Secure Shell". 13 * called by a name other than "ssh" or "Secure Shell".
14 * 14 *
15 * SSH2 implementation, 15 * SSH2 implementation,
16 * Copyright (c) 2000 Markus Friedl. All rights reserved. 16 * Copyright (c) 2000 Markus Friedl. All rights reserved.
17 * 17 *
18 * Redistribution and use in source and binary forms, with or without 18 * Redistribution and use in source and binary forms, with or without
19 * modification, are permitted provided that the following conditions 19 * modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: ssh-agent.c,v 1.50 2001/02/08 19:30:52 itojun Exp $"); 40RCSID("$OpenBSD: ssh-agent.c,v 1.51 2001/03/02 18:54:31 deraadt Exp $");
41 41
42#include <openssl/evp.h> 42#include <openssl/evp.h>
43#include <openssl/md5.h> 43#include <openssl/md5.h>
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index caaf0b150..70310ed30 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.32 2001/02/22 08:03:51 deraadt Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.33 2001/03/02 18:54:31 deraadt Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -13,9 +13,9 @@
13.\" called by a name other than "ssh" or "Secure Shell". 13.\" called by a name other than "ssh" or "Secure Shell".
14.\" 14.\"
15.\" 15.\"
16.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. 16.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
17.\" Copyright (c) 1999 Aaron Campbell. All rights reserved. 17.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
18.\" Copyright (c) 1999 Theo de Raadt. All rights reserved. 18.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
19.\" 19.\"
20.\" Redistribution and use in source and binary forms, with or without 20.\" Redistribution and use in source and binary forms, with or without
21.\" modification, are permitted provided that the following conditions 21.\" modification, are permitted provided that the following conditions
diff --git a/ssh.1 b/ssh.1
index 0f75a5d9b..53cebcfd7 100644
--- a/ssh.1
+++ b/ssh.1
@@ -10,9 +10,9 @@
10.\" incompatible with the protocol description in the RFC file, it must be 10.\" incompatible with the protocol description in the RFC file, it must be
11.\" called by a name other than "ssh" or "Secure Shell". 11.\" called by a name other than "ssh" or "Secure Shell".
12.\" 12.\"
13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. 13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved. 14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved. 15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
16.\" 16.\"
17.\" Redistribution and use in source and binary forms, with or without 17.\" Redistribution and use in source and binary forms, with or without
18.\" modification, are permitted provided that the following conditions 18.\" modification, are permitted provided that the following conditions
@@ -34,7 +34,7 @@
34.\" (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
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.92 2001/02/22 21:57:26 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.93 2001/03/02 18:54:31 deraadt Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
diff --git a/sshd.8 b/sshd.8
index 0ab509467..ab012b450 100644
--- a/sshd.8
+++ b/sshd.8
@@ -10,9 +10,9 @@
10.\" incompatible with the protocol description in the RFC file, it must be 10.\" incompatible with the protocol description in the RFC file, it must be
11.\" called by a name other than "ssh" or "Secure Shell". 11.\" called by a name other than "ssh" or "Secure Shell".
12.\" 12.\"
13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. 13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved. 14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved. 15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
16.\" 16.\"
17.\" Redistribution and use in source and binary forms, with or without 17.\" Redistribution and use in source and binary forms, with or without
18.\" modification, are permitted provided that the following conditions 18.\" modification, are permitted provided that the following conditions
@@ -34,7 +34,7 @@
34.\" (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
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.98 2001/03/02 09:42:49 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.99 2001/03/02 18:54:31 deraadt Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os