Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-06 | s4-selftest: Test samba-tool domain dcpromo | Andrew Bartlett | 1 | -1/+130 | |
This needs a new environment to test it properly. This requires a raise in the number of socket wrapper interfaces. Andrew Bartlett | |||||
2012-07-03 | selftest: Give Samba4 processes a little longer to clean up | Andrew Bartlett | 1 | -1/+1 | |
This may help write out gcov data correctly. Andrew Bartlett | |||||
2012-06-27 | selftest: Add extra users to nss_wrapper | Andrew Bartlett | 1 | -1/+1 | |
These will be used for a test using pdbtest and to run the client test environment under nss_wrapper. Andrew Bartlett | |||||
2012-06-20 | s4-provision: Remove last unused remenants of the 'sid generator' configuration | Andrew Bartlett | 1 | -9/+0 | |
This was part of the now-abandoned S4 AD LDAP backend project. Andrew Bartlett | |||||
2012-06-16 | s4-lib/param: FLAG DAY for the default FILE SERVER | Andrew Bartlett | 1 | -1/+2 | |
This commit changes the default file server to be s3fs. Existing installs wishing to keep the ntvfs file server need to set this in their smb.conf: server services = +smb -s3fs dcerpc endpoint services = +winreg +srvsvc Andrew Bartlett | |||||
2012-06-05 | Tests for bug #8972 - Add a posix_share definition to s4 so we can do raw ↵ | Jeremy Allison | 1 | -0/+8 | |
posix permissions checks. | |||||
2012-05-31 | selftest:Samba4: use the nmblookup4 binary mapping | Michael Adam | 1 | -1/+1 | |
2012-05-24 | s4-provision: Make s3fs the default way to install a new Samba4 DC | Andrew Bartlett | 1 | -0/+1 | |
With s3fs now well settled into master, we now throw the swtich and make it the default. There is still much to do, but we need to be using s3fs by default to find out exactly what that is. Andrew Bartlett | |||||
2012-05-11 | samba4: When running samba_dnsupdate during tests, use the test | Jelmer Vernooij | 1 | -7/+7 | |
smb.conf. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri May 11 18:18:53 CEST 2012 on sn-devel-104 | |||||
2012-05-02 | selftest: 'store dos attributes = yes' is now set in fileserver.conf | Andrew Bartlett | 1 | -4/+0 | |
As such, there is no need to set it or the permissions-based mappings here as well. Andrew Bartlett | |||||
2012-05-02 | selftest: Do not start samba4 srvsvc in plugin_s4_dc mode | Andrew Bartlett | 1 | -1/+1 | |
2012-05-02 | selftest: add hooks required for printing to Samba4.pm | Andrew Bartlett | 1 | -0/+16 | |
2012-05-02 | selftest: Use same pattern for path to share as Samba3.pm | Andrew Bartlett | 1 | -13/+15 | |
This helps as we declare tests that were previously targetted at Samba3 only. Andrew Bartlett | |||||
2012-05-02 | selftest: Add hideunread share to plugin_s4_dc | Andrew Bartlett | 1 | -0/+3 | |
2012-05-02 | selftest: run plugin_s4_dc with 'acl_xattr xattr_tdb streams_depot' VFS modules | Andrew Bartlett | 1 | -0/+1 | |
2012-05-02 | selftest: prepare to run smbtorture tests against plugin_s4_dc | Andrew Bartlett | 1 | -10/+47 | |
2012-04-18 | s3fs: Use xattr_tdb format for xattr storage | Andrew Bartlett | 1 | -1/+1 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 18 05:39:01 CEST 2012 on sn-devel-104 | |||||
2012-04-03 | file_server: Move vfs objects initialisation into file_server.c smb.conf wrapper | Andrew Bartlett | 1 | -3/+0 | |
2012-03-15 | s4:selftest: make the use of writetimeupdatedelay consistent across all tests | Michael Adam | 1 | -3/+3 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Mar 15 20:20:13 CET 2012 on sn-devel-104 | |||||
2012-03-11 | s3 selftest: Allow DNS updates during testing | Kai Blin | 1 | -1/+3 | |
2012-03-05 | selftest: run smbtorture_s3 tests against the ntvfs file server | Andrew Bartlett | 1 | -1/+2 | |
This checks not only the behaviour of the NTVFS file server, but also the client library and authentication stack. Andrew Bartlett | |||||
2012-03-05 | selftest: forward rpcecho to Samba4 in plugin_s4_dc | Andrew Bartlett | 1 | -1/+1 | |
2012-03-04 | selftest: Rework Samba4.pm process termination. | Andrew Bartlett | 1 | -6/+23 | |
We now double-check the waitpid() result with kill(0, $pid) We now also send a SIGTERM, then a SIGKILL. Andrew Bartlett | |||||
2012-03-04 | selftest: Use fork()/exec() rather than system() | Andrew Bartlett | 1 | -71/+39 | |
This follows the Samba3.pm model for starting child processes is to use fork()/exec(). This reduces the number of processes being created by selftest.pl, and gives us more information about the child process and the running state in the parent. Andrew Bartlett | |||||
2012-03-02 | selftest: close stdin and wait with waitpid() for a safer exit | Andrew Bartlett | 1 | -1/+5 | |
This avoids timelimit sending kill -9 after 1 second, which may disrupt the writing of gcov data. Andrew Bartlett | |||||
2012-03-02 | selftest: Put stdin pipe on the environment | Andrew Bartlett | 1 | -9/+8 | |
This seems to help us close the right pipe at cleanup time. Andrew Bartlett | |||||
2012-03-02 | selftest: Establish a registry of socket wrapper IPs | Andrew Bartlett | 1 | -16/+11 | |
This fixes a bug where chgdcpass was on the same IP as localsubdc, and will avoid similar mistakes in future. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Mar 2 03:48:05 CET 2012 on sn-devel-104 | |||||
2012-02-29 | selftest: change plugin_dc to test using s3fs | Andrew Bartlett | 1 | -6/+9 | |
2012-02-29 | selftest: Do not run chgdcpass test on the main DC | Andrew Bartlett | 1 | -0/+46 | |
If winbindd has it's password changed from under it, it becomes grumpy. Andrew Bartlett | |||||
2012-02-16 | selftest: skip plugin_s4_dc if we do not have ADS | Andrew Bartlett | 1 | -0/+5 | |
2012-02-16 | selftest: Do not start up an already-running test environment | Andrew Bartlett | 1 | -0/+4 | |
Otherwise we may re-provision the dc just because we started it via s3member or s4member first. Andrew Bartlett | |||||
2012-02-16 | selftest: Make plugin_s4_dc set the cached environment correctly | Andrew Bartlett | 1 | -10/+12 | |
2012-02-13 | selftest: Allow setup_env() to signal that an environment name is unknown | Andrew Bartlett | 1 | -1/+1 | |
This will allow us to skip samba4 environments that may be mentioned in the source3/selftest/tests.py file. Andrew Bartlett | |||||
2012-02-01 | selftest: Remove unused support for --exeext | Andrew Bartlett | 1 | -4/+2 | |
2011-12-13 | s4-selftest: Add test of RPC to a netbios alias | Andrew Bartlett | 1 | -3/+2 | |
This tries to ensure our netbios lookup code is still run. Andrew Bartlett | |||||
2011-11-29 | selftest/Samba4: pass '--machinepass' to 'samba-tool domain join' | Stefan Metzmacher | 1 | -0/+4 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Nov 29 11:00:42 CET 2011 on sn-devel-104 | |||||
2011-11-17 | s4 dns: Turn on internal DNS server during testing | Kai Blin | 1 | -1/+1 | |
2011-11-15 | selftest/Samba4: allow schema updates | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-11-08 | selftest: Remove the 'all' environment as it is just too slow to start up | Andrew Bartlett | 1 | -59/+0 | |
Instead we start the 'dc' environment, and other environments are available as: make testenv SELFTEST_TESTENV=fl2003dc Andrew Bartlett | |||||
2011-11-03 | selftest/Samba4: use "server signing = on" for now | Stefan Metzmacher | 1 | -0/+4 | |
Otherwise the smb2.compound test fails as it doesn't work with signing yet. metze | |||||
2011-10-28 | The xcopy test is used in unusual ways (via a different uid). Ensure we can ↵ | Jeremy Allison | 1 | -0/+7 | |
cope with this. | |||||
2011-10-20 | s4-selftest: Add tests for RPC dnsserver | Amitay Isaacs | 1 | -0/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-12 | selftest: Fix plugin_s4_dc configuration. | Andreas Schneider | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 12 13:50:10 CEST 2011 on sn-devel-104 | |||||
2011-09-13 | s4-subdomain more work on sub-domain join | Andrew Bartlett | 1 | -2/+2 | |
we can now create a subdomain of an existing windows domain using: samba-tool domain join sub.domain.dns.name subdomain The ordering of the creation of the key records is quite tricky, especially for the NTDSDSA object Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2011-09-13 | selftest: add test for subdomain support | Andrew Bartlett | 1 | -0/+120 | |
2011-08-26 | selftest: Allow a krb5.conf to be generated that covers multiple realms | Andrew Bartlett | 1 | -1/+1 | |
2011-08-22 | set passdb backend in Samba4 make test environments too | Andrew Bartlett | 1 | -0/+2 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Aug 22 03:46:21 CEST 2011 on sn-devel-104 | |||||
2011-08-12 | selftest:Samba4: test --domain-critical-only in provision_vampire_dc() | Stefan Metzmacher | 1 | -1/+1 | |
This way only only replicate critical objects during the initial join as DC, then we'll replicate the whole domain while 'samba' is running. metze Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Aug 12 14:07:50 CEST 2011 on sn-devel-104 | |||||
2011-08-12 | selftest:target/Samba4: use the correct configuration in setup_vampire_dc() | Stefan Metzmacher | 1 | -0/+2 | |
This allows "TDB_NO_FSYNC=1 make -j test TESTS=vampire" to work. metze Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-08-12 | s4-test: use standard process model for 'dc' server | Andrew Tridgell | 1 | -20/+12 | |
this provides us with both 'standard' and 'single' process models in selftest, ensuring that we test the standard process model in the build farm Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Aug 12 11:06:50 CEST 2011 on sn-devel-104 |