summaryrefslogtreecommitdiffstats
path: root/source3/web/statuspage.c
Commit message (Expand)AuthorAgeFilesLines
* always restart nmbd and smbd when asked, even if they appear not to beAndrew Tridgell2000-01-071-4/+2
* fixed active shares displayAndrew Tridgell2000-01-031-2/+2
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-1/+1
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-7/+1
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-54/+63
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-28/+44
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-1/+1
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-2/+2
* This is a security audit change of the main source.Jeremy Allison1998-05-121-2/+2
* The globals section now shows non-default variables (like theHerb Lewis1998-05-081-4/+15
* moved the refresh script to the end of the page so that silly thingsAndrew Tridgell1998-03-181-9/+12
* changed the method used for auto-reload on the status page to useAndrew Tridgell1998-03-181-5/+9
* - added "Full View"/"Normal View" on the "view config" pageAndrew Tridgell1998-03-171-0/+33
* changed the date formattingAndrew Tridgell1998-03-151-3/+11
* - claim the null connection after the session request to mak sure weAndrew Tridgell1998-03-151-9/+10
* safer killing of connections - it ensures the process is still a validAndrew Tridgell1998-03-151-7/+13
* - added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1998-03-151-0/+194