Age | Commit message (Expand) | Author | Files | Lines |
2009-02-03 | Revert "s3:selftest: create BUILTIN\\Administrators at startup" | Stefan Metzmacher | 2 | -12/+10 |
2009-02-03 | Revert "s3:test: try to find why creating BUILTIN\Administrators doesn't work... | Stefan Metzmacher | 1 | -5/+3 |
2009-02-03 | s3:test: try to find why creating BUILTIN\Administrators doesn't work in the ... | Stefan Metzmacher | 1 | -3/+5 |
2009-01-30 | s3:tests: add a guard arround . $incdir/test_functions.sh | Stefan Metzmacher | 11 | -0/+21 |
2009-01-29 | s3:seltest: make test_smbclient_s3.sh more strict | Stefan Metzmacher | 3 | -15/+34 |
2009-01-28 | selftest: abstract Samba3 provision a bit | Stefan Metzmacher | 1 | -1/+1 |
2009-01-28 | s3:selftest: create BUILTIN\\Administrators at startup | Stefan Metzmacher | 2 | -10/+12 |
2009-01-28 | s3:test: exit the net rpc registry tests when give_administrative_rights fails | Michael Adam | 1 | -2/+5 |
2009-01-28 | s3:selftest: fix warnings with empty *_TEST_LOG variables | Stefan Metzmacher | 1 | -3/+3 |
2009-01-27 | Move S3 specific parameters to S3 conf file in make test. | Steven Danneman | 1 | -2/+3 |
2009-01-26 | s3 make test: Fix a bug in the previous commit | Tim Prouty | 1 | -7/+8 |
2009-01-26 | s3 make test: Add the ability to specify a custom smb.conf for make test | Tim Prouty | 1 | -11/+44 |
2009-01-12 | Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c | Steven Danneman | 1 | -0/+2 |
2009-01-08 | Make sure smbtorture4 can find all gensec modules. (Fixes RPC-BINDSAMBA3) | Jelmer Vernooij | 1 | -0/+1 |
2008-12-31 | Enable individual smbtorture_s3 subtests in make test | Volker Lendecke | 1 | -0/+4 |
2008-12-22 | Set right LD_LIBRARY_PATH for finding Samba4's libraries. | Jelmer Vernooij | 1 | -8/+8 |
2008-12-01 | s3:selftest: test the streams_depot module as it passes make test | Stefan Metzmacher | 1 | -1/+1 |
2008-11-11 | s3: Add support for make test to use a share dir outside of the prefix dir | Tim Prouty | 1 | -7/+21 |
2008-10-27 | [s3]test: fix testparm_s3 tests: don't create truncated smb.conf files. | Michael Adam | 1 | -1/+1 |
2008-10-09 | build: add "make test_wbpad" for checking winbind 32/64bit structure padding. | Günther Deschner | 1 | -0/+82 |
2008-09-18 | Fix location of nss_wrapper.pl script. | Jelmer Vernooij | 1 | -3/+3 |
2008-07-21 | testsuite: fix expr error on Tru64, triggered by uninitialized failed variable. | Michael Adam | 1 | -0/+2 |
2008-07-21 | testsuite: fix another expr syntax error. in tests_all.sh. | Michael Adam | 1 | -1/+1 |
2008-07-20 | testsuite: fix expr syntax error in net registry test. | Michael Adam | 1 | -1/+1 |
2008-07-15 | testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checks | Michael Adam | 1 | -1/+1 |
2008-07-15 | testsuite: fix bug #5594 by using the new --skip-global-ckecks switch | Michael Adam | 1 | -1/+1 |
2008-07-09 | testsuite: fix another expr typo in net registry test script. | Michael Adam | 1 | -1/+1 |
2008-07-09 | testsuite: fix expr typo in net registry testscript. | Michael Adam | 1 | -1/+1 |
2008-06-19 | testsuite: enable the testparm_s3 tests. | Michael Adam | 1 | -0/+7 |
2008-06-19 | testsuite: add a testparm_s3 test script. | Michael Adam | 1 | -0/+90 |
2008-06-19 | testsuite: update introductory comment to test_net_regsistry.sh | Michael Adam | 1 | -1/+2 |
2008-06-19 | Fix typo | Volker Lendecke | 1 | -1/+1 |
2008-06-17 | testsuite: give admin rights to testuser only for the "net rpc registry" test. | Michael Adam | 1 | -0/+41 |
2008-06-17 | testsuite: don't give the testuser administrative rights globally. | Michael Adam | 1 | -9/+0 |
2008-05-13 | tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available. | Karolin Seeger | 1 | -1/+4 |
2008-05-07 | testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS. | Michael Adam | 1 | -0/+4 |
2008-05-06 | testsuite: make structuring output of net_s3 tests stand out more. | Michael Adam | 1 | -3/+3 |
2008-05-06 | testsuite: make diagnostic output more appropriate in tests_all.sh | Michael Adam | 1 | -9/+9 |
2008-05-06 | testsuite: give the testuser administrative rights in selftest.sh | Michael Adam | 1 | -0/+10 |
2008-05-06 | testsuite: run the net rpc registry tests from the net_s3 tests. | Michael Adam | 1 | -0/+7 |
2008-05-06 | testsuite: add the ability to test "net rpc registry" with the net_registry t... | Michael Adam | 1 | -2/+9 |
2008-05-06 | testsuite: adapt informative message to say "Running _local_ registry tests". | Michael Adam | 1 | -1/+1 |
2008-05-06 | testsuite: use domain==workgroup in wbinfo tests now that we are PDC. | Michael Adam | 1 | -2/+2 |
2008-05-06 | tests: Add a net_misc test. | Kai Blin | 3 | -4/+80 |
2008-05-06 | selftest: Advertise as PDC and time server during make test | Kai Blin | 1 | -0/+4 |
2008-05-06 | selftest: Use TESTS env var to specify tests to run like Samba4 does. | Kai Blin | 2 | -4/+4 |
2008-04-23 | Use wbinfo --online-status in make test rather than --sequence | Gerald W. Carter | 1 | -3/+3 |
2008-04-11 | test: not only pretend to call smbconftort - really do it :-} | Michael Adam | 1 | -1/+1 |
2008-04-11 | some shells are pickier than others ... | Björn Jacke | 1 | -1/+1 |
2008-04-10 | test: run smbconftort testsuite from the local_s3 tests | Michael Adam | 1 | -0/+3 |