summaryrefslogtreecommitdiff
path: root/source3/utils/status.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-66/+66
1999-08-18patch from Michael Glauche to call get_status_connections() instead ofLuke Leighton1-52/+52
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1-3/+31
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-11-05check return value of locking_init()Andrew Tridgell1-10/+12
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-3/+1
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-1/+0
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-2/+0
1998-08-10the rest of the binaries now compile and linkAndrew Tridgell1-33/+34
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-3/+1
1998-07-24Updates smbstatus to have a -S and -L flag.Richard Sharpe1-69/+87
1998-07-22Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1-1/+1
1998-05-30This change ensures that only the processes/locked files thatPaul Blackman1-20/+22
1998-05-12This is a security audit change of the main source.Jeremy Allison1-4/+4