summaryrefslogtreecommitdiff
path: root/source4/torture/basic/locking.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-18s4-torture: Improve torture test boilerplate, use torture_assert()Andrew Bartlett1-3/+1
2012-05-18s4-torture: Always use torture_assert() to handle failuresAndrew Bartlett1-9/+6
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-10s4/torture: use time_mono for delta timeBjörn Jacke1-2/+2
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-2/+2
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2009-02-11s4 torture: Two minor fixes to smbtorture BRL tests.Zack Kirsch1-1/+1
2008-12-18BASE-LOCK: fix LOCK5Stefan Metzmacher1-4/+12
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-2/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-57/+57
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-3/+2
2007-10-10r23810: Make things static, and remove unsued code.Andrew Bartlett1-17/+17
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-464/+287
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-7/+11
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-7/+7
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+1
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-1/+1
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-1/+2
2007-10-10r8117: fixed a bunch more dos error code handing.Andrew Tridgell1-6/+6
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r4430: - fixed the BASE-LOCK* tests to use a subdirectory, and properly setup...Andrew Tridgell1-12/+30
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-3/+3
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-1/+1
2007-10-10r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell1-2/+4
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-7/+7
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell1-19/+70
2007-10-10r3011: separated the locktest code into a separate module in smbtortureAndrew Tridgell1-0/+907