Up to [cvs.NetBSD.org] / pkgsrc / security / py-ntlm-auth
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10, Thu Aug 3 08:30:50 2023 UTC (7 weeks ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1
lines
FILE REMOVED
py-ntlm-auth: removed; This library is deprecated in favour of pyspnego
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 26 11:17:48 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
security: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 7 14:54:31 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
security: Remove SHA1 hashes for distfiles
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 10 19:43:31 2020 UTC (3 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
py-ntlm-auth: updated to 1.5.0 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
Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 27 10:11:26 2019 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
py-ntlm-auth: updated to 1.4.0 1.4.0: * Added the session_key attribute to the NtlmContext class so the session key can be accessed in downstream libraries
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 26 15:20:14 2019 UTC (4 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
py-ntlm-auth: updated to 1.3.0 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 Add CI test for Python 3.7 and 3.8
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 6 07:52:40 2018 UTC (5 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
py-ntlm-auth: updated to 1.2.0 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 Dropped support for Python 3.3
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 8 12:45:34 2018 UTC (5 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-ntlm-auth: updated to 1.1.0 1.1.0: Removed DES code as the license was found to be incorrect from the source Added new DES code not based on the original Fixed up some deprecation warnings Changed tests from running unittest to py.test Changed licence from GPL to MIT as code is not all my own
Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 31 08:27:03 2017 UTC (5 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-ntlm-auth: updated to 1.0.6 Changes 1.0.6: * More changes to packaging to better handle copyright and licensing
Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 4 18:57:20 2017 UTC (6 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Add py-ntlm-auth-1.0.5: 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. Features: - LM, NTLM and NTLMv2 authentication - NTLM1 and NTLM2 extended session security - Set the The NTLM Compatibility level when sending messages - Channel Binding Tokens support, need to pass in the SHA256 hash of the certificate for it to work - Support for MIC to enhance the integrity of the messages - Support for session security with signing and sealing messages after authentication happens