summaryrefslogtreecommitdiffstats
path: root/source3/utils/status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-2/+2
* r15529: Initialise our saved uid and gid so that we can tell whenJames Peach2007-10-101-0/+1
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-3/+7
* r13262: Arrgggg. Fix smbstatus and swat status to ignoreJeremy Allison2007-10-101-0/+5
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r13091: Fix gcc warning about using '0' with %s.Jeremy Allison2007-10-101-1/+1
* r13083: patch suggested by Adam Nielsen for better smbstatus formattingGerald Carter2007-10-101-4/+4
* r13082: revert an accidentally commited patch (still in progress)Gerald Carter2007-10-101-4/+4
* r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2007-10-101-4/+4
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+2
* r12203: Add the share path into the sharemode db. This involvesJeremy Allison2007-10-101-4/+4
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-9/+9
* r10208: Correctly display RDWR only when it *is* RDWR...Jeremy Allison2007-10-101-1/+2
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-31/+41
* r5462: BUG 1549: patch from SATOH Fumiyasu <fumiya@samba.gr.jp> to fix trunct...Gerald Carter2007-10-101-1/+1
* r4248: Implement smbstatus -n, don't lookup users and groups. On heavily loadedVolker Lendecke2007-10-101-15/+21
* r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison2007-10-101-4/+4
* r3688: fix output of smbstatus to make the man page; fix -L, -p, & -S and the...Gerald Carter2007-10-101-31/+50
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-061-0/+6
* show locked files for -u <user>; bug 590Gerald Carter2003-11-121-10/+41
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-4/+0
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-1/+0
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Check whether return status of poptGetNextOpt is -1, not EOFJelmer Vernooij2003-04-161-1/+1
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-4/+2
* Merge: add popt_common_version to command line options table.Tim Potter2003-02-251-0/+1
* WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter2003-01-021-1/+1
* sync with headJelmer Vernooij2002-10-281-30/+15
* merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-081-0/+5
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+6
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-9/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-9/+9
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-2/+3
* Yet another build fix for popt. I gotta get me one of these picky systems...Jim McDonough2002-03-121-1/+1
* Another program converted to popt...smbstatus this time.Jim McDonough2002-03-111-30/+23
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+3
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-1/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-5/+4
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* left out {Herb Lewis2001-09-101-1/+1
* prevent segv by not calling tdb_traverse and tdb_close if tdb_open_logHerb Lewis2001-09-101-18/+20