summaryrefslogtreecommitdiffstats
path: root/source3/utils/status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync 3.0 into HEAD for the last timeGerald Carter2003-09-091-1/+1
* port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-021-5/+0
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+2
* Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij2003-04-161-1/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-4/+2
* Add -V option (to print out version) to utilities where possibleJelmer Vernooij2003-02-181-0/+1
* WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter2003-01-021-1/+1
* merge from APP_HEADGerald Carter2002-10-081-0/+5
* Use popt_common and use popt for showing help infoJelmer Vernooij2002-10-051-30/+15
* Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij2002-08-211-0/+6
* Use common popt definition for -d option.Tim Potter2002-07-291-1/+1
* More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett2002-07-211-8/+0
* Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-241-4/+4
* Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett2002-05-221-2/+2
* merges from SAMBA_2_2Gerald Carter2002-05-151-3/+3
* 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
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* convert more code to using d_printfAndrew Tridgell2001-09-081-369/+369
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-2/+2
* always include profile support so you do not need a different binary ofHerb Lewis2001-09-051-5/+0
* add profiling stats from 2.2Herb Lewis2001-09-051-2/+332
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-231-14/+0
* A few changes:Andrew Bartlett2001-08-221-60/+44
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-3/+1
* Renamed -d option (make verbose) on smbstatus to -v.Tim Potter2001-06-131-3/+11
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-1/+5
* remember to close tdb after useAndrew Tridgell2001-05-151-0/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+2
* fixed message textAndrew Tridgell2000-05-041-1/+1
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-2/+2
* use GET_DENY_MODE() macroAndrew Tridgell2000-01-161-2/+1
* added code to allow traversal of the byte range lock databaseAndrew Tridgell2000-01-161-1/+29
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-4/+4
* improved error message in case the lock list is truncatedAndrew Tridgell1999-12-221-1/+8
* changed message is connections.tdb doesn't existAndrew Tridgell1999-12-211-1/+1