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

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

Branch merges

Branch information

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

Recent commits

60e0dc9... by Dan Lenski

CSD XML tag and nostub are entirely protocol-specific and used in only one place

This patch replaces them with inline functions (modeled after gpst_os_name),
instead of storing them in the global `struct openconnect_info` object.

TODO: further clarify, separate, and consolidate protocol-specific data in
`struct openconnect_info`.

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

632c790... by Nikos Mavrogiannopoulos

Merge branch 'tmp-fix-centos7-failure' into 'master'

dtls-psk: use ping -6 to ping an ipv6 address

Closes #200

See merge request openconnect/openconnect!147

c81e14c... by Nikos Mavrogiannopoulos

.gitlab-ci.yml: CentosOS7/OpenSSL: mark failing test as XFAIL

That's because the test was not functional until now (due to missing
'which' application).

Signed-off-by: Nikos Mavrogiannopoulos <email address hidden>

819cbf7... by Nikos Mavrogiannopoulos

dtls-psk: use ping -6 to ping an ipv6 address

This is necessary in centos7 images.

Resolves: #200

Signed-off-by: Nikos Mavrogiannopoulos <email address hidden>

63369ba... by Dan Lenski

Merge branch 'GP_demangle_default_route_as_split_route' into 'master'

GP: Fix the issue of a 0.0.0.0/0 "split"-include route by swapping the "split" route with the default netmask.

See merge request openconnect/openconnect!118

774ee37... by Dan Lenski

Merge branch 'GP_unexpected_value_of_connected-gw-ip' into 'master'

GP: ask user to report unexpected value of <connected-gw-ip>

See merge request openconnect/openconnect!144

14c124c... by Dan Lenski

Merge branch 'enable_insecure_debugging' into 'master'

Enable insecure debugging

See merge request openconnect/openconnect!112

e2c5b73... by Dan Lenski

Merge branch 'delay_tunnel_and_close' into 'master'

delay_tunnel_reason and delay_close

See merge request openconnect/openconnect!117

cc98dc5... by Nikos Mavrogiannopoulos

Merge branch 'tmp-add-scan-build' into 'master'

Add clang's static analyzer to CI

See merge request openconnect/openconnect!139

c3c2565... by Dan Lenski

GP: ask user to report unexpected value of <connected-gw-ip>

We don't know what this one means, but it seems likely that we need to do
some special processing if this differs from the VPN server's external IP
address.

See https://gitlab.com/openconnect/openconnect/-/issues/193#note_447466255
for an example of this field observed "in the wild".

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