diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | readconf.c | 4 | ||||
-rw-r--r-- | scp.1 | 6 | ||||
-rw-r--r-- | servconf.c | 4 | ||||
-rw-r--r-- | sftp.1 | 6 | ||||
-rw-r--r-- | ssh.1 | 6 | ||||
-rw-r--r-- | ssh_config.5 | 6 | ||||
-rw-r--r-- | sshd_config.5 | 6 |
8 files changed, 26 insertions, 19 deletions
@@ -127,6 +127,13 @@ | |||
127 | [readconf.c servconf.c misc.h ssh-keyscan.c misc.c] | 127 | [readconf.c servconf.c misc.h ssh-keyscan.c misc.c] |
128 | validate routing domain is in range 0-RT_TABLEID_MAX. | 128 | validate routing domain is in range 0-RT_TABLEID_MAX. |
129 | 'Looks right' deraadt@ | 129 | 'Looks right' deraadt@ |
130 | - stevesk@cvs.openbsd.org 2009/12/29 16:38:41 | ||
131 | [sshd_config.5 readconf.c ssh_config.5 scp.1 servconf.c sftp.1 ssh.1] | ||
132 | Rename RDomain config option to RoutingDomain to be more clear and | ||
133 | consistent with other options. | ||
134 | NOTE: if you currently use RDomain in the ssh client or server config, | ||
135 | or ssh/sshd -o, you must update to use RoutingDomain. | ||
136 | ok markus@ djm@ | ||
130 | 137 | ||
131 | 20091226 | 138 | 20091226 |
132 | - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 | 139 | - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 |
diff --git a/readconf.c b/readconf.c index 2f1b0cd3b..40fe8f694 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.180 2009/12/25 19:40:21 stevesk Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.181 2009/12/29 16:38:41 stevesk 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 |
@@ -229,7 +229,7 @@ static struct { | |||
229 | { "permitlocalcommand", oPermitLocalCommand }, | 229 | { "permitlocalcommand", oPermitLocalCommand }, |
230 | { "visualhostkey", oVisualHostKey }, | 230 | { "visualhostkey", oVisualHostKey }, |
231 | { "useroaming", oUseRoaming }, | 231 | { "useroaming", oUseRoaming }, |
232 | { "rdomain", oRDomain }, | 232 | { "routingdomain", oRDomain }, |
233 | #ifdef JPAKE | 233 | #ifdef JPAKE |
234 | { "zeroknowledgepasswordauthentication", | 234 | { "zeroknowledgepasswordauthentication", |
235 | oZeroKnowledgePasswordAuthentication }, | 235 | oZeroKnowledgePasswordAuthentication }, |
@@ -9,9 +9,9 @@ | |||
9 | .\" | 9 | .\" |
10 | .\" Created: Sun May 7 00:14:37 1995 ylo | 10 | .\" Created: Sun May 7 00:14:37 1995 ylo |
11 | .\" | 11 | .\" |
12 | .\" $OpenBSD: scp.1,v 1.47 2009/10/28 16:38:18 reyk Exp $ | 12 | .\" $OpenBSD: scp.1,v 1.48 2009/12/29 16:38:41 stevesk Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd $Mdocdate: October 28 2009 $ | 14 | .Dd $Mdocdate: December 29 2009 $ |
15 | .Dt SCP 1 | 15 | .Dt SCP 1 |
16 | .Os | 16 | .Os |
17 | .Sh NAME | 17 | .Sh NAME |
@@ -158,9 +158,9 @@ For full details of the options listed below, and their possible values, see | |||
158 | .It Protocol | 158 | .It Protocol |
159 | .It ProxyCommand | 159 | .It ProxyCommand |
160 | .It PubkeyAuthentication | 160 | .It PubkeyAuthentication |
161 | .It RDomain | ||
162 | .It RekeyLimit | 161 | .It RekeyLimit |
163 | .It RhostsRSAAuthentication | 162 | .It RhostsRSAAuthentication |
163 | .It RoutingDomain | ||
164 | .It RSAAuthentication | 164 | .It RSAAuthentication |
165 | .It SendEnv | 165 | .It SendEnv |
166 | .It ServerAliveInterval | 166 | .It ServerAliveInterval |
diff --git a/servconf.c b/servconf.c index 8b8518aa8..2cdc480e6 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: servconf.c,v 1.198 2009/12/25 19:40:21 stevesk Exp $ */ | 1 | /* $OpenBSD: servconf.c,v 1.199 2009/12/29 16:38:41 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 3 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
4 | * All rights reserved | 4 | * All rights reserved |
@@ -424,7 +424,7 @@ static struct { | |||
424 | { "match", sMatch, SSHCFG_ALL }, | 424 | { "match", sMatch, SSHCFG_ALL }, |
425 | { "permitopen", sPermitOpen, SSHCFG_ALL }, | 425 | { "permitopen", sPermitOpen, SSHCFG_ALL }, |
426 | { "forcecommand", sForceCommand, SSHCFG_ALL }, | 426 | { "forcecommand", sForceCommand, SSHCFG_ALL }, |
427 | { "rdomain", sRDomain, SSHCFG_GLOBAL }, | 427 | { "routingdomain", sRDomain, SSHCFG_GLOBAL }, |
428 | { "chrootdirectory", sChrootDirectory, SSHCFG_ALL }, | 428 | { "chrootdirectory", sChrootDirectory, SSHCFG_ALL }, |
429 | { NULL, sBadOption, 0 } | 429 | { NULL, sBadOption, 0 } |
430 | }; | 430 | }; |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.78 2009/10/28 21:45:08 jmc Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.79 2009/12/29 16:38:41 stevesk Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -22,7 +22,7 @@ | |||
22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | .\" | 24 | .\" |
25 | .Dd $Mdocdate: October 28 2009 $ | 25 | .Dd $Mdocdate: December 29 2009 $ |
26 | .Dt SFTP 1 | 26 | .Dt SFTP 1 |
27 | .Os | 27 | .Os |
28 | .Sh NAME | 28 | .Sh NAME |
@@ -207,9 +207,9 @@ For full details of the options listed below, and their possible values, see | |||
207 | .It Protocol | 207 | .It Protocol |
208 | .It ProxyCommand | 208 | .It ProxyCommand |
209 | .It PubkeyAuthentication | 209 | .It PubkeyAuthentication |
210 | .It RDomain | ||
211 | .It RekeyLimit | 210 | .It RekeyLimit |
212 | .It RhostsRSAAuthentication | 211 | .It RhostsRSAAuthentication |
212 | .It RoutingDomain | ||
213 | .It RSAAuthentication | 213 | .It RSAAuthentication |
214 | .It SendEnv | 214 | .It SendEnv |
215 | .It ServerAliveInterval | 215 | .It ServerAliveInterval |
@@ -34,8 +34,8 @@ | |||
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.287 2009/10/28 16:38:18 reyk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.288 2009/12/29 16:38:41 stevesk Exp $ |
38 | .Dd $Mdocdate: October 28 2009 $ | 38 | .Dd $Mdocdate: December 29 2009 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -475,10 +475,10 @@ For full details of the options listed below, and their possible values, see | |||
475 | .It Protocol | 475 | .It Protocol |
476 | .It ProxyCommand | 476 | .It ProxyCommand |
477 | .It PubkeyAuthentication | 477 | .It PubkeyAuthentication |
478 | .It RDomain | ||
479 | .It RekeyLimit | 478 | .It RekeyLimit |
480 | .It RemoteForward | 479 | .It RemoteForward |
481 | .It RhostsRSAAuthentication | 480 | .It RhostsRSAAuthentication |
481 | .It RoutingDomain | ||
482 | .It RSAAuthentication | 482 | .It RSAAuthentication |
483 | .It SendEnv | 483 | .It SendEnv |
484 | .It ServerAliveInterval | 484 | .It ServerAliveInterval |
diff --git a/ssh_config.5 b/ssh_config.5 index 001130936..442222cc5 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,8 +34,8 @@ | |||
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_config.5,v 1.123 2009/11/10 02:56:22 djm Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.124 2009/12/29 16:38:41 stevesk Exp $ |
38 | .Dd $Mdocdate: November 10 2009 $ | 38 | .Dd $Mdocdate: December 29 2009 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -789,7 +789,7 @@ or | |||
789 | The default is | 789 | The default is |
790 | .Dq yes . | 790 | .Dq yes . |
791 | This option applies to protocol version 2 only. | 791 | This option applies to protocol version 2 only. |
792 | .It Cm RDomain | 792 | .It Cm RoutingDomain |
793 | Set the routing domain number. | 793 | Set the routing domain number. |
794 | The default routing domain is set by the system. | 794 | The default routing domain is set by the system. |
795 | .It Cm RekeyLimit | 795 | .It Cm RekeyLimit |
diff --git a/sshd_config.5 b/sshd_config.5 index 6d2ad9df0..ada265373 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -34,8 +34,8 @@ | |||
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_config.5,v 1.113 2009/12/19 16:53:13 stevesk Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.114 2009/12/29 16:38:41 stevesk Exp $ |
38 | .Dd $Mdocdate: December 19 2009 $ | 38 | .Dd $Mdocdate: December 29 2009 $ |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -806,7 +806,7 @@ Specifies whether public key authentication is allowed. | |||
806 | The default is | 806 | The default is |
807 | .Dq yes . | 807 | .Dq yes . |
808 | Note that this option applies to protocol version 2 only. | 808 | Note that this option applies to protocol version 2 only. |
809 | .It Cm RDomain | 809 | .It Cm RoutingDomain |
810 | Set the routing domain number. | 810 | Set the routing domain number. |
811 | The default routing domain is set by the system. | 811 | The default routing domain is set by the system. |
812 | .It Cm RhostsRSAAuthentication | 812 | .It Cm RhostsRSAAuthentication |