Code Monkey home page Code Monkey logo

Comments (3)

dequbed avatar dequbed commented on August 18, 2024

I don't plan on adding support for the NTLM mechanism to rsasl itself at the moment, for three reasons:

  1. It's considered of 'LIMITED' usage/applicability on the IANA registry, and for now I'd like to concentrate on those marked 'COMMON'.
  2. I don't have a Windows environment to develop it against so my only option would be to test against an existing implementation like e.g. GNU gsasl, which would still leave me unable to debug any issues.
  3. Documentation for the mechanism is extremely limited so I would have to resort in large parts to basing my implementation on gsasl code which I feel goes contrary to its license.

That being said one of the core principles of rsasl is that other crates can add additional mechanism support without having to directly modify rsasl. So, this mechanism could be implemented in a separate crate and if you or anybody else would be interested in writing such a crate I'll be happy to assist.

from rsasl.

dequbed avatar dequbed commented on August 18, 2024

Addendum: I found the following links that document NTLM authentication and give examples of how it's used in IMAP as SASL mechanism: https://curl.se/rfc/ntlm.html https://davenport.sourceforge.net/ntlm.html (they appear to be mostly the same content so I'm linking both as I don't know which one is the authorative source)

from rsasl.

dequbed avatar dequbed commented on August 18, 2024

I added this issue to the mechanism support meta-issue, and I will close this issue for the time being. If you or somebody else plans on implementing this mechanism in a downstream crate as custom mechanism for rsasl please leave a comment so I can reopen this issue.

from rsasl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.