Questions tagged [sspi]

Use for questions having to do with the Security Support Provider Interface (SSPI) API.

The Security Support Provider Interface () is a Microsoft Windows API used to perform security-related operations such as authentication. It is implemented as a a dynamic-link library (DLL) supplied with the operating system. SSPI is the means by which the operating system loads SSPs (Security Support Providers), such as Kerberos and NTLM, when the system boots. The SSPI is the implementation of the Generic Security Service API () in Windows.

This article, while dated, is a good primer on : Logon and Authentication Technologies

214 questions
0
votes
1 answer

Git server access on windows using windows auth and logged in user

I have successfully installed Smart-HTTP Git server on IIS (gitweb.codeplex.com) and configured access using Windows authentication, but each access to server repository from client requires username/password entry. Is it possible to configure…
elevener
  • 1,097
  • 7
  • 20
0
votes
1 answer

SSPI Schannel API - Can credential handles be re-used?

I am currently adding SSPI Schannel API support to libcurl in order to make it possible to use SSL enabled protocols on Windows without any external dependency, such as OpenSSL. I already have a working SSL/TLS implementation, but I have a very…
mback2k
  • 331
  • 3
  • 11
-1
votes
1 answer

Cannot connect to SQL Server 2008 sspi

I have a SQL server running on a machine in my local network. I have been connecting to it via Windows authentication for the past 3 months. There is only 1 other user (the Sa) and he has been able to connect for the past year or 2, no problems.…
AbeeCrombie
  • 597
  • 1
  • 5
  • 22
-2
votes
1 answer

C++ Schannel POST 400 Error Code Bad Request

For some reason i'm not aware of POST requests don't work. I'm pretty sure the problem is with the POST string "POST /profile.php HTTP/1.1\r\nid=2323\r\nContent-Length: \r\n\r\n". GET requests work properly but not POST requests. I connect to the…
1 2 3
14
15