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

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

Branch merges

Branch information

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

Recent commits

e481291... by dwmw2

avx

32f00e2... by dwmw2

More test hacks

4ce543e... by dwmw2

test: Don't read from non-readable fds

ed78a1c... by dwmw2

test: reuse packets instead of free/malloc

1e68e20... by dwmw2

Merge branch 'bugfix_OTP_challenge_form_handling' of gitlab.com:dlenski/openconnect

3d4701a... by Dan Lenski

bugfix for OTP "challenge" form handling

In the patch entitled 'Recognise auth forms named "challenge" as token
requests' (commit 51f8feb6, released in v8.00) the condition for using an
OTP token in an AnyConnect login form was changed from:

  (field is named `secondary_password`)

… to:

  (field is named `secondary_password`) AND (form is named `challenge`)

This was almost certainly a mistake, and should have been as follows:

  (field is named `secondary_password`) OR (form is named `challenge`)

This patch rewrites the condition to do just that, in a clearer form, and
should fix GitLab issue #24 (https://gitlab.com/openconnect/openconnect/issues/24#note_157035052).

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

3014e30... by dwmw2

Fix retry when ESP socket send() fails EAGAIN

Don't drop packets; requeue them until the socket becomes writeable again.

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

99ddf97... by dwmw2

Update translatons from GNOME

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

867ee3e... by =?utf-8?q?Patrick_L=C3=BChne?= <email address hidden>

Fix typo in help

This help string missed a closing parenthesis. This commits corrects
the typo across all localizations.

Signed-off-by: Patrick Lühne <email address hidden>

5a3f242... by dwmw2

Add +SHA256 to re-enable AES-CBC-HMAC-SHA256

Fixes: #21

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