Skip to content
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

Use the Unicode Win32 APIs #5

Closed
saurabh500 opened this issue Dec 7, 2016 · 0 comments
Closed

Use the Unicode Win32 APIs #5

saurabh500 opened this issue Dec 7, 2016 · 0 comments

Comments

@saurabh500
Copy link

Ref: https://github.com/tvrprasad/sspi-client/blob/master/src_native/sspi_impl.cpp#L197

The code uses APIs like InitializeSecurityContextA and AcquireCredentialsHandleA
These are ANSI APIs and should be replaced with Unicode APIs

Ref: https://msdn.microsoft.com/en-us/library/ff381407.aspx

These changes will also allow support for IDN connectivity to Sql Server.

tvrprasad added a commit that referenced this issue Dec 20, 2016
This will allow for being able to specify International Domain Names.

#5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants