summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/testparm.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-209/+0
* s4:samba-tool/testparm: report a CommandError if loading of the config file f...Stefan Metzmacher2012-11-131-1/+4
* samba-tool: Fix typo in --help output.Karolin Seeger2012-11-091-1/+1
* samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij2012-09-161-9/+11
* s4:samba-tool: remove unused code in testparm.pyStefan Metzmacher2012-09-111-5/+0
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-3/+0
* s4-python: Remove execute flag from netcmd scripts.Andreas Schneider2012-03-131-0/+0
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-071-1/+5
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-141-1/+1
* samba-tool: Determine long option from docstring.Jelmer Vernooij2011-10-141-1/+1
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-131-2/+2
* netcmd: Add Command.get_logger() method.Jelmer Vernooij2011-10-131-3/+1
* samba-tool/testparm: Fix traceback when checking client name/ip against hosts...Jelmer Vernooij2011-10-131-2/+2
* samba-tool/testparm: Fix handling of command-line options.Jelmer Vernooij2011-10-131-26/+29
* testparm.py: Use standard formatting of header.Jelmer Vernooij2011-09-131-10/+10
* samba-tool: Fixed "testparm" syntaxGiampaolo Lauria2011-09-091-1/+1
* samba-tool: testparm doesn't take any credentialsAndrew Tridgell2011-07-211-0/+5
* samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria2011-07-211-5/+1
* s4 samba-tool: Implement "testparm" commandKai Blin2011-04-051-0/+206