smbd: remove unused tevent_context argument from notify_init
[kai/samba-autobuild/.git] / source3 / utils / status.c
2018-06-18 Stefan Metzmachersmbd: remove unused tevent_context argument from notify...
2018-03-28 Volker Lendeckesmbstatus: Fix CID 1128560 Dereference null return...
2018-02-12 Volker Lendeckesmbd: Pass "file_id" through share_entry_forall
2017-11-27 Ralph Boehmesmbstatus: correctly denote not fully authenticated...
2017-11-27 Ralph Boehmes3/smbstatus: add a NULL check
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-07-20 Volker Lendeckesmbd: Pass "sconn" via notify to notify_callback()
2016-07-20 Volker Lendeckesmbd: There's only one notify_callback
2016-01-22 Ralph Boehmesmbstatus: add support for SMB1 signing and CIFS UNIX...
2016-01-22 Ralph Boehmesmbstatus: show signing state of sessions and tcons
2016-01-22 Ralph Boehmesmbstatus: show encrpytion state of tree connects
2016-01-22 Ralph Boehmesmbstatus: align tree connect header and output
2016-01-22 Ralph Boehmesmbstatus: show encrpytion state of sessions
2016-01-22 Ralph Boehmesmbstatus: align session list header and ouput
2016-01-22 Ralph Boehmesmbstatus: pass talloc context to traverse_connections
2016-01-22 Ralph Boehmesmbstatus: pass talloc context to traverse_sessionid
2016-01-22 Ralph Boehmesmbstatus: rework connection dialect printing
2016-01-22 Ralph Boehmesmbstatus: remove obsolete verbose message
2015-11-10 Ralph Boehmesmbstatus: always initialize a messaing context
2015-10-12 Ralph Boehmes3:smbstatus: add stream name to share_entry_forall()
2015-07-10 Christof Schmittsmbstatus: Set internal log level to 0
2015-07-07 Volker Lendeckenotify: Re-add notify_walk()
2015-04-28 Volker Lendeckelib: Remove server_id_str()
2015-04-28 Volker Lendeckelib: Remove procid_str_static
2015-03-23 Volker Lendeckelib: load_case_tables() -> smb_init_locale()
2014-12-16 Andreas Schneidersmbstatus: Tell the user that smbstatus can only be...
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-11-24 Andreas Schneiders3-smbstatus: Fix exit code of profile output.
2014-11-19 Volker Lendeckes3:smbprofile: Make "status_profile.h" a proper header
2014-11-07 Stefan Metzmachers3:smbstatus: fix return value in print_share_mode()
2014-11-04 David Disseldorpsmbstatus: check for lock_path talloc failures
2014-10-31 Volker Lendeckes3:locking: allow early return for share_entry_forall()
2014-10-31 Volker Lendeckes3:locking: Rename share_mode_forall->share_entry_forall
2014-06-13 Ralph Boehmelocking: use correct conversion specifier for printing...
2014-05-22 Mathias DietzAdd protocol version to smbstatus output
2014-04-02 Stefan Metzmachers3:utils: avoid argv related const warnings
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-09 Björn Baumbachs3-smbstatus: display [u|g]id of -1 as "-1" in connecti...
2013-04-19 Christian Ambachs3:smbstatus do not print orphaned share entries
2013-02-19 Stefan Metzmachers3:utils: make use of samba_tevent_context_init()
2012-07-18 Christian Ambachs3:smbstatus add --fast option
2012-07-18 Christian Ambachs3:smbstatus don't check if process exists twice
2012-07-18 Christian Ambachs3:smbstatus rename a function to make its purpose...
2012-07-18 Christian Ambachs3:smbstatus fix a compiler warning
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-21 Michael Adams3:smbstatus: use procid_equal() instead of equivalent...
2012-06-06 Michael Adams3:smb: introduce a name TID_FIELD_INVALID for the...
2012-06-06 Stefan Metzmachers3:utils: use smbd/smbd.h instead of just smbd/proto.h
2012-06-05 Stefan Metzmachers3:lib: split things into a conn_tdb.h
2012-04-17 Volker Lendeckes3: Add smbstatus -N to output the notify db
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2012-01-12 Volker Lendeckes3: Put an indirection layer into share_mode_lock
2011-12-12 Volker Lendeckes3: Remove a bunch of calls to procid_self()
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-28 Michael Adams3:smbstatus: use lp_load_global() - smbstatus does...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-locking: move locking prototypes out of proto.h.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-02 Günther Deschners3-sessionid: avoid global include of sessionid.h
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-28 Jeremy AllisonChange to using TDB_INCOMPATIBLE_HASH (the jenkins...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-03-01 Volker Lendeckes3: Abstract access to sessionid.tdb, similar to conn_tdb.c
2010-03-01 Volker Lendeckes3: Add connections_forall_read()
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-18 Volker Lendeckes3:smbstatus: Fix bug 6703, allow smbstatus as non...
2009-09-18 Volker Lendeckes3:smbstatus: Fix some nonempty blank lines
2009-07-09 Tim Proutys3: Change the share_mode_lock struct to store a base_n...
2009-05-12 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-02-19 todd stecherS3: Log warning in smbstatus about lack of pid in anony...
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-08-13 Volker LendeckeExit smbstatus cleanly if messaging_init fails
2008-04-23 Volker LendeckeCorrectly initialize lp_load in smbstatus in the presen...
2008-03-17 Volker LendeckeIn smbstatus, mark locking.tdb and sessionid.tdb as...
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-10 Volker LendeckeTiny simplifications
2007-10-21 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-10-21 Volker LendeckeDon't segfault if locking.tdb can't be opened
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker25055: Add file_id_string_tos
2007-10-10 Michael Adamr24827: Give smbstatus an initial talloc stackframe.
2007-10-10 Stefan Metzmacherr24125: use TALLOC_FREE()
2007-10-10 Stefan Metzmacherr24115: try to get the file name and share patch for...
2007-10-10 Stefan Metzmacherr23954: merge from 3_0-ctdb-tridge:
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23410: Merge the core of the cluster code.
2007-10-10 Volker Lendecker23223: Convert a leftover direct tdb access to session...
next