home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Complet / sslexplorer / CHANGES next >
Text File  |  2005-03-14  |  10KB  |  203 lines

  1. =================
  2. =  CHANGE LOG   =
  3. =================
  4.  
  5. SSL Explorer 0.1.8 - March 14, 2005
  6.     
  7. Features
  8.      o Domain, user and password are can now be made optional for the rdesktop
  9.        and Java RDP applications.
  10.      o New option for VPN client 'No session timeout if active' that will 
  11.        prevent SSL-Explorer timing-out the session if the VPN client is active.
  12.      o Session time-out can now be set per profile instead of globally. This
  13.        allows for example a lower timeout to be configured for profiles that
  14.        may be used on public machines.
  15.      o Web Forward URLs may now be edited.
  16.      o Application resources are now installed to 
  17.        [install]/webapp/WEB-INF/classes/[pkg]/ApplicationResources.properties.
  18.        This will also for easier internationalisation and customisation. 
  19.      o New permissions framework. See documentation for more details. Note,
  20.        the user enable / disable and administrator flags are now presented
  21.        as permissions. You may also have to change your list of default
  22.        administrators (now in the Setup -> General -> Security) and disable 
  23.        any users you may have previously disabled.
  24.      o Support added in Web forwarding for MS Outlook Web Access.
  25.      o Active directory user information is now cached. This is backed up
  26.        by a new option (User / Group details cache TTL)
  27.      o New option to place restrictions on logging on multiple times. Can
  28.        either be restricted to single session per user, or a single session
  29.        per user / ip address (i.e. the same username may logon from the 
  30.        same host many times).
  31.      o New option to disable automatic connection to 3SP application store.
  32.      o A single application descriptor may now contain many application 
  33.        definitions, as demonstrated in the RMAS suite.
  34.      o Performance improvements to the secure proxy. 
  35.      o Web forwards, Network places and SSL Tunnels may now all be added 
  36.        as favorites. The home page has been reworked to display these 
  37.        different categories of favorites.
  38.  
  39. Bug Fixes
  40.      o Built in users could not be created or edited in setup mode.
  41.      o Keystore password removed from Setup -> General Configuration ->
  42.        Web Server. This is now must be changed in the Setup -> Ceritificates.
  43.      o Roles with international characters in their names could not be deleted.
  44.      o Problem with secure proxy and sites that check the referer header.
  45.      o Classloader problems causing critical errors in accounts setup.
  46.      o Favourites on the welcome page were completely broken.
  47.      o Checking of password policy was being done for user databases that
  48.        dont support password change (i.e. AD). This caused a conflict as
  49.        AD has its own password policies. Password policies are now ignored
  50.        if the underlying database doesnt support password change.
  51.      o Performance improvements for listing of AD users.
  52.      o Change the auto-start flag on existing tunnels was broken.
  53.      o Profile selection no longer displays menu items and tabs that cannot
  54.        be used until a profile is selected.
  55.      o On Windows, when SSL Explorer is launched from a shortcut (either 
  56.        setup mode or console), any start-up errors will be displayed in 
  57.        a dialog instead of the console that rapidly disappears!
  58.      o Secure proxy now support file uploads.
  59.      o New 'Bind address' option to set what interface to listen for browser 
  60.        connections on. Blank or 0.0.0.0 may be used to listen on all interfaces. 
  61.        This returns functionality removed when we stopped using the XML for 
  62.        Jetty configuration (jetty.xml).
  63.      o VPN client fails to tunnel with proxy connection. Added new code to resolve
  64.        this and added NTLM authentication (tested against ISA server) and
  65.        digest authentication (experimental may not work)
  66.       
  67. =================
  68. =    HISTORY    =
  69. =================
  70.  
  71. SSL Explorer 0.1.7 - January 28, 2005
  72.  
  73. Features
  74.      o Session timeout may now be configured.
  75.      o Application shortcuts may be edited.
  76.      o Global application shortcuts may now be defined. 
  77.      o Many changes to the format of application.xml have been made. More details
  78.        will be made available in the documentation.
  79.      o New Application Store management features including download applications
  80.        from the new 3SP Application Store. 
  81.      o Embedded clients now supports authentication via a ticket. This allows
  82.        SSL Explorer aware applications to be defined and launched without 
  83.        authenticating again.
  84.      o VPN client now has a console where all log output can be monitored.
  85.      o New 'HTML' application bundle type allowing Applets and ActiveX 
  86.        components to be deployed. The same features that are available for
  87.        Java applications are available, including tunnels and embedded client
  88.        ticket authentication.
  89.      o Added tunnel inactivity timeout (defaults to 10 minutes). 
  90.      o If SSL Explorer is running on a network where it is required (or useful)
  91.        to use a proxy server for outgoing connections, both HTTP and SOCKS 
  92.        servers may now be configured.
  93.      o Tunnels can now be edited (both personal and global).
  94.      o New options to 'Try current user' and 'Try guest' for authentication in
  95.        Network Places (both HTML and WebDAV).
  96.      o Option to prevent application tunnels being started on the
  97.        preferred port. Add the attribute 'usePreferredPort' and set a value of false.
  98.      o New screens to create, edit and delete replacement patterns used to process
  99.        pages loaded through the secure proxy feature.
  100.      o New feature to check the VPN clients environment (Os name, version, patch level and
  101.        Java version and vendor). The feature must be enabled in the Setup -> General 
  102.        then a new setup section will appear allowing you to configure the restrictions.
  103.      o Progress bar shows slightly (!) more accurate progress.
  104.      
  105.  
  106. Bug Fixes
  107.      o Sessions will no longer timeout during webdav operations or if tunnels are open.
  108.      o Uploaded files were being saved to memory first making it impossible to
  109.        upload large files.
  110.      o Robots.txt added to prevent search engines finding SSL Explorer installations.
  111.      o Some Windows Networks would not allow access (when a host was not part of a domain).
  112.      o Password / Security options are back again, this time in Setup -> General
  113.      o Username / Password will no longer be remembered by the browser at the login screen.
  114.      o Bookmarks now work in web pages loaded through the secure proxy.
  115.      
  116. -----------------     
  117.  
  118. SSL Explorer 0.1.6 - December 31, 2004
  119.  
  120. Bug Fixes
  121.      o Configuring a proxy URL without the protocol specification causes NullPointerException
  122.  
  123. -----------------
  124.  
  125. SSL Explorer 0.1.6 RC1 - December 29, 2004
  126.  
  127. Features
  128.     o Users may now define multiple profiles allowing different configurations
  129.       for different environments. Global profiles may be configured.
  130.     o Application definitions may now specified the working directory to launch
  131.       the application in. The 'dir' attribute can be added to the <main> element.
  132.       Use %INSTALLDIR% to specify the directory where the application files are
  133.       downloaded to.
  134.     o Added the Java IRC client PJIRC as a supported application.
  135.     o Accounts tab moved to 'Admin.' section.
  136.     o IP Restrictions moved to 'Setup' section.
  137.     o User logon information is now displayed in the footer.
  138.     o Support for launching VPN client through HTTP proxy
  139.  
  140. -----------------
  141.  
  142. SSL Explorer 0.1.5 - December 21, 2004
  143.  
  144. Features
  145.     o Web forwarding with Single Site (through SSL tunnel) and Secure Proxy (SSL-Explorer acts as proxy)
  146.     o Windows file sharing
  147.     o UDP tunnels (Experimental)
  148.     o Simpler configuration - no need to edit configuration files
  149.     o Option to restart service from web interface
  150.     o System configuration items now have information links
  151.     o Improved password and authentication options
  152.  
  153. Bug Fixes
  154.     o System configuration items are now ordered
  155.     
  156. -----------------    
  157.  
  158. SSL Explorer 0.1.4 - October 28, 2004
  159.  
  160. Features
  161.     o Tunnels are now persistant.
  162.     o Global tunnels may be configured that will be available for all
  163.       authenticated users.
  164.     o Database is now automatically upgraded. 
  165.  
  166. -----------------
  167.  
  168. SSL Explorer 0.1.3 - October 8, 2004
  169.  
  170. Bug Fixes
  171.     o  Deleting application shortcuts fails and sends user back to login screen.
  172.  
  173. -----------------
  174.  
  175. SSL Explorer 0.1.2 - September 25, 2004
  176.  
  177. Bug Fixes
  178.     o  VPN client fails because AbstractVPNClient class is missing from jar file
  179.  
  180. -----------------
  181.  
  182. SSL Explorer 0.1.1 - September 24, 2004
  183.  
  184. Features
  185.     o  Now includes embedded database HSQLDB for easier configuration
  186.     o  Launching of applications now displays progress (still buggy)
  187.     o  Now uses Jetty 5.0 for web application container
  188.     o  All logging from Jetty, HSQLDB and SSL Explorer takes place
  189.        through commons-logging
  190.  
  191. Bug Fixes
  192.     o  Silent exception caused system properties to always select default value
  193.  
  194. -----------------
  195.  
  196. SSL Explorer 0.1.0 - August 26, 2004
  197.  
  198. Features
  199.     o  VPN client compatible with MSJVM.
  200.     o  SSL Tunneling.
  201.     o  Deploy commonly used java applications for quick and easy access from any Java enabled browser.
  202.     o  Automatic configuration of application tunneling requirements.
  203.     o  Restrict access based on IP address.