diff --git a/checkin_notes b/checkin_notes index 411978e325..a6e0c72a19 100755 --- a/checkin_notes +++ b/checkin_notes @@ -849,3 +849,11 @@ Rytis 19 Jan 2007 util.inc user/ sample_index.php + +David 19 Jan 2007 + - lib: change retry logic for file system ops + so that it does does at least 5 retries + AND takes at least 5 seconds. + + lib/ + filesys.C diff --git a/doc/boinc_news.php b/doc/boinc_news.php index 265206adb6..b8bfd72396 100644 --- a/doc/boinc_news.php +++ b/doc/boinc_news.php @@ -1,6 +1,11 @@ Reporting@Home: Delivering Dynamic Graphical Feedback to Participants in Community Computing Projects\" + describes how Rosetta@home delivers personalized + graphical progress reports to its volunteers." +), array("January 17, 2007", "Linux users: check out KBoincMgr, diff --git a/doc/gui_rpc_auth.php b/doc/gui_rpc_auth.php index 96ad06fcdc..dd5bda412f 100644 --- a/doc/gui_rpc_auth.php +++ b/doc/gui_rpc_auth.php @@ -1,6 +1,6 @@ Remote control of the BOINC client

@@ -17,8 +17,8 @@ a core client on a different host:


-And BOINCView (an add-on program developed by a third party) is -able to control many BOINC clients at once: +You can use add-on programs +such as BOINCView to control many BOINC clients at once:

@@ -30,42 +30,30 @@ Since GUI RPCs can control the BOINC client it is important to protect your BOINC client from unauthorized control. There are two levels of protection: A GUI RPC is handled only if it passes both levels of protection. -

-After a standard installation, BOINC is highly secure; -it generates its own (long, random) password, -and it doesn't allow access from other hosts. -

Password protection

-

-If you place a password in a file gui_rpc_auth.cfg -in your BOINC directory, -GUI RPCs must be authenticated using the password. -

-If this file is not present, there is no password protection. - -

Remote host restriction

+

Allowing RPCs from remote hosts

By default the core client accepts GUI RPCs only from the same host. - -

You can allow remote hosts to control a core client in two ways:

diff --git a/doc/papers.php b/doc/papers.php index 63d695e4d2..d3f35762cc 100644 --- a/doc/papers.php +++ b/doc/papers.php @@ -22,7 +22,7 @@ Also available in by D. Carroll, C. Rahmlow, T. Psiaki, and G. Wojtaszczyk, July 2005. -

Computer science papers

+

Technical papers about BOINC

+

Project-specific papers

+

Powerpoint

Advanced users