summaryrefslogtreecommitdiff
path: root/source4/torture/shell.c
Commit message (Collapse)AuthorAgeFilesLines
* s4: popt: Global replace of cmdline_credentials -> ↵Jeremy Allison2017-05-111-11/+20
| | | | | | | | | | | popt_get_cmdline_credentials(). Add one use of popt_set_cmdline_credentials(). Fix 80 column limits when cmdline_credentials changes to popt_get_cmdline_credentials(). Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s4: torture: Add a TALLOC_CTX * to torture_parse_target().Jeremy Allison2017-05-051-1/+1
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
* s4:torture/shell: simplify cli_credentials_set_password() callStefan Metzmacher2013-08-051-4/+1
| | | | | | | | All we want is to avoid a possible callback... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* smbtorture: Rename --list to --list-suites, add stub --list.Jelmer Vernooij2010-12-101-1/+1
|
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-011-1/+1
| | | | Guenther
* smbtorture shell: Allow any config option to be set.James Peach2010-07-161-5/+6
| | | | | | Not sure what I was thinking by restricting the shell to "torture:" parametric options. It's really extemely useful to be able to set arbitrary options.
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* smbtorture: Fix missing includes.James Peach2010-06-211-0/+1
|
* smbtorture: Add "target" command to interactive shell.James Peach2010-06-211-1/+29
| | | | | | Add a "target" command to set the target server to test. Refactor the command line argument processing a little so that you can run --shell without any additional arguments.
* smbtorture: Enhance shell "help" command.James Peach2010-06-211-13/+23
| | | | | Sort the command list alphabetically. Let the help command print usage info for other commands.
* smbtorture: Add "auth" command to the shell.James Peach2010-06-211-0/+73
| | | | | Add a new "auth" command to set the cmdline credentials from withing the smbtorture shell.
* smbtorture: Refactor interactive shell into independent commands.James Peach2010-06-211-26/+154
| | | | | Refactor the smbtorture interactive shell into a set of independent command callbacks to make it easier to add more independent commands.
* smbtorture: Move interactive shell into a separate file.James Peach2010-06-211-0/+79