Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-21 | selftest: use "state directory" and "cache directory" options | Björn Baumbach | 1 | -2/+2 | |
instead of "state dir" and "cache dir" Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jul 21 10:06:32 CEST 2011 on sn-devel-104 | |||||
2011-07-21 | samba-tool: fixed some more calls to samba_tool join to be 'domain join' | Andrew Tridgell | 1 | -4/+4 | |
2011-07-13 | s4-fault: changed to use %d for PID, instead of %PID% | Andrew Tridgell | 1 | -1/+1 | |
this matches the s3 behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-12 | selftest/Samba4: use "state dir" for persistent files | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2011-07-12 | selftest/Samba4: setup "state dir" and "cache dir" | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2011-07-04 | selftest: eliminate perl warnings (my $cmd masks earlier definition...) | Michael Adam | 1 | -2/+2 | |
2011-06-24 | s4:selftest: test ntvfs.cifs with s4u2proxy | Stefan Metzmacher | 1 | -6/+49 | |
Pair-Programmed-With: Björn Baumbach <bb@sernet.de> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jun 24 20:35:30 CEST 2011 on sn-devel-104 | |||||
2011-06-24 | selftest/Samba4: correctly upper case the netbiosname variable | Stefan Metzmacher | 1 | -5/+7 | |
metze | |||||
2011-06-24 | selftest: Remove %PROG% argument from 'panic action' | Andrew Bartlett | 1 | -1/+1 | |
The debugger or script will need to work out the binary from the PID, as %PROG% support was lost when the setup_fault() code was merged between Samba3 and Samba4. Andrew Bartlett | |||||
2011-06-06 | s4-testparm: testparm is now part of samba_tool | Andrew Tridgell | 1 | -1/+1 | |
2011-05-21 | selftest: Allow to test samba4 with ACL on read set | Matthieu Patou | 1 | -0/+3 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-05-08 | selftest: Make the ncalrpc dir common between Samba4 and Samba3. | Andrew Bartlett | 1 | -2/+0 | |
This also avoids creating the directory, as the startup routines will create it with the correct permissions. Andrew Bartlett | |||||
2011-05-08 | selftest: Add plugin_s4_dc environment | Andrew Bartlett | 1 | -0/+57 | |
This environment uses pdb_samba4 and auth_samba4 to plug these critical subsystems into a mixed Samba3/Samba4 DC, in a similar way to the 'Franky' proposal. Andrew Barltett | |||||
2011-04-28 | s4-selftest: Don't use a hardcoded target DC name | Andrew Bartlett | 1 | -1/+1 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 28 07:34:31 CEST 2011 on sn-devel-104 | |||||
2011-04-28 | selftest: s3member admember test to confirm s3/s4 interopability | Andrew Bartlett | 1 | -53/+23 | |
This checks that Samba3 joins Samba4 correctly, and allows NTLM and Kerberos logons from a live Samba4 DC. This needs the common krb5.conf generation logic, and because we now override KRB5_CONFIG we must update ktest to have a valid krb5.conf. Based on an original patch by metze Andrew Bartlett | |||||
2011-04-27 | selftest: Make bindir_path much less complex | Andrew Bartlett | 1 | -11/+11 | |
There is no need to pass it as a function pointer, just put it in 'Samba.pm'. Andrew Bartlett | |||||
2011-04-19 | selftest Consolidate server wall clock time limits | Andrew Bartlett | 1 | -21/+14 | |
This helps ensure that we don't have the Samba3 servers stop before the full make test is finished. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Apr 19 09:03:07 CEST 2011 on sn-devel-104 | |||||
2011-04-19 | selftest: move warning about invalid environments up to selftest.pl | Andrew Bartlett | 1 | -1/+0 | |
2011-04-19 | s4-selftest Rename Samba4 'member' test environment to s4member | Andrew Bartlett | 1 | -4/+4 | |
This will avoid a conflict with the s3 'member' environment. Andrew Bartlett | |||||
2011-04-19 | s4-selftest: Move Samba4 test interfaces out of the way of the Samba3 tests. | Andrew Bartlett | 1 | -8/+8 | |
This avoids a conflict when we merge the test suites. | |||||
2011-04-19 | s4-selftest: Avoid duplicating the servers IP in the provision() sub arguments. | Andrew Bartlett | 1 | -4/+9 | |
This should make it easier to change the IP address. Andrew Bartlett | |||||
2011-04-19 | s4-selftest: Stop creating netbios aliases everywhere | Andrew Bartlett | 1 | -32/+9 | |
This reduces some of the clutter when we have quite so many server configurations starting. The one case that actually needs an alias (dc environment for the test_nmblookup.sh test) will still keep it. Andrew Bartlett | |||||
2011-04-16 | selftest: Provide a single bindir_path function across all targets | Andrew Bartlett | 1 | -19/+13 | |
This will allow a mapping to be made between things like smbtorture4 -> smbtorture that is correct for the different build environments. Andrew Bartlett | |||||
2011-04-07 | selftest:Samba4: setup DC_* variables in provision_rpc_proxy() | Stefan Metzmacher | 1 | -0/+7 | |
The "rpc_proxy" should behave like "member", just with a different configuration. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 7 15:52:25 CEST 2011 on sn-devel-104 | |||||
2011-03-04 | selftest/target/Samba4: regenerate the krb5.conf after the rodc join | Stefan Metzmacher | 1 | -0/+6 | |
The RODC should be used as KDC, which will forward requests to the RWDC if required. metze | |||||
2011-03-04 | selftest/target/Samba4: splitout a mk_krb5_conf() function | Stefan Metzmacher | 1 | -44/+51 | |
metze | |||||
2011-02-07 | s4-loadparm: removed "setup directory" option | Andrew Tridgell | 1 | -1/+0 | |
the correct setup directory is known at both build time and install time using dyn_SETUPDIR, so we no longer have any need to override it Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | s4-test: allow make test to work from top level directory | Andrew Tridgell | 1 | -7/+12 | |
this fixes the path assumptions in Samba4 make test to allow it to work from the top level directory. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-09 | s4 libcli: Add libcli_echo lib and torture test | Kai Blin | 1 | -0/+1 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Dec 9 23:57:03 CET 2010 on sn-devel-104 | |||||
2010-11-27 | remove useless debug message :-) | Matthieu Patou | 1 | -1/+0 | |
2010-11-27 | selftest: Allow using ldb* utilities from system. | Jelmer Vernooij | 1 | -1/+5 | |
2010-11-23 | Make log level of the server configurable in make test | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Nov 23 22:36:37 CET 2010 on sn-devel-104 | |||||
2010-11-08 | s4-selftest fix indentation | Andrew Bartlett | 1 | -3/+3 | |
2010-11-06 | s4-join: switch over to the new DC join in make test | Andrew Tridgell | 1 | -1/+1 | |
2010-11-02 | s4-selftest Allow weak crypto so we can test DES-only behaviour. | Andrew Bartlett | 1 | -0/+1 | |
Andrew Bartlett | |||||
2010-10-31 | unit tests: remove trailling white spaces | Matthieu Patou | 1 | -27/+27 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Oct 31 23:10:55 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | unit tests: allow make test to correctly and quickly exit in case of problem ↵ | Matthieu Patou | 1 | -63/+73 | |
while provisionning a test environment | |||||
2010-10-30 | s4-test: don't override modules dir | Andrew Tridgell | 1 | -1/+0 | |
it is set correctly during the build | |||||
2010-10-28 | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 1 | -11/+11 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104 | |||||
2010-10-18 | s4-selftest Make GDB_PROVISION work again | Andrew Bartlett | 1 | -0/+8 | |
gdb --args won't run the #!/usr/bin/evn python Andrew Bartlett | |||||
2010-10-10 | build: make make tests SCREEN=1 work on freebsd | Matthieu Patou | 1 | -2/+5 | |
2010-10-02 | s4-selftest: support 'make testenv SCREEN=1' | Andrew Tridgell | 1 | -0/+5 | |
this can be used to start a test envioronment in screen windows. Use: make testenv SCREEN=1 SELFTEST_TESTENV=dc to launch just one environment (in this case, "dc") | |||||
2010-10-02 | s4-selftest: fixed up exit codes on signals for make test | Andrew Tridgell | 1 | -5/+10 | |
also set $ENVNAME in launched servers | |||||
2010-09-15 | s4-selftest: use the full domain name in joins | Andrew Tridgell | 1 | -4/+4 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-14 | selftest: Error out rather than die() when setting up an environment | Jelmer Vernooij | 1 | -55/+117 | |
fails. | |||||
2010-09-09 | s4-test: added a RODC to our testing | Andrew Tridgell | 1 | -0/+90 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-04 | selftest: Don't make printing the log output a side-effect of check_env(), ↵ | Jelmer Vernooij | 1 | -6/+2 | |
do it manually. | |||||
2010-09-04 | selftest: Remove stop() method, not used anywhere. | Jelmer Vernooij | 1 | -7/+1 | |
2010-09-04 | selftest/samba4: Remove references to Samba34.pm, which no longer | Jelmer Vernooij | 1 | -7/+0 | |
exists. | |||||
2010-09-02 | s4-selftest: try DNS before bcast in selftest | Andrew Tridgell | 1 | -1/+1 | |
this better reflects real usage |