-
Notifications
You must be signed in to change notification settings - Fork 22
TSSSP module #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
TSSSP module #95
Changes from 3 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0178f70
sspi: ffi: handle credssp credentials
RRRadicalEdward 989dc1f
sspi:
RRRadicalEdward 4244da7
sspi: sspi_cred_ssp: implement CredSspState::NegoToken state
RRRadicalEdward 759941a
sspi: sspi credssp: add tls encryption/decryption for the TsRequests
RRRadicalEdward 3d618ce
sspi: ntlm: add more debug logs
RRRadicalEdward dc0ac6c
ffi: QueryContextAttributesW: add support of the following attributes:
RRRadicalEdward 22233e3
QueryContextAttributes: implement SECPKG_ATTR_CERT_TRUST_STATUS and S…
RRRadicalEdward 9e22b5c
tsspi finaly works under the mstsx
RRRadicalEdward 3f51b3d
sspi: add doc comments, remove some (not all) debug logs
RRRadicalEdward d47813c
sspi: credssp: refactoring
RRRadicalEdward 1b1ef64
sspi: sspi_cred_ssp: refactoring
RRRadicalEdward 4e30a5c
ffi: refactoring
RRRadicalEdward 129c0f7
sspi: add and implement Sspi::query_context_stream_sizes method;
RRRadicalEdward fc713c4
ffi: refactor AcquireCredentialsHandleW function: remove hardcoded cr…
RRRadicalEdward be009c2
ffi: refactoring
RRRadicalEdward af830bf
Merge branch 'master' into tsssp; fixed merge conflicts
RRRadicalEdward 80e6a29
ffi: fix compilation on Linux
RRRadicalEdward a1e7f0b
sspi-rs & ffi: general refactoring
RRRadicalEdward f396fd3
sspi: SspiCredSsp: TlsConnection: fixed buffer length on TLS decrypt
RRRadicalEdward 2cf1562
sspi & ffi: add doc comments about creds and sspi tables; small refac…
RRRadicalEdward d85b892
sspi: SspiCredSsp: improve conditional compilation
RRRadicalEdward 70f5bba
sspi: add tsssp feature. improve conditional compilation
RRRadicalEdward a511e6d
ffi: add tsssp feature. sspi: improve tsssp feature
RRRadicalEdward c308584
run cargo fmt
RRRadicalEdward a9b950d
ffi: small refactoring
RRRadicalEdward 629d553
ffi: add doc comment and link for the SEC_WINNT_AUTH_IDENTITY_EX2
RRRadicalEdward b605f8d
ci: fix Lints and Tests steps
CBenoit 4f8c1bd
ffi: fix sec_pkj_info tests
RRRadicalEdward File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.