summaryrefslogtreecommitdiff
path: root/source3/utils/net_status.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-19s3:net_status_shares: use connections_forall_read for a read only traversalGregor Beck1-3/+2
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-1/+1
2012-06-06s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam1-2/+2
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-0/+1
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-02s3-sessionid: avoid global include of sessionid.hGünther Deschner1-0/+1
2010-03-01s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke1-46/+17
2010-03-01s3: Add connections_forall_read()Volker Lendecke1-3/+2
2010-01-19s3 net: Fix compile warningsKai Blin1-6/+10
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-4/+4
2009-08-11s3 net: i18n support for net statusKai Blin1-32/+34
2008-12-16s3:net_status: use dbwrap to open sessionid.tdbStefan Metzmacher1-24/+20
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-2/+2
2008-06-10net: Make "net status" use functable3Kai Blin1-6/+39
2008-05-20net: Move help for "net status" to net_status.cKai Blin1-3/+13
2008-05-20net: Use true/false instead of True/False.Kai Blin1-4/+4
2008-05-10net: more whitespace cleanupKai Blin1-8/+8
2008-05-10net: Remove globalsKai Blin1-8/+8
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke1-2/+2
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-53/+19
2007-10-10r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke1-8/+8
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r22282: Fix last few name -> servicename changes.Jeremy Allison1-2/+2
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-2/+2
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-2/+2
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-0/+4
2007-10-10r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller1-8/+8
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-2/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-7/+8
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+1
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2003-12-01I needed a decently parseable format of smbstatus. Looking at smbstatus codeVolker Lendecke1-0/+257