summaryrefslogtreecommitdiff
path: root/wintest/wintest.py
Commit message (Expand)AuthorAgeFilesLines
* wintest: py3 telnet.sendline() doesn't like string with ^ZDouglas Bagnall2019-07-021-1/+1
* PY3: change shebang to python3 in wintest dirJoe Guo2018-12-141-1/+1
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-241-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-2/+2
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-241-1/+1
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-2/+2
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-3/+3
* PEP8: fix E401: multiple imports on one lineJoe Guo2018-08-241-2/+6
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-12/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E265: block comment should start with '# 'Joe Guo2018-08-241-1/+1
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-2/+2
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-2/+2
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-5/+5
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-12/+12
* PEP8: whitespace fixes in wintest.pyJoe Guo2018-08-241-6/+6
* python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider2017-09-051-3/+3
* wintest: Try harder to make wintest force the telnet server to startAndrew Bartlett2014-03-141-0/+11
* wintest: Try harder to recover from apparent failure to dcpromoAndrew Bartlett2012-11-061-1/+12
* wintest: Give netdom join more time to completeAndrew Bartlett2012-10-031-1/+1
* wintest: Rework support for the internal DNS serverAndrew Bartlett2012-09-121-20/+36
* wintest: try to fix settings for the internal dns serverStefan Metzmacher2012-09-121-3/+3
* s4 dns: use the internal DNS server per defaultKai Blin2012-09-121-3/+3
* wintest: enable dns forwarding for internal dnsBjörn Baumbach2012-06-211-0/+2
* wintest: get original nameserver for forwarding on a more general placeBjörn Baumbach2012-06-211-5/+5
* wintest: extend get_is_dc function with additional expectationsBjörn Baumbach2012-06-211-1/+1
* wintest: check netcats exitstatus instead of outputBjörn Baumbach2012-06-211-2/+5
* wintest: set recursive queries for internal dnsBjörn Baumbach2012-06-211-0/+3
* wintest: add option to select the dns backendBjörn Baumbach2012-06-211-0/+14
* wintest: set nameserver on a more general placeBjörn Baumbach2012-06-211-2/+0
* wintest: add option to use ntvfs instead of s3fsBjörn Baumbach2012-06-211-0/+6
* wintest: introduce a variable to contain the (relative) path of smbclientMichael Adam2012-05-311-2/+3
* wintest: give host longer to register the SRV recordAndrew Bartlett2012-02-171-1/+1
* wintest: use net rpc to put authenticated users into TelentClients if we need toAndrew Bartlett2012-02-171-0/+13
* wintest: Allow Windows VM to have no default routeAndrew Bartlett2012-02-171-3/+4
* wintest: Give the Windows VM a little more time to start back upAndrew Bartlett2012-02-161-1/+1
* wintest: Cope with nc not timing out even when -w 1 is specifiedAndrew Bartlett2012-02-161-2/+16
* wintest: Allow access denied when turning off the firewallAndrew Bartlett2012-02-161-2/+2
* wintest: Retry joining the domain a few timesAndrew Bartlett2012-02-161-4/+12
* wintest: connect to correct hostname in test_net_useAndrew Bartlett2012-02-161-2/+2
* wintest Allow setting of the firewall to failAndrew Bartlett2011-04-071-1/+1
* s3-wintest Add test of 'net use' against the Samba3 memberAndrew Bartlett2011-04-071-0/+7
* wintest Allow changing the telnet settings to fail, we might not be adminAndrew Bartlett2011-04-071-1/+1
* wintest: fixed syntax highlighting with emacsAndrew Tridgell2011-03-291-1/+1
* python: use os.environ[] instead of os.putenv()Andrew Tridgell2011-02-221-2/+2
* wintest upper case the --vms paramter arguments to wintest.pyAndrew Bartlett2011-02-171-1/+4
* Typos in wintestZahari Zahariev2010-12-161-2/+2
* wintest Add testing of kerberos connections to Windows members of an AD domainAndrew Bartlett2010-12-141-3/+42