summaryrefslogtreecommitdiff
path: root/wintest/conf/abartlet.conf
AgeCommit message (Collapse)AuthorFilesLines
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
2010-12-03wintest: autodetect if named supports tkey-gssapi-keytabAndrew Tridgell1-0/+1
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Dec 3 08:48:52 CET 2010 on sn-devel-104
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 Tridgell1-0/+1
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 Tridgell1-1/+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 Tridgell1-1/+2
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 Tridgell1-1/+1
- allow for _IP vars on VMs - resolve IPs using nmblookup - forward DNS requests for windows domains
2010-11-23wintest: tidyups and new conf variablesAndrew Tridgell1-0/+3
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