mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
- stevesk@cvs.openbsd.org 2009/01/15 17:38:43
[readconf.c] 1) use obsolete instead of alias for consistency 2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is so move the comment. 3) reorder so like options are together ok djm@
This commit is contained in:
parent
1781f53d75
commit
5bc6aae3db
@ -46,6 +46,13 @@
|
|||||||
[channels.c]
|
[channels.c]
|
||||||
support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;
|
support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;
|
||||||
"looks ok" markus@
|
"looks ok" markus@
|
||||||
|
- stevesk@cvs.openbsd.org 2009/01/15 17:38:43
|
||||||
|
[readconf.c]
|
||||||
|
1) use obsolete instead of alias for consistency
|
||||||
|
2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is
|
||||||
|
so move the comment.
|
||||||
|
3) reorder so like options are together
|
||||||
|
ok djm@
|
||||||
|
|
||||||
20090107
|
20090107
|
||||||
- (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
|
- (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
|
||||||
@ -5055,5 +5062,5 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5171 2009/01/28 05:24:41 djm Exp $
|
$Id: ChangeLog,v 1.5172 2009/01/28 05:27:31 djm Exp $
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: readconf.c,v 1.173 2008/12/09 02:58:16 djm Exp $ */
|
/* $OpenBSD: readconf.c,v 1.174 2009/01/15 17:38:43 stevesk Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -172,7 +172,7 @@ static struct {
|
|||||||
{ "fallbacktorsh", oDeprecated },
|
{ "fallbacktorsh", oDeprecated },
|
||||||
{ "usersh", oDeprecated },
|
{ "usersh", oDeprecated },
|
||||||
{ "identityfile", oIdentityFile },
|
{ "identityfile", oIdentityFile },
|
||||||
{ "identityfile2", oIdentityFile }, /* alias */
|
{ "identityfile2", oIdentityFile }, /* obsolete */
|
||||||
{ "identitiesonly", oIdentitiesOnly },
|
{ "identitiesonly", oIdentitiesOnly },
|
||||||
{ "hostname", oHostName },
|
{ "hostname", oHostName },
|
||||||
{ "hostkeyalias", oHostKeyAlias },
|
{ "hostkeyalias", oHostKeyAlias },
|
||||||
@ -188,8 +188,8 @@ static struct {
|
|||||||
{ "host", oHost },
|
{ "host", oHost },
|
||||||
{ "escapechar", oEscapeChar },
|
{ "escapechar", oEscapeChar },
|
||||||
{ "globalknownhostsfile", oGlobalKnownHostsFile },
|
{ "globalknownhostsfile", oGlobalKnownHostsFile },
|
||||||
{ "userknownhostsfile", oUserKnownHostsFile }, /* obsolete */
|
{ "globalknownhostsfile2", oGlobalKnownHostsFile2 }, /* obsolete */
|
||||||
{ "globalknownhostsfile2", oGlobalKnownHostsFile2 },
|
{ "userknownhostsfile", oUserKnownHostsFile },
|
||||||
{ "userknownhostsfile2", oUserKnownHostsFile2 }, /* obsolete */
|
{ "userknownhostsfile2", oUserKnownHostsFile2 }, /* obsolete */
|
||||||
{ "connectionattempts", oConnectionAttempts },
|
{ "connectionattempts", oConnectionAttempts },
|
||||||
{ "batchmode", oBatchMode },
|
{ "batchmode", oBatchMode },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user