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

Replace deprecated Ntlm() with NtlmContext() #116

Closed
wants to merge 8 commits into from
Closed

Replace deprecated Ntlm() with NtlmContext() #116

wants to merge 8 commits into from

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    c2d8c59 View commit details
    Browse the repository at this point in the history
  2. Bump ntlm_auth version

    ecederstrand committed May 23, 2019
    Configuration menu
    Copy the full SHA
    cc32522 View commit details
    Browse the repository at this point in the history
  3. Bump version here also

    ecederstrand committed May 23, 2019
    Configuration menu
    Copy the full SHA
    76a5717 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    1c15c4c View commit details
    Browse the repository at this point in the history
  2. Replace unknown method usage

    NtlmContext does not have a create_negotiate_message method. Replace with what Ntlm.create_negotiate_message() did.
    ecederstrand committed May 24, 2019
    Configuration menu
    Copy the full SHA
    3479bd5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Replace more usage of Ntlm() methods

    EKC (Erik Cederstrand) committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6433c70 View commit details
    Browse the repository at this point in the history
  2. Only test currently supported Python versions

    EKC (Erik Cederstrand) committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6a911b8 View commit details
    Browse the repository at this point in the history
  3. Default distro doesn't have Python 3.7

    EKC (Erik Cederstrand) committed May 27, 2019
    Configuration menu
    Copy the full SHA
    bec2706 View commit details
    Browse the repository at this point in the history