Skip to content

Releases: ancwrd1/snx-rs

Version 2.9.0

07 Jan 10:38
Compare
Choose a tag to compare
  • Added dns-servers and ignore-dns-servers options.
  • UI: refactored authentication settings: moved certificate authentication options to general tab which are shown depending on the selected authentication type.

Version 2.8.3

18 Dec 13:42
Compare
Choose a tag to compare
  • Fixed a bug with incorrect resolver detection when /etc/resolv.conf is a relative symlink.
  • Added "Apply" button in the settings dialog (validate and save settings without closing the dialog).

Version 2.8.2

13 Dec 18:43
Compare
Choose a tag to compare
  • Removed a superfluous title from the system tray icon (visible on some desktop environments).
  • Fixed a problem with the invalid MFA prompt shown when password is stored in the keychain and server-prompt option is enabled.
  • Fixed a problem with the incorrect resolver detection when /etc/resolv.conf is a multi-level symlink.

Version 2.8.1

02 Dec 17:54
Compare
Choose a tag to compare
  • Fixed a bug with a tun device being not removed after SSL tunnel is disconnected.

Version 2.8.0

01 Dec 16:34
Compare
Choose a tag to compare
  • Added icon-theme config option and a GUI setting to choose the GUI icon theme, to workaround an issue with desktop theme autodetection on some systems.

Version 2.7.2

13 Nov 22:48
Compare
Choose a tag to compare
  • Added DNS resolver detection and support for the plain /etc/resolv.conf configuration without systemd-resolved. Note that this setup will forward all DNS requests to the corporate VPN.
  • Added improvements in config files parsing.

Version 2.6.1

29 Oct 22:08
Compare
Choose a tag to compare
  • Fixed default-route option in combination with the SSL tunnel
  • Fixed intermittent crash in the SSL tunnel due to a keepalive counter underflow

Version 2.6.0

13 Oct 20:04
Compare
Choose a tag to compare
  • Added no-keepalive option to disable IPSec keepalive packets, to workaround some rare cases of tunnel disconnects.
  • Removed webkit from the project. It doesn't seem to bring any practical value.
  • Don't add duplicated routes
  • When attempting to connect, don't return an error if the tunnel is already connected

Version 2.5.0

13 Sep 18:59
Compare
Choose a tag to compare
  • Added experimental ike-persist option which will save IPSec session to disk, restore it after service or computer restart and automatically reconnect the tunnel without authentication. It works best in combination with the ike-lifetime option. For example, setting ike-lifetime to 604800 will keep the session for 7 days. Note that most IPSec servers have shorter IKE duration configured, so it may be terminated earlier. This option is also added to the GUI application under "Misc settings" category. Automatic reconnection will happen when running in the standalone mode, when GUI application starts or when snxctl sends the "connect" command.
  • Fixed some issues with added routes.
  • Fixed a problem with SSL connection when username is not specified

Version 2.4.2

03 Sep 09:30
Compare
Choose a tag to compare
  • Fixed the ignore-routes option which wasn't working as expected
  • Fixed a problem with the default-route=true option in combination with the IPSec tunnel
  • Allow comma-separated values in the command line for the multi-value parameters
  • Added informational message printed to stdout when the tunnel is connected in standalone mode
  • Ignore stored or specified passwords for the SAML authentication