summaryrefslogtreecommitdiff
path: root/source3/utils/status.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-10prevent segv by not calling tdb_traverse and tdb_close if tdb_open_logHerb Lewis1-18/+20
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-09-08convert more code to using d_printfAndrew Tridgell1-369/+369
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-2/+2
2001-09-05always include profile support so you do not need a different binary ofHerb Lewis1-5/+0
2001-09-05add profiling stats from 2.2Herb Lewis1-2/+332
2001-08-23Fix up some unused variables and functions, fix up formattingAndrew Bartlett1-14/+0
2001-08-22A few changes:Andrew Bartlett1-60/+44
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+1
2001-06-13Renamed -d option (make verbose) on smbstatus to -v.Tim Potter1-3/+11
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-1/+5
2001-05-15remember to close tdb after useAndrew Tridgell1-0/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+2
2000-05-04fixed message textAndrew Tridgell1-1/+1
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-2/+2
2000-01-16use GET_DENY_MODE() macroAndrew Tridgell1-2/+1
2000-01-16added code to allow traversal of the byte range lock databaseAndrew Tridgell1-1/+29
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-4/+4
1999-12-22improved error message in case the lock list is truncatedAndrew Tridgell1-1/+8
1999-12-21changed message is connections.tdb doesn't existAndrew Tridgell1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-24/+9
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-192/+192