summaryrefslogtreecommitdiffstats
path: root/source/torture/raw/streams.c
Commit message (Expand)AuthorAgeFilesLines
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2006-01-031-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-301-1/+0
* r10257: strlen returns a size_t which can be 64 bits long.Tim Potter2005-09-161-2/+2
* r9043: fixed return code in RAW-STREAMS testAndrew Tridgell2005-08-041-1/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2005-07-171-2/+2
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2005-02-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2005-01-271-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2005-01-061-1/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2004-12-041-1/+1
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2004-12-021-1/+1
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2004-12-021-1/+1
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2004-11-301-2/+3
* r3800: - fixed delete-on-close behaviour for streamsAndrew Tridgell2004-11-171-0/+15
* r3798: added support for alternate data streams in xattrs into pvfs. Andrew Tridgell2004-11-171-4/+10
* r3793: add some streams tests that show how the :$DATA suffix is handledAndrew Tridgell2004-11-171-1/+23
* r3746: added RAW-STREAMS and RAW-EAS tests to smbtortureAndrew Tridgell2004-11-151-0/+194