summaryrefslogtreecommitdiffstats
path: root/source3/script/tests
Commit message (Collapse)AuthorAgeFilesLines
* s3-selftest: add RPC-SAMR-MACHINE-AUTH to list of test to run against s3.Günther Deschner2009-06-291-2/+3
| | | | Guenther
* s3: fix make test with external libtalloc or libtdb.Michael Adam2009-06-191-4/+13
| | | | | | | | | | This skips the talloctort and tdbtorture tests when the corresponding binaries are not present. There might be more clever ways of detecting wether samba has been linked with internal or external libraries, but as a first approximation, this seems valid. Michael
* Fix make test_pam_modulesTimur I. Bakeyev2009-06-081-1/+1
| | | | | | | | | | | | | | | | In Samba3 there is a very handy Makefile target 'test_pam_modules'. It let quickly veryfy, that obtained PAM module actually is loadable and doesn't miss any dependency libs. the only problem that on FreeBSD it doesn't work OOTB, as it unconditionally adds -ldl to the list of libraries when FreeBSD doesn't have it and doesn't need it. This small patch fixes the problem for FreeBSD and, I hope, still valid for othe systems, where -ldl is required. Has to be tested there though. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-test: finally enable RPC-SAMR against samba3.Günther Deschner2009-06-081-1/+1
| | | | | | We now pass it :-) Guenther
* s3-selftest: Fix invalid /etc/group file used with nss_wrapper.Günther Deschner2009-05-301-0/+1
| | | | | | Found by torture test. Guenther
* Revert "s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3."Günther Deschner2009-05-291-4/+1
| | | | This reverts commit 8da15dc29a920cd6f4d2ed96e8de4fbcd9d1ba11.
* s3-selftest: enable NETAPI-INITIALIZE and NETAPI-USER against samba3.Günther Deschner2009-05-291-1/+4
| | | | Guenther
* s3-selftest: enable LOCAL-NSS-WRAPPER test against samba 3.Günther Deschner2009-05-291-1/+3
| | | | Guenther
* s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ↵Günther Deschner2009-05-281-5/+7
| | | | | | group" script. Guenther
* s3-selftest: fix typo.Günther Deschner2009-05-251-2/+2
| | | | Guenther
* s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3.Günther Deschner2009-05-251-1/+1
| | | | | | | This will fail for alias creation as nss_wrapper does not yet wrap around libnss_winbind. Guenther
* s3-selftest: add add and delete group scripts using nss_wrapper.Günther Deschner2009-05-201-0/+2
| | | | Guenther
* s3-selftest: enable RPC-SAMR-USERS-PRIVILEGES.Günther Deschner2009-05-181-1/+1
| | | | Guenther
* Turn on SHORTNAME-TEST in torture.Jeremy Allison2009-05-141-1/+1
| | | | Jeremy.
* s3-printing: Fix vlp testprinter application.Günther Deschner2009-05-121-7/+7
| | | | | | | | | | Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther
* s3-selftest: enable RPC-LSA-LOOKUPNAMES against Samba 3.Günther Deschner2009-05-111-1/+1
| | | | Guenther
* s3-selftest: enable running RPC-SAMR-USERS against Samba3.Günther Deschner2009-05-081-1/+1
| | | | Guenther
* s3-selftest: run RPC-LSA-GETUSER against Samba 3.Günther Deschner2009-05-081-1/+2
| | | | Guenther
* s3-selftest: finally enable RPC-SAMR-PASSWORDS which samba3 now passes.Günther Deschner2009-05-081-1/+1
| | | | Guenther
* s3-selftest: need to enable lanman auth in order make RPC-SAMR-PASSWORDS pass.Günther Deschner2009-05-081-0/+1
| | | | Guenther
* s3-selftest: run RPC-SCHANNEL, RPC-SCHANNEL2 and RPC-BENCH-SCHANNEL1 against ↵Günther Deschner2009-05-071-0/+1
| | | | | | Samba3. Guenther
* Turn on POSIX test (small test) on buildfarm.Jeremy Allison2009-05-041-1/+1
| | | | Jeremy.
* Ensure we use UID-REGRESSION-TEST. It's a very short test.Jeremy Allison2009-05-041-1/+1
| | | | Jeremy.
* Add getaddrinfo_send/recvVolker Lendecke2009-05-011-0/+1
|
* s3-test: make it possible to find the built vlp in "make test".Günther Deschner2009-04-291-1/+9
| | | | Guenther
* s3-selftest: test wbinfo --allocate-uid/gid.Günther Deschner2009-04-231-0/+2
| | | | Guenther
* s3-selftest: enable RPC-SPOOLSS.Günther Deschner2009-04-171-1/+1
| | | | Guenther
* s3-selftest: samba 3 also passes RPC-JOIN so enable it.Günther Deschner2009-04-171-1/+1
| | | | Guenther
* s3-selftest: enable RPC-SAMR-PASSWORDS-PWDLASTSET whilte testing Samba3.Günther Deschner2009-04-171-1/+2
| | | | Guenther
* s3-selftest: enable RPC-LSA-LOOKUPSIDS against samba 3.Günther Deschner2009-04-171-1/+1
| | | | Guenther
* s3-nsswitch: fix make test_wbpad.Günther Deschner2009-04-141-1/+1
| | | | Guenther
* s3-selftest: enable the RPC-NTSVCS torture test against Samba3.Günther Deschner2009-04-101-1/+1
| | | | Guenther
* s3-selftest: As Samba3 now passes RPC-SPOOLSS-WIN enable it against ourself.Günther Deschner2009-04-081-1/+1
| | | | Guenther
* s3-selftest: add root for make test as well (not only make selftest).Günther Deschner2009-04-081-0/+1
| | | | Guenther
* s3-selftest: Samba3 passes RPC-SVCCTL so enable it during make test.Günther Deschner2009-04-081-0/+1
| | | | Guenther
* Re-add the CHAIN1 testVolker Lendecke2009-04-061-1/+1
|
* Remove the CHAIN1 test -- will come back laterVolker Lendecke2009-04-061-1/+1
|
* Use the server config file for smbpasswd -a user in make testVolker Lendecke2009-04-051-1/+1
| | | | | | | | | | | | | Without this, smbpasswd generated a SID for the netbios name TORTURE_6. This SID somehow ended up in the user's token for quite a number of tests, leading to NT_STATUS_ACCESS_DENIED. I haven't fully understood what is going on here, but with this patch I could not reproduce the ACCESS_DENIED anymore. It might be coincidence and this patch does not fix anything, but for me it does not really hurt either. Metze, please check! Volker
* Revert 757d403dfff023fdb122a155f6a05d33daa76410 - moduleJeremy Allison2009-03-261-1/+1
| | | | | order shouldn't matter & I have a more correct fix for this. Jeremy.
* This should fix the build farm RAW-STREAMS failure. streams_depot.soJeremy Allison2009-03-261-1/+1
| | | | | depends on xattrs, and xattr_tdb was pushed *first* in the stack... Jeremy.
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-03-091-1/+1
|\
| * s3:make_test: run CHAIN1 testStefan Metzmacher2009-03-061-1/+1
| | | | | | | | metze
* | use LIB_PATH_VAR in selftest.sh if we have itBjörn Jacke2009-03-091-6/+7
|/ | | | | | | if we have LIB_PATH_VAR we should use it, otherwise we'll unobtrusively complain about not having it and use the most likely LD_LIBRARY_PATH. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Revert "s3:selftest: create BUILTIN\\Administrators at startup"Stefan Metzmacher2009-02-032-12/+10
| | | | | | | | | This reverts commit a849183f9492d09ccd7e273f955d4d8f2668fdf3. This is to racy for most of the build-farm machines, because winbindd doesn't start fast enough. metze
* Revert "s3:test: try to find why creating BUILTIN\Administrators doesn't ↵Stefan Metzmacher2009-02-031-5/+3
| | | | | | | | | | work in the build-farm" This reverts commit 20a1cb15699c781651593c68685ece91c03e6a18. I will also revert a849183f9492d09ccd7e273f955d4d8f2668fdf3 metze
* s3:test: try to find why creating BUILTIN\Administrators doesn't work in the ↵Stefan Metzmacher2009-02-031-3/+5
| | | | | | build-farm metze
* s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher2009-01-3011-0/+21
| | | | | | So that caller can overwrite the functions. metze
* s3:seltest: make test_smbclient_s3.sh more strictStefan Metzmacher2009-01-293-15/+34
| | | | metze
* selftest: abstract Samba3 provision a bitStefan Metzmacher2009-01-281-1/+1
| | | | metze
* s3:selftest: create BUILTIN\\Administrators at startupStefan Metzmacher2009-01-282-10/+12
| | | | | | | And add and remove the alias member via net rpc group instead of net sam. metze