summaryrefslogtreecommitdiff
path: root/wintest
Commit message (Collapse)AuthorAgeFilesLines
* python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider2017-09-051-3/+3
| | | | | | | | | | This provisions the bind_dlz files in the 'binddns dir'. If you want to migrate to the new files strcuture you can run samba_upgradedns! BUG: https://bugzilla.samba.org/show_bug.cgi?id=12957 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
* wintest: Try harder to make wintest force the telnet server to startAndrew Bartlett2014-03-141-0/+11
| | | | | | | | | | | | | We try and force the server to start, and we try to force the TelnetClients group to exist Change-Id: I192f0aaaf283b77065ecc671ca2b59a69781d744 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-on: https://gerrit.samba.org/36 Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Mar 14 14:51:20 CET 2014 on sn-devel-104
* wintest: Try harder to recover from apparent failure to dcpromoAndrew Bartlett2012-11-061-1/+12
| | | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* wintest: Give dcpromo more timeAndrew Bartlett2012-10-031-1/+1
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Oct 3 16:04:44 CEST 2012 on sn-devel-104
* wintest: Give netdom join more time to completeAndrew Bartlett2012-10-032-2/+2
|
* wintest: Add config file for a second hostAndrew Bartlett2012-10-031-0/+104
|
* wintest: bump version to 4.1Andrew Bartlett2012-10-031-1/+1
|
* wintest: Fix --use-ntvfs handlingAndrew Bartlett2012-09-121-1/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* wintest: Rework support for the internal DNS serverAndrew Bartlett2012-09-123-38/+54
| | | | | | | | | | | We still have to run BIND, the change is if BIND is run to support our own zone, or if we forward to as well as to windows. This also adapts to the new defaults. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* wintest: try to fix settings for the internal dns serverStefan Metzmacher2012-09-121-3/+3
| | | | metze
* s4 dns: use the internal DNS server per defaultKai Blin2012-09-121-3/+3
|
* wintest: make use of samba-tool domain provisionStefan Metzmacher2012-09-111-1/+3
| | | | metze
* wintest: enable dns forwarding for internal dnsBjörn Baumbach2012-06-212-1/+4
| | | | | | | | | | Internal DNS will forward dns requests to the original nameserver (specified in resolv.conf). Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Thu Jun 21 23:47:35 CEST 2012 on sn-devel-104
* wintest: get original nameserver for forwarding on a more general placeBjörn Baumbach2012-06-211-5/+5
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: extend get_is_dc function with additional expectationsBjörn Baumbach2012-06-211-1/+1
| | | | | | Windows Server 2003 r2 answers "wintest2k3 is not a DC." Signed-off-by: Kai Blin <kai@samba.org>
* wintest: check netcats exitstatus instead of outputBjörn Baumbach2012-06-211-2/+5
| | | | | | There are many netcat implementations with different output messages. Signed-off-by: Kai Blin <kai@samba.org>
* wintest: set recursive queries for internal dnsBjörn Baumbach2012-06-212-1/+5
| | | | | | | Need dns recursive queries = yes, since host expects answers with RA-bit. Signed-off-by: Kai Blin <kai@samba.org>
* wintest: add option to select the dns backendBjörn Baumbach2012-06-212-11/+34
| | | | | | This is an option to use the internal dns. Signed-off-by: Kai Blin <kai@samba.org>
* wintest: set nameserver on a more general placeBjörn Baumbach2012-06-212-2/+2
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: add option to use ntvfs instead of s3fsBjörn Baumbach2012-06-212-1/+8
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: add working bbaumbach.conf file for use with VirtualBoxBjörn Baumbach2012-06-211-0/+97
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: Fix test-s3.py to use smbclient3 under the name smbclientAndrew Bartlett2012-06-051-1/+1
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jun 5 06:24:39 CEST 2012 on sn-devel-104
* wintest: use (renamed) smbclient4 tool as smbclientMichael Adam2012-05-312-2/+2
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu May 31 13:23:34 CEST 2012 on sn-devel-104
* wintest: introduce a variable to contain the (relative) path of smbclientMichael Adam2012-05-313-43/+53
|
* wintest: s3fs is now the default in provisionAndrew Bartlett2012-05-251-2/+1
|
* s4-wintest: --use-s3fs in wintestAndrew Bartlett2012-05-021-1/+2
|
* wintest: test demote of DCAndrew Bartlett2012-03-231-0/+3
|
* wintest: test wbinfo --krb5authAndrew Bartlett2012-03-151-0/+3
| | | | | | | This will ensure that this functionality is tested with MIT krb5, as the make test system only reaches this code with Heimdal. Andrew Bartlett
* wintest: continue turning over VMs...Andrew Bartlett2012-03-081-4/+4
|
* wintest: Change to a new Win2008R2 VMAndrew Bartlett2012-02-231-6/+6
|
* wintest: Update Win2003 VMAndrew Bartlett2012-02-171-4/+4
|
* 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: update WinXP-1 snapshotAndrew Bartlett2012-02-161-1/+1
|
* wintest: Change Windows 7 VMAndrew Bartlett2012-02-161-3/+3
|
* wintest: Give the Windows VM a little more time to start back upAndrew Bartlett2012-02-161-1/+1
|
* wintest: Samba is now all version 4.0Andrew Bartlett2012-02-161-4/+4
|
* wintest: Cope with nc not timing out even when -w 1 is specifiedAndrew Bartlett2012-02-161-2/+16
|
* wintest: s3 moved smb.conf to /etcAndrew Bartlett2012-02-161-2/+2
|
* wintest: Update VM used for W2K8R2AAndrew Bartlett2012-02-161-2/+2
|
* 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-162-4/+4
|
* wintest: update snapshotsAndrew Bartlett2011-09-011-5/+5
|
* samba-tool: updated test suite to account for newuser changeGiampaolo Lauria2011-07-281-6/+6
| | | | | | | Updated test suite invocations of newuser to "user add" as the newuser functionality is now being moved to "user add" Signed-off-by: Andrew Tridgell <tridge@samba.org>
* samba-tool: fixed some more calls to samba_tool join to be 'domain join'Andrew Tridgell2011-07-211-5/+5
|
* s4-fault: changed to use %d for PID, instead of %PID%Andrew Tridgell2011-07-131-1/+1
| | | | | | this matches the s3 behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* wintest Allow setting of the firewall to failAndrew Bartlett2011-04-071-1/+1
| | | | | | This is also required to allow a telnet connection as non-admin. Andrew Bartlett
* s3-wintest Add test of 'net use' against the Samba3 memberAndrew Bartlett2011-04-072-5/+18
|