index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-10
smbstatus: Set internal log level to 0
Christof Schmitt
1
-0
/
+1
2015-07-07
notify: Re-add notify_walk()
Volker Lendecke
1
-21
/
+23
2015-04-28
lib: Remove server_id_str()
Volker Lendecke
1
-4
/
+3
2015-04-28
lib: Remove procid_str_static
Volker Lendecke
1
-4
/
+9
2015-03-24
lib: load_case_tables() -> smb_init_locale()
Volker Lendecke
1
-1
/
+1
2014-12-16
smbstatus: Tell the user that smbstatus can only be run as root.
Andreas Schneider
1
-0
/
+7
2014-12-04
s3:open_files.idl: add data structures for SMB2.1 and SMB3.0 leases.
Stefan Metzmacher
1
-0
/
+9
2014-11-24
s3-smbstatus: Fix exit code of profile output.
Andreas Schneider
1
-2
/
+5
2014-11-19
s3:smbprofile: Make "status_profile.h" a proper header
Volker Lendecke
1
-3
/
+1
2014-11-07
s3:smbstatus: fix return value in print_share_mode()
Stefan Metzmacher
1
-1
/
+1
2014-11-04
smbstatus: check for lock_path talloc failures
David Disseldorp
1
-4
/
+21
2014-10-31
s3:locking: allow early return for share_entry_forall()
Volker Lendecke
1
-5
/
+7
2014-10-31
s3:locking: Rename share_mode_forall->share_entry_forall
Volker Lendecke
1
-1
/
+1
2014-06-13
locking: use correct conversion specifier for printing variables
Ralph Boehme
1
-2
/
+2
2014-05-22
Add protocol version to smbstatus output
Mathias Dietz
1
-4
/
+4
2014-04-02
s3:utils: avoid argv related const warnings
Stefan Metzmacher
1
-2
/
+2
2014-02-07
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
1
-1
/
+1
2013-07-10
s3-smbstatus: display [u|g]id of -1 as "-1" in connection list
Björn Baumbach
1
-4
/
+20
2013-04-19
s3:smbstatus do not print orphaned share entries
Christian Ambach
1
-0
/
+6
2013-02-19
s3:utils: make use of samba_tevent_context_init()
Stefan Metzmacher
1
-1
/
+1
2012-07-18
s3:smbstatus add --fast option
Christian Ambach
1
-4
/
+11
2012-07-18
s3:smbstatus don't check if process exists twice
Christian Ambach
1
-4
/
+0
2012-07-18
s3:smbstatus rename a function to make its purpose more clear
Christian Ambach
1
-4
/
+4
2012-07-18
s3:smbstatus fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-06-21
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
1
-1
/
+1
2012-06-21
s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()
Michael Adam
1
-1
/
+2
2012-06-06
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Michael Adam
1
-1
/
+1
2012-06-06
s3:utils: use smbd/smbd.h instead of just smbd/proto.h
Stefan Metzmacher
1
-1
/
+1
2012-06-05
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
1
-0
/
+1
2012-04-17
s3: Add smbstatus -N to output the notify db
Volker Lendecke
1
-0
/
+40
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
1
-4
/
+0
2012-01-18
s3: Add a "lock_order" argument to db_open
Volker Lendecke
1
-1
/
+2
2012-01-12
s3: Put an indirection layer into share_mode_lock
Volker Lendecke
1
-3
/
+5
2011-12-12
s3: Remove a bunch of calls to procid_self()
Volker Lendecke
1
-2
/
+1
2011-12-02
s3: Use autogenerated open_files.idl
Volker Lendecke
1
-0
/
+1
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-07-28
s3:smbstatus: use lp_load_global() - smbstatus does not need to load shares!
Michael Adam
1
-1
/
+1
2011-06-20
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
1
-1
/
+1
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-locking: move locking prototypes out of proto.h.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-02
s3-sessionid: avoid global include of sessionid.h
Günther Deschner
1
-0
/
+1
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-3
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-09-27
Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all
Jeremy Allison
1
-1
/
+1
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2010-08-05
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
1
-0
/
+1
2010-03-01
s3: Abstract access to sessionid.tdb, similar to conn_tdb.c
Volker Lendecke
1
-31
/
+19
2010-03-01
s3: Add connections_forall_read()
Volker Lendecke
1
-3
/
+2
[next]