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

Last commit made on 2019-12-17
Get this branch:
git clone -b stokenrc https://git.launchpad.net/~mamarley/openconnect/+git/gitlab-main

Branch merges

Branch information

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

Recent commits

29e97dd... by dwmw2

Allow custom stoken rcfile to be specfied

Fixes: #71

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

2d14dce... by dwmw2

Move read_file_into_string() to ssl.c and rename it

We'll want to use this from stoken.c too.

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

0049a1f... by dwmw2

Consolidate almost-identical set_[ht]otp_mode() functions

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

1805a11... by dwmw2

Send Coverity reports to $GITLAB_USER_EMAIL instead of hard-coding it.

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

4fdb8e3... by dwmw2

Detect closed HTTPS socket when sending requests

Fixes: #87

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

48e69d1... by dwmw2

Add password change support

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

5ed7724... by dwmw2

tun-win32: Attempt to open all adapters, don't bail if the first is in use

https://gitlab.com/openconnect/openconnect-gui/issues/278

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

90a5577... by dwmw2

Update translations from GNOME

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

f91b42b... by dwmw2

Fix build error in select fix

Bad dwmw2. No biscuit.

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

a52d070... by dwmw2

When select() returns with errno == EINTR, that isn't an error

This stopped us from actually sending the BYE packet and closing the
session cleanly on exit.

Fixes: a07183b79f ("Check select() return value in main loop") et al.

This is why we don't blindly "fix warnings" reported by tools like
Coverity, and should sometimes be a little more reticent, and only
actually fix *bugs* that are highlighted.

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