summaryrefslogtreecommitdiff
path: root/source4/torture/raw/lock.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10torture: Reproducer for 64c0367Volker Lendecke1-0/+20
2012-08-02s4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flagStefan Metzmacher1-1/+1
2012-05-18s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett1-33/+11
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-4/+0
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-5/+3
2010-11-01s4:torture - suppress printf "%llu" on uint64_t variables warningsMatthias Dieter Wallnöfer1-4/+4
2010-09-10s4/torture: use time_mono for deltas in lock testBjörn Jacke1-22/+22
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-13/+13
2010-01-10s4/torture: Parameterize output in LOCK tests based off server supportSteven Danneman1-47/+73
2010-01-06s4/torture: fix small bug in lock testSteven Danneman1-0/+1
2010-01-06s4/torture: add more lock cancellation testsSteven Danneman1-2/+95
2009-12-07s4/torture: add test for zero byte read contention with byte range locksSteven Danneman1-1/+154
2009-12-07s4/torture: fix >80 column spacing issuesSteven Danneman1-3/+4
2009-12-04Make smbtorture4 match Windows behavior.Jeremy Allison1-41/+33
2009-12-02s4/torture: add multiple lock cancel testSteven Danneman1-2/+91
2009-12-02s4/torture: add addition multiple lock testsSteven Danneman1-0/+67
2009-12-02s4/torture: fix build warnings by removing unecessary constSteven Danneman1-1/+1
2009-12-02s4/torture: Add target functionality parameters to SMBv1 BRL testsSteven Danneman1-6/+27
2009-12-01s4 torture: Move target macros to a common header instead of redefining them ...Tim Prouty1-5/+0
2009-12-01s4:torture/raw/lock - Fix "discard const" warnings by introducing "discard_co...Matthias Dieter Wallnöfer1-3/+6
2009-11-27s4-torture: mark s4 as doing valid lock range tests on SMBAndrew Tridgell1-1/+2
2009-07-06RAW-LOCK: fix a compiler warning and make a global static constStefan Metzmacher1-3/+2
2009-07-06RAW-LOCK: fix the run against w2k3, w2k8, win7rc and samba3/4Stefan Metzmacher1-35/+50
2009-04-25RAW-LOCK: samba4 behaves like windows 7 in regard of locking error codesStefan Metzmacher1-7/+13
2009-04-25s4:torture: use torture api instead of printf for RAW-LOCKStefan Metzmacher1-234/+168
2009-04-01s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/gZach Loafman1-2/+2
2009-02-11s4 torture: Smbtorture additions for Windows BRLZack Kirsch1-5/+566
2009-02-11s4 torture: Two minor fixes to smbtorture BRL tests.Zack Kirsch1-2/+0
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-0/+1
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij1-1/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-3/+3
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-50/+50
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-2/+2
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-2/+2
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-31/+25
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17785: fix compiler warningsStefan Metzmacher1-8/+0
2007-10-10r17099: Samba3 now passes RAW-LOCK completely, no need forJeremy Allison1-10/+0
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-1/+1
2007-10-10r15690: - disable the lock cancel test against samba3Stefan Metzmacher1-0/+10
2007-10-10r15615: - add some tests for cancel pending locks by SMBexit, SMBulogoff and ...Stefan Metzmacher1-5/+668
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-10/+10
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-10/+10