summaryrefslogtreecommitdiff
path: root/source3/script
AgeCommit message (Collapse)AuthorFilesLines
2010-07-14s3-selftest: enable RPC-BIND against s3.Günther Deschner1-1/+1
Guenther
2010-07-05s3-idl: support --full for s3 build_idl.sh as well.Günther Deschner1-0/+13
Guenther
2010-06-17s3-selftest: fix locktest9 in make selftest.Günther Deschner3-3/+5
Guenther
2010-06-04s3-selftest: do not call main RPC-SPOOLSS testsuite.Günther Deschner1-1/+1
The tests formerly available in there can now be accessed via RPC-SPOOLSS-PRINTSERVER. Guenther
2010-06-02s3-selftest: Fix blackbox smbclient s3 tests during make selftest.Günther Deschner1-1/+1
Guenther
2010-05-21s3: registry: add tests with empty valuenameGregor Beck1-13/+25
Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21s3: registry: let test_setvalue use getvalueraw instead of enumerateGregor Beck1-22/+6
simplifies code, prerequisite to handle empty valuenames Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-12s3-selftest: enable RAP-SAM against Samba 3.Günther Deschner1-1/+1
Guenther
2010-05-07idl: get the logic of the prevous commit rightBjörn Jacke1-1/+1
2010-05-07idl: fix Unix builds by replacing bashismBjörn Jacke1-1/+1
test -nt is not portable - tridge, please check!
2010-05-04s3-idl: update the 2nd build_idl.sh scriptAndrew Tridgell1-9/+13
2010-04-28s3-selftest: enable RAP-PRINTING against s3.Günther Deschner1-1/+1
Guenther
2010-04-23s3-selftest: enable RPC-SPOOLSS-DRIVER against s3.Günther Deschner1-0/+1
Guenther
2010-04-23s3-selftest: add print$ share with two arch dirs.Günther Deschner1-0/+8
(make test variant) Guenther
2010-04-19s3: Test for wb ccache access by smbclientVolker Lendecke1-0/+33
2010-04-19s3: Change the make test password to "testPw"Volker Lendecke1-1/+1
This way we can change back to it when testing testing wbcChangeUserPassword, "test" is too short (<5 chars)
2010-04-13Add basic DFS tests.Jeremy Allison2-0/+92
Jeremy.
2010-03-26s3-selftest: set "lpq cache time = 0" in server configuration.Günther Deschner1-0/+1
This fixes currently broken spoolss tests. (make test variant). Guenther
2010-03-25s3-selftest: enable RAP-RPC test against s3.Günther Deschner1-1/+1
Guenther
2010-03-25s3-selftest: move printing config to global section.Günther Deschner1-8/+9
"make test" variant. Guenther
2010-03-19s3-selftest: use proper names for samba3 dcerpc tests.Günther Deschner1-2/+2
Guenther
2010-03-19s3-selftest: enable RAP calls testsuite against samba3.Günther Deschner1-1/+3
Guenther
2010-03-19s3-selftest: rearrange uid/gid calculation to achieve correct membership.Günther Deschner1-21/+25
(make test variant) Guenther
2010-03-18s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper.Günther Deschner1-15/+31
Guenther
2010-03-17s3-selftest: run RPC-EVENTLOG against s3.Günther Deschner1-1/+1
Guenther
2010-03-17s3-test: setup initial eventlog infrastructure.Günther Deschner1-1/+6
Guenther
2010-03-11Improve symlink delete test. Make sure we don't delete the link target by ↵Jeremy Allison1-7/+19
mistake. Jeremy.
2010-03-10Added regression test for bug #7234 - Symlink delete fails but incorrectly ↵Jeremy Allison2-5/+47
reports success. Ensure we can delete a symlink by path. Jeremy.
2010-03-09Fix the shell script in the root case. When run as root, make test now ↵Jeremy Allison1-4/+4
detects CAP_DAC_OVERRIDE being left on in error. Jeremy.
2010-03-09Add tests which, when run as root, will ensure we can't writeJeremy Allison3-11/+154
into a read-only directory, or read a owner-read-only file. Jeremy.
2010-03-09Allow "make test" to complete as root. Obviously only safe on tightlyJeremy Allison1-0/+16
controlled developer machines. Jeremy.
2010-03-05s3-selftest: enable RPC-WINREG against Samba 3.Günther Deschner1-1/+1
Guenther
2010-02-24s3:test_wbinfo_s3: test --check-secret and --change-secretStefan Metzmacher1-0/+4
metze
2010-02-22A test "store create time" parameter got commited by accident. Remove it.Jeremy Allison1-1/+0
Jeremy.
2010-02-20s3: Rename LOCAL-dom_sid_parse to LOCAL-string_to_sid, add some testsVolker Lendecke1-1/+1
2010-02-18s3-selftest: fix return code for modprinter.pl -a.Günther Deschner1-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
2010-02-18s3-selftest: finally enable RPC-SPOOLSS-PRINTER against Samba 3.Günther Deschner1-1/+2
Guenther
2010-02-18s3-selftest: include addprinter/deleteprinter command.Günther Deschner2-0/+131
Guenther
2010-02-01Torture test for bug 7084 - Create time on directories not stored properly ↵Jeremy Allison1-1/+1
in an EA in new create time code. Ensure new files in a directory don't reset the create time. Jeremy.
2010-01-27s3-selftest: try to get RPC-SPOOLSS-NOTIFY running during make test on the ↵Günther Deschner1-1/+3
buildfarm. Guenther
2010-01-23s3: Add a little torture test for dom_sid_parseVolker Lendecke1-0/+1
2010-01-19s3-selftest: finally enable RPC-SPOOLSS-NOTIFY against s3.Günther Deschner1-1/+1
Guenther
2010-01-19s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.Günther Deschner1-1/+1
Guenther
2010-01-14s3 selftest: Enable the WINBIND-STRUCT testsKai Blin1-1/+1
2010-01-14s3 test: Fix WINBINDD-STRUCT testsKai Blin1-0/+3
The struct-based tests are working in make selftest, make them work in plain "make test" as well.
2009-12-17s3: Run RPC-SAMBA3-GETALIASMEMBERSHIP-0 in make testVolker Lendecke1-0/+1
2009-12-10s3-selftest: enable RPC-SAMBA3-WINREG.Günther Deschner1-1/+1
Very strange we didn't run it before. Guenther
2009-12-03s3-selftest: run LOCAL-NDR when running make selftest.Günther Deschner1-1/+1
Guenther
2009-11-29s3: Add a regression test for bug 6898Volker Lendecke1-1/+1
2009-11-25Add RAW-CHKPATH test with case-sensitive share.Jeremy Allison2-0/+7
Jeremy.