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

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

Branch merges

Branch information

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

Recent commits

b43aedd... by dwmw2

Import translations from GNOME

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

dc2f93c... by dwmw2

Reduce the 'bus factor' for translation sync a bit

This is mostly just what NMo's import-strings.sh does, but now it's a bit
more obvious and accessible for other OpenConnect developers.

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

7539549... 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>

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