~mamarley/openconnect/+git/gitlab-main:dwmw2-auth

Last commit made on 2015-02-24
Get this branch:
git clone -b dwmw2-auth https://git.launchpad.net/~mamarley/openconnect/+git/gitlab-main

Branch merges

Branch information

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

Recent commits

eb7ed77... by David Woodhouse <email address hidden>

Fix HTTP auth some more

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

dd60a67... by David Woodhouse <email address hidden>

Move internal auth state in http_auth_state.

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

15ba366... by David Woodhouse <email address hidden>

Attempt to handle HTTP authentication as we do for proxies

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

04fb5a3... by David Woodhouse <email address hidden>

Cleaner fix for NTLM closing stdin on cleanup

Go back to checking auth_state->state now that it's easily accessible
again. That way we *know* the ntlm_helper_fd is valid.

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

6ef36b4... by David Woodhouse <email address hidden>

Don't close stdin on startup

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

d36343f... by Nikos Mavrogiannopoulos <email address hidden>

limit the number of newgroup attempts

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

c887c0a... by David Woodhouse <email address hidden>

Fix up SSPI auth for non-proxy authentication

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

01f11bd... by David Woodhouse <email address hidden>

Fix up GSSAPI auth for non-proxy authentication

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

a0c0a0e... by David Woodhouse <email address hidden>

Fix up NTLM auth for non-proxy authentication

Again no explicit username/password auth but we do support SSO.

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

45ef9e2... by David Woodhouse <email address hidden>

Fix up Basic auth for non-proxy authentication

With the same caveat as for Digest; we need username and password.

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