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

Last commit made on 2021-02-20
Get this branch:
git clone -b change_all_links_to_Gitlab_pages_rather_than_infradead https://git.launchpad.net/~mamarley/openconnect/+git/gitlab-main

Branch merges

Branch information

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

Recent commits

a27dc5b... by Dan Lenski

redirect all ftp/http/https links to Gitlab rather than infradead.org

Except for past release tarballs and their signatures. TODO: figure out if we can do signed releases on Gitlab.

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

4138108... by Dan Lenski

static website tweaks

We don't need the artifacts from any builds, and add a dedicated Makefile target to update the '/public' directory.

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

27331d0... by Dan Lenski

Try to generate static website using GitLab pages

Based on the example at https://gitlab.com/pages/plain-html, and ocserv's configuration (https://gitlab.com/openconnect/ocserv/blob/master/.gitlab-ci.yml)

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

859b76a... by Dan Lenski

changelog: more updates since v8.10

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

a73b653... by Dan Lenski

Merge branch 'remove_protocol_specific_values_from_global_state_object' into 'master'

CSD XML tag and nostub are entirely protocol-specific and used in only one place

See merge request openconnect/openconnect!159

c89062c... by Dan Lenski

add pointer to vpnc-script repo to README

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

6279c47... by Dan Lenski

Merge branch 'allow_multiple_servercert_arguments' into 'master'

Allow specification of multiple certificate fingerprints on command-line via --servercert

See merge request openconnect/openconnect!162

9e60b41... by Dan Lenski

changelog

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

856d39d... by Dan Lenski

allow specification of multiple certificate fingerprints on command-line via --servercert

Server certificates will be accepted if they match *any* of the provided fingerprints.

Behavior with `--servercert` is otherwise unchanged; it still disables system trust
stores, meaning that _only_ certificates matching the provided fingerprints will be
accepted if it is specified one or more times.

This will allow the use of `--servercert` to non-interactively connect to a server which
has a non-trusted certificate and redirects to one or more other servers with non-trusted
certificates. (See #25 for a real case.)

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

99bd568... by Dan Lenski

Merge branch 'one_more_pulse_failcode' into 'master'

Pulse: one more known failcode (0x0e = client cert required)

See merge request openconnect/openconnect!163