Changeset 1063
- Timestamp:
- May 10, 2020, 7:33:28 PM (5 years ago)
- Location:
- branches/guitools-arcamap-2.5/evfsgui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrp
r1062 r1063 12 12 VRXWindow: __VREFileListWindow,1,711,14020,2665,3358 13 13 VRXWindow: __VRESectionListWindow,1,1421,15659,12238,6914 14 VRXWindow: __VREToolsWindow,1,2951,12479,5468,166 514 VRXWindow: __VREToolsWindow,1,2951,12479,5468,1661 15 15 VRXWindow: __VREWindListWindow,1,566,10262,4963,3150 16 16 UserFile: 1 17 17 UserWindow: Main,1 18 UserWindow: SW_ADVANCED,119 UserWindow: SW_PROGRESS,120 18 UserWindow: SW_SMBCONF,1 -
branches/guitools-arcamap-2.5/evfsgui/evfsgui.vrx
r1062 r1063 1710 1710 1711 1711 if options.!debug == 1 then say ' initializing mtype. ' 1712 mtype.0 = 51712 mtype.0 = 4 /* Disable item 5 (webdav) -- ALT 20200510 */ 1713 1713 mtype.1 = NLVGetMessage( 15 ) 1714 1714 mtype.2 = NLVGetMessage( 16 ) … … 1849 1849 return 1850 1850 1851 /*:VRX CB_client_ipc_signing_default_Click 1852 */ 1853 CB_client_ipc_signing_default_Click: 1854 advanced.!smbconfchanged = 1 1855 set = VRGet("CB_client_ipc_signing_default", "Set") 1856 ok = VRSet( "SPIN_client_ipc_signing", "Enabled", \set ) 1857 return 1858 1851 1859 /*:VRX CB_client_lanman_auth_Click 1852 1860 */ 1853 1861 CB_client_lanman_auth_Click: 1854 1862 advanced.!smbconfchanged = 1 1863 return 1864 1865 /*:VRX CB_client_max_protocol_default_Click 1866 */ 1867 CB_client_max_protocol_default_Click: 1868 advanced.!smbconfchanged = 1 1869 set = VRGet("CB_client_max_protocol_default", "Set") 1870 ok = VRSet( "SPIN_client_max_protocol", "Enabled", \set ) 1871 return 1872 1873 /*:VRX CB_client_min_protocol_default_Click 1874 */ 1875 CB_client_min_protocol_default_Click: 1876 advanced.!smbconfchanged = 1 1877 set = VRGet("CB_client_min_protocol_default", "Set") 1878 ok = VRSet( "SPIN_client_min_protocol", "Enabled", \set ) 1855 1879 return 1856 1880 … … 1876 1900 CB_client_plaintext_auth_Click: 1877 1901 advanced.!smbconfchanged = 1 1902 return 1903 1904 /*:VRX CB_client_signing_default_Click 1905 */ 1906 CB_client_signing_default_Click: 1907 advanced.!smbconfchanged = 1 1908 set = VRGet("CB_client_signing_default", "Set") 1909 ok = VRSet( "SPIN_client_signing", "Enabled", \set ) 1878 1910 return 1879 1911 … … 2163 2195 CALL VRSet 'PB_DETACH', 'Enabled', 1 2164 2196 CALL VRSet 'MENU_CONTEXT_DETACH', 'Visible', 1 2165 CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 1 2197 /* CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 1 -- (ALT) */ 2166 2198 /* CALL VRSet 'MENU_CONTEXT_SEP1', 'Visible', 1 */ 2167 2199 CALL VRSet 'MENU_CONTEXT_DETACH_ALL', 'Visible', 1 … … 2172 2204 CALL VRSet 'PB_DETACH', 'Enabled', 0 2173 2205 CALL VRSet 'MENU_CONTEXT_DETACH', 'Visible', 0 2174 CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 0 2206 /* CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 0 -- (ALT) */ 2175 2207 /* CALL VRSet 'MENU_CONTEXT_SEP1', 'Visible', 0 */ 2176 2208 CALL VRSet 'MENU_CONTEXT_DETACH_ALL', 'Visible', 0 … … 2252 2284 CALL VRSet "CN_CURRENT", 'HintText',infotext 2253 2285 2254 CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 1 2286 /* CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 1 -- This doesn't work and TTBOMK never has (ALT) */ 2255 2287 /* CALL VRSet 'MENU_CONTEXT_SEP1', 'Visible', 1 2256 2288 CALL VRSet 'MENU_CONTEXT_SEP2', 'Visible', 1 2257 2289 CALL VRSet 'MENU_CONTEXT_SEP3', 'Visible', 1 */ 2258 CALL VRSet 'Menu_Context_Open_Default', "Visible", 1 2290 /* CALL VRSet 'Menu_Context_Open_Default', "Visible", 1 */ 2259 2291 2260 2292 IF p_mounts > 0 THEN DO … … 2276 2308 CALL VRSet 'PB_DETACH', 'Enabled', 1 2277 2309 CALL VRSet 'MENU_CONTEXT_DETACH', 'Visible', 1 2278 CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 1 2310 /* CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 1 -- (ALT) */ 2279 2311 /* CALL VRSet 'MENU_CONTEXT_SEP1', 'Visible', 1 */ 2280 2312 CALL VRSet 'MENU_CONTEXT_DETACH_ALL', 'Visible', 1 … … 2285 2317 CALL VRSet 'PB_DETACH', 'Enabled', 0 2286 2318 CALL VRSet 'MENU_CONTEXT_DETACH', 'Visible', 0 2287 CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 0 2319 /* CALL VRSet 'MENU_CONTEXT_OPEN', 'Visible', 0 -- (ALT) */ 2288 2320 /* CALL VRSet 'MENU_CONTEXT_SEP1', 'Visible', 0 */ 2289 2321 CALL VRSet 'MENU_CONTEXT_DETACH_ALL', 'Visible', 0 … … 4687 4719 client_use_spnego = VRGet("CB_client_use_spnego","Set") 4688 4720 client_use_spnego_principal = VRGet("CB_client_use_spnego_principal","Set") 4689 client_signing = VRGet("SPIN_client_signing","Value") 4690 client_ipc_signing = VRGet("SPIN_client_ipc_signing","Value") 4691 4692 if VRGet("SPIN_client_max_protocol","Enabled") = 1 then do 4693 client_max_protocol = VRGet("SPIN_client_max_protocol","Value") 4694 client_min_protocol = VRGet("SPIN_client_min_protocol","Value") 4695 end 4696 4721 4722 client_signing = '' 4723 client_ipc_signing = '' 4724 client_max_protocol = '' 4725 client_min_protocol = '' 4726 4727 if VRGet("SPIN_client_signing","Enabled") = 1 then 4728 client_signing = VRGet("SPIN_client_signing","Value") 4729 if VRGet("SPIN_client_ipc_signing","Enabled") = 1 then 4730 client_ipc_signing = VRGet("SPIN_client_ipc_signing","Value") 4731 if VRGet("SPIN_client_max_protocol","Enabled") = 1 then 4732 client_max_protocol = VRGet("SPIN_client_max_protocol","Value") 4733 if VRGet("SPIN_client_min_protocol","Enabled") = 1 then 4734 client_min_protocol = VRGet("SPIN_client_min_protocol","Value") 4697 4735 4698 4736 handle = IniOpen('global', samba.!smbconf) … … 4702 4740 call IniSet 'client use spnego', YesNo(client_use_spnego), handle 4703 4741 call IniSet 'client use spnego principal', YesNo(client_use_spnego_principal), handle 4704 call IniSet 'client signing', client_signing, handle 4705 call IniSet 'client ipc signing', client_ipc_signing, handle 4706 4707 if VRGet("SPIN_client_max_protocol","Enabled") = 1 then do 4708 call IniSet 'client max protocol', client_max_protocol, handle 4742 4743 if client_signing == '' then 4744 call IniDel 'client signing', handle 4745 else 4746 call IniSet 'client signing', client_signing, handle 4747 if client_ipc_signing == '' then 4748 call IniDel 'client ipc signing', handle 4749 else 4750 call IniSet 'client ipc signing', client_ipc_signing, handle 4751 if client_max_protocol == '' then 4752 call IniDel 'client max protocol', handle 4753 else 4754 call IniSet 'client max protocol', client_max_protocol, handle 4755 if client_min_protocol == '' then 4756 call IniDel 'client min protocol', handle 4757 else 4709 4758 call IniSet 'client min protocol', client_min_protocol, handle 4710 end4711 4759 4712 4760 call IniSave handle … … 4726 4774 */ 4727 4775 PB_SMBCONF_UNDO_Click: 4728 call SW_S ETTINGS_Init_Content4776 call SW_SMBCONF_Init_Content 4729 4777 return 4730 4778 … … 5672 5720 call NLVSetText "PB_SMBCONF_HELP", "Caption", 4 5673 5721 5722 call NLVSetText "CB_client_signing_default", "Caption", 149 5723 call NLVSetText "CB_client_ipc_signing_default", "Caption", 149 5724 call NLVSetText "CB_client_min_protocol_default", "Caption", 149 5725 call NLVSetText "CB_client_max_protocol_default", "Caption", 149 5726 5674 5727 CALL SW_SMBCONF_Init_Content 5675 5728 return … … 5679 5732 SW_SMBCONF_Init_Content: 5680 5733 call _SmbConfCreateShadowCopy 5681 say 'Populating current smb.conf settings' 5734 5682 5735 client_NTLMv2_auth = ZeroOne(IniGet('client NTLMv2 auth', 'global', samba.!shadowsmbconf)) 5683 5736 if client_NTLMv2_auth = 1 then do … … 5721 5774 client_signing = IniGet('client signing', 'global', samba.!shadowsmbconf) 5722 5775 client_ipc_signing = IniGet('client ipc signing', 'global', samba.!shadowsmbconf) 5723 say "client_signing ="client_signing 5776 5724 5777 ok = VRSet("SPIN_client_signing","Value",client_signing) 5725 5778 ok = VRSet("SPIN_client_ipc_signing","Value",client_signing) 5779 5780 if IniGet('client signing', 'global', samba.!smbconf) == '' then 5781 isdef = 1 5782 else 5783 isdef = 0 5784 CALL VRSet "CB_client_signing_default", "Set", isdef 5785 CALL VRSet "SPIN_client_signing", "Enabled", \isdef 5786 5787 if IniGet('client ipc signing', 'global', samba.!smbconf) == '' then 5788 isdef = 1 5789 else 5790 isdef = 0 5791 CALL VRSet "CB_client_ipc_signing_default", "Set", isdef 5792 CALL VRSet "SPIN_client_ipc_signing", "Enabled", \isdef 5793 5794 if IniGet('client min protocol', 'global', samba.!smbconf) == '' then 5795 isdef = 1 5796 else 5797 isdef = 0 5798 CALL VRSet "CB_client_min_protocol_default", "Set", isdef 5799 CALL VRSet "SPIN_client_min_protocol", "Enabled", \isdef 5800 5801 if IniGet('client max protocol', 'global', samba.!smbconf) == '' then 5802 isdef = 1 5803 else 5804 isdef = 0 5805 CALL VRSet "CB_client_max_protocol_default", "Set", isdef 5806 CALL VRSet "SPIN_client_max_protocol", "Enabled", \isdef 5726 5807 5727 5808 advanced.!smbconfchanged = 0 -
branches/guitools-arcamap-2.5/evfsgui/rc/lang/evfsi_en.mkm
r1062 r1063 158 158 EVG0147?: 159 159 EVG0148?: 160 EVG0149 ?:160 EVG0149I: Use default setting 161 161 EVG0150I: For security reasons, the latest Samba software does not enable the SMB1 protocol by default. 162 162 EVG0151I: This may cause some LAN devices and/or servers (especially those older than 2013) to no longer be visible.
Note:
See TracChangeset
for help on using the changeset viewer.