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.
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
Kerberos smart card credentials handling #143
Kerberos smart card credentials handling #143
Changes from 85 commits
bae70b9
f59c379
ff9b339
2159b19
752de6c
49cbaa0
5819366
0f64ac4
ad4c612
99b5767
bbe8c67
3291998
01f59ec
28ceadd
ba8d7fa
9c71619
c913293
b78f390
075ed41
e9b12c0
5f76d84
53c5e78
845832e
3591304
195fdaa
351d746
ab36b1e
2699233
999c400
eaadcb5
9407775
12f50af
88c1062
29cf34b
6a3240c
ff77833
ab18461
9fd02e7
4f46ddd
bf56850
464641f
a0d7131
bb9f5d0
055f2e6
df7d1f0
fdbc5fc
0880fc0
6de545b
032e1c6
d7d949a
622e6d4
75edea3
c345505
0707394
dd3f9c9
0614542
8f02d9c
1171daa
30ccb2d
3b086f4
df69f56
9bd7bd3
ab38e33
5b42210
793af2e
2159a7e
3e5ce34
12e0645
4c90b88
4652e80
33aab3e
bcb1c3c
d2d25cb
671a000
d20660d
75845a4
b89ff48
9e3eb9d
ba71154
eafbbda
9046202
0455a71
49e70c0
55d2f9c
0de5681
ade277b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
calling CredIsMarshaledCredentialW should be enough, it checks for @@ under the hood anyway. maybe the only potential issue is that CredIsMarshaledCredentialW could return true for types other than 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed