Commit Graph

64 Commits

Author SHA1 Message Date
antiduh 0655259f46 Rough capture of the options to InitializeSecurityContext (used by clients) and AcceptSecurityContext (used by servers). Some of the options are used only by clients (prefaced by init) and some are only used by servers (prefaced by Accept). It might be worth to either separate the two sets by client options and server options, or unifying the sets in the public interface, and translating to the correct values when actually calling ISC or ASC. 2014-06-20 18:06:33 +00:00
antiduh cfba81cfe2 Working on some of the fundamentals of the Context side of things. The Win 32 API is very wonky here though. Going to take some time. 2014-06-19 21:53:34 +00:00
antiduh 07b6c4c77c Add the DllImport attrib for InitializeSecurityContext_Client; still only a rough idea of how it will be used. 2014-06-19 21:52:53 +00:00
antiduh cca5cf8486 Messing around with verification and impersonation with WindowsIdentity. 2014-06-19 21:52:10 +00:00
antiduh d7d552ad58 Implemented ClientCredential - just a wrapper around Credential. 2014-06-19 21:09:36 +00:00
antiduh 241b2a596f Slowly working on InitializeSecurityContext 2014-06-19 18:45:15 +00:00
antiduh d35db9d62a Moved the credential files into their own folder. 2014-06-19 15:25:45 +00:00
antiduh 52219057b7 Forgot to include the ClientCredential and ServerCredential files in the project. 2014-06-19 15:24:08 +00:00
antiduh 3c100caf28 Helper classes to provide client-aspect usage and server-aspect usage of the API. 2014-06-19 03:12:40 +00:00
antiduh 737ebc19da Fixed compiler error and comment error. 2014-06-19 03:08:12 +00:00
antiduh f0f057d3bb Added support for querying a credential's name. 2014-06-19 03:07:34 +00:00
antiduh f96ef74e9b Implemented Credential acquisition and release. 2014-06-19 02:26:30 +00:00
antiduh 22c6a5d3f9 Still working on the base implementation. 2014-06-18 22:07:56 +00:00
antiduh 87692b3cc6 New project to interface with the Microsoft Windows SSPI integration authentication API. 2014-06-18 21:26:43 +00:00