summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-231/+0
* s4:samba-tool: use normal option parsing in SuperCommandStefan Metzmacher2012-10-081-10/+13
* s4:samba-tool: add optional epilog to _create_parser()Stefan Metzmacher2012-10-081-2/+7
* samba-tool: Clarify usage of --help.Karolin Seeger2012-10-081-1/+1
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
* samba-tool: Hide 'samba-tool domain samba3upgrade'.Jelmer Vernooij2012-09-261-5/+8
* s4:python/netcmd: give the Commad implementations access to the raw argumentsStefan Metzmacher2012-09-111-0/+8
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
* samba-tool: Write diagnostics to stderr rather than stdout.Jelmer Vernooij2012-03-111-1/+1
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-071-6/+1
* s4: samba-tool user --help documenation improvementsTheresa Halloran2011-11-071-1/+16
* samba.netcmd: Pass in outf/errf.Jelmer Vernooij2011-11-021-3/+4
* samba-tool: Add test to make sure all commands have a synopsis set.Jelmer Vernooij2011-10-141-0/+2
* samba-tool: Move main command implementation to samba.netcmd.main, so it is a...Jelmer Vernooij2011-10-141-1/+1
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-141-14/+14
* samba.netcmd: Reintroduce Command.name.Jelmer Vernooij2011-10-141-0/+8
* samba-tool: Determine long option from docstring.Jelmer Vernooij2011-10-141-11/+18
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-131-6/+6
* netcmd: Add Command.get_logger() method.Jelmer Vernooij2011-10-131-0/+6
* netcmd: Add errf stream to command instances.Jelmer Vernooij2011-10-131-7/+7
* samba-tool: epilog option to OptionParser available in python >= 2.6Amitay Isaacs2011-09-091-4/+1
* samba-tool: Provide feedback if synopsis is not defined for a commandAmitay Isaacs2011-09-091-1/+1
* samba-tool: max() with key option is available in python >= 2.6Amitay Isaacs2011-09-091-1/+1
* samba-tool: Expanded acronym descriptionsGiampaolo Lauria2011-09-091-0/+1
* samba-tool: Formatted subcommand list outputGiampaolo Lauria2011-09-091-1/+2
* samba-tool: Moved command definition to sambatool commandGiampaolo Lauria2011-09-091-34/+0
* samba-tool: Add long_description and epilog to Command classGiampaolo Lauria2011-09-091-1/+6
* samba-tool: Redefined samba-tool as a SuperCommandGiampaolo Lauria2011-09-091-2/+7
* samba-tool: Removed SuperCommand usage methodGiampaolo Lauria2011-09-091-7/+0
* samba-tool: Removed attribute name from Command classGiampaolo Lauria2011-09-091-21/+12
* samba-tool: Rename samba-tool command gpo2 --> gpoAmitay Isaacs2011-08-031-1/+1
* samba-tool: Raise exception on errors and report using base classAmitay Isaacs2011-07-281-10/+3
* samba-tool: Display Usage line and list commands alphabeticallyAmitay Isaacs2011-07-281-3/+6
* samba-tool: Removed newuserGiampaolo Lauria2011-07-281-2/+0
* samba-tool: make sure we exit with an error on a bad commandAndrew Tridgell2011-07-211-1/+2
* samba-tool: Fix __doc_ in base classesGiampaolo Lauria2011-07-211-3/+3
* samba-tool: removed synopsis code in base classGiampaolo Lauria2011-07-211-8/+2
* samba-tool: Fixed bugs to determine min and max # of allowed argumentsGiampaolo Lauria2011-07-211-7/+14
* samba-tool: Improved --help functionalityGiampaolo Lauria2011-07-211-2/+6
* samba-tool: fixed __doc__ in base classesGiampaolo Lauria2011-07-211-3/+3
* samba-tool: Fix error handling in SuperCommand classGiampaolo Lauria2011-07-211-2/+11
* samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria2011-07-211-1/+6
* samba-tool: removed the assignment to parser.progGiampaolo Lauria2011-07-211-1/+0
* samba-tool: fixed prog name in samba-toolGiampaolo Lauria2011-07-211-1/+1
* samba-tool: removed join as it has been replaced by domain joinGiampaolo Lauria2011-07-211-2/+0
* samba-tool: removed export as it has been moved to domain dumpkeysGiampaolo Lauria2011-07-211-2/+0
* samba-tool: removed domainlevel as it has been moved to domain levelGiampaolo Lauria2011-07-211-2/+0
* samba-tool: removed machinepw as it has been moved to domain machinepasswordGiampaolo Lauria2011-07-211-2/+0
* samba-tool: created domain object, moved pwsettings to user passwordsettingsGiampaolo Lauria2011-07-211-2/+2
* samba-tool: update test suite for add setpasswordGiampaolo Lauria2011-07-211-2/+0