Next | Query returned 12 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-08-03 10:30:50 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
py-ntlm-auth: removed; This library is deprecated in favour of pyspnego
   2022-04-21 13:00:02 by Thomas Klausner | Files touched by this commit (18)
Log message:
*: convert to versioned_dependencies for py-cryptography
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
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
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2020-07-10 21:43:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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
   2019-08-27 12:11:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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
   2019-04-26 17:20:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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
   2018-07-06 09:52:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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
   2018-03-08 13:45:34 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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

Next | Query returned 12 messages, browsing 1 to 10 | Previous