summaryrefslogtreecommitdiff
path: root/source3/web/statuspage.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-1/+2
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-1/+1
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-2/+2
2012-06-06s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam1-3/+3
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-0/+1
2011-12-02s3: Use autogenerated open_files.idlVolker Lendecke1-0/+1
2011-07-26s3 swat: Add XSRF protection to status pageKai Blin1-0/+7
2011-03-30s3-locking: move locking prototypes out of proto.h.Günther Deschner1-0/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-03-01s3: Add connections_forall_read()Volker Lendecke1-9/+6
2010-01-18s3: Show share path in swat statuspageMarcin Gryszkalis1-4/+7
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-2/+2
2009-01-15Fix bug #6040 - Missing <th> header in Status page.Jeremy Allison1-1/+2
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2008-10-01Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison1-2/+3
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-1/+2
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison1-9/+20
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r24781: Fix build warning.Günther Deschner1-1/+1
2007-10-10r24701: Fix the swat buildVolker Lendecke1-0/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke1-12/+11
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