summaryrefslogtreecommitdiff
path: root/source4/torture/raw
AgeCommit message (Collapse)AuthorFilesLines
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell2-16/+19
more like the other major SMB functions * added SMBntrename code (This used to be commit f2d3dc9893fa0e089c407fa16ce9ff13587e70cd)
2003-11-06allow qfsinfo to continue with just 10 levels supported in the serverAndrew Tridgell1-1/+1
(This used to be commit 9476dd562010dc30dd9aea777e0cede273e6e29a)
2003-10-10fixed snprintf.c for systems that have only some of the *printf() family of ↵Andrew Tridgell1-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)
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell3-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)
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 Tridgell2-3/+7
(This used to be commit 02d068ba7d81d6db25122144981c63f74ad44025)
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 read/write seek testingAndrew Tridgell1-1/+25
(This used to be commit 66691dc9582d4752ff1ab04a1b53c1e3c8fe64a1)
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 Tridgell2-12/+197
- 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-13first public release of samba4 codeAndrew Tridgell20-0/+6957
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)