summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
Commit message (Expand)AuthorAgeFilesLines
* s4:torture: Migrate smbtorture to new cmdline option parserAndreas Schneider2021-06-161-49/+68
* s4:torture: Write better error on invalid cmdline optionAndreas Schneider2021-06-161-1/+3
* torture: Fix a typoVolker Lendecke2020-08-171-1/+1
* s4:torture: Add command line parameter --fullnameSachin Prabhu2020-07-071-0/+24
* s4:torture: avoid multiple recursions into the test listsStefan Metzmacher2020-07-071-4/+11
* s4:torture: use prefix_name() for all names in run_matching()Stefan Metzmacher2020-07-071-4/+4
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* s4: free popt context in tortureSwen Schillig2019-08-221-0/+8
* s4:torture/smb2: replace torture:cn_max_buffer_size option with the negotiate...Stefan Metzmacher2019-03-281-2/+0
* s4:torture: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-291-1/+1
* s4: popt: Change from talloc_autofree_context() to NULL context.Jeremy Allison2017-05-111-0/+3
* s4: torture: Pass the new talloc context into torture_init().Jeremy Allison2017-05-051-1/+1
* s4: torture: Add a TALLOC_CTX * to torture_parse_target().Jeremy Allison2017-05-051-4/+7
* s4: torture: Create a top level talloc contxt.Jeremy Allison2017-05-051-6/+31
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s4:torture: avoid const warnings in smbtorture.cStefan Metzmacher2014-04-021-4/+8
* s4:torture: avoid argv related const warningsStefan Metzmacher2014-04-021-2/+2
* s4:torture: use dcerpc_binding_get_string_option("host") in smbtorture.cStefan Metzmacher2014-02-131-2/+5
* s4:torture: handle binding_struct->host == NULL in torture_parse_target()Stefan Metzmacher2014-02-111-1/+3
* torture: Add a new w2k12 targetVolker Lendecke2013-09-051-0/+2
* Add a herald with version string to smbtortureRichard Sharpe2013-02-131-0/+2
* libtorture: factor out simple ui backendGregor Beck2012-09-211-64/+1
* torture: added samba4-ntvfs targetAndrew Tridgell2012-02-281-0/+3
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-2/+2
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-281-1/+1
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-1/+1
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-1/+1
* lib/util: consolidate module loadingAndrew Bartlett2011-10-061-1/+1
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+1
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s4:smbtorture do not leave output directory aroundChristian Ambach2011-02-211-13/+10
* smbtorture: Default to listing all tests if no prefix was specified.Jelmer Vernooij2010-12-111-2/+6
* smbtorture: Implement --list argument.Jelmer Vernooij2010-12-111-10/+45
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-7/+7
* smbtorture: Rename --list to --list-suites, add stub --list.Jelmer Vernooij2010-12-101-10/+11
* s4:smbtorture Create a new random output directory each time, and delete itAndrew Bartlett2010-10-111-2/+14
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-011-1/+1
* smbtorture: Report times.Jelmer Vernooij2010-09-221-0/+2
* torture: Remove active_testname variable.Jelmer Vernooij2010-09-211-3/+0
* torture: Fix running individual tests.Jelmer Vernooij2010-09-211-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-53/+53
* smbtorture: Fix loading of --load-list.Jelmer Vernooij2010-06-251-10/+12
* smbtorture: Fixx off-by-one command line parsing.James Peach2010-06-211-17/+17
* smbtorture: Add "target" command to interactive shell.James Peach2010-06-211-15/+22
* smbtorture: Move interactive shell into a separate file.James Peach2010-06-211-59/+18
* smbtorture: Print global options for interactive "list" command.James Peach2010-06-211-1/+3
* smbtorture: Add history support to shell mode.James Peach2010-06-211-1/+8
* smbtorture: Add list command to smbtorture shell.James Peach2010-06-211-36/+94
* s4 torture: RAW-SEARCH: break out some of the old search levelsAravind Srinivasan2010-06-151-0/+2
* s4-smbtorture: allow to call single tests from a testcase in a testsuiteGünther Deschner2010-06-031-0/+10