summaryrefslogtreecommitdiff
path: root/selftest
Commit message (Collapse)AuthorAgeFilesLines
* s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ↵Günther Deschner2009-05-291-5/+7
| | | | | | | group" script. Guenther (cherry picked from commit 7a5475f098c6a20f867adc081ca455e6c393755b)
* s3-selftest: add add and delete group scripts using nss_wrapper.Günther Deschner2009-05-201-0/+2
| | | | | Guenther (cherry picked from commit e11f9b46c6345471cca76b9772080d3bfd687852)
* 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 (cherry picked from commit 94665adb484c25534b756012e9b55f01737b7713)
* s3-selftest: need to enable lanman auth in order make RPC-SAMR-PASSWORDS pass.Günther Deschner2009-05-081-0/+1
| | | | | Guenther (cherry picked from commit 6f4b5798c96ed69d965d6c3c005518f87afda8d6)
* Specify explicit path to vlp, for those not having vlp in $PATH.Jelmer Vernooij2009-04-291-1/+9
| | | | (cherry picked from commit 79177c1d36e125b08aa4d6e0e42e9a97f625b3c8)
* selftest: add a fake root user to nss_wrapper_passwd in s3.Günther Deschner2009-04-081-0/+1
| | | | | | | | Needed to make some server calls to get_root_nt_token() succeed. make selftest/make test gurus, please check. Guenther (cherry picked from commit 18d475cea92bd0de2fbb9c3251cb5b768795bce4)
* Make the 'modules.conf' generation in the LDAP selftest simplerAndrew Bartlett2009-02-241-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
* Fix GDB_PROVISION modeSimo Sorce2009-02-231-1/+1
|
* selftest/Samba4: pass down the kdc address down to provision_raw_*()Stefan Metzmacher2009-02-101-13/+16
| | | | metze
* selftest/Samba4: split out ldap specific stuff from provision_raw_*()Stefan Metzmacher2009-02-101-60/+85
| | | | metze
* selftest/Samba4: split out share configurations of provision_raw*()Stefan Metzmacher2009-02-101-57/+67
| | | | metze
* selftest/Samba4: split provision() into provision_raw_prepare() and ↵Stefan Metzmacher2009-02-101-131/+184
| | | | | | | | | provision_raw_run() This functions will be reused soon for a Samba34.pm used by a 'make selftest34' metze
* selftest: s/SMBD/SAMBA/ in Samba.pmStefan Metzmacher2009-02-101-18/+18
| | | | metze
* selftest: allow "skip" as max runtime for smbd, nmbd and winbinddStefan Metzmacher2009-02-101-1/+31
| | | | metze
* selftest: Samba3 protect against removing /*Stefan Metzmacher2009-02-101-0/+3
| | | | metze
* selftest: add target::TemplateStefan Metzmacher2009-02-101-0/+52
| | | | metze
* selftest: add my copyrightStefan Metzmacher2009-02-101-0/+2
| | | | metze
* selftest/Samba3: use the same logic for make test and make selftestStefan Metzmacher2009-02-041-5/+0
| | | | | | See also commit 484c4a5955d0365beb9587bb15c73fe3ed3301ce metze
* selftest: don't use hardcoded path to nmblookup in Samba4.pmStefan Metzmacher2009-02-031-12/+13
| | | | metze
* selftest: export BUILDDIR, BUILDDIR_ABS and EXEEXTStefan Metzmacher2009-02-031-0/+4
| | | | metze
* selftest: remove source4 specific stuff from selftest.plStefan Metzmacher2009-02-021-8/+7
| | | | metze
* selftest: pass down the path to python for provisioning samba4Stefan Metzmacher2009-01-301-0/+3
| | | | metze
* selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher2009-01-301-2/+1
| | | | metze
* selftest: fix "none" testStefan Metzmacher2009-01-301-1/+1
| | | | metze
* selftest: fix default option nameStefan Metzmacher2009-01-301-1/+2
| | | | metze
* selftest: allow environment optionsStefan Metzmacher2009-01-302-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
* selftest: add "member" environment for Samba3Stefan Metzmacher2009-01-292-1/+49
| | | | metze
* selftest: fix Samba3 bugsStefan Metzmacher2009-01-292-16/+19
| | | | metze
* selftest: Samba4 remove unused variableStefan Metzmacher2009-01-281-1/+0
| | | | metze
* selftest: abstract Samba3 provision a bitStefan Metzmacher2009-01-281-14/+20
| | | | metze
* s3:selftest: fix 'make selftest'Stefan Metzmacher2009-01-281-28/+100
| | | | metze
* selftest: set 'lock dir' in client.confStefan Metzmacher2009-01-281-0/+7
| | | | metze
* s3: try to make 'make selftest' work againStefan Metzmacher2009-01-281-20/+20
| | | | metze
* selftest: add --exeext parameterStefan Metzmacher2009-01-212-5/+14
| | | | metze
* selftest:Samba4: add bindir_path() utility function to construct the binary ↵Stefan Metzmacher2009-01-211-12/+23
| | | | | | pathes metze
* selftest: bin/ is under $(builddir) instead of $(srcdir)Stefan Metzmacher2009-01-211-2/+3
| | | | metze
* s4:selftest: lower debug level for slapdAndrew Bartlett2008-12-171-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Disable lanman authentication by default in Samba 4.Jelmer Vernooij2008-10-312-0/+2
|
* selftest: move gdb_* and valgrind_* scripts to selftest/Stefan Metzmacher2008-10-286-2/+160
| | | | metze
* selftest.pl: Silence verbose tdbsam output.Jelmer Vernooij2008-10-231-1/+1
|
* Require separate option for quicktest include list rather than makingJelmer Vernooij2008-10-221-4/+0
| | | | assumptions about it.
* Fix path for quicktest.Jelmer Vernooij2008-10-221-1/+1
|
* Use socket wrapper for selftest.pl, find binaries correctly.Jelmer Vernooij2008-10-211-5/+4
|
* Make warning a bit more user-friendly.Jelmer Vernooij2008-10-201-1/+3
|
* Export variables correctly for blackbox tests (thanks metze).Jelmer Vernooij2008-10-201-0/+1
|
* Move Samba4-specific code out of selftest.Jelmer Vernooij2008-10-191-15/+20
|
* Fix typo.Jelmer Vernooij2008-10-191-1/+1
|
* Fix formatting in selftest help output.Jelmer Vernooij2008-10-191-4/+4
|
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij2008-10-113-23/+36
| | | | | Conflicts: selftest/selftest.pl
* keep obsolete file in samba4 source directory.Jelmer Vernooij2008-09-181-48/+0
|