summaryrefslogtreecommitdiffstats
path: root/source4/torture/basic/delaywrite.c
Commit message (Expand)AuthorAgeFilesLines
* torture: convert torture_comment() -> torture_result() so we can knownfail fl...Andrew Bartlett2014-06-121-34/+34
* selftest: Remove reduction in time window in delaywrite testAndrew Bartlett2014-04-021-10/+10
* smbtorture: New torture test for bug #9870.Jeremy Allison2013-12-051-0/+95
* s4-torture: Fix some nonemtpy blank linesVolker Lendecke2012-09-251-12/+12
* s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett2012-05-181-48/+16
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-211-16/+8
* source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
* s3/s4: merge msleep and smb_msleepBjörn Jacke2010-09-161-66/+66
* Fix up some of the timing constants for DELAYWRITE. Add some extra tests up t...Jeremy Allison2009-11-051-30/+114
* Torture test for bug 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-09-141-0/+131
* Allow systems with timestamp granularity of 1sec to work withJeremy Allison2009-08-241-0/+15
* Note that the delaytime for update has changed betweek w2k3 and w2k8.Jeremy Allison2009-06-031-7/+11
* Properly report why a test didn't succeed (required for use with knownJelmer Vernooij2008-09-181-117/+91
* Comment the delay write time tests so I know what they'reJeremy Allison2008-09-121-3/+41
* A truncate write must be a smbcli_smbwrite, not aJeremy Allison2008-09-091-1/+1
* Make it easier to see when tests start/end.Jeremy Allison2008-09-081-15/+52
* BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite truncat...Stefan Metzmacher2008-09-081-0/+204
* BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and SMBwr...Stefan Metzmacher2008-09-081-0/+206
* BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write t...Stefan Metzmacher2008-09-081-0/+157
* BASE-DELAYWRITE: demonstrate that the time between the open and the first wri...Stefan Metzmacher2008-09-081-0/+159
* BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher2008-09-081-4/+371
* Don't compare identity, it'll never be different.Jeremy Allison2008-09-051-2/+2
* Added tests that show that write time update is immediateJeremy Allison2008-09-051-1/+347
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-06-031-1/+3
|\
| * BASE-DELAYWRITE: fix test on filesystem without high resolution timestampsStefan Metzmacher2008-06-031-1/+1
| * BASE-DELAYWRITE: add missing time checks to make sure the server has updated ...Stefan Metzmacher2008-06-031-0/+2
* | remove unused macrosAndrew Tridgell2008-06-021-12/+0
|/
* BASE-DELAYWRITE: be more friendly to filesystems without high resolution time...Stefan Metzmacher2008-04-081-1/+12
* BASE-DELAYWRITE: use timeval_* and make it possible to spefic the writetime u...Stefan Metzmacher2008-04-081-101/+164
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* r26307: BASE-DELAYWRITE: only set the write timeStefan Metzmacher2007-12-211-3/+3
* r26306: BASE-DELAYWRITE: print access time stamps and test fileinfo and pathi...Stefan Metzmacher2007-12-211-3/+36
* r26220: BASE-DELAYWRITE: add more subtests to explore write time update detailsStefan Metzmacher2007-12-211-0/+679
* r26219: BASE-DELAYWRITE: make the tests more strict about the write time updateStefan Metzmacher2007-12-211-38/+49
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-45/+45
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21707: Finally merge my (long-living) perlselftest branch.Jelmer Vernooij2007-10-101-15/+15
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-120/+89
* r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke2007-10-101-3/+3
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-0/+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-12/+12
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-12/+12
* 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
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-7/+12
* r5730: More fun with delayed write semantics with multiple file handlesJeremy Allison2007-10-101-2/+168
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1