| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-ntlm-auth | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 1.4.0 | Vendor: openSUSE |
| Release: bp156.3.1 | Build date: Sat Jul 22 11:29:43 2023 |
| Group: Development/Languages/Python | Build host: lamb11 |
| Size: 242198 | Source RPM: python-ntlm-auth-1.4.0-bp156.3.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/jborean93/ntlm-auth | |
| Summary: NTLM low-level Python library | |
This library handles the low-level details of NTLM authentication for use in authenticating with a service that uses NTLM. It will create and parse the 3 different message types in the order required and produce a base64 encoded value that can be attached to the HTTP header.
MIT
* Mon Aug 26 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.0
* Added the `session_key` attribute to the `NtlmContext` class
so the session key can be accessed in downstream libraries.
* Run spec-cleaner
* Wed Apr 10 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.0
* Added optional dependency for cryptography for faster RC4 cipher
calls.
* Removed the deprecation warning for Ntlm, this is still advised
not to use but there's no major harm keep it in place for older
hosts.
* Fri Dec 28 2018 mardnh@gmx.de
- Update to version 1.2.0
* Deprecated ntlm_auth.ntlm.Ntlm in favour of
ntlm_auth.ntlm.NtlmContext
This is because Ntlm is heavily geared towards HTTP auth which
is not always the case, `NtlmContext` makes things more generic
Updated docs and tests to reflect this
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Tue Apr 10 2018 jengelh@inai.de
- Remove future goals from description — stick to the present.
* Fri Apr 06 2018 mardnh@gmx.de
- Use tarball from github
- Run tests
- Install license using %license macro
* Thu Apr 05 2018 mardnh@gmx.de
- Initial package, version 1.1.0
/usr/lib/python3.6/site-packages/ntlm_auth /usr/lib/python3.6/site-packages/ntlm_auth-1.4.0-py3.6.egg-info /usr/lib/python3.6/site-packages/ntlm_auth-1.4.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/ntlm_auth-1.4.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/ntlm_auth-1.4.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/ntlm_auth-1.4.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/ntlm_auth-1.4.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/ntlm_auth/__init__.py /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__ /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/compute_hash.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/compute_hash.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/compute_keys.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/compute_keys.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/compute_response.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/compute_response.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/constants.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/constants.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/des.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/des.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/gss_channel_bindings.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/gss_channel_bindings.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/messages.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/messages.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/ntlm.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/ntlm.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/rc4.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/rc4.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/session_security.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/ntlm_auth/__pycache__/session_security.cpython-36.pyc /usr/lib/python3.6/site-packages/ntlm_auth/compute_hash.py /usr/lib/python3.6/site-packages/ntlm_auth/compute_keys.py /usr/lib/python3.6/site-packages/ntlm_auth/compute_response.py /usr/lib/python3.6/site-packages/ntlm_auth/constants.py /usr/lib/python3.6/site-packages/ntlm_auth/des.py /usr/lib/python3.6/site-packages/ntlm_auth/exceptions.py /usr/lib/python3.6/site-packages/ntlm_auth/gss_channel_bindings.py /usr/lib/python3.6/site-packages/ntlm_auth/messages.py /usr/lib/python3.6/site-packages/ntlm_auth/ntlm.py /usr/lib/python3.6/site-packages/ntlm_auth/rc4.py /usr/lib/python3.6/site-packages/ntlm_auth/session_security.py /usr/share/doc/packages/python3-ntlm-auth /usr/share/doc/packages/python3-ntlm-auth/CHANGES.md /usr/share/doc/packages/python3-ntlm-auth/README.md /usr/share/licenses/python3-ntlm-auth /usr/share/licenses/python3-ntlm-auth/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:27:59 2026