summaryrefslogtreecommitdiff
path: root/wintest/test-s3.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-14PY3: change shebang to python3 in wintest dirJoe Guo1-1/+1
2018-10-25wintest/test-s3: remove unused importsDouglas Bagnall1-3/+0
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+9
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-2/+2
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2012-06-05wintest: Fix test-s3.py to use smbclient3 under the name smbclientAndrew Bartlett1-1/+1
2012-05-31wintest: use (renamed) smbclient4 tool as smbclientMichael Adam1-1/+1
2012-05-31wintest: introduce a variable to contain the (relative) path of smbclientMichael Adam1-4/+6
2012-03-15wintest: test wbinfo --krb5authAndrew Bartlett1-0/+3
2012-02-16wintest: Samba is now all version 4.0Andrew Bartlett1-4/+4
2012-02-16wintest: s3 moved smb.conf to /etcAndrew Bartlett1-2/+2
2012-02-16wintest: connect to correct hostname in test_net_useAndrew Bartlett1-2/+2
2011-04-07s3-wintest Add test of 'net use' against the Samba3 memberAndrew Bartlett1-5/+11
2010-12-14wintest Add testing of kerberos connections to Windows members of an AD domainAndrew Bartlett1-2/+63
2010-12-10wintest More work to make test-s3.py workAndrew Bartlett1-4/+17
2010-12-10wintest Share more of the S4 test code with the s3 testAndrew Bartlett1-12/+46
2010-12-03wintest: put most of the main program login in wintest.pyAndrew Tridgell1-42/+7
2010-11-19wintest: the start of a S3 testing script for wintestAndrew Tridgell1-0/+202