summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw/streams.c
Commit message (Expand)AuthorAgeFilesLines
* s4 torture: Remove unused parameterTim Prouty2009-04-011-14/+7
* And the prize for the most pain caused in the build farm for a simpleJeremy Allison2009-02-271-1/+1
* Added torture test from a usage case from the Apple OS/X client.Jeremy Allison2009-02-241-0/+119
* s4 torture: Add new test to create a file with a lot of streamsTim Prouty2009-02-181-0/+45
* s4 torture: Add additional streams create disposition testTim Prouty2009-02-181-0/+20
* s4 torture: Add new create disposition test to RAW-STREAMSTim Prouty2009-01-091-1/+167
* added support for stream renames in Samba4Andrew Tridgell2009-01-071-1/+2
* s4 torture: Add more rename tests to RAW-STREAMSTim Prouty2009-01-041-3/+198
* Make it clearer when RAW-STREAMS is failing (don't always print names).Jeremy Allison2008-12-221-4/+6
* Add torture test for bug #5986 - streams rename, so we don't regress.Jeremy Allison2008-12-191-0/+98
* RAW-STREAMS: test stream renamesStefan Metzmacher2008-12-011-8/+74
* RAW-STREAMS: some more tests...Stefan Metzmacher2008-12-011-18/+180
* RAW-STREAMS: test valid character in the range of 0x01 => 0x7FStefan Metzmacher2008-12-011-0/+69
* RAW-STREAMS: check some strange stream name combinationsStefan Metzmacher2008-12-011-0/+102
* RAW-STREAMS: better test the bahavior of streams on directoriesStefan Metzmacher2008-05-231-10/+85
* RAW-STREAMS: do a exit on the session after each sub testsStefan Metzmacher2008-03-121-0/+2
* RAW-STREAMS: do what the comments sayStefan Metzmacher2008-03-121-3/+5
* Add an exception for S3Volker Lendecke2008-01-201-3/+10
* r26184: Streams are tricky....Volker Lendecke2007-12-211-2/+245
* r26104: Revert 26103 -- breaks make testVolker Lendecke2007-12-211-12/+0
* r26103: Leave streams around to unlinkVolker Lendecke2007-12-211-0/+12
* r26029: In RAW-STREAMS test listing of streamsVolker Lendecke2007-12-211-27/+116
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-12/+12
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-2/+2
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r24735: Use torture API in more places.Jelmer Vernooij2007-10-101-12/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-1/+1
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+1
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-5/+5
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-5/+5
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* 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