SSPI security mechanism
commit61b44fe069d30557d6c9270eb1b5446256853155
authorpier11 <pier11@kinozal.tv>
Thu, 11 Jun 2009 17:07:44 +0000 (11 18:07 +0100)
committerpier11 <pier11@kinozal.tv>
Thu, 11 Jun 2009 17:07:44 +0000 (11 18:07 +0100)
treeb5dc95d95ac644f2349dd6a91b32f31f5b1a0d15
parent3f8aa3ee118963e0c37bd1f883bf159e8c7a4265
SSPI security mechanism
Implements Kerberos and NTLM authentication and security services for Windows platform.
Features:
- Single Sign-on, as TGT has already obtained on login to PC.
- Zero Kerberos configuration required.
- Zero installation on client side required as used windows core security API.
src/Makefile.mingw
src/sip-sec-sspi.c [new file with mode: 0755]
src/sip-sec-sspi.h [new file with mode: 0755]
src/sip-sec.c