summaryrefslogtreecommitdiff
path: root/source4/torture/basic/delaywrite.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-25s4-torture: Fix some nonemtpy blank linesVolker Lendecke1-12/+12
2012-05-18s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett1-48/+16
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-16/+8
2011-03-19source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-1/+1
2010-09-16s3/s4: merge msleep and smb_msleepBjörn Jacke1-66/+66
2009-11-05Fix up some of the timing constants for DELAYWRITE. Add some extra tests up t...Jeremy Allison1-30/+114
2009-09-14Torture test for bug 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison1-0/+131
2009-08-24Allow systems with timestamp granularity of 1sec to work withJeremy Allison1-0/+15
2009-06-03Note that the delaytime for update has changed betweek w2k3 and w2k8.Jeremy Allison1-7/+11
2008-09-18Properly report why a test didn't succeed (required for use with knownJelmer Vernooij1-117/+91
2008-09-12Comment the delay write time tests so I know what they'reJeremy Allison1-3/+41
2008-09-09A truncate write must be a smbcli_smbwrite, not aJeremy Allison1-1/+1
2008-09-08Make it easier to see when tests start/end.Jeremy Allison1-15/+52
2008-09-08BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite truncat...Stefan Metzmacher1-0/+204
2008-09-08BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and SMBwr...Stefan Metzmacher1-0/+206
2008-09-08BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write t...Stefan Metzmacher1-0/+157
2008-09-08BASE-DELAYWRITE: demonstrate that the time between the open and the first wri...Stefan Metzmacher1-0/+159
2008-09-08BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher1-4/+371
2008-09-05Don't compare identity, it'll never be different.Jeremy Allison1-2/+2
2008-09-05Added tests that show that write time update is immediateJeremy Allison1-1/+347
2008-06-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-1/+3
2008-06-03BASE-DELAYWRITE: fix test on filesystem without high resolution timestampsStefan Metzmacher1-1/+1
2008-06-03BASE-DELAYWRITE: add missing time checks to make sure the server has updated ...Stefan Metzmacher1-0/+2
2008-06-02remove unused macrosAndrew Tridgell1-12/+0
2008-04-08BASE-DELAYWRITE: be more friendly to filesystems without high resolution time...Stefan Metzmacher1-1/+12
2008-04-08BASE-DELAYWRITE: use timeval_* and make it possible to spefic the writetime u...Stefan Metzmacher1-101/+164
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2007-12-21r26307: BASE-DELAYWRITE: only set the write timeStefan Metzmacher1-3/+3
2007-12-21r26306: BASE-DELAYWRITE: print access time stamps and test fileinfo and pathi...Stefan Metzmacher1-3/+36
2007-12-21r26220: BASE-DELAYWRITE: add more subtests to explore write time update detailsStefan Metzmacher1-0/+679
2007-12-21r26219: BASE-DELAYWRITE: make the tests more strict about the write time updateStefan Metzmacher1-38/+49
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-45/+45
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij1-15/+15
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-120/+89
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-3/+3
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher1-0/+1
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-12/+12
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-12/+12
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-7/+12
2007-10-10r5730: More fun with delayed write semantics with multiple file handlesJeremy Allison1-2/+168
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r3888: Just proving :-) to tridge that a Setfileinfo with a modifiedJeremy Allison1-2/+17
2007-10-10r3887: Much better understanding of delayed write time, and the interactionJeremy Allison1-4/+80