summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2003-11-04lsa_OpenPolicy2 now worksAndrew Tridgell1-2/+44
(This used to be commit 9cf479873f3501776091c9d01551adadcf525794)
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell3-78/+34
using any of the old lsa code (This used to be commit f5bd301ff7befa223a1d761a37ae8f7ce7f1fcd1)
2003-11-04added support for fragmented sendsAndrew Tridgell2-7/+3
(This used to be commit f51a216136b7cc7d4d07d4acb80e0a710d82841a)
2003-11-04added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell1-5/+11
successfully used SourceData with 200M of data in rpcecho (This used to be commit a9aa7954fe84c925bb158af8b73aa71b7ea84e2b)
2003-11-03added SinkData and SourceData tests for rpcechoAndrew Tridgell1-1/+71
(This used to be commit 7c356350e6148078725de6b6829eb0855771ae17)
2003-11-03added rpcecho EchoData testAndrew Tridgell1-0/+42
(This used to be commit 9c7e4db4712d1b2b7d8125e3ae535efd50b80f58)
2003-11-03added a helper function to make building rpc functions a bit easierAndrew Tridgell1-12/+31
(This used to be commit a8feb80438680b9ec399c908987c58c4a6a998e6)
2003-11-03started adding RPC-ECHO torture casesAndrew Tridgell3-4/+54
(This used to be commit 8cff335dab438aa2dbcca91a717e14ef5a8288dd)
2003-11-03we only want the per-call stub dataAndrew Tridgell1-3/+2
(This used to be commit 95fa15cdcf2df5e8436281cdf96c84228a56cc4c)
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2-82/+163
successful LSA OpenPolicy using smbtorture (This used to be commit e925c315f55905060fcca1b188ae1f7e40baf514)
2003-10-29much better synchronised startup in smbtorture - this allows us to runAndrew Tridgell1-2/+8
massive NBENCH runs without killing the client (This used to be commit 3f20041bb930ff1e4d9c0709008174faa5f690d5)
2003-10-28Add RPC-OPEN test as an example for using the new dcerpc client code.Tim Potter1-0/+79
It's a bit icky so I suspect it won't last long. (-: (This used to be commit bc17a4a8ade1b003acb5681471568a94e81aad08)
2003-10-10fixed snprintf.c for systems that have only some of the *printf() family of ↵Andrew Tridgell2-5/+5
functions cope with servers that return bogus (too large) values in max_xmit cope with a couple more error conditions in RAW-SFILEINFO better startup time heuristics in NBENCH (This used to be commit 89f7261ba589e5760b3cf9c3594eab9d7198dd7e)
2003-09-29better child synchronisation at startup in NBENCHAndrew Tridgell1-8/+18
(This used to be commit 4559208c80e0368ff677bfe0e6cde0abb8b9b2c0)
2003-09-29- use deltree to setup base directoryAndrew Tridgell1-3/+6
(This used to be commit 19eab118c1e73a0c5142ff10f7cf5ecae97349ac)
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell6-57/+81
fields in level 261 and level 262 of directory search are, plus the names of the levels the unknown fields are a 64bit unique file id, and match the 64 bit number from the internal_information qfileinfo level (This used to be commit b69f54eb028a24144a2e813f059b08644118ab09)
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2-13/+76
first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
2003-08-29expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell1-1/+7
in SMBlockread, not just other peoples locks (error in spec) (This used to be commit a56f6896bfc00222b12be3d0bb06f99144f2d23d)
2003-08-23fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell1-1/+3
(This used to be commit 19abdace95ff8369922ed7ffb9f75fab6d2d0b7b)
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell5-14/+12
(This used to be commit 02d068ba7d81d6db25122144981c63f74ad44025)
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell7-8/+8
(This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
2003-08-15fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell1-0/+1
this fixes the samba4 server with ascii clients (This used to be commit c770603ac6c3331a4ac79a650cbbbeb21c778137)
2003-08-15a few build fixes to try to get irix buildingAndrew Tridgell1-0/+2
(This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
2003-08-15don't give detailed errors for levels that failAndrew Tridgell1-1/+2
(This used to be commit 04b60864a67fa320f6de5f1f457b9de9bb46b730)
2003-08-15test resume by name before resume by flagsAndrew Tridgell1-1/+1
(This used to be commit 9f395dd7686e257a4c622d79582725e47e929252)
2003-08-15Print out position info, ensure NT_RENAME info level only worksJeremy Allison2-0/+7
in a directory. Jeremy. (This used to be commit d623a51da07e3077b5dc2f92787a3ca848feb113)
2003-08-14Extended seek tests to check position information.Jeremy Allison1-0/+30
Jeremy. (This used to be commit c4cc40c5c808d03e9ef813e6b2340c469cc6dc2d)
2003-08-14added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell1-0/+59
(This used to be commit 3eef35e581b5e1802711b9b5297f61800a7e242e)
2003-08-14added SMBopen to gentestAndrew Tridgell1-0/+35
(This used to be commit b47737b00bd6a96d8dec53381872656997ec6ad2)
2003-08-14added seek to gentestAndrew Tridgell1-0/+23
(This used to be commit 401fce169ecceac803a4a72480ffdc1f54f9a292)
2003-08-14added read/write seek testingAndrew Tridgell1-1/+25
(This used to be commit 66691dc9582d4752ff1ab04a1b53c1e3c8fe64a1)
2003-08-13- added a raw smb scannerAndrew Tridgell4-1/+86
- its not a root_fid in ntrename (This used to be commit 74be55efdc77d4ba7e70d0554cbd72472522abff)
2003-08-13- added test for position_information via pathsAndrew Tridgell1-0/+20
(This used to be commit 595be06a42bbf8b19feb1b7a7fc4389a6ad50ab8)
2003-08-13- expanded the ntrename testAndrew Tridgell2-5/+81
- expanded seek test - the position information is handle specific! (This used to be commit 163970bda6dba4a6c98943eee49d6610a156c070)
2003-08-13- added SMBntrename test suiteAndrew Tridgell4-38/+260
- allow username of form DOMAIN\username or DOMAIN/username - added ntrename to gentest (This used to be commit 2b464472c17b791eb5b117f89d5aaea2bf60f6ad)
2003-08-13- cope with servers that don't properly implement SMBexitAndrew Tridgell5-20/+166
- add the pidhigh test to the locking test - expand the rename and unlink testing - test a wider range of offsets in RAW-READ (This used to be commit ef819249ec9849b4609f82a5c882e40c96a51fa2)
2003-08-13make sure we give the chosen workgroup in gentestAndrew Tridgell1-2/+6
(This used to be commit b8aa4a9a8f53d5307105424d90895dffefdc5e64)
2003-08-13first public release of samba4 codeAndrew Tridgell51-0/+25143
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)