-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test1451: add SMB support to the testbed #1630
Conversation
@maxdymond, thanks for your PR! By analyzing the history of the files in this pull request, we identified @yangtse, @bagder and @dfandrich to be potential reviewers. |
Coverage increased (+1.2%) to 75.167% when pulling a571c302ed940c6a3a48fb345cd0a99b993c3386 on maxdymond:smb/impacket into d24838d on curl:master. |
Yay, this looks like an excellent start! I think it would be good to trim off more unused stuff from it before merging though. For example I could do Another third of all lines (15K) could be removed if we could make it not use the three huge |
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.
Add test 1451 which does some very basic SMB testing using the impacket SMB server.
I've removed all files that weren't necessary to make test 1451 run - down to 12 in total. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Thanks! |
Add test 1451 which does some very basic SMB testing using the impacket SMB server.
The exciting commit here is the second one which actually adds the server functionality - the first commit just commits the Python module impacket to the codebase.
By adding this server, coverage of lib/smb.c is increased from 0.0% to 69.2%.