summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2008-02-15fixed loadparm handling in standalone testsAndrew Tridgell3-3/+3
(This used to be commit 2633f4259ed30ab990017c4c3205f92bf38f0135)
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell1-6/+9
- Updated getinfo structures and field names - also updated the protocol revision number handling to reflect new docs (This used to be commit 3aaa2e86d94675c6c68d66d75292c3e34bfbc81b)
2008-02-13torture/eventlog: the NTSTATUS of dcerpc_ functions is the same as r.out.resultStefan Metzmacher1-2/+0
metze (This used to be commit 0c5539e5fedd4123f61d50ee29acdc5a5f0faf76)
2008-02-13torture/eventlog: fix crash bugs!Stefan Metzmacher1-0/+8
This bug was introduced in 92b8bde561277a6b83048ce003cc29ff1b380255 and this shows that we need to be very, very careful in changing idl elements from scalars to [ref] pointers! metze (This used to be commit 3ec4bce0b64764e364aedea2800eed296805c51e)
2008-02-13spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any moreStefan Metzmacher1-7/+15
metze (This used to be commit d6cdddbcf37d120cb365bc7f8188858c8776e2e0)
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell3-29/+29
Adding some defined for various new create options (This used to be commit d037dc23ced3df6bce98cbf4810fb5f1247336bd)
2008-02-11Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij1-2/+2
This code is no longer used, and equivalent code already exists in Python (scripting/python/samba/samba3.py) (This used to be commit c16212e8bf5343496ea4b3afc30a8b4d3a0afe2d)
2008-02-09Remove unused define.Jelmer Vernooij1-7/+3
(This used to be commit 64d6d729135e1b3b19c9bdbbe973fcdaca15e8b3)
2008-02-09Re-enable python support in BECOME-DC test.Jelmer Vernooij1-1/+2
(This used to be commit ed44fd59bfa289bcef82e0650ccda381efb52268)
2008-02-09Ignore kinit with pkinit test failures for now.Jelmer Vernooij1-1/+1
(This used to be commit 94dedaf6ed55b146a0123407137f7ee4cfd41283)
2008-02-09torture: Merge util.c into util_smb.cJelmer Vernooij2-66/+39
(This used to be commit d19d27f406c0377d98c9fe9da9284dcebd373bb7)
2008-02-09Move nt_time_equal() to libutil.Jelmer Vernooij1-7/+0
(This used to be commit 9705263a6c58d4ade556d17db2009dbb85291b22)
2008-02-07make the multiplier in the RAW-OFFLINE test settableAndrew Tridgell1-1/+2
(This used to be commit f4b363d7a65023c816264b58d6f3f07730b43c0c)
2008-01-29Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and ↵Jelmer Vernooij1-2/+1
351c2e99ab8b6a91f7355077b2d2944fd820839c to see if that fixes the build. (This used to be commit 2a79cebfd99f4048214be65a6c918cc988dc83ed)
2008-01-28torture: Fix too early free in spoolss notify test.Jelmer Vernooij1-5/+6
(This used to be commit f5ea5de797f4fe35baf4f2bcd2913902c6703f44)
2008-01-25NET-BECOME-DC: always try to build ejs and python codeStefan Metzmacher1-9/+16
We let getenv("PROVISION_PYTHON") decide what we want at runtime. metze (This used to be commit acb5661f61ad62c02b5ec83d0f1f0c969f356c9f)
2008-01-25torture: the libnet torture test depend on pythonStefan Metzmacher1-1/+2
metze (This used to be commit d64a2288a2cb3a8f74a18b740b265a460773635d)
2008-01-25added latency reportingAndrew Tridgell1-6/+51
(This used to be commit f0ffbb8e19c1085bf54d226f62c667868e14f62e)
2008-01-25this is in secondsAndrew Tridgell1-3/+2
(This used to be commit 019dd9a3d7d9af8ab71a10802c728f5ab5cf781d)
2008-01-25more useful outputAndrew Tridgell1-10/+17
(This used to be commit 033cab6546d943089eefc298b335db03c1d0ebb6)
2008-01-25added a offline file torture test BASE-OFFLINEAndrew Tridgell3-1/+458
(This used to be commit d4b26fb2a38aa5b0ed2b6083641b9d8306af8c58)
2008-01-24Make the repl_meta_data module the default for domain controllers.Andrew Bartlett1-4/+0
Andrew Bartlett (This used to be commit ae2ea1bd0cd2b326b09b372428969f2cf52ce519)
2008-01-23Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett1-19/+18
The main change here is to work with the current module stack, replacing only the objectGUID module, rather than a number of modules. However, two changes were key: - Fixing a typo search_req->handle -> change_req->handle - Allowing an error of NO_SUCH_OBJECT - it is quite valid for the object not to exist when being replicated in. Other small changes were required to the ejs provision to match changes in that code. Andrew Bartlett (This used to be commit 7b87a58502a052de391f4e1c56ac78a8d35b4e34)
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
2008-01-22torture: Use manually written .pc file.Jelmer Vernooij2-0/+13
(This used to be commit d43b18cc5e8b58ca965205cccfe25f8a120d2ca7)
2008-01-20Add an exception for S3Volker Lendecke1-3/+10
Doing this correctly would involve a create_file call for qpathinfo (This used to be commit da9a5b571ea87b2e08c74463d3fae58a9eb0828a)
2008-01-17Fix an output message in samba3rpc torture test.Michael Adam1-1/+1
Michael (This used to be commit bf957bcb835a2c7c903f60dfa8f9a7e41997c5af)
2008-01-14python: Fix rpcecho tests.Jelmer Vernooij1-39/+0
(This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)
2008-01-14pidl/python: Fix use of pointers.Jelmer Vernooij1-2/+2
(This used to be commit 13f2b0380f310b101975d709361a29d4032c3689)
2008-01-14python: Add some more rpc/echo tests.Jelmer Vernooij1-0/+11
(This used to be commit b4840d1ae283a3853d041f3a9a848aec991e81a6)
2008-01-14python: Add simple tests for the DCE/RPC echo interface.Jelmer Vernooij1-0/+28
(This used to be commit 8523740796f3cd739bdc338b5e2855a01bafa540)
2008-01-11libnet: Fix includes to silence a warningKai Blin1-0/+4
(This used to be commit ba5a21998bfc1bd616e7a2d9647d284ca30a3574)
2008-01-11gentest: Fix a warning.Kai Blin1-1/+3
(This used to be commit d41b2e5ccd113ecf2f99896b1ce061ecb9ecc54d)
2008-01-11Native move servers will refuse these SamSync operations, so don'tAndrew Bartlett1-0/+9
count them as errors. Andrew Bartlett (This used to be commit 5c39f3135666854b57a7d2643f59feee7ceeabc8)
2008-01-07r26690: torture: Move torture_context_init() to the ui.c, where all ↵Jelmer Vernooij2-17/+18
functions related to it are. (This used to be commit 5f6cc640758448df9c8ad4eba1ffa12ce0c3f732)
2008-01-06r26685: Fix bug 5137 by Mark Ridley. The RPC-ATSVC test is not tested, so wasAndrew Bartlett1-0/+5
broken by 'ref' changes long ago. We need a working script to aim against windows. Andrew Bartlett (This used to be commit d6b863453dcda85e02e53c44d68272bf2ef95d19)
2008-01-06r26683: Add another testcase. I still don't know what's wrong here.Andrew Bartlett1-0/+21
Andrew Bartlett (This used to be commit 341929c615e5573887889cf22950a25b536c6fc1)
2008-01-06r26682: Move CLDAP to the modern torture system, and add value checking.Andrew Bartlett1-14/+28
Andrew Bartlett (This used to be commit df17c4a9e84f4a4087c4a4a8ad44a82d4acb522e)
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
(This used to be commit 18cd08623eaad7d2cd63b82ea5275d4dfd21cf00)
2008-01-05r26671: rap: Convert the RAP tests to the new torture API and run them by ↵Jelmer Vernooij1-71/+27
default. We don't have a server-side implementation of netservergetinfo yet, so it is marked as known failing. (This used to be commit 33c5982ed9b9fada9355dde5dc274abb99ec0615)
2008-01-03r26655: torture/auth/pac: remove uses of global_loadparmJelmer Vernooij1-2/+2
(This used to be commit ff67935be4980c701a9cd9a7fa435b8d1e02dfec)
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵Jelmer Vernooij13-47/+78
options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
2008-01-03r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij1-14/+19
(This used to be commit 65fbb4700d145810d1c7539a4037d73d856278c6)
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij4-1/+4
The number of arguments is getting a bit excessive now, so it probably makes sense to pass in the smbcli_options struct rather than all members individually and add a convenience function for obtaining a smbcli_options struct from a loadparm context. (This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2)
2008-01-03r26650: torture/raw: Fix warnings in lockbench/openbench.Jelmer Vernooij2-6/+15
I'm surprised this didn't cause any breakages. We should probably run (a subset of) RAW-LOCKBENCH + RAW-OPENBENCH in make test to make sure they don't regress. (This used to be commit 9bea9c0c4f62dabaaad4c56e7e55da96571b1e1d)
2008-01-02r26646: libcli/smb_composite: Allow specifying SMB parameters in ↵Jelmer Vernooij3-0/+18
smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. (This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a)
2008-01-02r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij3-14/+14
(This used to be commit a2bc97e8b01ecee48be60823cb19b4e794fb8f93)
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵Jelmer Vernooij12-16/+52
functions, should help fix the build for OpenChange. (This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507)
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij6-16/+31
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ↵Jelmer Vernooij2-3/+3
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3)