summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw/streams.c
Commit message (Expand)AuthorAgeFilesLines
* r10257: strlen returns a size_t which can be 64 bits long.Tim Potter2007-10-101-2/+2
* r9043: fixed return code in RAW-STREAMS testAndrew Tridgell2007-10-101-1/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+2
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-1/+1
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-1/+1
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-2/+3
* r3800: - fixed delete-on-close behaviour for streamsAndrew Tridgell2007-10-101-0/+15
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-4/+10
* r3793: add some streams tests that show how the :$DATA suffix is handledAndrew Tridgell2007-10-101-1/+23
* r3746: added RAW-STREAMS and RAW-EAS tests to smbtortureAndrew Tridgell2007-10-101-0/+194