]> www.infradead.org Git - users/dwmw2/openconnect.git/shortlog
users/dwmw2/openconnect.git
2018-10-13 David WoodhouseUpdate TPM docs tpm2
2018-10-13 David WoodhouseFall back to tpm2tss engine
2018-10-12 David WoodhouseClean up ibmtss error reporting to use vpn_progress()
2018-10-12 David WoodhouseConsolidate tpm2_get_session_handle()
2018-10-12 David WoodhouseClean up persistent/generated handle checks a little
2018-10-12 David WoodhouseReinstate support for TPM2 'TSS2 KEY BLOB' support...
2018-10-12 David WoodhouseRemove legacy tpm2tss PEM support
2018-10-12 David WoodhouseRemove static ui_vpninfo hack for ENGINE callbacks
2018-10-12 David Woodhousetpm2-esys: Check parent NODA flag and demand password...
2018-10-12 David WoodhouseSwitch to standard TSS2 PEM format
2018-10-11 David WoodhouseFactor out PKCS#1 padding
2018-10-11 David WoodhouseAdd tss2-devel to CI
2018-10-11 David WoodhouseFirst cut at IBM TSS support, mostly copied from James...
2018-10-11 David WoodhouseUpdate changelog. TPM2 is no longer OpenSSL-only.
2018-10-11 David WoodhouseAdd support for persistent parent keys and other hierar...
2018-10-11 David WoodhouseAllow parsing of permanent handles for TPM2 parents
2018-10-11 David WoodhouseSkeleton IBM TSS support
2018-10-11 David WoodhouseMove non-TSS-specific code to gnutls_tpm2.c
2018-10-11 David WoodhouseFix signedness handling for EC signatures
2018-10-11 David WoodhouseFactor out sign_hash functions for tpm2
2018-10-11 David WoodhouseAdd openconnect_set_key_password()
2018-10-11 David WoodhouseAdd openconnect_has_tss2_blob_support()
2018-10-11 David WoodhouseUpdate licence and TPM docs
2018-10-08 David WoodhouseTell GnuTLS the TPM2 can't do SHA512
2018-10-08 David WoodhouseFix TPM2 emptyauth handling
2018-10-08 David WoodhouseAdd TPM2 ECC support
2018-10-08 David WoodhouseSupport TPM2 auth
2018-10-08 David WoodhouseFirst pass at proper TPM2 support for GnuTLS using...
2018-10-08 David WoodhouseParse TPM2 ASN.1 blob
2018-10-08 David WoodhousePost CSD results even when no other auth is needed.
2018-10-08 David WoodhouseMerge branch 'fix_authgroup_dropdown_handling' of gitla...
2018-10-08 Daniel LenskiFix GlobalProtect authgroup handling
2018-10-08 Daniel LenskiFix issue causing front-ends/GUIs to be insensitive...
2018-10-06 David WoodhouseMerge branch 'multiple_search_domains_GPST' into 'master'
2018-10-06 Daniel LenskiDon't segfault when search domain list is empty (and...
2018-10-03 David WoodhouseUpdate TPM documentation to mention TPMv2
2018-10-03 David WoodhouseAdd shell of TPM2 support
2018-10-03 David WoodhouseShift TSS context out of generic vpninfo
2018-10-03 David WoodhouseShift PC/SC context out of generic vpninfo
2018-10-03 David WoodhouseMake yubikey less picky about what it'll generate token...
2018-10-03 David WoodhouseMerge branch 'master' of gitlab.com:j.l-w/openconnect...
2018-10-03 David WoodhouseAdd support for files from the *other* OpenSSL TPM2...
2018-10-03 James Laird-WahRecognise auth forms named "challenge" as token requests
2018-10-01 David WoodhouseAdd Changelog for OpenSSL TPM2 support
2018-09-30 Daniel LenskiGlobalProtect: query and parse prelogin.esp and use...
2018-09-30 Daniel Lenskisimplify gpst_xml_or_error handling and config parsing
2018-09-30 Daniel Lenskicatch 'Valid client certificate is required' as EPERM
2018-09-30 Daniel Lenskihandle multiple search domains for GPST
2018-09-27 David WoodhouseUse OpenSSL TPM2 engine
2018-09-22 Daniel LenskiGPST should follow --csd-user, as done by CSTP
2018-09-21 David WoodhouseMerge branch 'fill_in_any_password_type_field' into...
2018-09-21 Daniel Lenskicommand-line client should fill in any password field...
2018-09-21 David WoodhouseMerge branch 'master' of gitlab.com:KyleJ61782/openconnect
2018-09-21 David WoodhouseMerge branch 'fix_base64_decode' of gitlab.com:dlenski...
2018-09-21 David WoodhouseMerge branch 'gp_always_clientos_Windows' into 'master'
2018-09-21 Daniel LenskiGlobalProtect: always set clientos=Windows in relevant...
2018-09-17 David WoodhouseUpdate translations from GNOME
2018-09-08 Daniel Lenskiopenconnect_base64_decode: fix sign of error return...
2018-09-02 Kyle JohnsonToggle TAP status to force Windows to re-run NLA.
2018-08-15 David WoodhouseUpdate translations from GNOME
2018-08-15 Daniel Lenskiallow overriding User-Agent in Java library
2018-08-09 David WoodhouseRevert "Don't treat Juniper 'realm' field as authgroup"
2018-08-09 Joerg MayerCheck whether glibtoolize is available in addition...
2018-08-09 David WoodhouseMerge branch 'feature/update-dnf-yum-cache' of gitlab...
2018-08-09 David WoodhouseDon't treat Juniper 'realm' field as authgroup
2018-08-09 David WoodhouseMerge branch 'master' of gitlab.com:dlenski/openconnect
2018-08-09 David WoodhouseAdd alternative CSD script to post results directly
2018-08-09 David WoodhouseClean up csd-wrapper.sh
2018-08-09 David WoodhouseProvide unique hostname to CSD script
2018-08-09 David WoodhouseMerge branch 'include_csd-wrapper.sh' of gitlab.com...
2018-08-06 Daniel Lenskiadd protocol-agnostic idle_timeout and openconnect_get_...
2018-08-06 Daniel Lenskifix misuse of write_new_config callback by GP, causing...
2018-08-06 Daniel LenskiUse waitpid() in a portable fashion
2018-08-05 Daniel Lenskidescribe and set protocol in Java test application
2018-08-05 Daniel Lenskifix segfault in Java library test application
2018-08-05 Daniel Lenskiadd getProtocol, setProtocol, getSupportedProtocols...
2018-08-05 Daniel Lenskiinclude openconnect_get_protocol method for completeness
2018-08-05 Daniel Lenskiadd missing OC_PROTO_CSD flag to GP protocol
2018-08-04 Daniel Lenskiinclude computer name in the GP cookie
2018-08-02 Daniel LenskiRemove first oNCP negotiation request (only second...
2018-08-02 Daniel LenskiReduce unnecessary connection-rebuilding for Juniper
2018-08-02 Daniel LenskiFill in a few missing references to GlobalProtect,...
2018-08-02 Daniel LenskiClarify protocol description in connection message
2018-08-02 Daniel LenskiClarify a few uncommented corners of the ESP support
2018-08-02 Daniel LenskiAlign naming and commenting of mechanism for receiving...
2018-08-02 Daniel LenskiTolerate packets that are larger than negotiated MTU...
2018-08-02 Daniel LenskiAdd changelog entries for other significant changes...
2018-07-12 Ľubomír CarikUpdate yum/dnf cache before package installation
2018-06-26 Nikos Mavrogiannopoulosopenconnect.8: reference ocserv(8)
2018-06-07 David WoodhouseUpdate translations from GNOME
2018-06-01 Daniel Lenskiprovide CSD_SHA256 via environment variable rather...
2018-05-31 Daniel LenskiOops, leftover wget flag
2018-05-31 David WoodhouseUpdate translations from GNOME
2018-05-31 Daniel Lenskiuse curl with --pinnedpubkey to rely on sha256 hash...
2018-05-31 David WoodhouseMerge branch 'feature/cleanup_options_list' into 'master'
2018-05-31 Daniel Lenskiupdate csd-wrapper.sh to use -url argument, kill cstub...
2018-05-31 Nikolay Panininclude default csd-wrapper.sh
2018-05-31 Daniel Lenskicheck for oversize ESP packets, with 256 bytes of headr...
2018-05-31 Daniel Lenskifix typo in Juniper TOTP form name
2018-05-31 Daniel Lenskimake the descriptions for the behavior of some command...
next