summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/main.py
AgeCommit message (Collapse)AuthorFilesLines
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider1-2/+0
2011-11-02samba-tool: add subcommand for sites manipulationMatthieu Patou1-0/+2
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Nov 2 15:14:32 CET 2011 on sn-devel-104
2011-10-20samba-tool: Added dns command for DNS managementAmitay Isaacs1-0/+2
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-10-14samba-tool: Move main command implementation to samba.netcmd.main, so it is ↵Jelmer Vernooij1-0/+60
accessible by the testsuite.