s4-samba-tool: improved exception handling in samba-tool
[kai/samba.git] / source4 / scripting / python / samba / netcmd / __init__.py
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.