]> www.infradead.org Git - users/dwmw2/openconnect.git/shortlog
users/dwmw2/openconnect.git
2019-08-09 David WoodhouseTag version 8.04 v8.04
2019-08-06 David WoodhouseRemove hipreport-android.sh from COPR RPM build
2019-08-02 David WoodhouseSimplify openconnect_set_http_proxy() and report errors
2019-08-02 David WoodhouseFix proxy username and password parsing.
2019-08-02 David WoodhouseImplicitly enable basic auth for SOCKS if creds are...
2019-08-01 David WoodhouseUpdate translatons from GNOME
2019-08-01 David WoodhouseKill bogus 'no GSSAPI' warning when it isn't true
2019-07-24 David WoodhouseIncrease buffer size for oNCP configuration
2019-07-16 David WoodhouseSupport autobuild for COPR
2019-07-16 David WoodhouseAdd IPPROTO_IPIP compat definition to fix MinGW build
2019-07-16 David WoodhouseFor Pulse, send ESP only of the same IP protocol as...
2019-07-16 David WoodhouseSet ESP Next Header correctly for IPv6 again
2019-07-16 David WoodhouseUpdate translatons from GNOME
2019-06-28 David WoodhouseVarious documentation updates (DTLSv1.2, Pulse, TNCC)
2019-06-28 David WoodhouseAttempt to handle Pulse password/passcode auth flow...
2019-06-27 David WoodhouseAllow oversized incoming DTLS packets
2019-06-27 David WoodhouseRevert "Look a lot more like the Windows client..."
2019-06-27 David WoodhouseInterpret Pulse auth failure AVP
2019-06-27 David WoodhouseAcknowledge Pulse post-signin message
2019-06-27 David WoodhouseAdd tokencode support for Pulse
2019-06-27 Colin PetrieUpdate CSTP for IPv6 DNS servers
2019-06-13 David WoodhouseAdd IPv6 DNS and split routing for Pulse.
2019-06-12 David WoodhouseTurn off Extended Master Secret support (RFC7627) for...
2019-06-11 David WoodhouseTranslate strings in openconnect_get_supported_protocols()
2019-06-10 David WoodhouseImprove Pulse ESP setup reliability.
2019-06-10 David WoodhouseLook a lot more like the Windows client...
2019-06-10 David WoodhouseRevert "Set ESP Next Header field to 0x29 for IPv6...
2019-06-10 David WoodhouseSet IPv6 netmask vs. address fields correctly for Pulse
2019-06-10 David WoodhouseUpdate changelog
2019-06-10 David WoodhouseImport translations from GNOME
2019-06-10 David Woodhousepulse: Handle multiple IF-T/TLS records in a single...
2019-06-10 David WoodhouseFix EAP-TTLS build for OpenSSL 1.0.2 and earlier
2019-06-10 David WoodhouseRefuse to use libp11 0.4.7 as it's broken
2019-06-10 David WoodhouseFix pulse build without HAVE_ESP
2019-06-10 David WoodhouseDisable encrypt-then-mac where possible with DTLS and...
2019-06-10 Rosen PenevFix DTLS bug when lacking deprecated APIs
2019-06-10 Rosen PenevFix compilation without deprecated OpenSSL 1.1 APIs
2019-06-09 Daniel Lenskifix GP MTU calculation
2019-06-09 Daniel Lenskialso support sha256 with GlobalProtect ESP
2019-06-09 raminfpgpst: Fix memory leak if udp_connect() fails.
2019-06-09 Daniel LenskiAdd hipreport-android.sh
2019-06-09 Daniel Lenskiconsolidate GlobalProtect OS name translation
2019-06-09 Daniel Lenskicomment about GlobalProtect HTTP user-agent value
2019-06-09 Daniel LenskiClean up and simplify GP ESP keying
2019-06-09 Daniel LenskiIncomplete, speculative IPv6 for GlobalProtect
2019-06-09 Dan LenskiReport GP session lifetime
2019-06-09 Dan LenskiBetter spoofed HIP report
2019-06-09 David WoodhouseSet ESP Next Header field to 0x29 for IPv6 packets
2019-06-09 David WoodhouseSplit out construct_esp_packet() to avoid duplication
2019-06-09 David WoodhouseAdd ESP support for Pulse
2019-06-09 David Woodhousepulse: Split out config packet handling and loop until...
2019-06-09 David WoodhouseAdd HMAC-SHA256-128 support for ESP
2019-06-07 David WoodhouseAdd Pulse Connect Secure support
2019-06-07 David WoodhouseConvert dump_buf_hex() to use oc_text_buf instead of...
2019-06-07 Daniel Lenskimake dump_buf_hex() show printable characters as well
2019-06-07 David WoodhouseFix peer_cert_hash memory leaks
2019-06-04 David WoodhouseRevamp MTU detection
2019-05-19 David WoodhouseConsolidate common parts of setup_esp_keys()
2019-05-18 David WoodhouseTag version 8.03 v8.03
2019-05-18 David WoodhouseResync translations with sources
2019-05-18 David WoodhouseUpdate translations from GNOME
2019-05-18 David WoodhouseUpdate changelog
2019-05-16 David WoodhouseInclude <errno.h> in gnutls_tpm2_ibm.c
2019-05-11 David WoodhouseKill MAX_BUF_LEN
2019-05-10 David WoodhouseMerge branch 'tmp-update-gui-link' of gitlab.com:nmav...
2019-05-10 David WoodhouseReturn -EPERM when server changes IP address, not ...
2019-05-10 David WoodhouseMerge branch 'allow_routes_with_no_netmask' of gitlab...
2019-05-04 Nikos Mavrogiannopouloslinked to the right page for openconnect-gui and update...
2019-04-25 David WoodhouseAllow script_setenv() to truncate values
2019-04-25 David WoodhouseClean up memset_s() detection a bit more.
2019-04-24 David WoodhouseInclude <netinet/in_systm.h> before <netinet/ip_icmp...
2019-04-24 David WoodhouseFix Solaris 11.4 compilation by making memset_s() visible
2019-04-24 Yoshimasa NiwaFix wrong long option is used in the help messages
2019-04-20 Daniel LenskiAllow routes with no netmask (equivalent to /32 for...
2019-04-15 David WoodhouseMerge branch 'more_careful_gpst_esp_catch_probe' of...
2019-04-15 David WoodhouseGenerate ESP IV from previous packet for GnuTLS too.
2019-04-15 David WoodhouseGenerate ESP IV from previous packet instead of using...
2019-04-15 David WoodhouseReuse OpenSSL HMAC_CTX for ESP packets
2019-04-15 David WoodhouseDon't read from non-readable fds
2019-04-15 David WoodhouseMerge branch 'tmp-remove-fedora-bug' of gitlab.com...
2019-04-10 Daniel Lenskimore careful gpst_esp_catch_probe()
2019-04-03 David WoodhouseMerge branch 'bugfix_OTP_challenge_form_handling' of...
2019-04-03 Daniel Lenskibugfix for OTP "challenge" form handling
2019-03-26 David WoodhouseFix retry when ESP socket send() fails EAGAIN
2019-03-13 Nikos Mavrogiannopoulosdownload.xml: remove reference about fedora bug
2019-02-28 David WoodhouseUpdate translatons from GNOME
2019-02-28 Patrick LühneFix typo in help
2019-02-05 David WoodhouseAdd +SHA256 to re-enable AES-CBC-HMAC-SHA256
2019-02-05 Marc St-Amandauth-juniper.c: ignore non-empty lines from TNCC after...
2019-02-01 David WoodhouseRemove some redundant gtls_ver() checks
2019-02-01 David WoodhouseFix html.py to work with Python 3.x
2019-01-30 David WoodhouseUpdate translations from GNOME
2019-01-30 David WoodhouseUpdate changelog
2019-01-30 David WoodhouseFix test for if_utun.h to include <sys/types.h> first
2019-01-28 David Woodhouses/GitHub/GitLab/
2019-01-19 Nikos Mavrogiannopoulosgnutls-dtls: fixed initialization of AES256-GCM-SHA384
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
next