summaryrefslogtreecommitdiff
path: root/source3/script
AgeCommit message (Expand)AuthorFilesLines
2008-06-17Remove references to SVN.Karolin Seeger1-1/+1
2008-05-23build: add symbol versioning when we build with gnu ldStefan Metzmacher2-8/+29
2008-05-18build: remove mkproto.sh and mkproto.awkMichael Adam2-217/+0
2008-05-13tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger1-1/+4
2008-05-07testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam1-0/+4
2008-05-06testsuite: make structuring output of net_s3 tests stand out more.Michael Adam1-3/+3
2008-05-06testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam1-9/+9
2008-05-06testsuite: give the testuser administrative rights in selftest.shMichael Adam1-0/+10
2008-05-06testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam1-0/+7
2008-05-06testsuite: add the ability to test "net rpc registry" with the net_registry t...Michael Adam1-2/+9
2008-05-06testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam1-1/+1
2008-05-06testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam1-2/+2
2008-05-06tests: Add a net_misc test.Kai Blin3-4/+80
2008-05-06selftest: Advertise as PDC and time server during make testKai Blin1-0/+4
2008-05-06selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2-4/+4
2008-04-23Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter1-3/+3
2008-04-13registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam1-1/+1
2008-04-11test: not only pretend to call smbconftort - really do it :-}Michael Adam1-1/+1
2008-04-11some shells are pickier than others ...Björn Jacke1-1/+1
2008-04-10test: run smbconftort testsuite from the local_s3 testsMichael Adam1-0/+3
2008-04-08selftest: run the BASE-DELAYWRITE test 4 times faster in make testStefan Metzmacher2-0/+2
2008-04-07selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher1-1/+1
2008-04-01test: add diagnostic message to net_registry test.Michael Adam1-0/+1
2008-04-01test: fix net_registry test "set value to different type" to track error countMichael Adam1-1/+1
2008-04-01test: some cosmetics to net_registry tests.Michael Adam1-2/+3
2008-04-01test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam1-12/+25
2008-04-01test: fix use of printf in net_registry tests.Michael Adam1-12/+12
2008-04-01mkversion: be more portable, use 'print "%s"' instead of 'echo -n'Michael Adam1-4/+4
2008-04-01installswat: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam1-2/+2
2008-04-01test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam1-3/+3
2008-04-01test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam1-1/+1
2008-04-01test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam1-4/+4
2008-04-01test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam1-12/+12
2008-04-01test: add test script for testing "net registry".Michael Adam2-0/+385
2008-03-31test: add (and unify) sectioning output of subtests in tests_all.shMichael Adam1-2/+8
2008-03-31test: add possibility to select tests to run via tests_all.sh (make test)Michael Adam1-8/+14
2008-03-31test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam1-20/+63
2008-03-24Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter1-1/+1
2008-03-11selftest: samba3 passes RAW-SEARCH nowStefan Metzmacher1-1/+1
2008-03-06Test: Properly track current test binary for tracking crashes.Michael Adam1-4/+9
2008-02-29Revert "make idl: Only compile idl files newer than the output to be generated."Michael Adam1-1/+1
2008-02-28Remove smbmount.Karolin Seeger3-16/+0
2008-02-26make idl: Only compile idl files newer than the output to be generated.Michael Adam1-1/+1
2008-02-25Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam1-1/+1
2008-02-25make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher1-0/+2
2008-02-14Create symbols to export in libtdb dynamically from tdb.h.Michael Adam2-0/+121
2008-01-30ntlm_auth: Fix another typo in the test.Kai Blin1-2/+2
2008-01-30ntlm_auth: test should honour configfile option to run on build farm.Kai Blin1-2/+2
2008-01-30ntlm_auth: Fix typos in the torture test script.Kai Blin1-2/+2
2008-01-30ntlm_auth: Add a blackbox test.Kai Blin2-0/+22