summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/testparm.py
AgeCommit message (Expand)AuthorFilesLines
2012-09-16samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij1-9/+11
2012-09-11s4:samba-tool: remove unused code in testparm.pyStefan Metzmacher1-5/+0
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider1-3/+0
2012-03-13s4-python: Remove execute flag from netcmd scripts.Andreas Schneider1-0/+0
2012-02-07Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij1-1/+5
2011-10-14samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij1-1/+1
2011-10-14samba-tool: Determine long option from docstring.Jelmer Vernooij1-1/+1
2011-10-13samba-tool: Use self.outf in a few more places.Jelmer Vernooij1-2/+2
2011-10-13netcmd: Add Command.get_logger() method.Jelmer Vernooij1-3/+1
2011-10-13samba-tool/testparm: Fix traceback when checking client name/ip against hosts...Jelmer Vernooij1-2/+2
2011-10-13samba-tool/testparm: Fix handling of command-line options.Jelmer Vernooij1-26/+29
2011-09-13testparm.py: Use standard formatting of header.Jelmer Vernooij1-10/+10
2011-09-09samba-tool: Fixed "testparm" syntaxGiampaolo Lauria1-1/+1
2011-07-21samba-tool: testparm doesn't take any credentialsAndrew Tridgell1-0/+5
2011-07-21samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria1-5/+1
2011-04-05s4 samba-tool: Implement "testparm" commandKai Blin1-0/+206