Dimitri Papadopoulos
|
fe795bf5b3
Reorganize #include
|
3 년 전 |
David Woodhouse
|
9972900cb1
Add line length argument to buf_append_base64()
|
3 년 전 |
Nikos Mavrogiannopoulos
|
6acf230d4c
cleanup_gssapi_auth: avoid null pointer dereference
|
4 년 전 |
David Woodhouse
|
70dd287c21
Fix some more proxy assumptions in HTTP auth
|
9 년 전 |
Nikos Mavrogiannopoulos
|
ef3e9ca10c
Move internal auth state in http_auth_state.
|
9 년 전 |
David Woodhouse
|
01f11bd44b
Fix up GSSAPI auth for non-proxy authentication
|
9 년 전 |
David Woodhouse
|
27e6c23997
Let cleanup functions distinguish between proxy and http auth
|
9 년 전 |
David Woodhouse
|
3484aeb5b3
Add unused http_auth states, add proxy argument to authorization methods
|
9 년 전 |
David Woodhouse
|
021bddd22c
Start making HTTP authentication less proxy-specific
|
9 년 전 |
David Woodhouse
|
70d26b833b
Update copyright year
|
9 년 전 |
David Woodhouse
|
b9a9d6eda1
Use endian-specific access functions in gssapi.c
|
9 년 전 |
David Woodhouse
|
048aa0321e
Fix incompatible-pointer-types-discards-qualifiers warning on GhostBSD/clang
|
10 년 전 |
David Woodhouse
|
3405d89950
Fix SOCKS GSSAPI auth to send final token client->server if needed
|
10 년 전 |
David Woodhouse
|
8f5dcaea9e
Don't force a reconnect if GSSAPI fails without trying
|
10 년 전 |
David Woodhouse
|
00fe045caf
Improve GSSAPI error reporting
|
10 년 전 |
David Woodhouse
|
c168c80054
Fix potential memory leak on GSSAPI failure
|
10 년 전 |
David Woodhouse
|
764ce6b5ee
Fix openconnect_base64_decode() to return the buffer
|
10 년 전 |
David Woodhouse
|
7a2b2e823c
Fix gss_init_sec_context() error message
|
10 년 전 |
David Woodhouse
|
a14dea8bf9
Improve GSSAPI error reporting a little
|
10 년 전 |
David Woodhouse
|
aa37b099c5
Clean up argument types for openconnect_base64_decode()
|
10 년 전 |
David Woodhouse
|
a4df343b4b
Update GSSAPI option flags for SOCKS to match RFC1961.
|
10 년 전 |
David Woodhouse
|
dbf058ab63
Use SPNEGO for GSSAPI
|
10 년 전 |
David Woodhouse
|
8ee30328c4
Fix base64 decode in processing GSSAPI input
|
10 년 전 |
David Woodhouse
|
536edc68fb
use cleanup_gssapi_auth() in failure path too
|
10 년 전 |
David Woodhouse
|
d8d920540f
Fix cleanup_gssapi_auth() to stop it segfaulting on Solaris
|
10 년 전 |
David Woodhouse
|
705da6b2ea
Use autoheader. Ick. But the command lines were getting silly
|
10 년 전 |
David Woodhouse
|
73e61c6b32
struct gss_buffer_desc.length is a size_t
|
10 년 전 |
David Woodhouse
|
1239b6ea58
Add SOCKS GSSAPI auth
|
10 년 전 |
David Woodhouse
|
74f9d1301b
Use an array of auth states
|
10 년 전 |
David Woodhouse
|
9e50ba4764
Drop proxy connection and reconnect when auth fails
|
10 년 전 |