]> www.infradead.org Git - users/dwmw2/openconnect.git/shortlog
users/dwmw2/openconnect.git
2019-01-16 David WoodhouseTag version 8.02 v8.02
2019-01-16 David WoodhouseResync translations with sources
2019-01-16 David WoodhouseUpdate translations from GNOME
2019-01-16 David WoodhouseMerge branch 'hurd' of gitlab.com:mtmiller/openconnect
2019-01-16 David WoodhouseAdd 'attempt-reconnect' vpnc-script reason
2019-01-14 Mike MillerAlso define IPV6_TCLASS for older versions of OS X
2019-01-12 Mike MillerDefine IPV6_TCLASS when it isn't defined on Hurd
2019-01-11 David WoodhouseUpdate changelog
2019-01-10 David WoodhouseAdd vpnc-script locations for FreeBSD and OpenBSD packages
2019-01-10 Mike MillerFix build failure on systems missing IPV6_TCLASS
2019-01-10 David WoodhouseMerge branch 'test-installed-openconnect' of gitlab...
2019-01-10 David WoodhouseMerge branch 'GP_split_excludes' of gitlab.com:dlenski...
2019-01-10 David WoodhouseAutogenerate AUTHORS file
2019-01-10 Daniel Lenskiprocess split-excludes for GlobalProtect
2019-01-10 Mike MillerAllow running test suite on installed openconnect
2019-01-10 David WoodhouseMake tmp-distdir and build there, as part of CI
2019-01-10 David WoodhouseRemove stray pass-CP852 file from EXTRA_DIST
2019-01-10 David WoodhouseAdd tmp-distdir make target for CI
2019-01-10 David WoodhouseAdd --dtls12-ciphers option
2019-01-10 David WoodhouseUpdate translations from GNOME
2019-01-10 David WoodhouseMake TODO file refer to contribute.html web page
2019-01-10 David WoodhouseRemove obsolete README.DTLS file
2019-01-10 David WoodhouseMerge branch 'single_probe_for_keepalive' of gitlab...
2019-01-10 David WoodhouseMerge branch 'remove_unneeded_headers' of gitlab.com...
2019-01-10 David WoodhouseAdd GitLab reference to mail/help page
2019-01-10 David WoodhouseUpdate contribute page with project ideas
2019-01-09 Daniel Lenskino need to send multiple probe packets as an ESP keepalive
2019-01-09 Daniel Lenskidecruft esp.c: these headers are only needed for GP...
2019-01-09 David WoodhouseClean up DTLS cipher selection for OpenSSL >= 1.1.0
2019-01-09 David WoodhouseUpdate changelog
2019-01-09 David WoodhouseAdd Cisco DTLSv1.2 support for GnuTLS build
2019-01-09 David WoodhouseAdd Cisco DTLSv1.2 support for OpenSSL build
2019-01-09 David WoodhouseProcess X-DTLS12-CipherSuite: header from server
2019-01-09 David WoodhouseClean up X-DTLS-CipherSuite header generation to allow...
2019-01-09 David WoodhouseOpenSSL: Loop over DTLS ciphersuites looking for the...
2019-01-09 David WoodhouseFix up building against local static OpenSSL
2019-01-07 David WoodhouseMerge branch 'libtasn1_fix_for_Android' of gitlab.com...
2019-01-06 Daniel Lenskidon't double-include libtasn1.h (breaks Android cross...
2019-01-05 David GEIGERFix Mageia TSS2_ESYS build
2019-01-05 David WoodhouseTag version 8.01 v8.01
2019-01-05 David WoodhouseUpdate changelog
2019-01-05 David WoodhouseFix memset_s arguments harder.
2019-01-05 David WoodhouseMerge branch 'extra_headers_for_IP_packet_munging_on_BS...
2019-01-05 Daniel LenskiGP ESP: extra headers must be explicitly included for...
2019-01-05 David WoodhouseTag version 8.00 v8.00
2019-01-05 David WoodhouseResync translations with sources
2019-01-04 David WoodhouseExplicitly reference python2 in shebang for tncc-wrapper.py
2019-01-04 David WoodhouseInstall trojan scripts to $(pkglibexecdir)
2019-01-04 David WoodhouseMerge branch 'CLOEXEC_for_GP_HIP' of gitlab.com:dlenski...
2019-01-04 David WoodhouseFix memset_s() parameters.
2019-01-04 Daniel Lenskiset CLOEXEC for GP's HIP pipes as well
2019-01-04 David WoodhouseClean up TNCC error handling
2019-01-04 David WoodhouseFix order of dup2 args in spawning TNCC, and add comments
2019-01-04 David WoodhouseUse cancellable_gets() for TNCC communication
2019-01-04 David WoodhouseSplit out cancellable recv/send/gets functions from...
2019-01-04 Nick ParrinTNCC periodic host checking fix
2019-01-03 David WoodhouseInclude all keys in dist
2019-01-03 David WoodhouseUpdate translations from GNOME
2019-01-03 David WoodhouseMerge branch 'oh_what_fun_it_is_to_spoof' of gitlab...
2019-01-03 Daniel Lenskimake csd-post.sh continue with a warning without xmlsta...
2019-01-03 Daniel Lenskimove trojans (csd-post.sh, csd-wrapper.sh, hipreport...
2019-01-03 David WoodhouseEncrypt digests being signed with IBM TSS2.
2019-01-03 David WoodhouseDisable TLSv1.3 when hardware RSA keys can't support PSS
2018-12-29 David WoodhouseMerge branch 'fix_asprintf' into 'master'
2018-12-27 Daniel Lenskiasprintf() returns -1 on error
2018-12-21 David WoodhouseClear TCG TSS2 auth passwords on free
2018-12-21 David WoodhouseMore free_pass() for TPMv1 passwords
2018-12-21 David WoodhouseUse free_pass() in openconnect_vpninfo_free()
2018-12-21 David WoodhouseUse free_pass() for TCG TSS2
2018-12-21 David WoodhouseUse free_pass() for freeing certificate passwords
2018-12-21 David WoodhouseUse free_pass() for yubikey PIN
2018-12-21 David WoodhouseClear form field entries in free_auth_form()
2018-12-21 David WoodhouseFix re-prompting for empty parent key password with...
2018-12-21 David WoodhouseAllow --form-entry on win32 builds too
2018-12-21 David WoodhouseClear full buffer in buf_truncate() and buf_free()
2018-12-12 David WoodhouseMerge branch 'tmp-fix-sigterm' of gitlab.com:nmav/openc...
2018-11-25 Daniel LenskiGlobalProtect: apparently, the parameter `clientos...
2018-11-24 Nikos MavrogiannopoulosSIGTERM cleans up the session similarly to SIGINT
2018-11-06 David WoodhouseAllow form responses to be provided on command line
2018-11-05 David WoodhouseMove prepare_stoken() call to generic openconnect_obtai...
2018-10-25 David WoodhouseCheck TPM2 key OIDs
2018-10-19 Nikos Mavrogiannopoulostests: added data transfer test under DTLS
2018-10-15 Ralph Schmiederchg: add --version-string
2018-10-13 David WoodhouseResync translations with sources
2018-10-13 David WoodhouseUpdate translations from GNOME
2018-10-13 Nikos MavrogiannopoulosNo longer send the TLS extension for the PSK protocol
2018-10-13 Nikos MavrogiannopoulosUse the client hello session identifier to transmit...
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...
next