summaryrefslogtreecommitdiff
path: root/source4/torture/basic/misc.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s4:libcli: pass struct loadparm_context to smb_composite_connect_send()Stefan Metzmacher1-1/+1
2025-04-18s4:libcli: remove unused dest_ports from struct smb_composite_connectStefan Metzmacher1-1/+0
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2023-08-21s4:torture: Fix code spellingJoseph Sutton1-1/+1
2023-08-14s4:torture:basic: Fix code spellingAndreas Schneider1-2/+2
2021-06-16s4:torture: Migrate smbtorture to new cmdline option parserAndreas Schneider1-2/+2
2019-03-04s4:torture: Make sure we do not create a shadow 'struct params'Andreas Schneider1-14/+16
2019-01-08s4:torture:base:bench-readwrite: fix uninitialized memory causing segfaultAliaksei Karaliou1-2/+2
2018-03-01s4:torture: Add FALL_THROUGH statements in basic/misc.cAndreas Schneider1-0/+2
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison1-3/+2
2017-02-22Correct "occured" typos.Chris Lamb1-1/+1
2016-05-13s4:torture:basic:misc: fix O3 error unused result of asprintfMichael Adam1-4/+11
2016-04-25s4:torture:basic: fix 'Conditional jump or move ' valgrind errorNoel Power1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-10-29s4:torture: fix a comment typo.Michael Adam1-1/+1
2013-02-15Fix the maxfids test so that it does not fork lots of processes and so that i...Richard Sharpe1-18/+4
2012-02-16s4-selftest: fix output of opened connections in torture_holdconBjörn Baumbach1-1/+1
2011-10-19libcli: move ioctl function field defs to smb_constantsDavid Disseldorp1-1/+1
2011-08-13torture: use tevent_ functions names instead of the legacy event_ onesSimo Sorce1-1/+1
2011-03-19source4/torture/basic: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2010-11-29s4:torture - remove unreachable statements to quiet warnings of Solaris "cc"Matthias Dieter Wallnöfer1-2/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-29/+29
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-1/+0
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/+63
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher1-7/+7
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-0/+1
2008-10-12Fix number of arguments for file_load() functions.Jelmer Vernooij1-1/+1
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-7/+1
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij1-0/+1
2008-01-02r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij1-0/+6
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-1/+2
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-39/+39
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24728: Use more stock torture functions.Jelmer Vernooij1-1/+1
2007-10-10r24670: Use torture functions for settings.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23540: Continue fixing bench-readwrite. We need to initialize state->readcnt...Alexander Bokovoy1-2/+3