Skip to content

Releases: antiduh/nsspi

Added GetRemoteIdentity.

06 Aug 01:09
Compare
Choose a tag to compare

Added support to access the IIdentity/WindowsPrinciple of the remote side.

Added support for .Net Standard 2.0

17 Jun 02:01
Compare
Choose a tag to compare

Introduced multi-targeting for .Net framework and .Net Standard 2.0, via pr19, thanks Stefan.
The library is also now strong-name signed.

Improved impersonation

23 Sep 14:51
Compare
Choose a tag to compare

This is a minor feature/bug fix release.

  • Impersonation was improved to support changing the thread principle.
  • Fixed string handling when communicating with the native api.

Support for provided username/password credentials

20 Oct 05:50
Compare
Choose a tag to compare

Adds support to authenticate using provided username/password credentials through the new PasswordCredential class.

The class structure relating to credentials has been changed to support this, however, that introduced a breaking change in the code.

Bugfix release of nsspi

01 May 14:05
Compare
Choose a tag to compare

Fixes #6 - a mistake in the exception serialization.

Bugfix release of nsspi

29 May 17:46
Compare
Choose a tag to compare

Contains a few bug fixes from the first release of the library, mostly to improve error reporting.

First release of nsspi

29 May 17:49
Compare
Choose a tag to compare

Contains a full implementation of the library plus a simple, working client and server demo.