Age | Commit message (Expand) | Author | Files | Lines |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -15/+14 |
2010-02-13 | s4-torture: use TYPESAFE_QSORT() in smbtorture | Andrew Tridgell | 1 | -9/+5 |
2009-12-18 | s4 torture: Fix RAW-STREAMS-DELETE to pass against samba3 | Tim Prouty | 1 | -1/+2 |
2009-12-17 | s4 torture: RAW-STREAMS-NAMES Make sure the create time of the streams are di... | Tim Prouty | 1 | -0/+24 |
2009-12-17 | s4 torture: Add RAW-STREAMS-RENAME3 to show error when trying to overwrite a ... | Tim Prouty | 1 | -0/+92 |
2009-12-17 | s4 torture: Parameterize streams delete behavior rather than commenting out t... | Tim Prouty | 1 | -3/+7 |
2009-12-17 | s4 torture: RAW-STREAMS-CREATEDISP Use a normal deny mode | Tim Prouty | 1 | -1/+1 |
2009-12-08 | RAW-STREAMS: convert failing tests to torture api | Stefan Metzmacher | 1 | -77/+54 |
2009-12-07 | s4 torture: Convert RAW-STREAMS to a set of test suites rather than a monolit... | Tim Prouty | 1 | -172/+205 |
2009-12-07 | s4 torture: Add a new RAW-STREAMS test to simulate the summary tab | Tim Prouty | 1 | -0/+96 |
2009-12-07 | s4 torture: Fix the streams create disposition tests to actually return an er... | Tim Prouty | 1 | -2/+4 |
2009-10-29 | Change RAW-STREAMS for s3 to allow rename over an existing stream, | Jeremy Allison | 1 | -1/+2 |
2009-10-18 | s4-torture: fixed the streams tests for Samba4 | Andrew Tridgell | 1 | -23/+29 |
2009-10-15 | s4-smb: declare root_fid as a file handle | Andrew Tridgell | 1 | -13/+13 |
2009-09-24 | s4 torture: Fix RAW-STREAMS to request more specific permissions | Tim Prouty | 1 | -1/+2 |
2009-04-01 | s4 torture: Remove unused parameter | Tim Prouty | 1 | -14/+7 |
2009-02-27 | And the prize for the most pain caused in the build farm for a simple | Jeremy Allison | 1 | -1/+1 |
2009-02-24 | Added torture test from a usage case from the Apple OS/X client. | Jeremy Allison | 1 | -0/+119 |
2009-02-18 | s4 torture: Add new test to create a file with a lot of streams | Tim Prouty | 1 | -0/+45 |
2009-02-18 | s4 torture: Add additional streams create disposition test | Tim Prouty | 1 | -0/+20 |
2009-01-09 | s4 torture: Add new create disposition test to RAW-STREAMS | Tim Prouty | 1 | -1/+167 |
2009-01-07 | added support for stream renames in Samba4 | Andrew Tridgell | 1 | -1/+2 |
2009-01-04 | s4 torture: Add more rename tests to RAW-STREAMS | Tim Prouty | 1 | -3/+198 |
2008-12-22 | Make it clearer when RAW-STREAMS is failing (don't always print names). | Jeremy Allison | 1 | -4/+6 |
2008-12-19 | Add torture test for bug #5986 - streams rename, so we don't regress. | Jeremy Allison | 1 | -0/+98 |
2008-12-01 | RAW-STREAMS: test stream renames | Stefan Metzmacher | 1 | -8/+74 |
2008-12-01 | RAW-STREAMS: some more tests... | Stefan Metzmacher | 1 | -18/+180 |
2008-12-01 | RAW-STREAMS: test valid character in the range of 0x01 => 0x7F | Stefan Metzmacher | 1 | -0/+69 |
2008-12-01 | RAW-STREAMS: check some strange stream name combinations | Stefan Metzmacher | 1 | -0/+102 |
2008-05-23 | RAW-STREAMS: better test the bahavior of streams on directories | Stefan Metzmacher | 1 | -10/+85 |
2008-03-12 | RAW-STREAMS: do a exit on the session after each sub tests | Stefan Metzmacher | 1 | -0/+2 |
2008-03-12 | RAW-STREAMS: do what the comments say | Stefan Metzmacher | 1 | -3/+5 |
2008-01-20 | Add an exception for S3 | Volker Lendecke | 1 | -3/+10 |
2007-12-21 | r26184: Streams are tricky.... | Volker Lendecke | 1 | -2/+245 |
2007-12-21 | r26104: Revert 26103 -- breaks make test | Volker Lendecke | 1 | -12/+0 |
2007-12-21 | r26103: Leave streams around to unlink | Volker Lendecke | 1 | -0/+12 |
2007-12-21 | r26029: In RAW-STREAMS test listing of streams | Volker Lendecke | 1 | -27/+116 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -12/+12 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -12/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r16907: Add an index parameter to torture_open_connection. Next step is to en... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14527: Fix build problems. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12693: Move core data structures out of smb.h into core.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |