summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw
Commit message (Collapse)AuthorAgeFilesLines
* allow qfsinfo to continue with just 10 levels supported in the serverAndrew Tridgell2003-11-061-1/+1
| | | | (This used to be commit 9476dd562010dc30dd9aea777e0cede273e6e29a)
* fixed snprintf.c for systems that have only some of the *printf() family of ↵Andrew Tridgell2003-10-101-3/+3
| | | | | | | | | | | 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)
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-023-32/+57
| | | | | | | | | 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)
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-312-13/+76
| | | | | | | first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
* expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell2003-08-291-1/+7
| | | | | in SMBlockread, not just other peoples locks (error in spec) (This used to be commit a56f6896bfc00222b12be3d0bb06f99144f2d23d)
* fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell2003-08-231-1/+3
| | | | (This used to be commit 19abdace95ff8369922ed7ffb9f75fab6d2d0b7b)
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-152-3/+7
| | | | (This used to be commit 02d068ba7d81d6db25122144981c63f74ad44025)
* a few build fixes to try to get irix buildingAndrew Tridgell2003-08-151-0/+2
| | | | (This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
* don't give detailed errors for levels that failAndrew Tridgell2003-08-151-1/+2
| | | | (This used to be commit 04b60864a67fa320f6de5f1f457b9de9bb46b730)
* test resume by name before resume by flagsAndrew Tridgell2003-08-151-1/+1
| | | | (This used to be commit 9f395dd7686e257a4c622d79582725e47e929252)
* Print out position info, ensure NT_RENAME info level only worksJeremy Allison2003-08-152-0/+7
| | | | | | in a directory. Jeremy. (This used to be commit d623a51da07e3077b5dc2f92787a3ca848feb113)
* Extended seek tests to check position information.Jeremy Allison2003-08-141-0/+30
| | | | | Jeremy. (This used to be commit c4cc40c5c808d03e9ef813e6b2340c469cc6dc2d)
* added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell2003-08-141-0/+59
| | | | (This used to be commit 3eef35e581b5e1802711b9b5297f61800a7e242e)
* added read/write seek testingAndrew Tridgell2003-08-141-1/+25
| | | | (This used to be commit 66691dc9582d4752ff1ab04a1b53c1e3c8fe64a1)
* - added test for position_information via pathsAndrew Tridgell2003-08-131-0/+20
| | | | (This used to be commit 595be06a42bbf8b19feb1b7a7fc4389a6ad50ab8)
* - expanded the ntrename testAndrew Tridgell2003-08-132-5/+81
| | | | | - expanded seek test - the position information is handle specific! (This used to be commit 163970bda6dba4a6c98943eee49d6610a156c070)
* - added SMBntrename test suiteAndrew Tridgell2003-08-132-12/+197
| | | | | | | - allow username of form DOMAIN\username or DOMAIN/username - added ntrename to gentest (This used to be commit 2b464472c17b791eb5b117f89d5aaea2bf60f6ad)
* - cope with servers that don't properly implement SMBexitAndrew Tridgell2003-08-135-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)
* first public release of samba4 codeAndrew Tridgell2003-08-1320-0/+6957
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)