summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
* s3-test: add RPC-SAMR-MACHINE-AUTH to list of tests to run against s3.Günther Deschner2009-07-271-1/+1
| | | | | Guenther (cherry picked from commit 99f68c7b1c527bc39acd0f9db15f65ce087c5dca)
* to be portable, use options first, arguments lastBjörn Jacke2009-06-101-1/+1
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 02368626a273368a3b731d2b413e90d91ed15c5c)
* s3-selftest: test wbinfo --allocate-uid/gid.Günther Deschner2009-04-281-0/+2
| | | | | Guenther (cherry picked from commit c3843c40b5c426910a184dcef3b17283e6e224e9)
* Added ability to revert to old modules for make revert.John H Terpstra2009-04-281-0/+5
| | | | (cherry picked from commit d235881c9f3e5d14beb2ebcfa2e4a7d18e890784)
* s3-test: enable RPC-LSA-LOOKUPSIDS and RPC-JOIN during make test.Günther Deschner2009-04-171-0/+1
| | | | | Guenther (cherry picked from commit 79321cad54a4303abc27766101ffb52f50d64430)
* version: fix handling of SAMBA_VERSION_VENDOR_PATCH.Michael Adam2009-03-271-0/+1
| | | | | | | We need a string version of this, or else version.c does not compile. Michael (cherry picked from commit f846e0fcdf62333b44a16e5a392930189b512f9b)
* Adjust regex to match variable names including underscoresLars Müller2009-02-161-1/+1
| | | | | | This is required to get the CIFSUPCALL_PROGS setting extracted from config.log. (cherry picked from commit 64982295fccc5758aff4464b5527a27621386bc9)
* Conditional install of the cifs.upcall man pageLars Müller2009-02-161-0/+1
| | | | | | Only install the cifs.upcall man page if CIFSUPCALL_PROGS was set while configure. (cherry picked from commit e9e2414e798a2eb447de45803e61cc0a49752f11)
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2009-01-021-6/+8
| | | | | Jeremy. (cherry picked from commit cfee202547a536a54284a14732df2e48eef99952)
* make installmo.sh executeable.Günther Deschner2008-12-121-0/+0
| | | | | Guenther (cherry picked from commit c1b0bfeefa57cdb0e2234474027003257a521ab8)
* s3:selftest: test the streams_depot module as it passes make testStefan Metzmacher2008-12-111-1/+1
| | | | | | | The streams_xattr module only passes sometimes on my laptop. metze (cherry picked from commit 911ba0ef15e8ed6d06e205c410ccf07ff33db929)
* Fix script installmo.sh when no .po file existsBo Yang2008-12-081-0/+4
| | | | (cherry picked from commit f7825e07c9674f994d7c0d571448c2927721fdaf)
* i18n/l10n pam_winbindBo Yang2008-11-182-0/+84
| | | | (cherry picked from commit 1ec66e9db4b8b8c928d48aa3aa5c1cf618c722c1)
* build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner2008-11-181-0/+82
| | | | | Guenther (cherry picked from commit 93eca985258a1ee56627704d448a4c0c40d2ec50)
* buildoptions: output MODULESDIR.Michael Adam2008-08-211-0/+1
| | | | | | Michael (cherry picked from commit bcb868e4340a856c4009450479628088a8a1628c) (cherry picked from commit e4f2815158bd74245e6c4d7f10d59254e095846c)
* testsuite: fix expr error on Tru64, triggered by uninitialized failed variable.Michael Adam2008-07-211-0/+2
| | | | Michael
* testsuite: fix another expr syntax error. in tests_all.sh.Michael Adam2008-07-211-1/+1
| | | | Michael
* testsuite: fix expr syntax error in net registry test.Michael Adam2008-07-201-1/+1
| | | | | | Pointed out by Björn Jacke <bj@sernet.de>. Michael
* Simplify samba_version_string.Andreas Schneider2008-07-171-0/+6
| | | | | | | | This adds a new macro for a vender version function which will be returned by the samba_version_string() function if defined. Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-151-1/+1
| | | | | | | | | as suggested by Karolin. That is what it really means. And per-share logic tests will be disabled by the same switch, too... Michael
* testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam2008-07-151-1/+1
| | | | Michael
* testsuite: fix another expr typo in net registry test script.Michael Adam2008-07-091-1/+1
| | | | Michael
* testsuite: fix expr typo in net registry testscript.Michael Adam2008-07-091-1/+1
| | | | Michael
* Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger2008-06-272-29/+8
| | | | | | | | | | | | This reverts commit cb5492978b6b157f529806afb2f5fc6202888129. For more information, please have a look at the discussion on samba-technical starting with [1]. [1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html Karolin (cherry picked from commit 1e5aeb96f92fef8056ec9010e125f4d0d31dd90e)
* testsuite: enable the testparm_s3 tests.Michael Adam2008-06-191-0/+7
| | | | Michael
* testsuite: add a testparm_s3 test script.Michael Adam2008-06-191-0/+90
| | | | | | | | | | | | | | | This is a first testparm/lp_load test that runs testparm on a couple of configuration files. The main purpose for now is to test the options that have special handlers (to check whether the handlers succeed). In particular, all the Macro expansions that are available via alloc_sub_basic() are tested with the include handler. This is to catch such crashbugs as #5548 where %m expansion led to a segfault. The tests now are very simple. Just check if testparm completes successfully on the given config files. This can (and should) be elaborated in the future. Michael
* testsuite: update introductory comment to test_net_regsistry.shMichael Adam2008-06-191-1/+2
| | | | | | | This is now used to test rpc and local access depending on command line parameters. Michael
* Fix typoVolker Lendecke2008-06-191-1/+1
|
* testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam2008-06-171-0/+41
| | | | | | | | Remove the user from BUILTIN\Administrators at the end of the tests. Note: BUILTIN\Administrators is not deletet at the end because that functionality is not implemented. Michael
* testsuite: don't give the testuser administrative rights globally.Michael Adam2008-06-171-9/+0
| | | | | | | | It breaks RPC-SAMBA3-GETUSERNAME for reasons I have not quite understood yet. Somhow loosing rights fails when the user belogns to BUILTIN\Administrators at some point. Michael
* Remove references to SVN.Karolin Seeger2008-06-171-1/+1
| | | | Karolin
* build: add symbol versioning when we build with gnu ldStefan Metzmacher2008-05-232-8/+29
| | | | | | | There's --enable-symbol-versioning=no to disable it. metze (cherry picked from commit cb5492978b6b157f529806afb2f5fc6202888129)
* build: remove mkproto.sh and mkproto.awkMichael Adam2008-05-182-217/+0
| | | | Michael
* tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger2008-05-131-1/+4
| | | | | | Improve error message if no SMB4TORTURE is available. Karolin
* testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam2008-05-071-0/+4
| | | | | | | | This allows for calling e.g. TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMBA3-GETUSERNAME" make test Michael
* testsuite: make structuring output of net_s3 tests stand out more.Michael Adam2008-05-061-3/+3
| | | | | | say "RUNNING SUBTESTS ..." instead of "Running ... tests" Michael
* testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam2008-05-061-9/+9
| | | | | | Say "RUNNING TESTS ..." instead of "RUNNING SUBTESTS ..." Michael
* testsuite: give the testuser administrative rights in selftest.shMichael Adam2008-05-061-0/+10
| | | | | | (by adding him to builtin\administrators) Michael
* testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam2008-05-061-0/+7
| | | | Michael
* testsuite: add the ability to test "net rpc registry" with the net_registry ↵Michael Adam2008-05-061-2/+9
| | | | | | | | tests by specifying a parameter "rpc" on the commandline. Michael
* testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam2008-05-061-1/+1
| | | | | | The plan is to also test remote registry with "net rpc registry". Michael
* testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam2008-05-061-2/+2
| | | | | | Previously domain==netbios name was the right thing to use. Michael
* tests: Add a net_misc test.Kai Blin2008-05-063-4/+80
|
* selftest: Advertise as PDC and time server during make testKai Blin2008-05-061-0/+4
|
* selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2008-05-062-4/+4
|
* Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter2008-04-231-3/+3
|
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-131-1/+1
| | | | | | | | | | There is no need to save the keyname again, we only need to get the REGISTRY_OPS out of the pathtree. Furthermore, this makes life easier, since we can now pass in keynames as temporarily allocated strings. Michael
* test: not only pretend to call smbconftort - really do it :-}Michael Adam2008-04-111-1/+1
| | | | Michael
* some shells are pickier than others ...Björn Jacke2008-04-111-1/+1
|
* test: run smbconftort testsuite from the local_s3 testsMichael Adam2008-04-101-0/+3
| | | | Michael