summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Collapse)AuthorAgeFilesLines
* s4-test: make better error message for ATTID checksKamen Mazdrashki2010-08-191-4/+20
|
* s4-test: Change attribute syntax and value for readabilityKamen Mazdrashki2010-08-191-3/+3
| | | | | When it comes to read logs and dumping data received Octet String syntax comes in handy
* s4-test-dssync: remove unused variableKamen Mazdrashki2010-08-191-1/+0
|
* smbtorture: Make SAMBA3CASEINSENSITIVE report failures properly.James Peach2010-08-171-4/+6
|
* smbtorture: Ensure that the RPC setup returns correct status.James Peach2010-08-171-4/+4
|
* Revert "s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is ↵Günther Deschner2010-08-161-9/+0
| | | | | | broken" This reverts commit 8ca8250443319e0f19f05aab2014118fd03eaa8a.
* s4-drs-test: Make the two DRS test suite a top-level test suitesKamen Mazdrashki2010-08-151-16/+21
| | | | so that test cases gets visible with "smbtorture --list"
* s4:torture/rpc/samr.c - fix a wrong torture error messageMatthias Dieter Wallnöfer2010-08-141-1/+1
|
* smbtorture: Don't crash RAW-QFILEINFO if there's no alternate name.James Peach2010-08-111-0/+5
|
* smbtorture: Make BASE-OPENATTR report a failure if it fails.James Peach2010-08-111-2/+4
|
* s4-test: Implement DRS-RPC-msDSIntId test caseKamen Mazdrashki2010-08-114-1/+647
|
* s4-test: Move dsdb_schema loading into public functionKamen Mazdrashki2010-08-112-60/+96
| | | | I will use this function for tests implementation later
* s4-test: Move RPC-DSSYNC test in DRS-RPC test suiteKamen Mazdrashki2010-08-114-3/+4
|
* s4-test: Move dssync.c to torture/drs/rpcKamen Mazdrashki2010-08-111-0/+0
|
* s4-test: strip trailing white-spacesKamen Mazdrashki2010-08-111-21/+21
|
* s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is brokenStefan Metzmacher2010-08-081-0/+9
| | | | | | See https://bugzilla.samba.org/show_bug.cgi?id=7486. metze
* s3-torture: Improve the winreg deletekey torture comments.Andreas Schneider2010-08-051-5/+6
|
* s3-torture: Correctly cleanup the winreg volatile key test.Andreas Schneider2010-08-051-8/+13
| | | | Günther please check!
* s4-torture: Fixed the winreg EnumValue test against Windows.Andreas Schneider2010-08-051-8/+34
| | | | Günther please check!
* s4:torture/libnet: avoid dereferencing dcerpc_binding_handle internalsStefan Metzmacher2010-08-021-4/+5
| | | | metze
* s4-smbtorture: remove another old and now invalid s3 special case during ↵Günther Deschner2010-08-021-7/+0
| | | | | | spoolss testing. Guenther
* s4:torture/rpc/winreg: fix "strict aliasing" compiler warningsStefan Metzmacher2010-08-011-3/+3
| | | | metze
* s4:torture/rpc/winreg: fix the build with non gcc compilers (e.g. on solaris)Stefan Metzmacher2010-08-011-4/+3
| | | | metze
* s4:torture/winreg.c - fix warnings of Solaris 10 cc through the appropriate ↵Matthias Dieter Wallnöfer2010-07-311-4/+4
| | | | casts
* s4:torture/winreg.c - remove unreachable codeMatthias Dieter Wallnöfer2010-07-311-2/+0
|
* s4:torture/winreg.c - add a FIXME comment on a codepart which isn't standard ↵Matthias Dieter Wallnöfer2010-07-311-0/+1
| | | | | | | C-compatible It seems to be GCC specific since it doesn't compile on Solaris 10 cc: http://build.samba.org/?function=View+Build;host=sunX;tree=samba_4_0_waf;compiler=cc
* s4-smbtorture: remove ifdefed symlink test, this is already skipped internallyGünther Deschner2010-07-301-2/+0
| | | | | | in the s3 case. Guenther
* Revert "s4-torture: Disable setting REG_BINARY printer data with size 0."Günther Deschner2010-07-301-4/+0
| | | | This reverts commit 104c419345a42a9a02ae25df482f449dc41a6380.
* s4-test: Expand DSSYNC test to be executed against all partitionsKamen Mazdrashki2010-07-291-17/+49
| | | | | | It is still possible to supply specific partition to test with on command line using --option="dssync:partition={PARTITION_DN}"
* s4-test-dssync: Issue warning in case we have diffrences in link attributesKamen Mazdrashki2010-07-291-4/+33
| | | | | | | | | | | | | | | In case differences in messages are: 1. Attributes with different values, i.e. 'replace' 2. Those attributes are back-link attributes then we just warn about those differences. It turns out windows doesn't send all values for back-link attributes in replicated_object but in linked_attributes. I consider this as workaround for the problem. A better solution might be to merge linked_attribute values into replacted_objects before comparing those with LDB result (although this will work for Win2k8 and latter)
* s4-test: Simplify test_GetInfo() - we have what we need through LDB connectionKamen Mazdrashki2010-07-291-79/+12
| | | | | | | | | | we have already opened. Added 'config_dn' and 'schema_dn' members which are to be used later for extending the test_FetchData() to be executed against every partition in case partition is not specified explicitly. DsSyncText.site_name was removed also as it is not used anymore
* s4-torture: Enable tests with keynames including a slash.Andreas Schneider2010-07-271-12/+2
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* Revert "s4-smbtorture: skip driverName and printerName DsSpooler tests for now."Andreas Schneider2010-07-271-2/+2
| | | | | | This reverts commit 23eb2888d94b34822e4c49b1d62f4bd3fac43fcf. Signed-off-by: Jim McDonough <jmcd@samba.org>
* s4-torture: Disable setting REG_BINARY printer data with size 0.Andreas Schneider2010-07-271-0/+4
| | | | Signed-off-by: Jim McDonough <jmcd@samba.org>
* s4-test: Use ldb_msg_normalize() in torture/rpc/dssync.c testKamen Mazdrashki2010-07-191-2/+4
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-test: Use ldb_msg_difference() in torture/rpc/dssync.c testKamen Mazdrashki2010-07-191-3/+6
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-smbtorture: run all testcases with bigendian push as well in RPC-BIND.Günther Deschner2010-07-161-0/+3
| | | | Guenther
* s4-smbtorture: rearrange testlist in RPC-BIND.Günther Deschner2010-07-161-5/+23
| | | | Guenther
* s4-smbtorture: make sure to wipe out dcerpc auth flags before RPC-BIND starts.Günther Deschner2010-07-161-0/+1
| | | | Guenther
* smbtorture shell: Allow any config option to be set.James Peach2010-07-161-5/+6
| | | | | | Not sure what I was thinking by restricting the shell to "torture:" parametric options. It's really extemely useful to be able to set arbitrary options.
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-1673-487/+487
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-smbtorture: add very simple RPC-BIND testsuite.Günther Deschner2010-07-144-2/+99
| | | | Guenther
* s4-smbtorture: rename rpc/bind.c to rpc/multi_bind.c.Günther Deschner2010-07-143-2/+2
| | | | Guenther
* Revert "s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS."Günther Deschner2010-07-081-6/+0
| | | | This reverts commit 3587bb63e21c3f033a17bb493dceb64b05fe85d6.
* s4:libcli: Modify S4 client library to check for proper CN alignmentSteven Danneman2010-07-061-1/+99
| | | | | | | | | MS-CIFS 2.2.7.4.2 states that FILE_NOTIFY_INFORMATION structures in change notify replies must be aligned to 4-byte boundaries. This updates s4 client to check for this restriction and also adds a torture test which should tickle a server into giving unaligned structures if it doesn't follow the spec.
* s4-smbtorture: add my (C) to rap torture lib.Günther Deschner2010-07-051-0/+1
| | | | Guenther
* s4:torture/rpc/samlogon.c - strip trailing whitespacesMatthias Dieter Wallnöfer2010-07-031-199/+199
|
* s4:torture/rpc/samlogon.c - provide a function which sets and afterwards ↵Matthias Dieter Wallnöfer2010-07-031-0/+97
| | | | | | resets the minimum password age This is needed since we on s4 do now use the Windows Server standard of 1 day.
* s4-smbtorture: enable extended SetValue test against Samba3.Günther Deschner2010-07-021-3/+2
| | | | Guenther
* s4-smbtorture: in extended setvalue winreg test, reduce max random buffer ↵Günther Deschner2010-06-301-1/+1
| | | | | | length to 16 bytes. Guenther