summaryrefslogtreecommitdiff
path: root/selftest/target/Samba3.pm
AgeCommit message (Collapse)AuthorFilesLines
2011-03-08selftest: Added ncalrpc dir to config.Andreas Schneider1-0/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-22selftest pass in srcdir into Samba3 target moduleAndrew Bartlett1-5/+7
2011-02-22s3-selftest convert tests.sh to pythonAndrew Bartlett1-0/+6
This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett
2011-02-22Add tests for various s3 auth modesAndrew Bartlett1-0/+45
2011-02-02s3-smbd: Disable the endpoint mapper by default.Andreas Schneider1-0/+2
2011-01-11Fix "make test" - ensure nmbd runs with -S (log to stdout).Jeremy Allison1-2/+2
Also ensure nmbd socket directory isn't created (nmbd will create it). Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Jan 11 00:30:52 CET 2011 on sn-devel-104
2011-01-08Explicitly set "nmbd: socket dir" in the test environment.Jeremy Allison1-0/+8
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 8 07:17:22 CET 2011 on sn-devel-104
2010-12-13s3-selftest: support differing VFSLIBDIR in autoconf and waf build.Günther Deschner1-1/+1
With this change make test in the s3 waf build (w/o s4 smbtorture yet) works! Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 13 13:06:05 CET 2010 on sn-devel-104
2010-11-29s3-selftest: add WIN40 directory to print$ share.Günther Deschner1-0/+3
Guenther
2010-11-10Add test that detects problems in the SMB signing code when run through ↵Jeremy Allison1-0/+2
cli_write() (which doesn't use the new async methods). Unfortunately, and I think due to the socket wrapper code, this doesn't detect the failure on the build farm, but running the RW-SIGNING test separately against a Samba or Windows server using signing does. Jeremy.
2010-11-08Ensure we always have a mapped group for "Domain Users".Jeremy Allison1-1/+6
Needed for DC tests to pass with bugfix for bug #7777. Jeremy.
2010-10-28s3-selftest: add vfs_modulesdir variable for both test systems.Günther Deschner1-1/+2
Guenther
2010-10-05s3-selftest: enable smb2 torture tests against samba3.Günther Deschner1-0/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 14:38:07 UTC 2010 on sn-devel-104
2010-09-10s3-selftest: rename printer "print4" to "lp".Günther Deschner1-1/+1
This should trigger a false error condition in our code. Guenther
2010-09-04selftest: Remove stop() method, not used anywhere.Jelmer Vernooij1-5/+0
2010-08-26s3-selftest: do not remove nsswrapper environment when running smbtorture4.Günther Deschner1-3/+0
Guenther
2010-06-17selftest/Samba3: remove unused create_clientconf() functionStefan Metzmacher1-33/+0
metze
2010-06-02s3-selftest: Fix blackbox smbclient s3 tests during make selftest.Günther Deschner1-0/+2
Guenther
2010-05-29s3-selftest: fix chmod commands in provisioning.Günther Deschner1-3/+3
Guenther
2010-05-29s3-selftest: make sure provisioned s3 looks the same in make selftest as in ↵Günther Deschner1-3/+41
make test. This fixes some tests that were previously failing. Guenther
2010-04-23s3-selftest: add print$ share with two arch dirs.Günther Deschner1-0/+8
Guenther
2010-03-29s3-selftest: Don't log to stdout, use logfiles instead.Andreas Schneider1-3/+3
The logging to the logfiles is more verbose and they can be found in ./st/dc/logs. If you still want to log to stdout start selftest with: SMBD_OPTIONS="-S -d10" make selftest
2010-03-26s3-selftest: set "lpq cache time = 0" in server configuration.Günther Deschner1-0/+1
This fixes currently broken spoolss tests. Guenther
2010-03-25s3-selftest: move printing config to global section.Günther Deschner1-8/+9
Guenther
2010-03-19s3-selftest: rearrange uid/gid calculation to achieve correct membership.Günther Deschner1-25/+33
Guenther
2010-03-18s3-selftest: fix Samba3.pm provisioning after uid/gid changes.Günther Deschner1-3/+3
Guenther
2010-03-18s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper.Günther Deschner1-5/+33
Also make sure we only add root user when needed, Jeremy please check. Guenther
2010-03-17s3-selftest: setup initial eventlog infrastructure.Günther Deschner1-0/+13
Guenther
2010-02-18s3-selftest: include addprinter/deleteprinter command.Günther Deschner1-0/+5
Guenther
2010-01-14s3 selftest: Allow the enumeration of users and groupsKai Blin1-0/+2
This fixes the WINBINDD_GETPWENT test.
2009-06-08s3-selftest: forward NSS_WRAPPER_WINBIND_SO_PATH env to tests.Günther Deschner1-0/+4
Guenther
2009-05-30s3-selftest: Fix invalid /etc/group file used with nss_wrapper.Günther Deschner1-0/+1
Found by torture test. Guenther
2009-05-28s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ↵Günther Deschner1-5/+7
group" script. Guenther
2009-05-20s3-selftest: add add and delete group scripts using nss_wrapper.Günther Deschner1-0/+2
Guenther
2009-05-12s3-printing: Fix vlp testprinter application.Günther Deschner1-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
2009-05-08s3-selftest: need to enable lanman auth in order make RPC-SAMR-PASSWORDS pass.Günther Deschner1-0/+1
Guenther
2009-04-22Specify explicit path to vlp, for those not having vlp in $PATH.Jelmer Vernooij1-1/+9
2009-04-08selftest: add a fake root user to nss_wrapper_passwd in s3.Günther Deschner1-0/+1
Needed to make some server calls to get_root_nt_token() succeed. make selftest/make test gurus, please check. Guenther
2009-03-23selftest/Samba3: Test smb signing against the member serverStefan Metzmacher1-0/+1
metze
2009-03-21selftest/Samba3: always use the same timeout for all serversStefan Metzmacher1-17/+15
metze
2009-03-20selftest/Samba3: use the same sequence of signals to shutdown samba3 as with ↵Stefan Metzmacher1-1/+4
the shell scripts When we kill the timelimit process with SIGKILL, it can't kill its children... metze
2009-02-10selftest: allow "skip" as max runtime for smbd, nmbd and winbinddStefan Metzmacher1-1/+31
metze
2009-02-10selftest: Samba3 protect against removing /*Stefan Metzmacher1-0/+3
metze
2009-02-04selftest/Samba3: use the same logic for make test and make selftestStefan Metzmacher1-5/+0
See also commit 484c4a5955d0365beb9587bb15c73fe3ed3301ce metze
2009-01-29selftest: add "member" environment for Samba3Stefan Metzmacher1-0/+48
metze
2009-01-29selftest: fix Samba3 bugsStefan Metzmacher1-16/+18
metze
2009-01-28selftest: abstract Samba3 provision a bitStefan Metzmacher1-14/+20
metze
2009-01-28s3:selftest: fix 'make selftest'Stefan Metzmacher1-28/+100
metze
2009-01-28s3: try to make 'make selftest' work againStefan Metzmacher1-20/+20
metze
2008-10-23selftest.pl: Silence verbose tdbsam output.Jelmer Vernooij1-1/+1