History log of /curl/lib/vauth/spnego_sspi.c (Results 26 – 40 of 40)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_59_0, curl-7_58_0, curl-7_57_0, curl-7_56_1, curl-7_56_0, curl-7_55_1, curl-7_55_0, curl-7_54_1, curl-7_54_0
# 1f152a42 06-Apr-2017 Isaac Boukris

sspi: print out InitializeSecurityContext() error message

Reported-by: Carsten (talksinmath)

Fixes #1384
Closes #1395


Revision tags: curl-7_53_1, curl-7_53_0, curl-7_52_1, curl-7_52_0
# 8657c268 23-Nov-2016 Daniel Stenberg

checksrc: white space edits to comply to stricter checksrc


Revision tags: curl-7_51_0, curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1, curl-7_49_0
# 43dbd766 24-Mar-2016 Steve Holme

vauth: Added check for supported SSPI based authentication mechanisms

Completing commit 00417fd66c and 2708d4259b.


# 0796a993 19-Aug-2016 Miroslav Franc

spnego_sspi: fix memory leak in case *outlen is zero (#970)


Revision tags: curl-7_48_0
# a0f21294 20-Mar-2016 Steve Holme

vauth: Introduced Curl_auth_is_<mechansism>_supported() functions

As Windows SSPI authentication calls fail when a particular mechanism
isn't available, introduced these functions for DI

vauth: Introduced Curl_auth_is_<mechansism>_supported() functions

As Windows SSPI authentication calls fail when a particular mechanism
isn't available, introduced these functions for DIGEST, NTLM, Kerberos 5
and Negotiate to allow both HTTP and SASL authentication the opportunity
to query support for a supported mechanism before selecting it.

For now each function returns TRUE to maintain compatability with the
existing code when called.

show more ...


# 25bf71ab 22-Jul-2016 Steve Holme

spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration

Typo introduced in commit ad5e9bfd5d.


# 434f8d03 21-Jun-2016 Daniel Stenberg

internals: rename the SessionHandle struct to Curl_easy


# a24f71aa 06-Apr-2016 Viktor Szakats

URLs: change http to https in many places

Closes #754


# cbc52ff3 05-Apr-2016 Steve Holme

vauth: Corrected a number of typos in comments

Reported-by: Michael Osipov


# 9feb2676 03-Apr-2016 Steve Holme

vauth: Removed the need for a separate GSS-API based SPN function


# 7a7cdf26 03-Apr-2016 Steve Holme

spnego: Small code tidy up

* Prefer dereference of string pointer rather than strlen()
* Free challenge pointer in one place
* Additional comments


# 2aaa63b5 02-Apr-2016 Steve Holme

spnego: Renamed the context's SPN variable

To be consistent with the Kerberos 5 context and other authentication
code.


# 5bdb4c13 01-Apr-2016 Steve Holme

spnego: Corrected some typos in comments

Corrected typos from commit ad5e9bfd5d and 6d6f9ca1d9.


# 6d6f9ca1 13-Mar-2016 Steve Holme

vauth: Moved the Negotiate authentication code to the new vauth directory

Part 2 of 2 - Moved the GSS-API based Negotiate authentication code.


# ad5e9bfd 13-Mar-2016 Steve Holme

vauth: Moved the Negotiate authentication code to the new vauth directory

Part 1 of 2 - Moved the SSPI based Negotiate authentication code.


12