Commit Graph

71 Commits

Author SHA1 Message Date
antiduh 3142cfff7b Fixed ServerContext to store its final attributes. 2014-06-23 02:33:47 +00:00
antiduh 93bdd38729 A little cleaner, and we can complete negotiation. 2014-06-23 00:13:50 +00:00
antiduh 352e4d18fc Working on implementing the ServerContext and structuring things so that invoking the public interface is a little easier - trying to move out of proof-of-concept code to prototype code. Still need to rework how I deal with the context and credential handles, worried that they're not treated safe. Still need to reorganize a lot of where code lives. Very inconsistent so far. 2014-06-22 16:20:10 +00:00
antiduh a079449f85 Changed how internal structures are created for handling SecureBuffers. 2014-06-22 03:35:47 +00:00
antiduh 1c5849ba94 Moved the secure buffer code to its own folder. 2014-06-22 00:43:47 +00:00
antiduh c64765fbdf I can now successfully call InitializeSecurityContext and get a status of ContinueNeeded. 2014-06-21 16:32:34 +00:00
antiduh cc0235262c Done screwing with WindowsPrinciple. Switch to CredTest again for the remaining development. 2014-06-20 18:07:15 +00:00
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