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