summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin/smbstatus
Commit message (Collapse)AuthorAgeFilesLines
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-251-1/+1
| | | | this should be much more portable
* Remove python extension, simplify some code.Jelmer Vernooij2008-09-181-3/+3
|
* Cope with no server being active.Jelmer Vernooij2008-05-261-3/+9
| | | | (This used to be commit 893119bb4c9c297966d43d37fe73faa747b7c86e)
* Finish smbstatus in Python.Jelmer Vernooij2008-05-261-8/+15
| | | | (This used to be commit 988508c2d3269cc88ed38df2fc207a1c0aaccc6b)
* Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-261-16/+23
| | | | (This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
* Convert smbstatus to Python.Jelmer Vernooij2008-05-261-96/+63
| | | | (This used to be commit f14ad6cd92227c7ed5c570b581e5db82b7d42e25)
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
| | | | (This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
* r12012: fix renaming smbsrv_trees -> smbsrv_tconsStefan Metzmacher2007-10-101-6/+6
| | | | | metze (This used to be commit e5654f9791a2786e45108216344b2daea3ad9d91)
* r9477: Convert popt options to an ejs object. Doesn't seem to break anythingRafal Szczesniak2007-10-101-2/+2
| | | | | | | except of popt help (-h) option (unexpected ?). rafal (This used to be commit 1990793b23d6198a85ce1bdf6ad43e12015db203)
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 2dc493eea6f9d87c40ad0dc755f528ce0b33ca47)
* r8589: - support --version option to smbstatusAndrew Tridgell2007-10-101-0/+2
| | | | | - print samba version at startup (This used to be commit eb3e4bbe7f4a8f48c9246275ad6ef21ed0b4d357)
* r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell2007-10-101-3/+26
| | | | (This used to be commit 26a676a4e3596d34aee391bf132f2525972c81df)
* r8583: nicer smbstatus outputAndrew Tridgell2007-10-101-13/+45
| | | | (This used to be commit 0578bcdf7f8919509a78a5c64f94aa5de7e90416)
* r8577: added management calls to list current tree connectsAndrew Tridgell2007-10-101-0/+11
| | | | (This used to be commit 658befc1e4df44bee1f365a730951001f0f36640)
* r8575: the beginnings of a smbstatus commandAndrew Tridgell2007-10-101-0/+26
(This used to be commit 4ecaf72a31cde2722315a61cbe823d44f0c14586)