[Ttssh2-commit] [6879] Dynamic Forwarding (SOCKS Proxy)

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 7月 25日 (火) 16:34:45 JST


Revision: 6879
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6879
Author:   maya
Date:     2017-07-25 16:34:45 +0900 (Tue, 25 Jul 2017)
Log Message:
-----------
Dynamic Forwarding (SOCKS Proxy)

特定のプロトコルを転送するわけではないので、source port の設定をエディットコントロールに変更

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/fwdui.c
    trunk/ttssh2/ttxssh/ttxssh.rc

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/fwdui.c
===================================================================
--- trunk/ttssh2/ttxssh/fwdui.c	2017-07-24 14:13:49 UTC (rev 6878)
+++ trunk/ttssh2/ttxssh/fwdui.c	2017-07-25 07:34:45 UTC (rev 6879)
@@ -1238,7 +1238,6 @@
 	fill_service_names(dlg, IDC_SSHLTRFROMPORT);
 	fill_service_names(dlg, IDC_SSHRTLTOPORT);
 	fill_service_names(dlg, IDC_SSHLTRTOPORT);
-	fill_service_names(dlg, IDC_SSHDYNFROMPORT);
 }
 
 static void grab_control_text(HWND dlg, FWDType type,

Modified: trunk/ttssh2/ttxssh/ttxssh.rc
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.rc	2017-07-24 14:13:49 UTC (rev 6878)
+++ trunk/ttssh2/ttxssh/ttxssh.rc	2017-07-25 07:34:45 UTC (rev 6879)
@@ -280,7 +280,7 @@
     EDITTEXT        IDC_SSHRTLTOHOST,98,98,80,13,ES_AUTOHSCROLL
     RTEXT           "p&ort",IDC_SSHFWDREMOTETOLOCAL_PORT,184,100,34,11,NOT WS_GROUP
     COMBOBOX        IDC_SSHRTLTOPORT,222,98,56,126,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
-    COMBOBOX        IDC_SSHDYNFROMPORT,122,130,56,126,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+    EDITTEXT        IDC_SSHDYNFROMPORT,122,130,56,13,ES_AUTOHSCROLL
     RTEXT           "lis&ten",IDC_SSHFWDLOCALDYNAMIC_LISTEN,184,132,36,11
     EDITTEXT        IDC_SSHDYNLISTENADDR,222,130,75,13,ES_AUTOHSCROLL
     DEFPUSHBUTTON   "OK",IDOK,96,154,50,14,WS_GROUP



Ttssh2-commit メーリングリストの案内
Back to archive index