summaryrefslogtreecommitdiffstats
path: root/source4/torture/shell.c
Commit message (Collapse)AuthorAgeFilesLines
* 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