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

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

Branch merges

Branch information

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

Recent commits

a51bcdd... by Dan Lenski

stop sending 'PAN GlobalProtect' as UA; recent server versions don't appear to enforce this

Add a comment in the manual about older servers where spoofing this value may still may be necessary.

See https://gitlab.com/openconnect/openconnect/-/issues/118#note_317598039
for one reason why spoofing official UAs is counterproductive.

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

6ed6ff3... by dwmw2

Fix up COPR specfiles for bash-completion script location

Signed-off-by: David Woodhouse <email address hidden>

df7eb56... by dwmw2

Merge branch 'bash-completion' of gitlab.com:bluca/openconnect

1cfda76... by dwmw2

Use shorter pathname for COPR RPM build

If the path of SOCKET_WRAPPER_DIR is too long, it doesn't fit in the
sun_path field of the sockaddr_un, and libsocket_wrapper gets very
unhappy, reporting 'Too many unix sockets'. Despite actually only ever
trying *one* path over and over again 1024 times due to truncation.

Signed-off-by: David Woodhouse <email address hidden>

2522d50... by Luca Boccassi

Install tncc-emulate.py too

Signed-off-by: Luca Boccassi <email address hidden>

80146b2... by Luca Boccassi

Fix typo in autocomplete test log message

Signed-off-by: Luca Boccassi <email address hidden>

152d882... by Luca Boccassi

Bash completion: install as /usr/share/bash-completion/completions/openconnect

This is the common default installation pattern for quite some time

Signed-off-by: Luca Boccassi <email address hidden>

7eba845... by dwmw2

Fix path to openconnect in bash completion

Oops, that wasn't supposed to get committed like that.

Signed-off-by: David Woodhouse <email address hidden>

72364c8... by dwmw2

Fix sigterm test at last

Make the main script wait for the device to be *up* not just exist.

Signed-off-by: David Woodhouse <email address hidden>

21a6a79... by dwmw2

More debug for sigterm

It's actually the vpnc-script which is failing:

 + '[' connect = connect ']'
+ ip link set dev oc-6352-tun0 up mtu 1434
Error: Device for nexthop is not up.

Signed-off-by: David Woodhouse <email address hidden>