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

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

Branch merges

Branch information

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

Recent commits

96de5a9... by dwmw2

Increase server delay for fake server tests

Doesn't look like 1 second is enough of a delay in all cases.
Increase it and hopefully the tests will stop being so flaky.

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

b65ebb4... by dwmw2

Better logging from auth-multicert

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

d5503fd... by dwmw2

Merge branch 'obs' of gitlab.com:bluca/openconnect

6bcf4c4... by dwmw2

Merge branch 'errors' into 'master'

Fix Linux kernel coding style error and warnings reported by checkpatch.pl

See merge request openconnect/openconnect!357

4683bb7... by Luca Boccassi

obs: remove libpskc-dev dependency from libopenconnect-dev

It is not available on older Ubuntu releases, it is only needed to make
pkg-config work correctly, but it can be installed manually

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

c64e78e... by Luca Boccassi

obs workflow: add xdg-utils build-dep on openconnect.dsc too

Due to <reasons> we need to duplicate the list of build deps for Debian builds.

https://gitlab.com/openconnect/openconnect/-/commit/9b5a9e004af579bd3b24e115061fb99c94504bce
added this package to .obs/debian/control, also add it to .obs/openconnect.dsc

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

3da5c7f... by dwmw2

Merge branch 'insecure-openssl' into 'master'

openssl: allow ALL ciphers when allow-insecure-crypto is enabled

See merge request openconnect/openconnect!355

a2a7f1a... by Dimitri Papadopoulos <email address hidden>

Fix Linux kernel coding style error and warnings

open brace '{' following struct go on the same line
open brace '{' following function definitions go on the next line

"(foo*)" should be "(foo *)"
"foo * bar" should be "foo *bar"
sizeof foo should be sizeof(foo)

quoted string split across lines

please, no space before tabs
Statements should start on a tabstop

Signed-off-by: Dimitri Papadopoulos <email address hidden>

c68a372... by dwmw2

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

9b5a9e0... by dwmw2

Add xdg-utils for xdg-open (default external browser)

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