summaryrefslogtreecommitdiffstats
path: root/source3/utils/status.c
Commit message (Expand)AuthorAgeFilesLines
* locking: use correct conversion specifier for printing variablesRalph Boehme2014-06-131-2/+2
* Add protocol version to smbstatus outputMathias Dietz2014-05-221-4/+4
* s3:utils: avoid argv related const warningsStefan Metzmacher2014-04-021-2/+2
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* s3-smbstatus: display [u|g]id of -1 as "-1" in connection listBjörn Baumbach2013-07-101-4/+20
* s3:smbstatus do not print orphaned share entriesChristian Ambach2013-04-191-0/+6
* s3:utils: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* s3:smbstatus add --fast optionChristian Ambach2012-07-181-4/+11
* s3:smbstatus don't check if process exists twiceChristian Ambach2012-07-181-4/+0
* s3:smbstatus rename a function to make its purpose more clearChristian Ambach2012-07-181-4/+4
* s3:smbstatus fix a compiler warningChristian Ambach2012-07-181-1/+1
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-1/+1
* s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()Michael Adam2012-06-211-1/+2
* s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam2012-06-061-1/+1
* s3:utils: use smbd/smbd.h instead of just smbd/proto.hStefan Metzmacher2012-06-061-1/+1
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-051-0/+1
* s3: Add smbstatus -N to output the notify dbVolker Lendecke2012-04-171-0/+40
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-4/+0
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3: Put an indirection layer into share_mode_lockVolker Lendecke2012-01-121-3/+5
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-2/+1
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-0/+1
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3:smbstatus: use lp_load_global() - smbstatus does not need to load shares!Michael Adam2011-07-281-1/+1
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-201-1/+1
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-sessionid: avoid global include of sessionid.hGünther Deschner2011-03-021-0/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-3/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-1/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke2010-03-011-31/+19
* s3: Add connections_forall_read()Volker Lendecke2010-03-011-3/+2
* s3:smbstatus: Fix bug 6703, allow smbstatus as non-rootVolker Lendecke2009-09-181-11/+13
* s3:smbstatus: Fix some nonempty blank linesVolker Lendecke2009-09-181-19/+19
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-4/+14
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-2/+2
* S3: Log warning in smbstatus about lack of pid in anonymous mode.todd stecher2009-02-181-0/+4
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-2/+0
* Exit smbstatus cleanly if messaging_init failsVolker Lendecke2008-08-131-0/+6
* Correctly initialize lp_load in smbstatus in the presence of registry on tdb2Volker Lendecke2008-04-231-4/+16
* In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRSTVolker Lendecke2008-03-171-2/+2
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-3/+3
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* Don't segfault if locking.tdb can't be openedVolker Lendecke2007-10-211-0/+13