summaryrefslogtreecommitdiff
path: root/source3/web/statuspage.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-52/+31
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-4/+4
2007-10-10r22282: Fix last few name -> servicename changes.Jeremy Allison1-1/+1
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-1/+1
2007-10-10r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke1-2/+5
2007-10-10r16435: Add in the uid info that Jerry needs into theJeremy Allison1-0/+1
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-1/+1
2007-10-10r13262: Arrgggg. Fix smbstatus and swat status to ignoreJeremy Allison1-1/+7
2007-10-10r12203: Add the share path into the sharemode db. This involvesJeremy Allison1-1/+1
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-16/+18
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-5/+10
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2007-10-10r2771: Second (and last) part of Swat-i18n-Patch from Björn JackeGünther Deschner1-78/+82
2004-03-05BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...Gerald Carter1-1/+1
2003-10-03Moving towards better i18n support in SWAT. This commit contains aTim Potter1-9/+13
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-1/+1
2003-04-24Added patch from Stephen Roylance.John Terpstra1-20/+26
2003-04-22Added Stephen Roylance's patch - Adds to Status page, a Start All, Restart AllJohn Terpstra1-9/+38
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-0/+28
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-69/+68
2001-10-06merge from 2.2Gerald Carter1-2/+84
2001-09-24Added SWAT i18n feature:Motonobu Takahashi1-35/+37
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-08-22A few changes:Andrew Bartlett1-3/+1
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
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-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