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

Support NTLM authentication #184

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 1, 2022

  1. Update connection.h

    Added authProtocol to allow other authentication protocols to be used in basic authentication.
    filipecustodio authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    0d76d64 View commit details
    Browse the repository at this point in the history
  2. Update connection.cc

    Allow SetAuthProtocol to change the protocol used in basic authentication to other protocols such as NTLM.
    filipecustodio authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    374a248 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Support the NTLM protocol in basic authentication.
    filipecustodio authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    7015424 View commit details
    Browse the repository at this point in the history