summaryrefslogtreecommitdiff
path: root/source4/torture/basic/base.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-11subunit: Remove more test output that could be interpreted by subunit.Jelmer Vernooij1-36/+36
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-1/+1
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-1/+1
2010-01-26s4:smbtorture: add BASE-BENCH-HOLDOPENStefan Metzmacher1-0/+1
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-2/+2
2009-10-06s4/torture: Add SMB sharemode/access mask testsAravind Srinivasan1-0/+4
2009-08-11torture/basic: in run_derefopen() the file could have been deleted before the...Matthias Dieter Wallnöfer1-2/+6
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-12/+6
2008-11-01Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij1-1/+2
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-1/+2
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-1/+2
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-26BASE-DEFER_OPEN: be less strict with to late responsesStefan Metzmacher1-1/+1
2008-02-25BASE-DEFER_OPEN: add torture:sharedelays option to run this test fasterStefan Metzmacher1-5/+13
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-1/+4
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij1-1/+1
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-1/+1
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+1
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-1/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-3/+3
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-6/+6
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-1/+1
2007-10-10r25596: It isn't valid to take the address of an array on the stack, and thisAndrew Bartlett1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-125/+125
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij1-3/+3
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-2/+2
2007-10-10r24882: Use the torture API in BASE-CHARSET.Jelmer Vernooij1-1/+1
2007-10-10r24874: Fix double free of smbcli_tree.Jelmer Vernooij1-4/+2
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij1-4/+2
2007-10-10r24674: Make sure results are always on a new line, fix typo in test name.Jelmer Vernooij1-0/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22579: disable progress printing in the build-farmStefan Metzmacher1-1/+3
2007-10-10r20823: Remove newlines in calls to torture_fail().Jelmer Vernooij1-2/+2
2007-10-10r20423: Fix debug outputVolker Lendecke1-1/+1
2007-10-10r20422: A torture test extension for JeremyVolker Lendecke1-0/+26
2007-10-10r20357: run_trans2test and torture_trans2_scan are two separate testsVolker Lendecke1-1/+1
2007-10-10r20341: Make sure we do not regress on r20338 in Samba3Volker Lendecke1-0/+61
2007-10-10r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij1-1/+1
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-552/+371
2007-10-10r18307: fixed a warningAndrew Tridgell1-1/+1
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-1/+1
2007-10-10r16907: Add an index parameter to torture_open_connection. Next step is to en...Volker Lendecke1-14/+16
2007-10-10r16657: Test Jerry's iTunes bug, along with some more error conditionsVolker Lendecke1-1/+18
2007-10-10r16331: Split out registering of multi fn tests, fix typo in name of pac suite.Jelmer Vernooij1-46/+46