summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-012-4/+1
* ntacl: Use existing infrastructure.Jelmer Vernooij2010-03-012-27/+27
* python-s4: use secrets.ldb instead of sam.ldb for reading domain SIDMatthieu Patou2010-02-111-2/+2
* Fixed a bug caused by a typo. Infrastructure role didn't work.Nadezhda Ivanova2010-01-291-1/+1
* Implemented net fsmo command for transferring fsmo rolesNadezhda Ivanova2010-01-272-0/+204
* s4: utils recreate in python setntacl and getntaclMatthieu Patou2010-01-212-0/+121
* Fix permissions - net subcommand modules don't need to be executable.Jelmer Vernooij2010-01-162-0/+0
* s4-net: fixed pwsettings commandAndrew Tridgell2009-12-311-6/+6
* net: Support 'super' commands implemented in Python.Jelmer Vernooij2009-12-311-14/+15
* net: Move 'newuser' to 'net newuser'Jelmer Vernooij2009-12-312-5/+80
* net: Fix tests and documentation of setexpiry.Jelmer Vernooij2009-12-313-0/+68
* net: Move setexpiry to 'net setexpiry'Jelmer Vernooij2009-12-312-0/+73
* net: Move 'setpassword' to 'net setpassword'.Jelmer Vernooij2009-12-313-2/+86
* s4/net: Allow options before arguments for Python commands.Jelmer Vernooij2009-12-291-1/+2
* s4/net: Pass all arguments through to the Python commands.Jelmer Vernooij2009-12-291-5/+6
* s4/net: Add domainlevel subcommand.Jelmer Vernooij2009-12-293-26/+275
* Use CommandError exception to deal with problems during net commands.Jelmer Vernooij2009-12-291-13/+27
* s4/net: Make pwsettings a net subcommand.Jelmer Vernooij2009-12-291-0/+187
* s4/net: Support parsing arguments in Python commands.Jelmer Vernooij2009-12-291-3/+61
* net: Support usage/help of subcommands implemented in Python.Jelmer Vernooij2009-12-291-0/+4
* net: Support implementing subcommands in python.Jelmer Vernooij2009-12-291-0/+33