summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Collapse)AuthorAgeFilesLines
* s4-smbtorture: also test for invalid flags in eventlog test_ReadEventLog.Günther Deschner2009-01-141-1/+7
| | | | Guenther
* s4-smbtorture: pure cosmetic cleanup of eventlog test.Günther Deschner2009-01-141-42/+42
| | | | Guenther
* s4 torture: Add new create disposition test to RAW-STREAMSTim Prouty2009-01-091-1/+167
|
* s4-smbtorture: print hand-decoded service status array in svcctl torture test.Günther Deschner2009-01-091-2/+28
| | | | Guenther
* s4-smbtorture: extend test_QueryServiceConfig2W a bit.Günther Deschner2009-01-081-0/+18
| | | | Guenther
* s4-smbtorture: fix build of svcctl torture test.Günther Deschner2009-01-081-2/+2
| | | | Guenther
* s4-smbtorture: use names for info level in test_QueryServiceStatusEx.Günther Deschner2009-01-081-1/+1
| | | | Guenther
* s4-smbtorture: add my copyright to svcctl test.Günther Deschner2009-01-081-0/+1
| | | | Guenther
* svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner2009-01-081-1/+1
| | | | Guenther
* added support for stream renames in Samba4Andrew Tridgell2009-01-071-1/+2
| | | | | | | | | This allows the RAW-STREAMS test to work again. We still have some limitations though: - renames of a stream to the default stream doesn't work - delete on close handling between streams and the main file is still broken
* Fix compilation, remove unused variables.Jelmer Vernooij2009-01-061-2/+1
|
* s4-smbtorture: verify each password change via samlogon in ↵Günther Deschner2009-01-063-33/+256
| | | | | | SAMR-PASSWORDS-PWDLASTSET test. Guenther
* s4 torture: Add more rename tests to RAW-STREAMSTim Prouty2009-01-041-3/+198
| | | | | | | | | | | | There is one part of the new rename tests that passes against windows, but doesn't pass against samba3 right now. Windows allow renaming a stream to the default stream, but none of the current streams module support this. When this ability is added the check for samba can be removed from this test. This patch also adds a missing unlink in the cleanup of test_stream_delete and changes the order that the tests are run to be consistent with the physical order in the file.
* Fix warnings in make test code.Jeremy Allison2009-01-021-1/+4
| | | | Jeremy.
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-2913-41/+41
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* s4 libnet: Add support for groupinfo by sid lookupKai Blin2008-12-291-2/+3
|
* Fix more compiler warnings.Jelmer Vernooij2008-12-236-22/+20
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-221-4/+6
|\
| * Make it clearer when RAW-STREAMS is failing (don't always print names).Jeremy Allison2008-12-221-4/+6
| | | | | | | | Jeremy.
* | Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-225-3/+18
| |
* | Fix segfault when there are no tests registered.Jelmer Vernooij2008-12-221-1/+1
|/
* Add torture test for bug #5986 - streams rename, so we don't regress.Jeremy Allison2008-12-191-0/+98
| | | | Jeremy.
* s4:libcli/wrepl: we don't need to resolve namesStefan Metzmacher2008-12-181-6/+6
| | | | metze
* RAW-CHKPATH: not every server behaves like samba3...Stefan Metzmacher2008-12-181-1/+1
| | | | metze
* BASE-LOCK: fix LOCK5Stefan Metzmacher2008-12-181-4/+12
| | | | | | We need to close all 3 file handle to make the unlink work. metze
* Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only ↵Jeremy Allison2008-12-171-4/+0
| | | | | | BATCH22 left to fix. Jeremy.
* s4: smbtorture, fix the build of netlogon test after idl change.Günther Deschner2008-12-171-2/+2
| | | | Guenther
* s4: fix smbtorture build after idl change.Günther Deschner2008-12-171-4/+13
| | | | Guenther
* s4:lib/tevent: add lib/events/ compat and let things compileStefan Metzmacher2008-12-171-1/+1
| | | | metze
* s4:torture: add ldb testsAndrew Bartlett2008-12-173-1/+751
| | | | | | | | These tests are for both the new extended DN functionality (and were vital in finding bugs during implementation) and for the normal DN parsing and comparison routines. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Remove use of C++ keywords.Jelmer Vernooij2008-12-162-6/+6
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-141-0/+47
|\
| * Added torture test for doing an openX over a directoryJeremy Allison2008-12-131-0/+47
| | | | | | | | | | to ensure we get the correct error message. Jeremy.
* | Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij2008-12-121-5/+0
|/ | | | | | | | | dom_sid.sub_auths rather than a dynamically allocated one. This makes it possible to use the same DCE/RPC object code for Samba 3 and Samba 4's DCE/RPC parsers and allows copying sids more easily (since they no longer contain any pointers). The cost of having additional manual marshalling code is limited (~35 additional lines of C code).
* s4-smbtorture: add simple netr_ServerGetTrustInfo test.Günther Deschner2008-12-101-0/+42
| | | | Guenther
* s4: [2/3] Fix a delete on close divergence from windows and the associated ↵Tim Prouty2008-12-091-5/+18
| | | | | | | torture test This second patch fixes the deltest17 BASE-DELETE torture test to pass against win2k3/win2k8/winXPsp2
* s4-samr: Fix Bug #5946. userparameters handling in torture test.Matthias Dieter Wallnöfer2008-12-101-1/+7
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* RPC-BROWSER: send the correct data in later requestsStefan Metzmacher2008-12-061-0/+2
| | | | metze
* s4:torture: add simple RPC-BROWSER testStefan Metzmacher2008-12-063-2/+125
| | | | metze
* s4-smbtorture: do full level 18, 21, 23, 24, 25, 26 testing in pwdlastset test.Günther Deschner2008-12-051-75/+33
| | | | Guenther
* s4-smbtorture: add support for level 18 and 21 in test_SetUserPass_level_ex.Günther Deschner2008-12-051-20/+73
| | | | Guenther
* s4-smbtorture: more tests for RPC-SAMR-PASSWORDS-PWDLASTSET.Günther Deschner2008-12-051-108/+181
| | | | Guenther
* s4-smbtorture: add test for setting passwords via samr_UserInfo21.Günther Deschner2008-12-051-1/+134
| | | | Guenther
* s4-smbtorture: add test for setting passwords via samr_UserInfo18.Günther Deschner2008-12-051-0/+84
| | | | Guenther
* s4-smbtorture: fix build of samr test (bad git merge).Günther Deschner2008-12-051-20/+20
| | | | Guenther
* s4-samr: fix samr callers after SAMR_FIELD_PASSWORD change.Günther Deschner2008-12-052-13/+13
| | | | Guenther
* RAW-NETLOGON: check netr_GetAnyDCName() resultStefan Metzmacher2008-12-041-0/+1
| | | | metze
* RAW-STREAMS: test stream renamesStefan Metzmacher2008-12-011-8/+74
| | | | metze
* RAW-STREAMS: some more tests...Stefan Metzmacher2008-12-011-18/+180
| | | | metze
* RAW-STREAMS: test valid character in the range of 0x01 => 0x7FStefan Metzmacher2008-12-011-0/+69
| | | | metze