]> www.infradead.org Git - users/dwmw2/openconnect.git/shortlog
users/dwmw2/openconnect.git
2022-03-31 David Woodhouseknown key extsaml
2022-03-31 David WoodhouseSend X-AnyConnect-STRAP-Pubkey and X-AnyConnect-STRAP...
2022-03-22 David WoodhouseAttempt external SSO hack
2022-03-22 David Woodhousepretend to support external browser SAML
2022-03-22 David WoodhouseHack: set vpn->authgroup
2022-03-12 David Woodhouseepoll debug epoll-debug
2022-03-08 Daniel LenskiFix GP fake server parameters so that gateway-interface...
2022-03-08 Daniel LenskiAdd changelog entry
2022-02-26 David WoodhouseFix Windows tun setup crash
2022-02-26 David WoodhouseMake buf_append_utf16le() robust against being passed...
2022-02-23 Luca BoccassiGP SAML: support legacy workflow
2022-02-23 Luca BoccassiAC SAML: cookies might be empty
2022-02-23 Luca BoccassiAC SAML: do not assume the cookie will be on the final...
2022-02-23 Luca BoccassiGP SAML: handle redirect case
2022-02-23 Luca BoccassiGP SAML: fix some memory handling
2022-02-23 Luca BoccassiDocs: note that GP + SAML is supported by network-manag...
2022-02-23 Daniel Lenskistart adding GP SSO support
2022-02-23 Daniel Lenskisplit OC_FORM_OPT_SSO into _TOKEN and _USER versions...
2022-02-23 Daniel Lenskiopenconnect_open_webview_vfn should return int, and...
2022-02-23 Daniel Lenskimake .sso_detect_done a protocol-specific VFN, and...
2022-02-23 Steven WalterSupport AnyConnect single-sign-on-v2
2022-02-20 David WoodhouseTag version 8.20 v8.20
2022-02-20 David WoodhouseFix EXTRA_DIST for ocserv config files
2022-02-20 David WoodhouseAvoid printing spurious ENOENT error from EPOLL_CTL_DEL
2022-02-20 David WoodhouseResync translations with sources
2022-02-20 David WoodhouseUpdate translations from GNOME
2022-02-20 David WoodhouseMerge branch 'wip/dueno/tss2-rc' of gitlab.com:dueno...
2022-02-17 Dimitri Papadopouloshtml.py must run with either Python 2 or 3 to support...
2022-02-17 Daniel LenskiMerge branch 'tmp-fedora35' into 'master'
2022-02-13 Nikos MavrogiannopoulosMerge branch 'spelling' into 'master'
2022-02-13 Nikos Mavrogiannopoulos.gitlab-ci.yml: removed legacy references to rdrand
2022-02-13 Nikos Mavrogiannopoulos.gitlab-ci.yml: remove unnecessary installations
2022-02-12 Nikos Mavrogiannopoulos.gitlab-ci.yml: build on fedora35
2022-02-12 Dimitri PapadopoulosFix typos not found by codespell
2022-02-11 Dimitri PapadopoulosUse ARRAY_SIZE(array) macro instead of hard-coded sizeo...
2022-02-11 Daniel LenskiIn dumb_socketpair(), delete Unix-domain socket path...
2022-02-11 Luca Boccassilibopenconnect: add public interface stubs for SAML...
2022-02-10 Daniel LenskiMerge branch 'pulse_IPv6_docs' into 'master'
2022-02-10 Daniel LenskiClarify Fortinet no-valid-cookie error paths
2022-02-10 Daniel LenskiPrint warning if Fortinet server doesn't indicate suppo...
2022-02-10 Daniel LenskiMention support for DTLSv1.2 in F5 BIG-IP v16 or newer
2022-02-10 Daniel LenskiPrint Pulse server's IPv6 internal gateway address...
2022-02-10 Daniel LenskiMention that some Pulse VPNs need to spoof official...
2022-02-10 Daniel LenskiRemove already-disabled code copied from oncp.c into...
2022-02-10 Daniel LenskiPulse IPv6 is now known to work on real-world servers
2022-02-10 Dimitri PapadopoulosPrint detailed error information when opening cmd pipe...
2022-02-07 Daniel LenskiMerge branch 'pulse-config-on-9.1' into 'master'
2022-02-07 Daniel LenskiUpdate changelog
2022-02-07 David OvertonPulse: handle 0x2e20f000 main configuration packet
2022-02-07 Daniel LenskiFix memory leak in pulse.c
2022-02-07 David OvertonBugfix Legacy IP split include/exclude routes for Pulse
2022-02-01 David WoodhouseUpdate translations from GNOME
2022-01-30 Daniel LenskiMerge branch 'doc_updates' into 'master'
2022-01-30 Dimitri PapadopoulosAdd jq as a build dependency to fix COPR builds
2022-01-28 Daniel LenskiMerge branch 'master' into 'master'
2022-01-27 Ivan AfonichevAbsolute redirect with '://' in URL param should be...
2022-01-27 Daniel LenskiMerge branch 'pass_LOG_LEVEL_to_vpnc_script' into ...
2022-01-25 Daniel LenskiMention other Windows vpnc-script improvement MRs in...
2022-01-25 Daniel LenskiUpdate changelog
2022-01-24 Daniel LenskiPass verbosity level in vpnc-script environment as...
2022-01-24 Daniel LenskiRemove the 'verbose' global variable
2022-01-23 Daniel LenskiAdd new documentation on how to observe/MITM VPN clients
2022-01-23 Daniel LenskiThe GitLab repo is more than an "experiment" at this...
2022-01-23 Daniel LenskiUpdate "Contributing" docs
2022-01-23 Daniel LenskiBuild docs should mention that ./configure looks for...
2022-01-23 Daniel LenskiCleanup whitespace in all human-maintained files
2022-01-21 Daniel LenskiChange library ordering when testing for library availa...
2022-01-21 Daniel LenskiRemove unnecessarily repeated IPv6-enablement in .gitla...
2022-01-21 Daniel LenskiFix changelog links/labels
2022-01-18 David WoodhouseUpdate translations from GNOME
2022-01-18 Dimitri PapadopoulosOption --version prints default script location
2022-01-18 Daniel LenskiFix dumb_socketpair() comments
2022-01-14 Daniel LenskiMerge branch 'windows_ctrl_signal_handler' into 'master'
2022-01-13 Tim De BaetsUpdate changelog
2022-01-13 Tim De BaetsIssue OC_CMD_DETACH instead of OC_CMD_CANCEL on Ctrl...
2022-01-13 Tim De BaetsInstall a custom signal handler on Windows using SetCon...
2022-01-13 Daniel LenskiMerge branch 'Windows_10_has_AF_UNIX_socket' into ...
2022-01-13 Daniel LenskiUpdate changelog
2022-01-13 Daniel Lenskidumb_socketpair(): Try a whole series of plausible...
2022-01-13 Daniel Lenskidumb_socketpair(): fallback from AF_UNIX to AF_INET...
2022-01-13 Daniel Lenskidumb_socketpair(): generate named socket path more...
2022-01-01 Daniel Lenskidumb_socketpair(): try to use AF_UNIX socketpair on...
2021-12-28 Dimitri PapadopoulosLatest version of vendored dumb_socketpair()
2021-12-17 Daniel Lenski.mailmap update
2021-12-16 Daniel LenskiMerge branch 'wintun-0.10.2-0.13' into 'master'
2021-12-16 Dimitri PapadopoulosWindows: fix instability with Wintun as tunnel device...
2021-12-16 Dimitri PapadopoulosFollow Wintun example to the letter (versions 0.10...
2021-12-15 Daniel LenskiMerge branch 'reject_bogus_OS_names' into 'master'
2021-12-15 Daniel LenskiWhen running on Windows, the default OS value should...
2021-12-15 Daniel Lenskiopenconnect_set_reported_os should reject illegal values
2021-12-09 Dimitri PapadopoulosLoad wintun.dll from the application directory only
2021-12-07 Dimitri PapadopoulosAC_ERROR → AC_MSG_ERROR
2021-12-07 Dimitri PapadopoulosFix grammar/typos in comments and diagnostic messages
2021-12-07 Daniel LenskiMerge branch 'force_dpd_even_if_greater_than_server_int...
2021-12-07 Daniel LenskiMerge branch 'm4' into 'master'
2021-12-07 Dimitri PapadopoulosFix Windows installer so that it uninstalls cleanly
2021-12-03 Dimitri PapadopoulosAC_PROG_LIBTOOL → LT_INIT
2021-12-03 Dimitri PapadopoulosAC_LANG_C → AC_LANG([C])
2021-12-03 Dimitri PapadopoulosAC_CONFIG_MACRO_DIRS
2021-11-24 Daniel LenskiMerge branch 'csd-wrapper-compressed' into 'master'
next