summaryrefslogtreecommitdiff
path: root/wintest/wintest.py
AgeCommit message (Expand)AuthorFilesLines
2023-10-13wintest: Fix invalid escape sequencesJoseph Sutton1-9/+9
2023-08-14wintest: Fix code spellingAndreas Schneider1-1/+1
2022-05-10wintest: Remove unreachable return statementJoseph Sutton1-1/+0
2019-07-02wintest: py3 telnet.sendline() doesn't like string with ^ZDouglas Bagnall1-1/+1
2018-12-14PY3: change shebang to python3 in wintest dirJoe Guo1-1/+1
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-2/+2
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-2/+2
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-3/+3
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-2/+6
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-12/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E265: block comment should start with '# 'Joe Guo1-1/+1
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-5/+5
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-12/+12
2018-08-24PEP8: whitespace fixes in wintest.pyJoe Guo1-6/+6
2017-09-05python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider1-3/+3
2014-03-14wintest: Try harder to make wintest force the telnet server to startAndrew Bartlett1-0/+11
2012-11-06wintest: Try harder to recover from apparent failure to dcpromoAndrew Bartlett1-1/+12
2012-10-03wintest: Give netdom join more time to completeAndrew Bartlett1-1/+1
2012-09-12wintest: Rework support for the internal DNS serverAndrew Bartlett1-20/+36
2012-09-12wintest: try to fix settings for the internal dns serverStefan Metzmacher1-3/+3
2012-09-12s4 dns: use the internal DNS server per defaultKai Blin1-3/+3
2012-06-21wintest: enable dns forwarding for internal dnsBjörn Baumbach1-0/+2
2012-06-21wintest: get original nameserver for forwarding on a more general placeBjörn Baumbach1-5/+5
2012-06-21wintest: extend get_is_dc function with additional expectationsBjörn Baumbach1-1/+1
2012-06-21wintest: check netcats exitstatus instead of outputBjörn Baumbach1-2/+5
2012-06-21wintest: set recursive queries for internal dnsBjörn Baumbach1-0/+3
2012-06-21wintest: add option to select the dns backendBjörn Baumbach1-0/+14
2012-06-21wintest: set nameserver on a more general placeBjörn Baumbach1-2/+0
2012-06-21wintest: add option to use ntvfs instead of s3fsBjörn Baumbach1-0/+6
2012-05-31wintest: introduce a variable to contain the (relative) path of smbclientMichael Adam1-2/+3
2012-02-17wintest: give host longer to register the SRV recordAndrew Bartlett1-1/+1
2012-02-17wintest: use net rpc to put authenticated users into TelentClients if we need toAndrew Bartlett1-0/+13
2012-02-17wintest: Allow Windows VM to have no default routeAndrew Bartlett1-3/+4
2012-02-16wintest: Give the Windows VM a little more time to start back upAndrew Bartlett1-1/+1
2012-02-16wintest: Cope with nc not timing out even when -w 1 is specifiedAndrew Bartlett1-2/+16
2012-02-16wintest: Allow access denied when turning off the firewallAndrew Bartlett1-2/+2
2012-02-16wintest: Retry joining the domain a few timesAndrew Bartlett1-4/+12
2012-02-16wintest: connect to correct hostname in test_net_useAndrew Bartlett1-2/+2
2011-04-07wintest Allow setting of the firewall to failAndrew Bartlett1-1/+1
2011-04-07s3-wintest Add test of 'net use' against the Samba3 memberAndrew Bartlett1-0/+7
2011-04-07wintest Allow changing the telnet settings to fail, we might not be adminAndrew Bartlett1-1/+1
2011-03-29wintest: fixed syntax highlighting with emacsAndrew Tridgell1-1/+1
2011-02-22python: use os.environ[] instead of os.putenv()Andrew Tridgell1-2/+2