Skip to content

Releases: vlaci/openconnect-sso

v0.8.0

02 Dec 14:35
Compare
Choose a tag to compare

v0.8.0

  • Updating dependencies
  • Add support for MFA popup dialogs
  • Pass cookie in STDIN to hide its value in ps output
  • Support NixOS 21.11

v0.7.3

15 Apr 10:40
Compare
Choose a tag to compare

v0.7.3

  • More failsafe method to reuse existing authentication sessions, so that
    entering password/MFA token may not be needed at all. Persisting HTTP cookies
    were prone to a race condition which is hopefully mitigated by this change.

v0.7.2

30 Mar 18:58
Compare
Choose a tag to compare

v0.7.2

  • Update dependencies keyring and importlib-metadata
    (pull/52)

v0.7.1

30 Mar 11:59
Compare
Choose a tag to compare

v0.7.1

  • Do not fail if keyring is not accessible
    (issues/45,
    pull/46)
  • Updating dependencies and support pyxdg 0.27
    (pull/49)

UPDATE: Yanked build artifacts as they contained uncommitted local changes

v0.7.0

01 Mar 21:07
Compare
Choose a tag to compare

v0.7.0

  • It is now possible to reuse previous authentication sessions, so that
    entering password/MFA token may not be needed at all.

v0.6.3

23 Feb 17:24
Compare
Choose a tag to compare

v0.6.3

  • Updating poetry2nix to fix build on nixpkgs-unstable
    (issues/40,
    pull/41)
  • Relax structlog's version restriction
    (pull/44)

v0.6.2

10 Feb 10:51
Compare
Choose a tag to compare

v0.6.2

  • Updating dependencies to newer versions
  • python-keyring is updated to 22.0.1 to fix Arch Linux (AUR) packaging

v0.6.1

29 Jan 08:50
Compare
Choose a tag to compare

v0.6.1

  • Use "modern" style authentication header (pull/37)

    It is inspired by openconnect/mr/75
    Without this header recent AnyConnect servers will not send the correct reply redirecting to the authentication page

v0.6.0

25 Oct 20:15
Compare
Choose a tag to compare

v0.6.0

New features

  • New --on-disconnect argument to run shell command when openconnect exits
    (pull/33)

    It is useful for example to restart SSH Control Master connections upon exit.

  • Adding --proxy argument from OpenConnect
    (pull/20)

    Authentication honors this argument too

  • Experimental Windows support
    (pull/16)

    sudo binary needs to be installed in addition to openconnect

Bug fixes

  • Application no longer crashes when the config file is not readable
    (pull/33)
  • Work around issue with password retrieval from kwallet
    (pull/26)

v0.5.0

27 Aug 15:58
Compare
Choose a tag to compare

Release Notes

v0.5.0

New Features

  • Adding --authgroup argument from OpenConnect

    Some VPN endpoints require users to post a valid authgroup (in
    OpenConnect lingua) as part of the group-access xml node. Up until
    now it was only possilbe to override the authgroup from the
    configuration or from an AnyConnect XML profile.

Other Notes

  • Removed max version constraint from attrs and update dependencies.
    It works with a more recent version after the convert= deprecation
    issues had been resolved for the previous upgrade.