Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-09-18 | s3:smbstatus: Fix bug 6703, allow smbstatus as non-root | Volker Lendecke | 1 | -11/+13 |
2009-09-18 | s3:smbstatus: Fix some nonempty blank lines | Volker Lendecke | 1 | -19/+19 |
2009-07-08 | s3: Change the share_mode_lock struct to store a base_name and stream_name | Tim Prouty | 1 | -4/+14 |
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -2/+2 |
2009-02-18 | S3: Log warning in smbstatus about lack of pid in anonymous mode. | todd stecher | 1 | -0/+4 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 1 | -2/+0 |
2008-08-13 | Exit smbstatus cleanly if messaging_init fails | Volker Lendecke | 1 | -0/+6 |
2008-04-23 | Correctly initialize lp_load in smbstatus in the presence of registry on tdb2 | Volker Lendecke | 1 | -4/+16 |
2008-03-17 | In smbstatus, mark locking.tdb and sessionid.tdb as CLEAR_IF_FIRST | Volker Lendecke | 1 | -2/+2 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -3/+3 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-10-21 | Don't segfault if locking.tdb can't be opened | Volker Lendecke | 1 | -0/+13 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -14/+36 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24827: Give smbstatus an initial talloc stackframe. | Michael Adam | 1 | -14/+24 |
2007-10-10 | r24125: use TALLOC_FREE() | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r24115: try to get the file name and share patch for printing | Stefan Metzmacher | 1 | -4/+17 |