summaryrefslogtreecommitdiffstats
path: root/source/web/statuspage.c
Commit message (Collapse)AuthorAgeFilesLines
* r24781: Fix build warning.Günther Deschner2007-08-291-1/+1
| | | | Guenther
* r24701: Fix the swat buildVolker Lendecke2007-08-271-0/+2
| | | | | | | Swat has not been built by default for a while, so I did not notice that the _ macro is actually used. Re-add the lang_msg_rotate function, this time only to swat so that this is the only binary that has to take the 16k penalty.
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-05-281-12/+11
|
* r22761: This introduces lib/conn_tdb.c with two main functions: ↵Volker Lendecke2007-05-081-52/+31
| | | | | | | | | connections_traverse and connections_forall. This centralizes all the routines that did individual tdb_open("connections.tdb") and direct tdb_traverse. Volker
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster ↵Volker Lendecke2007-05-071-4/+4
| | | | | | | | | patch. This changes "struct process_id" to "struct server_id", keeping both is just too much hassle. No functional change (I hope ;-)) Volker
* r22282: Fix last few name -> servicename changes.Jeremy Allison2007-04-161-1/+1
| | | | Jeremy.
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-03-051-1/+1
| | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy.
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-2/+5
|
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-221-0/+1
|
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-151-1/+1
|
* r13567: merge for 3.0.21cGerald Carter2006-02-201-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -r13559:13563 $SVNURL/branches/SAMBA_3_0 svn merge -r13557:13559 $SVNURL/branches/SAMBA_3_0 svn merge -r13546:13547 $SVNURL/branches/SAMBA_3_0 svn merge -r13198:13202 $SVNURL/branches/SAMBA_3_0 svn merge -r13209:13211 $SVNURL/branches/SAMBA_3_0 svn merge -r13216:13222 $SVNURL/branches/SAMBA_3_0 svn merge -r13224:13229 $SVNURL/branches/SAMBA_3_0 svn merge -r13231:13232 $SVNURL/branches/SAMBA_3_0 svn merge -r13235:13238 $SVNURL/branches/SAMBA_3_0 svn merge -r13238:13257 $SVNURL/branches/SAMBA_3_0 svn merge -r13257:13262 $SVNURL/branches/SAMBA_3_0 svn merge -r13288:13290 $SVNURL/branches/SAMBA_3_0 svn merge -r13294:13296 $SVNURL/branches/SAMBA_3_0 svn merge -r13299:13306 $SVNURL/branches/SAMBA_3_0 svn merge -r13310:13314 $SVNURL/branches/SAMBA_3_0 svn merge -r13322:13327 $SVNURL/branches/SAMBA_3_0 svn merge -r13351:13363 $SVNURL/branches/SAMBA_3_0 svn merge -r13363:13364 $SVNURL/branches/SAMBA_3_0 svn merge -r13364:13366 $SVNURL/branches/SAMBA_3_0 svn merge -r13375:13376 $SVNURL/branches/SAMBA_3_0 svn merge -r13382:13384 $SVNURL/branches/SAMBA_3_0 svn merge -r13391:13392 $SVNURL/branches/SAMBA_3_0 svn merge -r13392:13393 $SVNURL/branches/SAMBA_3_0 svn merge -r13393:13394 $SVNURL/branches/SAMBA_3_0 svn merge -r13407:13408 $SVNURL/branches/SAMBA_3_0 svn merge -r13410:13411 $SVNURL/branches/SAMBA_3_0 svn merge -r13412:13416 $SVNURL/branches/SAMBA_3_0 svn merge -r13416:13417 $SVNURL/branches/SAMBA_3_0 svn merge -r13460:13473 $SVNURL/branches/SAMBA_3_0 svn merge -r13475:13477 $SVNURL/branches/SAMBA_3_0 svn merge -r13484:13489 $SVNURL/branches/SAMBA_3_0 svn merge -r13489:13491 $SVNURL/branches/SAMBA_3_0 svn merge -r13495:13497 $SVNURL/branches/SAMBA_3_0 svn merge -r13497:13498 $SVNURL/branches/SAMBA_3_0 svn merge -r13498:13500 $SVNURL/branches/SAMBA_3_0 svn merge -r13510:13511 $SVNURL/branches/SAMBA_3_0 svn merge -r13513:13514 $SVNURL/branches/SAMBA_3_0 svn merge -r13515:13517 $SVNURL/branches/SAMBA_3_0 svn merge -r13523:13524 $SVNURL/branches/SAMBA_3_0 svn merge -r13524:13525 $SVNURL/branches/SAMBA_3_0 svn merge -r13525:13526 $SVNURL/branches/SAMBA_3_0 svn merge -r13526:13527 $SVNURL/branches/SAMBA_3_0 svn merge -r13527:13535 $SVNURL/branches/SAMBA_3_0
* r12399: grabbing the installswat fixes from 3.0...no one to packagingGerald Carter2005-12-201-1/+1
|
* r11590: syncing up for 3.0.21rc1Gerald Carter2005-11-091-1/+1
|
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-16/+18
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-5/+10
| | | | | | | | | tests on this as it's very late NY time (just wanted to get this work into the tree). I'll test this over the weekend.... Jerry - in looking at the difference between the two trees there seem to be some printing/ntprinting.c and registry changes we might want to examine to try keep in sync. Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-2/+2
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of Tim Potter2004-10-071-1/+1
| | | | | '..' from all #include preprocessor commands. This fixes bugzilla #1880 where OpenVMS gets confused about the '.' characters.
* r2771: Second (and last) part of Swat-i18n-Patch from Björn JackeGünther Deschner2004-10-011-78/+82
| | | | | | | | | | | | | <bjacke@sernet.de> "Do not use display charset for swat output. In HTML we do not care about the "locale charmap" because HTML code is UTF-8 only now. Additionally take care that we convert files from statuspage from unix charset to UTF-8. Thus we have correct HTML output under all circumstances. We now also convert the share names correctly from unix encoding to web encoding and vice vera. " Guenther
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+441
metze