This website requires JavaScript.
Explore
Help
Sign In
jeff
/
NSspi
Watch
1
Star
0
Fork
0
You've already forked NSspi
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63
Commits
1
Branch
8
Tags
b55c367caa8599d946ea5ed65416db49bffb6a69
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
antiduh
b55c367caa
Better protection against leaking handles - use a nested try-finally when allocating inside a CER. The inner finally protects against the case where the PtrToStructure, which allocates, fails.
2014-06-26 23:43:14 +00:00
Contexts
Slowly trying to make this thing work reliably when restarting the demo.
2014-06-26 21:39:58 +00:00
Credentials
Now with consistent namespaces and using statement sorting.
2014-06-25 01:48:52 +00:00
Properties
New project to interface with the Microsoft Windows SSPI integration authentication API.
2014-06-18 21:26:43 +00:00
SecureBuffer
More visibility restriction.
2014-06-26 18:04:44 +00:00
TestClient
Slowly trying to make this thing work reliably when restarting the demo.
2014-06-26 21:39:58 +00:00
TestProtocol
Fixed server shutdown.
2014-06-26 21:55:51 +00:00
TestServer
Reconstruct the context after it's done.
2014-06-26 21:56:06 +00:00
app.config
Added the app.config file to the repo. Updated the svn:ignore property to ignore the .user files.
2014-06-24 03:15:46 +00:00
ByteWriter.cs
Initial implementation of EncryptMessage and DecryptMessage.
2014-06-23 21:50:12 +00:00
NativeMethods.cs
Fixed spelling.
2014-06-26 23:40:35 +00:00
NSspi.csproj
Added basic functionality to query package information.
2014-06-25 20:14:12 +00:00
NSspi.sln
Fixed namespaces; Working on server-side UI.
2014-06-25 21:49:35 +00:00
PackageNames.cs
Implemented Credential acquisition and release.
2014-06-19 02:26:30 +00:00
PackageSupport.cs
Better protection against leaking handles - use a nested try-finally when allocating inside a CER. The inner finally protects against the case where the PtrToStructure, which allocates, fails.
2014-06-26 23:43:14 +00:00
Program.cs
Working on a rough demo client/server app.
2014-06-25 21:28:03 +00:00
SecPkgInfo.cs
Added basic functionality to query package information.
2014-06-25 20:14:12 +00:00
SecurityStatus.cs
Added a little helper to understand the meaning of a SecurityStatus. Don't store the SecurityStatus as an int; we don't need signed semantics and it just complicates comparisons and literals.
2014-06-24 21:10:29 +00:00
SSPIException.cs
Implemented Credential acquisition and release.
2014-06-19 02:26:30 +00:00
SspiHandle.cs
More visibility restriction.
2014-06-26 18:04:44 +00:00
Description
A C# / .Net interface to the Win32 SSPI authentication API
294
KiB
Languages
C#
100%