summaryrefslogtreecommitdiff
path: root/source3/utils/status.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-0/+5
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+6
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-9/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-9/+9
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-2/+3
2002-03-12Yet another build fix for popt. I gotta get me one of these picky systems...Jim McDonough1-1/+1
2002-03-11Another program converted to popt...smbstatus this time.Jim McDonough1-30/+23
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+3
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-1/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-5/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-10left out {Herb Lewis1-1/+1