summaryrefslogtreecommitdiff
path: root/selftest
AgeCommit message (Collapse)AuthorFilesLines
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-25selftest: Add copyright headersJelmer Vernooij6-4/+89
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-21s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRINDStefan Metzmacher1-4/+4
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-24Make the 'modules.conf' generation in the LDAP selftest simplerAndrew Bartlett1-52/+7
The versions of OpenLDAP that we require don't need us to specify the location any more - slaptest knows this from it's build time. Andrew Bartlett
2009-02-23Fix GDB_PROVISION modeSimo Sorce1-1/+1
2009-02-10selftest/Samba4: pass down the kdc address down to provision_raw_*()Stefan Metzmacher1-13/+16
metze
2009-02-10selftest/Samba4: split out ldap specific stuff from provision_raw_*()Stefan Metzmacher1-60/+85
metze
2009-02-10selftest/Samba4: split out share configurations of provision_raw*()Stefan Metzmacher1-57/+67
metze
2009-02-10selftest/Samba4: split provision() into provision_raw_prepare() and ↵Stefan Metzmacher1-131/+184
provision_raw_run() This functions will be reused soon for a Samba34.pm used by a 'make selftest34' metze
2009-02-10selftest: s/SMBD/SAMBA/ in Samba.pmStefan Metzmacher1-18/+18
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-10selftest: add target::TemplateStefan Metzmacher1-0/+52
metze
2009-02-10selftest: add my copyrightStefan Metzmacher1-0/+2
metze
2009-02-04selftest/Samba3: use the same logic for make test and make selftestStefan Metzmacher1-5/+0
See also commit 484c4a5955d0365beb9587bb15c73fe3ed3301ce metze
2009-02-03selftest: don't use hardcoded path to nmblookup in Samba4.pmStefan Metzmacher1-12/+13
metze
2009-02-03selftest: export BUILDDIR, BUILDDIR_ABS and EXEEXTStefan Metzmacher1-0/+4
metze
2009-02-02selftest: remove source4 specific stuff from selftest.plStefan Metzmacher1-8/+7
metze
2009-01-30selftest: pass down the path to python for provisioning samba4Stefan Metzmacher1-0/+3
metze
2009-01-30selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher1-2/+1
metze
2009-01-30selftest: fix "none" testStefan Metzmacher1-1/+1
metze
2009-01-30selftest: fix default option nameStefan Metzmacher1-1/+2
metze
2009-01-30selftest: allow environment optionsStefan Metzmacher2-27/+42
We support "local" and "client" (default) now. We can decide if we want to run a client against the server (with a special client.conf) or if we want to run tests localy on the server with the same config as the server. metze
2009-01-29selftest: add "member" environment for Samba3Stefan Metzmacher2-1/+49
metze
2009-01-29selftest: fix Samba3 bugsStefan Metzmacher2-16/+19
metze
2009-01-28selftest: Samba4 remove unused variableStefan Metzmacher1-1/+0
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-28selftest: set 'lock dir' in client.confStefan Metzmacher1-0/+7
metze
2009-01-28s3: try to make 'make selftest' work againStefan Metzmacher1-20/+20
metze
2009-01-21selftest: add --exeext parameterStefan Metzmacher2-5/+14
metze
2009-01-21selftest:Samba4: add bindir_path() utility function to construct the binary ↵Stefan Metzmacher1-12/+23
pathes metze
2009-01-21selftest: bin/ is under $(builddir) instead of $(srcdir)Stefan Metzmacher1-2/+3
metze
2008-12-17s4:selftest: lower debug level for slapdAndrew Bartlett1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2008-10-31Disable lanman authentication by default in Samba 4.Jelmer Vernooij2-0/+2
2008-10-28selftest: move gdb_* and valgrind_* scripts to selftest/Stefan Metzmacher6-2/+160
metze
2008-10-23selftest.pl: Silence verbose tdbsam output.Jelmer Vernooij1-1/+1
2008-10-22Require separate option for quicktest include list rather than makingJelmer Vernooij1-4/+0
assumptions about it.
2008-10-22Fix path for quicktest.Jelmer Vernooij1-1/+1
2008-10-21Use socket wrapper for selftest.pl, find binaries correctly.Jelmer Vernooij1-5/+4
2008-10-20Make warning a bit more user-friendly.Jelmer Vernooij1-1/+3
2008-10-20Export variables correctly for blackbox tests (thanks metze).Jelmer Vernooij1-0/+1
2008-10-19Move Samba4-specific code out of selftest.Jelmer Vernooij1-15/+20
2008-10-19Fix typo.Jelmer Vernooij1-1/+1
2008-10-19Fix formatting in selftest help output.Jelmer Vernooij1-4/+4
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij3-23/+36
Conflicts: selftest/selftest.pl
2008-09-18keep obsolete file in samba4 source directory.Jelmer Vernooij1-48/+0