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

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

Branch merges

Branch information

Recent commits

732d38e... by dwmw2

EAP-TTLS for OpenSSL too

b7d2814... by dwmw2

Free ttls_pushbuf

12450aa... by dwmw2

Fix peer_cert_hash memory leaks

Spotted while running Pulse code under Valgrind

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

6c61130... by dwmw2

Conver dump_buf_hex() to use oc_text_buf instead of sprintf

I seem to recall the OpenBSD build will complain loudly about the use of
"bad" functions like sprintf. And even though this particular code does
seem to be perfectly correct, they do have a point in the general case.

Just use buf_append() for this, since that's what it was designed for.

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

6d7e051... by dwmw2

Add doc for pulse

9e169f0... by dwmw2

Fix Windows build whining about sockaddr types

66f8ddb... by dwmw2

Session kill request

b00a7bc... by dwmw2

Honour custom username/password prompts

a45fe91... by dwmw2

Clean up generic EAP handling a little more

84bcb16... by dwmw2

A little bit more commenting about protocol layers