Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-06 | torture: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-08-20 | s4-torture: Show that we cannot list extended attributes on streams | Andrew Bartlett | 1 | -0/+11 | |
2012-08-20 | s4-torture: Show that we cannot have extended attributes on streams | Andrew Bartlett | 1 | -2/+17 | |
2012-08-20 | s4-torture: Improve raw.streams test to cover EAs and to use torture_assert() | Andrew Bartlett | 1 | -34/+25 | |
The extension of this test is to create an extended attribute, so we can confirm that the easize field on a stream actually refers to the parent file. This has been run against Windows 7. Andrew Bartlett | |||||
2012-06-12 | s4:torture: fix use of non-existent word (existant) | Michael Adam | 1 | -3/+3 | |
2012-05-18 | s4-torture: Improve torture test boilerplate, use torture_assert() | Andrew Bartlett | 1 | -39/+13 | |
This ensures that if this fails, it is reported as a subunit error correctly. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri May 18 09:35:13 CEST 2012 on sn-devel-104 | |||||
2011-05-05 | Clean up some const and other compiler warnings. | Jeremy Allison | 1 | -2/+6 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu May 5 00:59:40 CEST 2011 on sn-devel-104 | |||||
2011-03-19 | source4/torture/raw: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+1 | |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -15/+14 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
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 ↵ | Tim Prouty | 1 | -0/+24 | |
different from the base file | |||||
2009-12-17 | s4 torture: Add RAW-STREAMS-RENAME3 to show error when trying to overwrite a ↵ | Tim Prouty | 1 | -0/+92 | |
stream with an open handle A normal file overwrite in this case would return NT_STATUS_ACCESS_DENIED, but if a stream is the target NT_STATUS_INVALID_PARAMETER is returned. | |||||
2009-12-17 | s4 torture: Parameterize streams delete behavior rather than commenting out ↵ | Tim Prouty | 1 | -3/+7 | |
the check. | |||||
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 | |
This is needed as we want to mark failing tests as known failures. metze | |||||
2009-12-07 | s4 torture: Convert RAW-STREAMS to a set of test suites rather than a ↵ | Tim Prouty | 1 | -172/+205 | |
monolithic test | |||||
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 ↵ | Tim Prouty | 1 | -2/+4 | |
error on failure | |||||
2009-10-29 | Change RAW-STREAMS for s3 to allow rename over an existing stream, | Jeremy Allison | 1 | -1/+2 | |
we need to file a CAR to find out why Windows gives INVALID_PARAMETER for this. Jeremy. | |||||
2009-10-18 | s4-torture: fixed the streams tests for Samba4 | Andrew Tridgell | 1 | -23/+29 | |
In some cases we were not doing streams tests on s4 that we should. In others, we were calling tests that are known to fail on s4. Some of those are a bit puzzling. | |||||
2009-10-15 | s4-smb: declare root_fid as a file handle | Andrew Tridgell | 1 | -13/+13 | |
In order to implement root_fid in the s4 SMB server we need to declare it as a handle type, just as for other fnum values in SMB. This required some extensive (but simple) changes in many bits of code. | |||||
2009-09-24 | s4 torture: Fix RAW-STREAMS to request more specific permissions | Tim Prouty | 1 | -1/+2 | |
This allows RAW-STREAMS to pass when the user isn't root on some systems that don't give full access rights to non-root users. | |||||
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 | |
typo goes to..... Tim Prouty !!!! Sorry Tim, nice test but you made a typo in passing in the size of an array so we were reading uninitialized memory :-). That took far longer than it should have to track down... (%$&#ing build system....). The build farm should now slowly go back to normal. Jeremy. | |||||
2009-02-24 | Added torture test from a usage case from the Apple OS/X client. | Jeremy Allison | 1 | -0/+119 | |
Setting an attribute on a stream fnum must change the attribute on the base file. Jeremy. | |||||
2009-02-18 | s4 torture: Add new test to create a file with a lot of streams | Tim Prouty | 1 | -0/+45 | |
This tests how streaminfo deals with large buffers smbclient seems to have problems when the buffer size approaches the max data size. Also smbclient exposes no way to specify the max data size that is sent in a trans2 request. Instead it hardcodes in a much larger max than windows uses. For these reasons this test isn't actually run, but is more of a reference for how windows handles streaminfo buffers. | |||||
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 | |
This allows the RAW-STREAMS test to work again. We still have some limitations though: - renames of a stream to the default stream doesn't work - delete on close handling between streams and the main file is still broken | |||||
2009-01-04 | s4 torture: Add more rename tests to RAW-STREAMS | Tim Prouty | 1 | -3/+198 | |
There is one part of the new rename tests that passes against windows, but doesn't pass against samba3 right now. Windows allow renaming a stream to the default stream, but none of the current streams module support this. When this ability is added the check for samba can be removed from this test. This patch also adds a missing unlink in the cleanup of test_stream_delete and changes the order that the tests are run to be consistent with the physical order in the file. | |||||
2008-12-22 | Make it clearer when RAW-STREAMS is failing (don't always print names). | Jeremy Allison | 1 | -4/+6 | |
Jeremy. | |||||
2008-12-19 | Add torture test for bug #5986 - streams rename, so we don't regress. | Jeremy Allison | 1 | -0/+98 | |
Jeremy. | |||||
2008-12-01 | RAW-STREAMS: test stream renames | Stefan Metzmacher | 1 | -8/+74 | |
metze | |||||
2008-12-01 | RAW-STREAMS: some more tests... | Stefan Metzmacher | 1 | -18/+180 | |
metze | |||||
2008-12-01 | RAW-STREAMS: test valid character in the range of 0x01 => 0x7F | Stefan Metzmacher | 1 | -0/+69 | |
metze | |||||
2008-12-01 | RAW-STREAMS: check some strange stream name combinations | Stefan Metzmacher | 1 | -0/+102 | |
metze | |||||
2008-05-23 | RAW-STREAMS: better test the bahavior of streams on directories | Stefan Metzmacher | 1 | -10/+85 | |
Note: this has a samba3 specific code path, which we should fixed. metze (This used to be commit 5c5c86683877337ff60526a40e7b689f604e40f8) | |||||
2008-03-12 | RAW-STREAMS: do a exit on the session after each sub tests | Stefan Metzmacher | 1 | -0/+2 | |
metze (This used to be commit 3f7fef8b8c567379649611637d69c89d77d11d6c) | |||||
2008-03-12 | RAW-STREAMS: do what the comments say | Stefan Metzmacher | 1 | -3/+5 | |
metze (This used to be commit eb68a8ed4fa214ad2e858a7fbdf9b5376cda6e04) | |||||
2008-01-20 | Add an exception for S3 | Volker Lendecke | 1 | -3/+10 | |
Doing this correctly would involve a create_file call for qpathinfo (This used to be commit da9a5b571ea87b2e08c74463d3fae58a9eb0828a) | |||||
2007-12-21 | r26184: Streams are tricky.... | Volker Lendecke | 1 | -2/+245 | |
(This used to be commit f8c4a5ccc6ac9170074975e0ea92a6efdba064d4) | |||||
2007-12-21 | r26104: Revert 26103 -- breaks make test | Volker Lendecke | 1 | -12/+0 | |
(This used to be commit d1a220aee38cd7799e86366cc5bc574571915aa3) | |||||
2007-12-21 | r26103: Leave streams around to unlink | Volker Lendecke | 1 | -0/+12 | |
Add test case for stream name case insensitity (This used to be commit d81bb50e1042934e9644e5502d83a2cedc033b3a) | |||||
2007-12-21 | r26029: In RAW-STREAMS test listing of streams | Volker Lendecke | 1 | -27/+116 | |
(This used to be commit 8dbe10be30798ea78cc2a5e6c70e6bc5202fa05c) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -12/+12 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 1 | -2/+2 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) | |||||
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -12/+3 | |
(This used to be commit 1319d88c099496be29dd9214fa2492c81e848369) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 | |
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) |