summaryrefslogtreecommitdiffstats
path: root/source3/utils/status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-14/+36
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-1/+1
* r24827: Give smbstatus an initial talloc stackframe.Michael Adam2007-10-101-14/+24
* r24125: use TALLOC_FREE()Stefan Metzmacher2007-10-101-2/+2
* r24115: try to get the file name and share patch for printingStefan Metzmacher2007-10-101-4/+17
* r23954: merge from 3_0-ctdb-tridge:Stefan Metzmacher2007-10-101-0/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+7
* r23223: Convert a leftover direct tdb access to sessionid.tdbVolker Lendecke2007-10-101-12/+13
* r23195: Add void *private_data to brl_forallVolker Lendecke2007-10-101-2/+3
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-6/+23
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-101-1/+1
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-29/+18
* r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2007-10-101-8/+8
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* r22282: Fix last few name -> servicename changes.Jeremy Allison2007-10-101-1/+1
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-2/+2
* r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke2007-10-101-2/+5
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-370/+20
* r16435: Add in the uid info that Jerry needs into theJeremy Allison2007-10-101-2/+3