bin/171882: incorrect port fowarding with server allocated port

HIROSHI OOTA nil at mad.dog.cx
Sun Sep 23 14:10:16 UTC 2012


The following reply was made to PR bin/171882; it has been noted by GNATS.

From: "HIROSHI OOTA" <nil at mad.dog.cx>
To: bug-followup at freebsd.org, nil at 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);


More information about the freebsd-bugs mailing list