-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Implement NegotiateAuthentication API #70720
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
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4ac2501
WIP: Add implementation of NegotiateAuthentication
filipnavara c7a6bce
WIP: Update error code mapping
filipnavara 5d5c61f
Spanify input of GetOutgoingBlob
filipnavara d0d1bba
Update comments
filipnavara 982e7c3
Move NegotiateStreamPal.Encrypt/Decrypt to shared sources. Unix imple…
filipnavara cbd24a2
Revert accidental change
filipnavara 9d4d557
Build fixes.
filipnavara c371515
Fix error handling condition
filipnavara 3306c67
Update error mapping based on HttpListener usage.
filipnavara 065d87c
WIP: HttpListener test
filipnavara 447020a
Move workaround from HttpListener to low-level SSPI code
filipnavara bed08fa
Fix build
filipnavara 318ca06
Clean up
filipnavara 5474811
Revert "WIP: HttpListener test"
filipnavara 4cdb8af
Convert System.Net.Http.FunctionalTests to use NegotiateAuthenticatio…
filipnavara 34e47c4
Dispose the identity along NegotiateAuthentication
filipnavara 73ac446
Modify unit tests to use the new API
filipnavara 7e85f10
Add exceptions for invalid inputs/states
filipnavara 7c870bd
Remove tvOS unsupported marker, managed NTLM is used on tvOS
filipnavara 1bd0cde
Apply suggestions from code review
filipnavara e93f073
Fix typo
filipnavara 5aae44d
Remove reference equality checks from IsNTLM/IsKerberos
filipnavara b746590
Remove NTAuthentication.AssociatedName to make it more obvious which …
filipnavara dd7dd9a
Add comment
filipnavara 39a43b2
Add more tests, handle unsupported protocols
filipnavara 9a4ccdf
Handle NotSupportedException from NTAuthentication constructor
filipnavara e86ce79
Add workaround for linker issue
filipnavara ffed0be
Apply suggestions from code review
filipnavara 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
Next
Next commit
WIP: Add implementation of NegotiateAuthentication
Switch System.Net.Http to use NegotiateAuthentication Fix IsCompleted in managed NTLM implementation
- Loading branch information
commit 4ac2501dad3b0bb4694a54daabe37556b4890371
There are no files selected for viewing
59 changes: 0 additions & 59 deletions
59
src/libraries/Common/src/Microsoft/Win32/SafeHandles/GssSafeHandles.PlatformNotSupported.cs
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
src/libraries/Common/src/System/Net/ContextFlagsAdapterPal.PlatformNotSupported.cs
This file was deleted.
Oops, something went wrong.
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.