summaryrefslogtreecommitdiff
path: root/source3/utils/status.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24125: use TALLOC_FREE()Stefan Metzmacher1-2/+2
2007-10-10r24115: try to get the file name and share patch for printingStefan Metzmacher1-4/+17
2007-10-10r23954: merge from 3_0-ctdb-tridge:Stefan Metzmacher1-0/+4
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-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+7
2007-10-10r23223: Convert a leftover direct tdb access to sessionid.tdbVolker Lendecke1-12/+13
2007-10-10r23195: Add void *private_data to brl_forallVolker Lendecke1-2/+3
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-6/+23
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke1-1/+1
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-29/+18
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-1/+1
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-2/+2
2007-10-10r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke1-2/+5
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-370/+20
2007-10-10r16435: Add in the uid info that Jerry needs into theJeremy Allison1-2/+3
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-2/+2
2007-10-10r15529: Initialise our saved uid and gid so that we can tell whenJames Peach1-0/+1
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-3/+7
2007-10-10r13262: Arrgggg. Fix smbstatus and swat status to ignoreJeremy Allison1-0/+5
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r13091: Fix gcc warning about using '0' with %s.Jeremy Allison1-1/+1
2007-10-10r13083: patch suggested by Adam Nielsen for better smbstatus formattingGerald Carter1-4/+4
2007-10-10r13082: revert an accidentally commited patch (still in progress)Gerald Carter1-4/+4
2007-10-10r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter1-4/+4
2007-10-10r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison1-0/+2
2007-10-10r12203: Add the share path into the sharemode db. This involvesJeremy Allison1-4/+4
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-9/+9
2007-10-10r10208: Correctly display RDWR only when it *is* RDWR...Jeremy Allison1-1/+2
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-31/+41
2007-10-10r5462: BUG 1549: patch from SATOH Fumiyasu <fumiya@samba.gr.jp> to fix trunct...Gerald Carter1-1/+1
2007-10-10r4248: Implement smbstatus -n, don't lookup users and groups. On heavily loadedVolker Lendecke1-15/+21
2007-10-10r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison1-4/+4
2007-10-10r3688: fix output of smbstatus to make the man page; fix -L, -p, & -S and the...Gerald Carter1-31/+50
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-0/+6
2003-11-12show locked files for -u <user>; bug 590Gerald Carter1-10/+41
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-4/+0
2003-07-16Add API framework for server SMB signing.Jeremy Allison1-1/+0
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-04-16Check whether return status of poptGetNextOpt is -1, not EOFJelmer Vernooij1-1/+1
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-4/+2
2003-02-25Merge: add popt_common_version to command line options table.Tim Potter1-0/+1
2003-01-02WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter1-1/+1
2002-10-28sync with headJelmer Vernooij1-30/+15