X-SecurePro Version 7.3: X-Server with SSH.
Date: 21 May 2003
Labtam is pleased to announce a new software release named X-SecurePro
Version 7.3.
This is the second major release for the 2003 year.
X-SecurePro is our latest X-Server based software addition. Not only does it
contain the key X-Server elements, it now provides Encryption Security using
the SSH standard from PC to host machine. X-SecurePro brings you maximum
Security to a PC and a company Lan/Wan or Intranet/Internet.
Integrating the Microsoft Windows and X-Window System environments
X-SecurePro is an inexpensive but powerful and effective way to transform a
standard PC into a fully functional X-terminal.
Included in the package are the X-Window System, SSH, TCP/IP, FTP, TFTP,
LPR, LPD, TELNET and NFS plus a whole lot more.
Everything that you need to run all your remote Unix and X applications is
included.
New Features on this release include:
1. Comsetup :
- the "Auto-start XwpPeg Package Watcher" setting was implemented
to provide the corresponding control of the XwpPeg facility;
2. FTP :
- hostIP parsing from reply on the PASV command was improved
(the '=' leading character is processed now to connect to
ftp.cvshome.org);
- the last local working directory is saved for the next FTP session.
3. Telnet, Telnet_SSH :
- more flexible Telnet-protocol processing was implemented
to be able to connect with some atypical Telnet-servers (e.g.
TelnetXQ);
- the SSH-2 mode is based on the OpenSSH 3.4 version;
- auto-selection of the compression mode was implemented.
4. NFS-Server :
- the time zone checking was improved;
- the registration and clearing of the services in PortMapper was
improved;
- new "FL_MITXELENA" flag was implemented to avoid the directory
permission
problem for some NFS-Clients (e.g., that of SCO UNIX 5.0.5).
This setting changes the default directory permission from 755 to 777.
5. NFS-Client for MS Windows NT4/2000/XP :
- the package is installed with the native Installation procedure
(using the "Custom" installation mode) without necessity to deal
with an additional separate executable;
- the links support was implemented (3 modes are available to do this).
6. XServer :
- full Multi-monitors support in "Multiple" and "Multiple+RemoteWM"
modes was implemented.
2. The following bugs have been fixed :
1. FTP :
- ftp may hang up when replay ends on '\n';
- the wrong by-date sorting of the remote files were fixed.
2. Telnet, Telnet_SSH :
- the new version is more reliable.
3. NFS-Server :
- the extra socket listening in 2049 port was removed;
- the system message box on critical errors was removed;
4. NFS-Client for MS Windows NT4/2000/XP :
- some bugs were fixed.
5. XServer :
- some bugs were fixed.
Undocumented Features
1. Comsetup :
- the "Auto-start XwpPeg Package Watcher" setting was implemented
to provide the corresponding control of the XwpPeg facility;
2. Ftp :
- FTP connections (in the "non-Passive", default, mode) can be made
through
an existing SSH connection with prepared Forwarded ports.
This way does not require a special Telnet/SSH facility and can be used
with any SSH-client which provides traditional Forwarding.
All settings are made manually.
Let's assume that you need to access the remote host
(say, 192.168.136.41) via FTP, and SSH connection is made with the SSH
daemon
which is on another remote host (say, 192.168.136.34), and each host
is directly accessible one from another (192.168.136.41 <->
192.168.136.34).
Also, you should know two free ports on local machine (say, 21 and
4444) and
one on the remote host connected via SSH (say, 5555 on 192.168.136.34).
At first, two forwardings must be made via SSH-Client facility.
Local-to-Remote: "21->192.168.136.41/21" (that in natural for FTP)
and Remote-to-Local Forwarding: "4444<-5555".
After that you must add two lines to the "[FTP]" section in the
"xwp.ini" file:
"IP_SSH_FWD=192.168.136.34" and "PORT_SSH_FWD=5555,4444" (i.e., specify
the remote and local ports).
Now the FTP can be started. The "host" field must contain "localhost"
or "127.0.0.1". The "non-Passive" mode must be set up (i.e.
the "Passive Transfer" check box must be unchecked).
After "Connect" the FTP will be connected to "192.168.136.41"
with no direct network access (only via SSH connection).
3. NFS-Server :
- the "AUTO_CHECK_ExPortmapper=1" line can be
inserted into the "[NFSSERVER]" section of the xwp.ini file
to check whether an external portmapper exists to use it;
- the "FL_MITXELENA=1" line can be
inserted into the "[NFSSERVER]" section of the xwp.ini file
to avoid directory permission
problem for some NFS-Clients (e.g. of SCO UNIX 5.0.5).
This setting changes the default directory permission from 755 to 777.
4. NFS-Client for Windows NT4/2000/XP :
- the size of network packets can be changed instead of using
the fixed 8K value;
- the full set of settings can be saved to a file and loaded
from it later.
- the package is installed with the native Installation procedure
(using the "Custom" installation mode) without necessity to deal
with an additional separate executable;
- the links support was implemented (3 modes are available to do this).
5. Startup :
- to input any text into the command line before its executing,
the "$(INPUTLIP)" macros can be used.
E.g., if the "Command" field contains the following line:
"xterm -display $(INPUTLIP):0"
then you will be prompted to input the text string (an IP address is
assumed).
If you enter "1.2.3.4", then the resulting command line will be:
xterm -display 1.2.3.4:0 .
- the "Telnet_SSH/SSH2 (SSH-2 Client)" Start Method is similar to other
methods except for the ending of a command line. The usage of the "&"
sign
is not recommended because of unstable results.
E.g., if you need to start "xterm" remotely, then the "xterm" command
line is preferable (and the "xterm&" line is not recommended).
6. XServer :
- the "DontUse_MOTIF_WM_HINTS=1" line can be
inserted into the "[XSERVERdeb]" section of the xwp.ini file
to prevent from processing the "_MOTIF_WM_HINTS" windows property;
- the "DontCheckWM_SIZE_HINTSinc=1" line can be
inserted into the "[XSERVERdeb]" section of the xwp.ini file
to prevent from processing the "WM_SIZE_HINTS" windows property;
- the "ILikeLINUX=1" line can be
inserted into the "[XSETUP]" section of the xwp.ini file
to set up the LINUX's console keyboard mapping.
7. Telnet_SSH/SSH2 :
- to control the session's restart/completion,
the "ExitOnDisconnect=..." line must be added
to the "[Telnet]" section of the "xwp.ini" file.
The "ExitOnDisconnect=..." setting provides the following modes:
- ExitOnDisconnect=1 - to suppress the start of the new telnet_s
session;
- ExitOnDisconnect=2 - to suppress the "Connection lost" message
(only to write it into the telnet_s.out file);
- ExitOnDisconnect=3 - to suppress the "...open forwarded
connections..."
message (only to write it into the telnet_s.out
file).
Known problems
1. Uninstallation :
- the uninstallation procedure does not remove components
which were installed in additional (non-first) installation
sessions. Such additional components should be removed manually.
2. Lpd :
- printers on the remote MS Windows NT 4 hosts
are unavailable from the local host under MS Windows NT 4 .
3. NFS-Server :
- there may be problems on PCs with several IP addresses;
- some Linux NFS-3 Clients may issue an error message
(about the wrong file ID) because of wrong packets unwrapping
in the Linux's "nfs3xdr.c" module.
4. NFS-Client for Windows 9x :
- PC must be restarted after you change the license
file, "xwpdllid.dll";
- can fail when connecting to NFS-Server on another PC under Windows 9x
if both PCs have Client/Server for Microsoft Networks installed.
5. XServer :
- drawing partial arcs may be very slow ;
- the CDE/XDMCP of the HP-UX host may provide infinite
waiting for connection. To avoid this, the new "HP" fonts
alias directory should be included into the XServer FontPath;
- the "Forced Backing Store" setting may provide wrong
screen re-displaying in some cases (e.g., Netscape scrolling).
|