summaryrefslogtreecommitdiffstats
path: root/wintest/conf
Commit message (Collapse)AuthorAgeFilesLines
* wintest: Add config file for a second hostAndrew Bartlett2012-10-031-0/+104
|
* wintest: Rework support for the internal DNS serverAndrew Bartlett2012-09-121-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>
* 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: 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: update WinXP-1 snapshotAndrew Bartlett2012-02-161-1/+1
|
* wintest: Change Windows 7 VMAndrew Bartlett2012-02-161-3/+3
|
* wintest: Update VM used for W2K8R2AAndrew Bartlett2012-02-161-2/+2
|
* wintest: update snapshotsAndrew Bartlett2011-09-011-5/+5
|
* wintest New snapshot for my wintest VMsAndrew Bartlett2011-03-291-1/+1
|
* Add support for testing a Win2k3 domain memberAndrew Bartlett2011-02-171-3/+12
|
* s4/wintest New ESXi configuration fileZahari Zahariev2011-01-211-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
* wintest: autodetect if named supports tkey-gssapi-keytabAndrew Tridgell2010-12-032-0/+2
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Dec 3 08:48:52 CET 2010 on sn-devel-104
* wintest: we don't need the WIN_BASEDN vars any moreAndrew Tridgell2010-12-011-2/+0
| | | | they are based on the realm now
* wintest Fix case of BASEDN variablesAndrew Bartlett2010-12-011-1/+1
| | | | | | This needs to be automatically calculated. Andrew Bartlett
* wintest Add more VMs and correct titlesAndrew Bartlett2010-12-011-1/+25
|
* wintest: cope with VMs sometimes not rebootingAndrew Tridgell2010-11-272-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
* wintest: make IPv6 optional in wintestAndrew Tridgell2010-11-262-2/+0
| | | | we need some more work on IPv6 support in s4 before this works
* wintest: added an IPv6 address, and use fully qualified hostnameAndrew Tridgell2010-11-242-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
* wintest: fixed interface handling and DNS forwardingAndrew Tridgell2010-11-242-2/+5
| | | | | | - allow for _IP vars on VMs - resolve IPs using nmblookup - forward DNS requests for windows domains
* wintest: tidyups and new conf variablesAndrew Tridgell2010-11-232-2/+11
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 23 13:01:10 CET 2010 on sn-devel-104
* wintest Evolve wintest to handle it's own BIND nameserverAndrew Bartlett2010-11-231-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
* wintest Explian that this is my KVM/libvirt configurationAndrew Bartlett2010-11-231-1/+1
|
* wintest example configuration file for a KVM based wintestAndrew Bartlett2010-11-231-0/+59
| | | | Andrew Bartlett
* wintest: move conf files to conf/Andrew Tridgell2010-11-191-0/+86