ldb: Free memory when repacking database
[garming/samba-autobuild/.git] / wintest / wintest.py
2019-07-02 Douglas Bagnallwintest: py3 telnet.sendline() doesn't like string...
2018-12-14 Joe GuoPY3: change shebang to python3 in wintest dir
2018-08-24 Joe GuoPEP8: fix W291: trailing whitespace
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E711: comparison to None should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E703: statement ends with a semicolon
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E401: multiple imports on one line
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: whitespace fixes in wintest.py
2017-09-05 Andreas Schneiderpython:samba: Use 'binddns dir' in samba-tool and samba...
2014-03-14 Andrew Bartlettwintest: Try harder to make wintest force the telnet...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-11-05 Andrew Bartlettwintest: Try harder to recover from apparent failure...
2012-10-03 Andrew Bartlettwintest: Give netdom join more time to complete
2012-09-12 Andrew Bartlettwintest: Rework support for the internal DNS server
2012-09-12 Stefan Metzmacherwintest: try to fix settings for the internal dns server
2012-09-12 Kai Blins4 dns: use the internal DNS server per default
2012-06-21 Björn Baumbachwintest: enable dns forwarding for internal dns
2012-06-21 Björn Baumbachwintest: get original nameserver for forwarding on...
2012-06-21 Björn Baumbachwintest: extend get_is_dc function with additional...
2012-06-21 Björn Baumbachwintest: check netcats exitstatus instead of output
2012-06-21 Björn Baumbachwintest: set recursive queries for internal dns
2012-06-21 Björn Baumbachwintest: add option to select the dns backend
2012-06-21 Björn Baumbachwintest: set nameserver on a more general place
2012-06-21 Björn Baumbachwintest: add option to use ntvfs instead of s3fs
2012-05-31 Michael Adamwintest: introduce a variable to contain the (relative...
2012-02-17 Andrew Bartlettwintest: give host longer to register the SRV record
2012-02-17 Andrew Bartlettwintest: use net rpc to put authenticated users into...
2012-02-17 Andrew Bartlettwintest: Allow Windows VM to have no default route
2012-02-16 Andrew Bartlettwintest: Give the Windows VM a little more time to...
2012-02-16 Andrew Bartlettwintest: Cope with nc not timing out even when -w 1...
2012-02-16 Andrew Bartlettwintest: Allow access denied when turning off the firewall
2012-02-16 Andrew Bartlettwintest: Retry joining the domain a few times
2012-02-16 Andrew Bartlettwintest: connect to correct hostname in test_net_use
2011-04-07 Andrew Bartlettwintest Allow setting of the firewall to fail
2011-04-07 Andrew Bartletts3-wintest Add test of 'net use' against the Samba3...
2011-04-07 Andrew Bartlettwintest Allow changing the telnet settings to fail...
2011-03-28 Andrew Tridgellwintest: fixed syntax highlighting with emacs
2011-02-22 Andrew Tridgellpython: use os.environ[] instead of os.putenv()
2011-02-17 Andrew Bartlettwintest upper case the --vms paramter arguments to...
2010-12-16 Zahari ZaharievTypos in wintest
2010-12-14 Andrew Bartlettwintest Add testing of kerberos connections to Windows...
2010-12-10 Andrew Bartlettwintest Share more of the S4 test code with the s3...
2010-12-09 Andrew Bartlettwintest Remove the password expiry as the first step
2010-12-03 Andrew Tridgellwintest: put most of the main program login in wintest.py
2010-12-01 Andrew Tridgellwintest: cope with w2k3 form of dcdiag output
2010-12-01 Andrew Tridgellwintest: make command matching case insensitive by...
2010-12-01 Andrew Bartlettwintest Another way to work out if a Windows machine...
2010-12-01 Andrew Bartlettwintest Make the new --vms option default to running...
2010-12-01 Andrew Bartlettwintest Set WIN_LCREALM and WIN_BASEDN automatically
2010-12-01 Andrew Bartlettwintest Add a function to shut down all the managed...
2010-12-01 Andrew Bartlettwintest Add automatic dcpromo is the host isn't a DC yet
2010-12-01 Andrew Tridgellwintest: fixed casefold handling in expect calls
2010-12-01 Andrew Tridgellwintest: make expect calls case insensitive by default
2010-12-01 Andrew Tridgellwintest: added --vms option
2010-11-29 Andrew Tridgellwintest: cope with the heimdal version of kinit
2010-11-27 Andrew Tridgellwintest: cope with VMs sometimes not rebooting
2010-11-27 Andrew Tridgellwintest: handle missing firewall commands
2010-11-24 Andrew Tridgellwintest: added an IPv6 address, and use fully qualified...
2010-11-24 Andrew Tridgellwintest: remove reliance on hostname in /etc/hosts
2010-11-24 Andrew Tridgellwintest: fixed interface handling and DNS forwarding
2010-11-23 Andrew Tridgellwintest: tidyups and new conf variables
2010-11-23 Andrew Bartlettwintest Evolve wintest to handle it's own BIND nameserver
2010-11-23 Andrew Bartlettwintest Improve wintest's handling of IP addresses...
2010-11-23 Andrew Bartlettwintest Allow substitute to cope with objects like...
2010-11-23 Andrew Bartlettwintest Set the virtual machine IP to match it's dynami...
2010-11-19 Andrew Tridgellwintest: added del_files, write_file and casefold
2010-11-19 Andrew Tridgellwintest: moved to top level