Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 14:10:15 GMT
From:      "HIROSHI OOTA" <nil@mad.dog.cx>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/171882: incorrect port fowarding with server allocated port
Message-ID:  <201209231410.q8NEAFbe024690@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/171882; it has been noted by GNATS.

From: "HIROSHI OOTA" <nil@mad.dog.cx>
To: bug-followup@freebsd.org, nil@mad.dog.cx
Cc:  
Subject: Re: bin/171882: incorrect port fowarding with server allocated port
Date: Sun, 23 Sep 2012 23:00:00 +0900

 I tested under newest source. but it does not run correctly.
 The flags for datafellows is conflicted.
 
 Index: /usr/src/crypto/openssh/compat.h
 ===================================================================
 --- /usr/src/crypto/openssh/compat.h    (revision 240847)
 +++ /usr/src/crypto/openssh/compat.h    (working copy)
 @@ -60,7 +60,7 @@
   #define SSH_BUG_RFWD_ADDR      0x02000000
   #define SSH_NEW_OPENSSH                0x04000000
   #define SSH_BUG_DYNAMIC_RPORT  0x08000000
 -#define SSH_BUG_LARGEWINDOW    0x08000000
 +#define SSH_BUG_LARGEWINDOW    0x10000000
 
   void     enable_compat13(void);
   void     enable_compat20(void);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209231410.q8NEAFbe024690>