summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/__init__.py
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-24s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuffStefan Metzmacher1-0/+2
2011-06-10s4-samba-tool: added dbcheck commmandAndrew Tridgell1-0/+2
2011-06-01s4:samba-tool: Move samba-tool setexpiry to samba-tool user setexpiry <user>Theresa Halloran1-2/+0
2011-06-01s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command.Theresa Halloran1-2/+1
2011-04-05s4 samba-tool: Implement "testparm" commandKai Blin1-0/+2
2010-11-29s4-samba-tool: improved exception handling in samba-toolAndrew Tridgell1-5/+44
2010-11-29s4-ldapcmp: make ldapcmp a samba-tool commandAndrew Tridgell1-0/+2
2010-11-29s4-samba-tool: started on gpo subcommands in pythonAndrew Tridgell1-0/+2
2010-11-28s4-samba-tool: support help, and show description of commandsAndrew Tridgell1-7/+7
2010-11-28s4-samba-tool: switched over to python version of samba-tool drsAndrew Tridgell1-0/+2
2010-08-26s4-net: added "net rodc preload" commandAndrew Tridgell1-0/+2
2010-08-23s4-net: moved the net join command to pythonAndrew Tridgell1-0/+2
2010-07-10s4 net: Add spn module to list/add/remove spn on objectsMatthieu Patou1-0/+2
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-20Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski1-0/+2
2010-04-12s4-net: Add definition of outf.Jelmer Vernooij1-0/+2
2010-04-09s4-net: Cope with options without arguments.Jelmer Vernooij1-1/+2
2010-04-09s4-net: Convert machinepw command to python.Jelmer Vernooij1-0/+2
2010-04-09s4-net: Convert vampire command over to Python.Jelmer Vernooij1-0/+2
2010-04-09s4-net: Convert user subcommand to Python.Jelmer Vernooij1-0/+2