2020-07-15 05:55:24 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Jul 15 05:51:54 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 1.5.0:
|
|
|
|
|
|
* Added the `mic_present` property to the `NtlmContext` class to determine
|
|
|
|
|
|
if a MIC has been added to the authentication message.
|
|
|
|
|
|
* Added the `sign` and `verify` function to the `NtlmContext` to sign data
|
|
|
|
|
|
and verify signatures.
|
|
|
|
|
|
* Added the `reset_rc4_state` function to the `NtlmContext` to allow a
|
|
|
|
|
|
caller to reset the incoming and outgoing RC4 cipher.
|
|
|
|
|
|
* Added the `NTLMSSP_NEGOTIATE_UNICODE` flag to the negotiate message to
|
|
|
|
|
|
ensure the challenge and authentication message's text fields can be
|
|
|
|
|
|
unicode encoded
|
|
|
|
|
|
|
2019-08-27 00:58:56 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Aug 26 21:10:54 UTC 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
|
|
|
|
|
|
|
2019-04-10 19:11:36 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Apr 10 10:15:12 UTC 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.
|
|
|
|
|
|
|
2019-01-01 15:15:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Dec 28 15:12:54 UTC 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
|
|
|
|
|
|
|
2018-12-04 13:43:23 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Dec 4 12:50:55 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
|
2018-04-11 05:56:25 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Apr 10 23:04:02 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
|
|
- Remove future goals from description — stick to the present.
|
|
|
|
|
|
|
2018-04-06 14:37:36 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Apr 6 09:53:27 UTC 2018 - mardnh@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- Use tarball from github
|
|
|
|
|
|
- Run tests
|
|
|
|
|
|
- Install license using %license macro
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Apr 5 19:56:31 UTC 2018 - mardnh@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- Initial package, version 1.1.0
|