summaryrefslogtreecommitdiff
path: root/source4/torture/raw/open.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-11smbtorture: remove more allocation size checksRalph Boehme1-5/+0
2024-07-16s4:torture: Initialize union smb_openAndreas Schneider1-1/+1
2024-06-24torture4: Fix some whitespaceVolker Lendecke1-24/+24
2022-12-09s4:torture: remove remaining checks if alloc_size is 0 on empty filesRalph Boehme1-2/+0
2019-06-04s4/torture/raw: cppcheck: Fix shiftTooManyBitsSigned errorNoel Power1-2/+3
2017-11-24s4-torture: fix truncation warningsUri Simchoni1-1/+1
2017-11-22s4-torture: fix file time checksUri Simchoni1-1/+1
2016-04-25s4:torture:raw: fix 'Syscall param writev(vector[...])' valgrind errorNoel Power1-0/+2
2016-04-25s4:torture:raw: fix 'Syscall param writev(vector[...])' valgrind errorNoel Power1-0/+2
2015-04-30s4: torture: Test for incorrect file size returned in the response of "FILE_S...Jeremy Allison1-0/+102
2014-12-09torture: Fix raw.open.chained-ntcreatexVolker Lendecke1-2/+2
2014-11-28torture: Fix raw.open.chained-openxVolker Lendecke1-2/+2
2014-09-08torture: allow us to correctly use sizeof(buf) in raw.open testsAndrew Bartlett1-3/+3
2014-06-25torture4: Add a little test that truncate actually works :-)Volker Lendecke1-0/+13
2014-06-25s4: torture: Add regression test case for #10671 - Samba file corruption as a...Jeremy Allison1-0/+73
2013-11-12s4-torture: Relax time checking in CHECK_NTTIME.Andreas Schneider1-1/+1
2013-02-22torture: Fix memcmp of short buffer.Andreas Schneider1-2/+2
2012-06-12s4:torture: fix use of non-existent word (existant)Michael Adam1-2/+2
2012-05-18s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett1-48/+16
2011-08-13torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce1-2/+2
2011-05-21s4:torture - always cast correctly when using the "%x" format string argumentMatthias Dieter Wallnöfer1-5/+5
2011-05-05Clean up some const and other compiler warnings.Jeremy Allison1-1/+1
2011-03-19source4/torture/raw: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-19/+19
2010-05-21s4:torture/raw/open.c - remove unused variables and fix error handlingMatthias Dieter Wallnöfer1-8/+3
2010-03-31s4-torture: using typeof() is not portableAndrew Tridgell1-17/+10
2010-01-07s4 torture: Add RAW-OPEN-NTCREATEDIR to test error checking for open director...Tim Prouty1-0/+198
2009-12-15s4 torture: Convert RAW-OPEN to suite formZach Loafman1-81/+99
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-5/+0
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-7/+7
2009-10-01s4/torture: Add two new SMB RAW-OPEN testsAravind Srinivasan1-1/+170
2009-10-01s4/torture: convert printf to torture_comment() in RAW-OPENAravind Srinivasan1-58/+103
2008-12-13Added torture test for doing an openX over a directoryJeremy Allison1-0/+47
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-09-26Add test to show you can open for delete a readonly file.Jeremy Allison1-0/+59
2008-08-14RAW-OPEN: be more strict in create_option checkingStefan Metzmacher1-2/+11
2008-08-14expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how theAndrew Tridgell1-0/+35
2008-07-19Fix RAW-OPEN against Samba3Volker Lendecke1-0/+1
2008-07-18More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett1-34/+22
2008-07-16Ignore and handle more NT Create & X options.Andrew Bartlett1-0/+56
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-6/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-01-25this is in secondsAndrew Tridgell1-3/+2
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-2/+2
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-90/+90
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-110/+110
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-4/+4
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-4/+4
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij1-24/+14