summaryrefslogtreecommitdiff
path: root/source3/web/statuspage.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-5/+17
2001-05-07merge some fixes from 2.2Andrew Tridgell1-1/+5
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-6/+6
2000-01-07always restart nmbd and smbd when asked, even if they appear not to beAndrew Tridgell1-4/+2
2000-01-03fixed active shares displayAndrew Tridgell1-2/+2
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-7/+1
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-54/+63
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-28/+44
1998-11-23changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1-1/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-2/+2
1998-05-12This is a security audit change of the main source.Jeremy Allison1-2/+2
1998-05-08The globals section now shows non-default variables (like theHerb Lewis1-4/+15
1998-03-18moved the refresh script to the end of the page so that silly thingsAndrew Tridgell1-9/+12
1998-03-18changed the method used for auto-reload on the status page to useAndrew Tridgell1-5/+9
1998-03-17- added "Full View"/"Normal View" on the "view config" pageAndrew Tridgell1-0/+33
1998-03-15changed the date formattingAndrew Tridgell1-3/+11
1998-03-15- claim the null connection after the session request to mak sure weAndrew Tridgell1-9/+10
1998-03-15safer killing of connections - it ensures the process is still a validAndrew Tridgell1-7/+13
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1-0/+194