summaryrefslogtreecommitdiffstats
path: root/source3/script
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-selftest: move printing config to global section.Günther Deschner2010-03-251-8/+9
| | | | | | "make test" variant. Guenther
* s3-selftest: use proper names for samba3 dcerpc tests.Günther Deschner2010-03-191-2/+2
| | | | Guenther
* s3-selftest: enable RAP calls testsuite against samba3.Günther Deschner2010-03-191-1/+3
| | | | Guenther
* s3-selftest: rearrange uid/gid calculation to achieve correct membership.Günther Deschner2010-03-191-21/+25
| | | | | | (make test variant) Guenther
* s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper.Günther Deschner2010-03-181-15/+31
| | | | Guenther
* s3-selftest: run RPC-EVENTLOG against s3.Günther Deschner2010-03-171-1/+1
| | | | Guenther
* s3-test: setup initial eventlog infrastructure.Günther Deschner2010-03-171-1/+6
| | | | Guenther
* Improve symlink delete test. Make sure we don't delete the link target by ↵Jeremy Allison2010-03-111-7/+19
| | | | | | mistake. Jeremy.
* Added regression test for bug #7234 - Symlink delete fails but incorrectly ↵Jeremy Allison2010-03-102-5/+47
| | | | | | | | reports success. Ensure we can delete a symlink by path. Jeremy.
* Fix the shell script in the root case. When run as root, make test now ↵Jeremy Allison2010-03-091-4/+4
| | | | | | detects CAP_DAC_OVERRIDE being left on in error. Jeremy.
* Add tests which, when run as root, will ensure we can't writeJeremy Allison2010-03-093-11/+154
| | | | | | into a read-only directory, or read a owner-read-only file. Jeremy.
* Allow "make test" to complete as root. Obviously only safe on tightlyJeremy Allison2010-03-091-0/+16
| | | | | controlled developer machines. Jeremy.
* s3-selftest: enable RPC-WINREG against Samba 3.Günther Deschner2010-03-051-1/+1
| | | | Guenther
* s3:test_wbinfo_s3: test --check-secret and --change-secretStefan Metzmacher2010-02-241-0/+4
| | | | metze
* A test "store create time" parameter got commited by accident. Remove it.Jeremy Allison2010-02-221-1/+0
| | | | Jeremy.
* s3: Rename LOCAL-dom_sid_parse to LOCAL-string_to_sid, add some testsVolker Lendecke2010-02-201-1/+1
|
* s3-selftest: fix return code for modprinter.pl -a.Günther Deschner2010-02-181-1/+2
| | | | | | | | | | | Background is: the SetPrinter level 2 calls "addprinter command" an fails if a share already existed (and the addprinter command returned a non-0 return code). Removing the non-0 return code is fine, as in AddPrinter{Ex}, we have checks to see if a share already exists before calling out the addprinter command. Maybe one day, we need to have a "changeprinter command"... Guenther
* s3-selftest: finally enable RPC-SPOOLSS-PRINTER against Samba 3.Günther Deschner2010-02-181-1/+2
| | | | Guenther
* s3-selftest: include addprinter/deleteprinter command.Günther Deschner2010-02-182-0/+131
| | | | Guenther
* Torture test for bug 7084 - Create time on directories not stored properly ↵Jeremy Allison2010-02-011-1/+1
| | | | | | | | in an EA in new create time code. Ensure new files in a directory don't reset the create time. Jeremy.
* s3-selftest: try to get RPC-SPOOLSS-NOTIFY running during make test on the ↵Günther Deschner2010-01-271-1/+3
| | | | | | buildfarm. Guenther
* s3: Add a little torture test for dom_sid_parseVolker Lendecke2010-01-231-0/+1
|
* s3-selftest: finally enable RPC-SPOOLSS-NOTIFY against s3.Günther Deschner2010-01-191-1/+1
| | | | Guenther
* s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.Günther Deschner2010-01-191-1/+1
| | | | Guenther
* s3 selftest: Enable the WINBIND-STRUCT testsKai Blin2010-01-141-1/+1
|
* s3 test: Fix WINBINDD-STRUCT testsKai Blin2010-01-141-0/+3
| | | | | The struct-based tests are working in make selftest, make them work in plain "make test" as well.
* s3: Run RPC-SAMBA3-GETALIASMEMBERSHIP-0 in make testVolker Lendecke2009-12-171-0/+1
|
* s3-selftest: enable RPC-SAMBA3-WINREG.Günther Deschner2009-12-101-1/+1
| | | | | | Very strange we didn't run it before. Guenther
* s3-selftest: run LOCAL-NDR when running make selftest.Günther Deschner2009-12-031-1/+1
| | | | Guenther
* s3: Add a regression test for bug 6898Volker Lendecke2009-11-291-1/+1
|
* Add RAW-CHKPATH test with case-sensitive share.Jeremy Allison2009-11-252-0/+7
| | | | Jeremy.
* s3 selftest: Add RAW-SFILEINFO-END-OF-FILE to selftestTim Prouty2009-11-251-1/+1
|
* s4 torture: Split up the torture suite setup for RAW-SFILEINFOTim Prouty2009-11-251-2/+2
| | | | | | | A side effect of this change is that RAW-SFILEINFO now runs the whole suite instead of just the first test. I changed the name of the first test to RAW-SFILEINFO-BASE and changed all of the selftest scripts that call it.
* s3-netlogon: enable RPC-NETLOGON-ADMIN test against s3.Günther Deschner2009-11-091-1/+2
| | | | Guenther
* Remove the smbd:writetimeupdatedelay change Metze added. Metze pleaseJeremy Allison2009-11-052-3/+7
| | | | | | explain why you added this. Change --maximum-runtime=900 for smbtorture4 with BASE-DELAYWRITE. Should allow it to successfully complete now. Jeremy.
* Turn on LOCK9 test which will test for regressions in bug 6828.Jeremy Allison2009-10-202-2/+4
| | | | Jeremy.
* s3-selftest: enable RPC-LSA-PRIVILEGES against Samba 3.Günther Deschner2009-10-201-0/+1
| | | | Guenther
* Fix posix_unlink test. Was doing grep without quotes around theJeremy Allison2009-10-171-3/+4
| | | | | target string. Jeremy.
* Trying to find out why the posix_unlink test build farm is still failing evenJeremy Allison2009-10-171-1/+1
| | | | | though we're now successfully deleting the symlink. Jeremy.
* Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. ↵Jeremy Allison2009-10-161-0/+2
| | | | Caught by the torture tester. I love unit tests :-). Jeremy.
* s3-selftest: enable WINBIND-WBCLIENT against s3.Günther Deschner2009-10-161-1/+3
| | | | Guenther
* Use the method used by build_env.sh to discover the user name.Matt Kraai2009-10-111-1/+9
| | | | | so try USERNAME, then LOGNAME, then whoami, then id -un to find out who we are.
* Test creating and deleting a bad symlink using the POSIX calls. EnsureJeremy Allison2009-10-061-0/+42
| | | | | we don't regress on bug 6769. Jeremy.
* talloc:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
| | | | Michael
* talloc:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
| | | | Michael
* s3:mksyms: fix spelling...Michael Adam2009-09-112-2/+2
| | | | Michael
* s3-selftest: enable running RPC-NETLOGON-S3 against samba3.Günther Deschner2009-08-261-1/+1
| | | | Guenther
* wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file.Kai Blin2009-08-181-1/+1
|
* Move build over to storing DOS attributes in EA's.Jeremy Allison2009-08-121-2/+4
| | | | | | | Turn off "map to" directives. I've now fixed the issues with the build tests running this way. I think this is how most people run these days - please raise this on the list (or revert) if you disagree.
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-0/+1
| | | | | that stores the create time in the user.DosTimestamps EA. Jeremy.