summaryrefslogtreecommitdiff
path: root/source4/torture/smb2
AgeCommit message (Collapse)AuthorFilesLines
2008-05-22minor cleanup in SMB2 getinfo testAndrew Tridgell1-6/+6
(This used to be commit b139b471072f20288f126b5a9ee7613cc6c40681)
2008-05-22fixes to the SMB2 lock test after recent SMB2 locking changesAndrew Tridgell1-8/+12
(This used to be commit de7626e1c29f04e54afb6d95f4051bc52b17dd80)
2008-05-21fixed SMB2 lockingAndrew Tridgell1-71/+77
- SMB2 locking is different in several ways from SMB locking. To fix it properly we will need a new generic mapping structure for locking, but for now do a best effort mapping - added locking to gentest_smb2 (This used to be commit ea6d9cf602302adafe0f9d5f5f90a9b26d1ead6f)
2008-05-20moved these util functions into libcliAndrew Tridgell1-26/+0
(This used to be commit b2f1154bc338fb56fc998f40159156cb6859075b)
2008-05-19Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell1-3/+3
(This used to be commit 733937e87a1adcc19492ea2bd138e705701901b6)
2008-05-19added mkdir to SMB2 proxyAndrew Tridgell1-19/+5
(This used to be commit 1323aab11fbf346e19c4cef227d727ddfcaa7d60)
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
2008-05-18Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij1-2/+2
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-1/+1
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell1-1/+1
(This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b)
2008-05-10Fix torture module initializion.Jelmer Vernooij1-1/+1
(This used to be commit d5bf4e9065303b54421a6f35b213a22f062d27d4)
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
2008-04-19SMB2-PERSISTENT-HANDLES1: close the handle before deleting itStefan Metzmacher1-0/+2
This means we no longer have a oplock break timing out for the "delete". metze (This used to be commit 50f6a72b674f58a24c1a6c42e4dd56dc4e9f5a1e)
2008-04-19torture/smb2: add a simple SMB2-OPLOCK-BATCH1 testStefan Metzmacher3-1/+181
metze (This used to be commit 914f0ac83bc396be0ca34c43e2ea01ecc1c3b826)
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij3-4/+243
(This used to be commit ece878c1f9251b83598508e23ce0015b4db72f0a)
2008-04-17SMB2-PERSISTENT-HANDLES1: verify some more fieldsStefan Metzmacher1-32/+52
metze (This used to be commit ae0a7d0918cc15309a6d1166885f23531365007c)
2008-04-17torture/smb2: add SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher3-1/+165
This demonstrates that the file seek position is still available on reconnected persistent handles. metze (This used to be commit 30e04ae3a02596de03d06874ff5dfc0ddc3bf902)
2008-04-17torture/smb2: add torture_suite_add_2smb2_test() helper functionStefan Metzmacher1-0/+55
metze (This used to be commit d70afbb0673184ed067e5f1c7608536025a3cca7)
2008-04-17torture/smb2: fix whitespacesStefan Metzmacher1-3/+3
metze (This used to be commit 66c0f331a231ea8897bd8f83658c86b1d2c85d62)
2008-04-16Avoid event_find_context when a event context is already available.Jelmer Vernooij2-3/+3
(This used to be commit 4ca264679ecfd938c538a93f4efff1bfa23c3744)
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-6/+8
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-02-18disable the EAS level in SMB2-GETINFO test until we get some feedbackAndrew Tridgell1-4/+6
on how the alignment requirements have changed (This used to be commit 2a474568c2f85603657a97ad658089122a1f4f19)
2008-02-18open a root handle in SMB2 should use a NULL filename, not a zero lengthAndrew Tridgell1-1/+2
filename (This used to be commit a29dd708bf26440552ffa9d83332329b4c108857)
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-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)
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij2-3/+5
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
2007-12-21r26267: Fix two calls of smb2_connect I missed.Jelmer Vernooij2-3/+10
(This used to be commit fc824a5c457e341995c14bd1cf34894ffc4c62c2)
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-3/+3
(This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43)
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more ↵Jelmer Vernooij9-47/+30
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926)
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij1-4/+4
(This used to be commit e9039782204389cc827e76da319d5ccf6d33be46)
2007-10-10r25579: BOOL -> boolStefan Metzmacher2-10/+10
metze (This used to be commit 058a0619e9218586e73ae920f45621cf00d8b828)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij8-89/+89
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij3-5/+5
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
2007-10-10r25159: fix missing declarations warningStefan Metzmacher1-0/+2
metze (This used to be commit 3d321a5efc22f8a702095f7704a36325a97db138)
2007-10-10r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij3-5/+6
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij3-0/+4
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell11-33/+22
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r22894: don't send a 2nd request before the last one returned (at least withStefan Metzmacher1-0/+32
STATUS_PENDING) otherwise longhorn beta3 just drops the connection metze (This used to be commit 503644a5e3b005e0660aca33a880de8d87d0d8aa)
2007-10-10r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3Stefan Metzmacher1-25/+92
- add modify the SMB2-LOCK-BLOCK-WRITE test to also test reading and name in SMB2-LOCK-RW-EXCLUSIV - add SMB2-LOCK-NONE and SMB2-LOCK-SHARED metze (This used to be commit 258555975d3877cff3bc3022f3439cdd61f6c8ac)
2007-10-10r22824: - add a simple test which shows how a lock rejectsStefan Metzmacher2-17/+155
a write on a different file handle. SMB2-LOCK-BLOCK-WRITE - make it possible to run each SMB2-LOCK-* test on its own metze (This used to be commit 9c02f690bc07ebf99cb272e255a24d7061d8e730)
2007-10-10r22407: this dependecies should be privateStefan Metzmacher1-1/+1
metze (This used to be commit 7ad60e62fd4fb1317cc86ef430d35d2c54fd20c2)
2007-10-10r21524: don't send unitialized data to the socketStefan Metzmacher1-1/+1
metze (This used to be commit 50955aa669c11a2ba20e2ce335dcb4bc3a178109)
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij3-4/+4
(This used to be commit b28860978fe29c5b10abfb8c59d7182864e21dd6)
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij3-20/+21
output in the testsuite rather than just True or False for a set of tests. The aim is to use this for: * known failure lists (run all tests and detect tests that started working or started failing). This would allow us to get rid of the RPC-SAMBA3-* tests * nicer torture output * simplification of the testsuite system * compatibility with other unit testing systems * easier usage of smbtorture (being able to run one test and automatically set up the environment for that) This is still a work-in-progress; expect more updates over the next couple of days. (This used to be commit 0eb6097305776325c75081356309115f445a7218)
2007-10-10r18838: make sure we cleanup after SMB2-MAXWRITE (it creates a large file)Andrew Tridgell1-7/+17
(This used to be commit 54894fb8b87a10dbf36476a001e2e32a0263c4fa)
2007-10-10r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell1-2/+2
(This used to be commit 1e34e4d5a1fd3d74080424140e4ab276b6042d12)
2007-10-10r18808: added SMB2-MAXWRITE test and SMB2-DIR testsAndrew Tridgell5-3/+230
expanded size of dangerous level for write in SMB2-CONNECT test (This used to be commit 355c6e78a91f4e934479829e722f873ca7e66baf)
2007-10-10r18325: more warnings and one compile error on aix fixedAndrew Tridgell1-1/+1
(This used to be commit 6e7e151432a31e48a67679df3966d2227d555317)
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-2/+2
emacs compile mode (hint, paste to a file, and compile as "cat filename"). This allowed me to fix nearly all the warnings for a IA_64 SuSE build very quickly. (This used to be commit eba6c84efff735bb0ca941ac4b755ce2b0591667)