Thu Apr 29 18:14:09 2010 UTC ()
Fix date strings.


(wiz)
diff -r1.3 -r1.4 src/crypto/external/bsd/openssh/dist/ssh_config.5
diff -r1.4 -r1.5 src/crypto/external/bsd/openssh/dist/sshd_config.5

cvs diff -r1.3 -r1.4 src/crypto/external/bsd/openssh/dist/ssh_config.5 (expand / switch to unified diff)

--- src/crypto/external/bsd/openssh/dist/ssh_config.5 2010/04/29 17:56:53 1.3
+++ src/crypto/external/bsd/openssh/dist/ssh_config.5 2010/04/29 18:14:09 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: ssh_config.5,v 1.3 2010/04/29 17:56:53 tron Exp $ 1.\" $NetBSD: ssh_config.5,v 1.4 2010/04/29 18:14:09 wiz Exp $
2.\" -*- nroff -*- 2.\" -*- nroff -*-
3.\" 3.\"
4.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 4.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
5.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6.\" All rights reserved 6.\" All rights reserved
7.\" 7.\"
8.\" As far as I am concerned, the code I have written for this software 8.\" As far as I am concerned, the code I have written for this software
9.\" can be used freely for any purpose. Any derived versions of this 9.\" can be used freely for any purpose. Any derived versions of this
10.\" software must be clearly marked as such, and if the derived work is 10.\" software must be clearly marked as such, and if the derived work is
11.\" incompatible with the protocol description in the RFC file, it must be 11.\" incompatible with the protocol description in the RFC file, it must be
12.\" called by a name other than "ssh" or "Secure Shell". 12.\" called by a name other than "ssh" or "Secure Shell".
13.\" 13.\"
14.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. 14.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
@@ -26,27 +26,27 @@ @@ -26,27 +26,27 @@
26.\" 26.\"
27.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 27.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
28.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 28.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
29.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 29.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
30.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 30.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
31.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 31.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
32.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 32.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 33.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 34.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.\" $OpenBSD: ssh_config.5,v 1.119 2009/02/22 23:50:57 djm Exp $ 38.\" $OpenBSD: ssh_config.5,v 1.119 2009/02/22 23:50:57 djm Exp $
39.Dd February 22 2009 39.Dd February 22, 2009
40.Dt SSH_CONFIG 5 40.Dt SSH_CONFIG 5
41.Os 41.Os
42.Sh NAME 42.Sh NAME
43.Nm ssh_config 43.Nm ssh_config
44.Nd OpenSSH SSH client configuration files 44.Nd OpenSSH SSH client configuration files
45.Sh SYNOPSIS 45.Sh SYNOPSIS
46.Nm ~/.ssh/config 46.Nm ~/.ssh/config
47.Nm /etc/ssh/ssh_config 47.Nm /etc/ssh/ssh_config
48.Sh DESCRIPTION 48.Sh DESCRIPTION
49.Xr ssh 1 49.Xr ssh 1
50obtains configuration data from the following sources in 50obtains configuration data from the following sources in
51the following order: 51the following order:
52.Pp 52.Pp

cvs diff -r1.4 -r1.5 src/crypto/external/bsd/openssh/dist/sshd_config.5 (expand / switch to unified diff)

--- src/crypto/external/bsd/openssh/dist/sshd_config.5 2010/04/29 17:56:53 1.4
+++ src/crypto/external/bsd/openssh/dist/sshd_config.5 2010/04/29 18:14:09 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: sshd_config.5,v 1.4 2010/04/29 17:56:53 tron Exp $ 1.\" $NetBSD: sshd_config.5,v 1.5 2010/04/29 18:14:09 wiz Exp $
2.\" -*- nroff -*- 2.\" -*- nroff -*-
3.\" 3.\"
4.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 4.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
5.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6.\" All rights reserved 6.\" All rights reserved
7.\" 7.\"
8.\" As far as I am concerned, the code I have written for this software 8.\" As far as I am concerned, the code I have written for this software
9.\" can be used freely for any purpose. Any derived versions of this 9.\" can be used freely for any purpose. Any derived versions of this
10.\" software must be clearly marked as such, and if the derived work is 10.\" software must be clearly marked as such, and if the derived work is
11.\" incompatible with the protocol description in the RFC file, it must be 11.\" incompatible with the protocol description in the RFC file, it must be
12.\" called by a name other than "ssh" or "Secure Shell". 12.\" called by a name other than "ssh" or "Secure Shell".
13.\" 13.\"
14.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved. 14.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
@@ -26,27 +26,27 @@ @@ -26,27 +26,27 @@
26.\" 26.\"
27.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 27.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
28.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 28.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
29.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 29.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
30.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 30.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
31.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 31.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
32.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 32.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 33.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 34.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.\" $OpenBSD: sshd_config.5,v 1.106 2009/04/21 15:13:17 stevesk Exp $ 38.\" $OpenBSD: sshd_config.5,v 1.106 2009/04/21 15:13:17 stevesk Exp $
39.Dd April 21 2009 39.Dd April 21, 2009
40.Dt SSHD_CONFIG 5 40.Dt SSHD_CONFIG 5
41.Os 41.Os
42.Sh NAME 42.Sh NAME
43.Nm sshd_config 43.Nm sshd_config
44.Nd OpenSSH SSH daemon configuration file 44.Nd OpenSSH SSH daemon configuration file
45.Sh SYNOPSIS 45.Sh SYNOPSIS
46.Nm /etc/ssh/sshd_config 46.Nm /etc/ssh/sshd_config
47.Sh DESCRIPTION 47.Sh DESCRIPTION
48.Xr sshd 8 48.Xr sshd 8
49reads configuration data from 49reads configuration data from
50.Pa /etc/ssh/sshd_config 50.Pa /etc/ssh/sshd_config
51(or the file specified with 51(or the file specified with
52.Fl f 52.Fl f