]> granicus.if.org Git - curl/commit
test: add impacket for SMB testing
authorMax Dymond <max.dymond@metaswitch.com>
Fri, 30 Jun 2017 12:53:19 +0000 (13:53 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jul 2017 08:36:06 +0000 (10:36 +0200)
commitf1609155d54c82b535f50a6b4693b2be47d272aa
tree57545c4cf2c182c2a2a57df587006f8f22db4f83
parentfc2e81c38b19ebe9651cda28a2395a0244125f52
test: add impacket for SMB testing

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.
13 files changed:
.gitignore
tests/python_dependencies/impacket/__init__.py [new file with mode: 0644]
tests/python_dependencies/impacket/nmb.py [new file with mode: 0644]
tests/python_dependencies/impacket/nt_errors.py [new file with mode: 0644]
tests/python_dependencies/impacket/ntlm.py [new file with mode: 0644]
tests/python_dependencies/impacket/smb.py [new file with mode: 0644]
tests/python_dependencies/impacket/smb3.py [new file with mode: 0644]
tests/python_dependencies/impacket/smb3structs.py [new file with mode: 0644]
tests/python_dependencies/impacket/smbserver.py [new file with mode: 0644]
tests/python_dependencies/impacket/spnego.py [new file with mode: 0644]
tests/python_dependencies/impacket/structure.py [new file with mode: 0644]
tests/python_dependencies/impacket/uuid.py [new file with mode: 0644]
tests/python_dependencies/impacket/version.py [new file with mode: 0644]