~mamarley/openconnect/+git/gitlab-main:explain_exit_status_in_HIP_and_CSD_scripts

Last commit made on 2020-04-21
Get this branch:
git clone -b explain_exit_status_in_HIP_and_CSD_scripts https://git.launchpad.net/~mamarley/openconnect/+git/gitlab-main

Branch merges

Branch information

Name:
explain_exit_status_in_HIP_and_CSD_scripts
Repository:
lp:~mamarley/openconnect/+git/gitlab-main

Recent commits

bbd54b3... by Dan Lenski

explain exit status in HIP/CSD scripts

Follow-up to b2a2c7a9c2445057f8ed22192486480c431d0438.

Signed-off-by: Daniel Lenski <email address hidden>

f0dfecb... by dwmw2

Merge branch 'use_TCP_NODELAY_when_tunnel_running_over_TCP' of gitlab.com:openconnect/openconnect

fc2e08f... by Dan Lenski

changelog

Signed-off-by: Daniel Lenski <email address hidden>

b69aa4e... by Dan Lenski

set TCP_NODELAY unconditionally on TCP/TLS sockets

This replaces 67162301, where I tried to only set `TCP_NODELAY` when using
TLS for the tunnel transport.

See https://gitlab.com/openconnect/openconnect/-/merge_requests/89#note_328398311
for why setting it unconditionally is probably the best choice for openconnect.

Signed-off-by: Daniel Lenski <email address hidden>

016de8a... by dwmw2

Merge branch 'tncc_wrapper_Py3k' of gitlab.com:dlenski/openconnect

e385a5f... by dwmw2

Merge branch 'GP_urldecode_login_arguments' of gitlab.com:dlenski/openconnect

c9ae73c... by Dan Lenski

Changelog entry for GP changes (covers !90, !93, !95)

Signed-off-by: Daniel Lenski <email address hidden>

494e81e... by Dan Lenski

URL-decode GlobalProtect login response fields

The usage of URL encoding in the fields sent by GP servers here is
inconsistent, but in particular the value "%28empty_domain%29" keeps popping up
in places where the server expects "(empty_domain)" (like the stupidly redundant
logout operation). So we do this to be safe and to ensure logout succeeds.

Signed-off-by: Daniel Lenski <email address hidden>

bffb198... by Dan Lenski

trigger periodic TNCC even if we have no packets to receive from oNCP, and don't use server's interval if zero

Signed-off-by: Daniel Lenski <email address hidden>

04c859e... by dwmw2

Merge branch 'modify_GP_challenge_2FA_form_handling' of gitlab.com:openconnect/openconnect