summaryrefslogtreecommitdiff
path: root/wintest/conf
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03wintest: Add config file for a second hostAndrew Bartlett1-0/+104
2012-09-12wintest: Rework support for the internal DNS serverAndrew Bartlett1-3/+9
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>
2012-06-21wintest: add working bbaumbach.conf file for use with VirtualBoxBjörn Baumbach1-0/+97
Signed-off-by: Kai Blin <kai@samba.org>
2012-03-08wintest: continue turning over VMs...Andrew Bartlett1-4/+4
2012-02-23wintest: Change to a new Win2008R2 VMAndrew Bartlett1-6/+6
2012-02-17wintest: Update Win2003 VMAndrew Bartlett1-4/+4
2012-02-16wintest: update WinXP-1 snapshotAndrew Bartlett1-1/+1
2012-02-16wintest: Change Windows 7 VMAndrew Bartlett1-3/+3
2012-02-16wintest: Update VM used for W2K8R2AAndrew Bartlett1-2/+2
2011-09-01wintest: update snapshotsAndrew Bartlett1-5/+5
2011-03-29wintest New snapshot for my wintest VMsAndrew Bartlett1-1/+1
2011-02-17Add support for testing a Win2k3 domain memberAndrew Bartlett1-3/+12
2011-01-21s4/wintest New ESXi configuration fileZahari Zahariev1-0/+46
This is a way to use wintest as it is unchanged and work with ESXi virtualization solution instead of VirtualBox or KVM. As the virtualization server is a remote Linux like machine I use 'sshpass' wrapper SSH to execute stop/reset/revert commands. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 21 00:29:15 CET 2011 on sn-devel-104
2010-12-03wintest: autodetect if named supports tkey-gssapi-keytabAndrew Tridgell2-0/+2
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Dec 3 08:48:52 CET 2010 on sn-devel-104
2010-12-01wintest: we don't need the WIN_BASEDN vars any moreAndrew Tridgell1-2/+0
they are based on the realm now
2010-12-01wintest Fix case of BASEDN variablesAndrew Bartlett1-1/+1
This needs to be automatically calculated. Andrew Bartlett
2010-12-01wintest Add more VMs and correct titlesAndrew Bartlett1-1/+25
2010-11-27wintest: cope with VMs sometimes not rebootingAndrew Tridgell2-0/+2
my w2k8 image occasionally gets stuck in the early stages of booting. This adds code to detect a failed reboot, in which case the VM is reset Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 27 02:42:19 CET 2010 on sn-devel-104
2010-11-26wintest: make IPv6 optional in wintestAndrew Tridgell2-2/+0
we need some more work on IPv6 support in s4 before this works
2010-11-24wintest: added an IPv6 address, and use fully qualified hostnameAndrew Tridgell2-1/+3
this also makes the resolv.conf handling more robust Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 11:34:30 CET 2010 on sn-devel-104
2010-11-24wintest: fixed interface handling and DNS forwardingAndrew Tridgell2-2/+5
- allow for _IP vars on VMs - resolve IPs using nmblookup - forward DNS requests for windows domains
2010-11-23wintest: tidyups and new conf variablesAndrew Tridgell2-2/+11
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 23 13:01:10 CET 2010 on sn-devel-104
2010-11-23wintest Evolve wintest to handle it's own BIND nameserverAndrew Bartlett1-5/+6
The changes here start our own copy of BIND, listening on a new interface that we create at the start of the script. The user must specify the IP address etc that this interface will have, and BIND and Samba will bind to that interface only. This means that we won't conflict with an existing BIND on the system, so long as it isn't configured to listen on all interfaces. We also auto-create the /etc/resolv.conf and restore it at the end of the script, using the existing server value from the script as a forwarder. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 23 08:30:34 CET 2010 on sn-devel-104
2010-11-23wintest Explian that this is my KVM/libvirt configurationAndrew Bartlett1-1/+1
2010-11-23wintest example configuration file for a KVM based wintestAndrew Bartlett1-0/+59
Andrew Bartlett
2010-11-19wintest: move conf files to conf/Andrew Tridgell1-0/+86