<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/python_dependencies, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>tests: remove python_dependencies for smbserver from our tree</title>
<updated>2020-03-15T09:01:38+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-03-15T09:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4be2560e01ed40e256b5143c8b4f5de2450ffefd'/>
<id>4be2560e01ed40e256b5143c8b4f5de2450ffefd</id>
<content type='text'>
Users of the SMB tests will have to install impacket manually.

Reasoning: our in-tree version of impacket was quite outdated
and only compatible with Python 2 which is already end-of-life.
Upgrading to Python 3 and a compatible impacket version would
require to import additional Python-only and CPython-extension
dependencies. This would have hindered portability enormously.

Closes #5094
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users of the SMB tests will have to install impacket manually.

Reasoning: our in-tree version of impacket was quite outdated
and only compatible with Python 2 which is already end-of-life.
Upgrading to Python 3 and a compatible impacket version would
require to import additional Python-only and CPython-extension
dependencies. This would have hindered portability enormously.

Closes #5094
</pre>
</div>
</content>
</entry>
<entry>
<title>impacket: some more Python 3 code compatibility updates</title>
<updated>2020-03-13T01:49:07+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-03-12T08:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a7e24c736267d0cbf9ab2eedf2027b7d26e317bb'/>
<id>a7e24c736267d0cbf9ab2eedf2027b7d26e317bb</id>
<content type='text'>
This makes smbserver load on Python 3, but still not work completely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes smbserver load on Python 3, but still not work completely.
</pre>
</div>
</content>
</entry>
<entry>
<title>smbserver: fix Python version specific ConfigParser import</title>
<updated>2020-03-12T08:15:36+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-03-12T08:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=d5c01d779fc46fb25d68aa4cfadb0ef0905e2200'/>
<id>d5c01d779fc46fb25d68aa4cfadb0ef0905e2200</id>
<content type='text'>
Follow up to ee63837 and 8c7c4a6
Fixes #5077
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to ee63837 and 8c7c4a6
Fixes #5077
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix Python 3 compatibility of smbserver.py</title>
<updated>2020-02-27T17:05:43+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-01-29T16:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=8c7c4a6276fe26e8141a0949c5feac65272f7153'/>
<id>8c7c4a6276fe26e8141a0949c5feac65272f7153</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: make Impacket (SMB server) Python 3 compatible</title>
<updated>2019-04-06T20:29:57+00:00</updated>
<author>
<name>cclauss</name>
<email>cclauss@me.com</email>
</author>
<published>2019-04-04T23:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=aba1c515534197cab1588ab0f3a2343be1f0a8e5'/>
<id>aba1c515534197cab1588ab0f3a2343be1f0a8e5</id>
<content type='text'>
Closes #3731
Fixes #3289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3731
Fixes #3289
</pre>
</div>
</content>
</entry>
<entry>
<title>impacket: add LICENSE</title>
<updated>2018-11-19T13:08:28+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-11-15T14:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a04ed00a77be915aa5f9a12f4dd1b1a2b9e98524'/>
<id>a04ed00a77be915aa5f9a12f4dd1b1a2b9e98524</id>
<content type='text'>
The license for the impacket package was not in our tree.

Imported now from upstream's
https://github.com/SecureAuthCorp/impacket/blob/master/LICENSE

Reported-by: infinnovation-dev on github
Fixes #3276
Closes #3277
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The license for the impacket package was not in our tree.

Imported now from upstream's
https://github.com/SecureAuthCorp/impacket/blob/master/LICENSE

Reported-by: infinnovation-dev on github
Fixes #3276
Closes #3277
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/.../spnego.py: fix identifier typo</title>
<updated>2018-03-13T13:10:16+00:00</updated>
<author>
<name>Kamil Dudka</name>
<email>kdudka@redhat.com</email>
</author>
<published>2018-03-13T11:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4a9f14d921d1f32831aa8956294db1a74a4dc459'/>
<id>4a9f14d921d1f32831aa8956294db1a74a4dc459</id>
<content type='text'>
Detected by Coverity Analysis:

Error: IDENTIFIER_TYPO:
curl-7.58.0/tests/python_dependencies/impacket/spnego.py:229: identifier_typo: Using "SuportedMech" appears to be a typo:
* Identifier "SuportedMech" is only known to be referenced here, or in copies of this code.
* Identifier "SupportedMech" is referenced elsewhere at least 4 times.
curl-7.58.0/tests/python_dependencies/impacket/smbserver.py:2651: identifier_use: Example 1: Using identifier "SupportedMech".
curl-7.58.0/tests/python_dependencies/impacket/smbserver.py:2308: identifier_use: Example 2: Using identifier "SupportedMech".
curl-7.58.0/tests/python_dependencies/impacket/spnego.py:252: identifier_use: Example 3: Using identifier "SupportedMech" (2 total uses in this function).
curl-7.58.0/tests/python_dependencies/impacket/spnego.py:229: remediation: Should identifier "SuportedMech" be replaced by "SupportedMech"?

Closes #2379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detected by Coverity Analysis:

Error: IDENTIFIER_TYPO:
curl-7.58.0/tests/python_dependencies/impacket/spnego.py:229: identifier_typo: Using "SuportedMech" appears to be a typo:
* Identifier "SuportedMech" is only known to be referenced here, or in copies of this code.
* Identifier "SupportedMech" is referenced elsewhere at least 4 times.
curl-7.58.0/tests/python_dependencies/impacket/smbserver.py:2651: identifier_use: Example 1: Using identifier "SupportedMech".
curl-7.58.0/tests/python_dependencies/impacket/smbserver.py:2308: identifier_use: Example 2: Using identifier "SupportedMech".
curl-7.58.0/tests/python_dependencies/impacket/spnego.py:252: identifier_use: Example 3: Using identifier "SupportedMech" (2 total uses in this function).
curl-7.58.0/tests/python_dependencies/impacket/spnego.py:229: remediation: Should identifier "SuportedMech" be replaced by "SupportedMech"?

Closes #2379
</pre>
</div>
</content>
</entry>
<entry>
<title>test1451: add SMB support to the testbed</title>
<updated>2017-07-04T08:41:58+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2017-07-03T10:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=a6f8d27efc7b0b37c641878da446952c1d06f987'/>
<id>a6f8d27efc7b0b37c641878da446952c1d06f987</id>
<content type='text'>
Add test 1451 which does some very basic SMB testing using the impacket
SMB server.

Closes #1630
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test 1451 which does some very basic SMB testing using the impacket
SMB server.

Closes #1630
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add impacket for SMB testing</title>
<updated>2017-07-04T08:36:06+00:00</updated>
<author>
<name>Max Dymond</name>
<email>max.dymond@metaswitch.com</email>
</author>
<published>2017-06-30T12:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=f1609155d54c82b535f50a6b4693b2be47d272aa'/>
<id>f1609155d54c82b535f50a6b4693b2be47d272aa</id>
<content type='text'>
Import impacket 0.9.15 for use in SMB testing. This was generated by
doing "pip2.7 install -t . impacket"

Unnecessary files for current testing were deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import impacket 0.9.15 for use in SMB testing. This was generated by
doing "pip2.7 install -t . impacket"

Unnecessary files for current testing were deleted.
</pre>
</div>
</content>
</entry>
</feed>
