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

ntlm authentication #3731

Closed
wants to merge 11 commits into from
Closed

ntlm authentication #3731

wants to merge 11 commits into from

Commits on Jan 23, 2016

  1. Refactoring authentication code.

    Want to reuse the prompting options for ntlm.
    vmuriart committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    7d0cff1 View commit details
    Browse the repository at this point in the history
  2. Adding auth-ntlm option and class.

    addresses pypa#1182
    vmuriart committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    1c641ea View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. fix NotImplementedError

    vmuriart committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    4166525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f79262b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a2ba89 View commit details
    Browse the repository at this point in the history
  4. moved ntlm raise error to init

    otherwise wouldn't error until after user inputs un/pw
    vmuriart committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    7a20669 View commit details
    Browse the repository at this point in the history
  5. Improved exc. handling for ntlm

    Added to allow the finally statement in main to run.
    vmuriart committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    1436e86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e94b2ea View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Configuration menu
    Copy the full SHA
    7f28547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b85b2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40c449b View commit details
    Browse the repository at this point in the history