summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/smbstatus
AgeCommit message (Collapse)AuthorFilesLines
2012-09-25s4-python: Override SIGINT handler in scripts only.Jelmer Vernooij1-1/+7
Override the SIGINT handler in a few select cases only, rather than doing so in one of the samba Python modules. I've done this where it matters most; we can add this code to other scripts too if necessary. This means that importing the 'samba' module from a third party application does not have side-effects on the state of the signal handlers. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9068
2011-06-30smbstatus: PEP8: Use spaces rather than tabs.Jelmer Vernooij1-38/+38
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
this should be much more portable
2008-09-18Remove python extension, simplify some code.Jelmer Vernooij1-3/+3
2008-05-26Cope with no server being active.Jelmer Vernooij1-3/+9
(This used to be commit 893119bb4c9c297966d43d37fe73faa747b7c86e)
2008-05-26Finish smbstatus in Python.Jelmer Vernooij1-8/+15
(This used to be commit 988508c2d3269cc88ed38df2fc207a1c0aaccc6b)
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij1-16/+23
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
2008-05-26Convert smbstatus to Python.Jelmer Vernooij1-96/+63
(This used to be commit f14ad6cd92227c7ed5c570b581e5db82b7d42e25)
2008-03-28Convert some more files to GPLv3.Andrew Kroeger1-1/+1
(This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
2007-10-10r12012: fix renaming smbsrv_trees -> smbsrv_tconsStefan Metzmacher1-6/+6
metze (This used to be commit e5654f9791a2786e45108216344b2daea3ad9d91)
2007-10-10r9477: Convert popt options to an ejs object. Doesn't seem to break anythingRafal Szczesniak1-2/+2
except of popt help (-h) option (unexpected ?). rafal (This used to be commit 1990793b23d6198a85ce1bdf6ad43e12015db203)
2007-10-10r8639: moved loadparm calls into an ejs objectAndrew Tridgell1-1/+3
(This used to be commit 2dc493eea6f9d87c40ad0dc755f528ce0b33ca47)
2007-10-10r8589: - support --version option to smbstatusAndrew Tridgell1-0/+2
- print samba version at startup (This used to be commit eb3e4bbe7f4a8f48c9246275ad6ef21ed0b4d357)
2007-10-10r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell1-3/+26
(This used to be commit 26a676a4e3596d34aee391bf132f2525972c81df)
2007-10-10r8583: nicer smbstatus outputAndrew Tridgell1-13/+45
(This used to be commit 0578bcdf7f8919509a78a5c64f94aa5de7e90416)
2007-10-10r8577: added management calls to list current tree connectsAndrew Tridgell1-0/+11
(This used to be commit 658befc1e4df44bee1f365a730951001f0f36640)
2007-10-10r8575: the beginnings of a smbstatus commandAndrew Tridgell1-0/+26
(This used to be commit 4ecaf72a31cde2722315a61cbe823d44f0c14586)