]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- djm@cvs.openbsd.org 2014/01/19 04:48:08
authorDarren Tucker <dtucker@zip.com.au>
Sun, 19 Jan 2014 11:36:13 +0000 (22:36 +1100)
committerDarren Tucker <dtucker@zip.com.au>
Sun, 19 Jan 2014 11:36:13 +0000 (22:36 +1100)
     [ssh_config.5]
     fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal

ChangeLog
ssh_config.5

index 847be14609771359e2abc192fbe487bdc16fc9d0..9907394684d9b25649cecab873fe42270c212b0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
      Cast socklen_t when comparing to size_t and use socklen_t to iterate over
      the ip options, both to prevent signed/unsigned comparison warnings.
      Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.
+   - djm@cvs.openbsd.org 2014/01/19 04:48:08
+     [ssh_config.5]
+     fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
 
 20140118
  - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin.  Patch
index 7b2fdacbb2261f491c01787405e796fbf738b821..3cadcd7677887b54dd8fe789f4e5bbdeceef96c6 100644 (file)
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh_config.5,v 1.183 2013/12/07 11:58:46 naddy Exp $
-.Dd $Mdocdate: December 7 2013 $
+.\" $OpenBSD: ssh_config.5,v 1.184 2014/01/19 04:48:08 djm Exp $
+.Dd $Mdocdate: January 19 2014 $
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME
@@ -229,11 +229,11 @@ search for the specified destination host.
 .It Cm CanonicalizeFallbackLocal
 Specifies whether to fail with an error when hostname canonicalization fails.
 The default,
-.Dq no ,
+.Dq yes ,
 will attempt to look up the unqualified hostname using the system resolver's
 search rules.
 A value of
-.Dq yes
+.Dq no
 will cause
 .Xr ssh 1
 to fail instantly if