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

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

Branch merges

Branch information

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

Recent commits

847d035... by Dan Lenski

OpenConnect has too many slightly-varying and undocumented interfaces for external scripts with similar functions

Document them in 'What needs doing?' for now.

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

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

Fix signedness of character buffers in HKDF/HPKE-related functions

GCC warned of inconsistent signedness in function arguments.

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

a1e1c98... by Dan Lenski

Bugfix fake-gp-server.py: <saml-request> uses the 'standard' base64 alphabet, not the 'URL-safe' one

We know that both openconnect_base64_decode() and
https://github.com/dlenski/gp-saml-gui successfully decode the contents of
the <saml-request> tag fromn real GP servers that require SAML auth, so
their expectation of the 'standard' base64 alphabet here must be correct.

This may fix some of the intermittent failures in tests/gp-auth-and-config.

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

01b7e75... by dwmw2

Use OpenSSL_version() not deprecated SSLeay_version()

Fixes: #428

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

0d2eb51... by dwmw2

Fix ESP recv() error handling for Windows

Fixes: #427

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

e733fb2... by dwmw2

Remove stray debug message on Pulse ESP rekey

Reported-by: Schütz Dominik <email address hidden>
Signed-off-by: David Woodhouse <email address hidden>

c51e7f5... by dwmw2

Import translations from GNOME

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

01efd32... by dwmw2

BuildRequire glibc-langpack-cs on EPEL9 for auth-nonascii test

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

05a7e10... by dwmw2

Revert "Use more idiomatic super().__init__() in html.py"

This reverts commit 1b3ffa6fb8f77b3924f474e675c3fe9ac16901fb, which
broke the build with python 2.

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

6e808b5... by dwmw2

Merge branch 'autoconf' into 'master'

AC_PREREQ expects a single version argument

Closes #413

See merge request openconnect/openconnect!374