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

Fix bug when clearing NTLMSSP_NEGOTIATE_OEM flag #27

Merged
merged 1 commit into from Jun 9, 2020

Conversation

fredtrot
Copy link
Contributor

@fredtrot fredtrot commented Jun 9, 2020

Make sure to not modify any other negotiate flags when clearing
NTLMSSP_NEGOTIATE_OEM in server response.

Previous code could cause various problems depending on which negotiate
flags that were set in the server response, e.g. wrongly clearing
NTLMSSP_NEGOTIATE_SIGN resulted in the session key not being set.

Make sure to not modify any other negotiate flags when clearing
NTLMSSP_NEGOTIATE_OEM in server response.

Previous code could cause various problems depending on which negotiate
flags that were set in the server response, e.g. wrongly clearing
NTLMSSP_NEGOTIATE_SIGN resulted in the session key not being set.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 232314e on fredtrot:master into abb4868 on jborean93:master.

@jborean93
Copy link
Owner

No idea why 1 Python version failed on Appveyor, have rerun the job and it works fine.

Thanks for picking up on this issue and creating a PR.

@jborean93 jborean93 merged commit 36b92d3 into jborean93:master Jun 9, 2020
@fredtrot
Copy link
Contributor Author

Thanks for merging this. When do you plan to make a new release?

@jborean93
Copy link
Owner

Hopefully by the end of the week.

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

Successfully merging this pull request may close these issues.

None yet

3 participants