summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-70/+0
| | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
* samba-tool: Add samba-tool processes subcommandAndrew Bartlett2012-10-311-0/+2
| | | | | | | | | | | This will allow administrators to inspect the process list in a similar way to what running on a platform with setproctitle might permit. --pid= returns the registered server names for a PID (eg kdc, cldap_server) --name= returns the pids registered with a particular name. Andrew Bartlett
* s4:samba-tool: allow 'samba-tool --version'Stefan Metzmacher2012-10-081-0/+6
| | | | metze
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
|
* samba-tool: add subcommand for sites manipulationMatthieu Patou2011-11-021-0/+2
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Nov 2 15:14:32 CET 2011 on sn-devel-104
* samba-tool: Added dns command for DNS managementAmitay Isaacs2011-10-201-0/+2
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* samba-tool: Move main command implementation to samba.netcmd.main, so it is ↵Jelmer Vernooij2011-10-141-0/+60
accessible by the testsuite.