summaryrefslogtreecommitdiffstats
path: root/source3/web/statuspage.c
Commit message (Expand)AuthorAgeFilesLines
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* 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-5/+17
* merge some fixes from 2.2Andrew Tridgell2001-05-071-1/+5
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-6/+6
* 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