samba-tool: Raise exception on errors and report using base class
[ira/wip.git] / source4 / scripting / python / samba / netcmd / __init__.py
2011-07-28 Amitay Isaacssamba-tool: Raise exception on errors and report using...
2011-07-28 Amitay Isaacssamba-tool: Display Usage line and list commands alphab...
2011-07-28 Giampaolo Lauriasamba-tool: Removed newuser
2011-07-21 Andrew Tridgellsamba-tool: make sure we exit with an error on a bad...
2011-07-21 Giampaolo Lauriasamba-tool: Fix __doc_ in base classes
2011-07-21 Giampaolo Lauriasamba-tool: removed synopsis code in base class
2011-07-21 Giampaolo Lauriasamba-tool: Fixed bugs to determine min and max # of...
2011-07-21 Giampaolo Lauriasamba-tool: Improved --help functionality
2011-07-21 Giampaolo Lauriasamba-tool: fixed __doc__ in base classes
2011-07-21 Giampaolo Lauriasamba-tool: Fix error handling in SuperCommand class
2011-07-21 Giampaolo Lauriasamba-tool: moved takes_optiongroups definition to...
2011-07-21 Giampaolo Lauriasamba-tool: removed the assignment to parser.prog
2011-07-21 Giampaolo Lauriasamba-tool: fixed prog name in samba-tool
2011-07-21 Giampaolo Lauriasamba-tool: removed join as it has been replaced by...
2011-07-21 Giampaolo Lauriasamba-tool: removed export as it has been moved to...
2011-07-21 Giampaolo Lauriasamba-tool: removed domainlevel as it has been moved...
2011-07-21 Giampaolo Lauriasamba-tool: removed machinepw as it has been moved...
2011-07-21 Giampaolo Lauriasamba-tool: created domain object, moved pwsettings...
2011-07-21 Giampaolo Lauriasamba-tool: update test suite for add setpassword
2011-06-24 Stefan Metzmachers4:samba-tool: add "delegation" subcommands for S4U2Pro...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-10 Andrew Tridgells4-samba-tool: added dbcheck commmand
2011-06-01 Theresa Hallorans4:samba-tool: Move samba-tool setexpiry to samba-tool...
2011-06-01 Theresa Hallorans4/samba-tool: Move samba-tool enableaccount to samba...
2011-04-05 Kai Blins4 samba-tool: Implement "testparm" command
2010-11-29 Andrew Tridgells4-samba-tool: improved exception handling in samba...
2010-11-29 Andrew Tridgells4-ldapcmp: make ldapcmp a samba-tool command
2010-11-29 Andrew Tridgells4-samba-tool: started on gpo subcommands in python
2010-11-28 Andrew Tridgells4-samba-tool: support help, and show description of...
2010-11-27 Andrew Tridgells4-samba-tool: switched over to python version of samba...
2010-08-26 Andrew Tridgells4-net: added "net rodc preload" command
2010-08-23 Andrew Tridgells4-net: moved the net join command to python
2010-07-10 Matthieu Patous4 net: Add spn module to list/add/remove spn on objects
2010-06-24 Andrew Tridgells4-python: python is not always in /usr/bin
2010-06-19 Lukasz ZalewskiModifications extending functionality of newuser cmd...
2010-04-12 Jelmer Vernooijs4-net: Add definition of outf.
2010-04-09 Jelmer Vernooijs4-net: Cope with options without arguments.
2010-04-09 Jelmer Vernooijs4-net: Convert machinepw command to python.
2010-04-09 Jelmer Vernooijs4-net: Convert vampire command over to Python.
2010-04-09 Jelmer Vernooijs4-net: Convert user subcommand to Python.
2010-04-08 Jelmer Vernooijs4-net: Convert 'net time' to python.
2010-04-08 Jelmer VernooijMigrate 'net export keytab' to python.
2010-03-16 Nadezhda IvanovaAdded a net acl ds command for modification of ACLs...
2010-03-01 Jelmer Vernooijntacl: Use existing infrastructure.
2010-01-27 Nadezhda IvanovaImplemented net fsmo command for transferring fsmo...
2010-01-20 Matthieu Patous4: utils recreate in python setntacl and getntacl
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-31 Jelmer Vernooijnet: Support 'super' commands implemented in Python.
2009-12-31 Jelmer Vernooijnet: Move 'newuser' to 'net newuser'
2009-12-31 Jelmer Vernooijnet: Fix tests and documentation of setexpiry.
2009-12-31 Jelmer Vernooijnet: Move setexpiry to 'net setexpiry'
2009-12-31 Jelmer Vernooijnet: Move 'setpassword' to 'net setpassword'.
2009-12-29 Jelmer Vernooijs4/net: Allow options before arguments for Python commands.
2009-12-29 Jelmer Vernooijs4/net: Pass all arguments through to the Python commands.
2009-12-29 Jelmer Vernooijs4/net: Add domainlevel subcommand.
2009-12-29 Jelmer VernooijUse CommandError exception to deal with problems during...
2009-12-29 Jelmer Vernooijs4/net: Support parsing arguments in Python commands.
2009-12-29 Jelmer Vernooijnet: Support usage/help of subcommands implemented...
2009-12-29 Jelmer Vernooijnet: Support implementing subcommands in python.