head	1.4;
access;
symbols
	pkgsrc-2023Q2:1.3.0.40
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.38
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.36
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.34
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.32
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.30
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.3.0.28
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.26
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.24
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.22
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.3.0.20
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.3.0.18
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.16
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.3.0.12
	pkgsrc-2020Q1-base:1.3
	pkgsrc-2019Q4:1.3.0.14
	pkgsrc-2019Q4-base:1.3
	pkgsrc-2019Q3:1.3.0.10
	pkgsrc-2019Q3-base:1.3
	pkgsrc-2019Q2:1.3.0.8
	pkgsrc-2019Q2-base:1.3
	pkgsrc-2019Q1:1.3.0.6
	pkgsrc-2019Q1-base:1.3
	pkgsrc-2018Q4:1.3.0.4
	pkgsrc-2018Q4-base:1.3
	pkgsrc-2018Q3:1.3.0.2
	pkgsrc-2018Q3-base:1.3
	pkgsrc-2018Q2:1.2.0.4
	pkgsrc-2018Q2-base:1.2
	pkgsrc-2018Q1:1.2.0.2
	pkgsrc-2018Q1-base:1.2
	pkgsrc-2017Q4:1.1.0.6
	pkgsrc-2017Q4-base:1.1
	pkgsrc-2017Q3:1.1.0.4
	pkgsrc-2017Q3-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2023.08.03.08.30.50;	author adam;	state dead;
branches;
next	1.3;
commitid	outP3PkamUmdIjzE;

1.3
date	2018.07.06.07.52.40;	author adam;	state Exp;
branches;
next	1.2;
commitid	fNayIshozQGT53JA;

1.2
date	2018.03.08.12.45.34;	author adam;	state Exp;
branches;
next	1.1;
commitid	33dUOjvfmRWtzEtA;

1.1
date	2017.09.04.18.57.20;	author joerg;	state Exp;
branches;
next	;
commitid	7YRyrNXSMvLJzU5A;


desc
@@


1.4
log
@py-ntlm-auth: removed; This library is deprecated in favour of pyspnego
@
text
@@@comment $NetBSD: PLIST,v 1.3 2018/07/06 07:52:40 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/ntlm_auth/__init__.py
${PYSITELIB}/ntlm_auth/__init__.pyc
${PYSITELIB}/ntlm_auth/__init__.pyo
${PYSITELIB}/ntlm_auth/compute_hash.py
${PYSITELIB}/ntlm_auth/compute_hash.pyc
${PYSITELIB}/ntlm_auth/compute_hash.pyo
${PYSITELIB}/ntlm_auth/compute_keys.py
${PYSITELIB}/ntlm_auth/compute_keys.pyc
${PYSITELIB}/ntlm_auth/compute_keys.pyo
${PYSITELIB}/ntlm_auth/compute_response.py
${PYSITELIB}/ntlm_auth/compute_response.pyc
${PYSITELIB}/ntlm_auth/compute_response.pyo
${PYSITELIB}/ntlm_auth/constants.py
${PYSITELIB}/ntlm_auth/constants.pyc
${PYSITELIB}/ntlm_auth/constants.pyo
${PYSITELIB}/ntlm_auth/des.py
${PYSITELIB}/ntlm_auth/des.pyc
${PYSITELIB}/ntlm_auth/des.pyo
${PYSITELIB}/ntlm_auth/exceptions.py
${PYSITELIB}/ntlm_auth/exceptions.pyc
${PYSITELIB}/ntlm_auth/exceptions.pyo
${PYSITELIB}/ntlm_auth/gss_channel_bindings.py
${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyc
${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyo
${PYSITELIB}/ntlm_auth/messages.py
${PYSITELIB}/ntlm_auth/messages.pyc
${PYSITELIB}/ntlm_auth/messages.pyo
${PYSITELIB}/ntlm_auth/ntlm.py
${PYSITELIB}/ntlm_auth/ntlm.pyc
${PYSITELIB}/ntlm_auth/ntlm.pyo
${PYSITELIB}/ntlm_auth/rc4.py
${PYSITELIB}/ntlm_auth/rc4.pyc
${PYSITELIB}/ntlm_auth/rc4.pyo
${PYSITELIB}/ntlm_auth/session_security.py
${PYSITELIB}/ntlm_auth/session_security.pyc
${PYSITELIB}/ntlm_auth/session_security.pyo
@


1.3
log
@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
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.2 2018/03/08 12:45:34 adam Exp $
@


1.2
log
@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
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.1 2017/09/04 18:57:20 joerg Exp $
d25 3
@


1.1
log
@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
@
text
@d1 1
a1 1
@@comment $NetBSD$
a6 3
${PYSITELIB}/ntlm_auth/U32.py
${PYSITELIB}/ntlm_auth/U32.pyc
${PYSITELIB}/ntlm_auth/U32.pyo
a24 6
${PYSITELIB}/ntlm_auth/des_c.py
${PYSITELIB}/ntlm_auth/des_c.pyc
${PYSITELIB}/ntlm_auth/des_c.pyo
${PYSITELIB}/ntlm_auth/des_data.py
${PYSITELIB}/ntlm_auth/des_data.pyc
${PYSITELIB}/ntlm_auth/des_data.pyo
a39 3
${PYSITELIB}/ntlm_auth/target_info.py
${PYSITELIB}/ntlm_auth/target_info.pyc
${PYSITELIB}/ntlm_auth/target_info.pyo
@

