diff --git a/checkin_notes b/checkin_notes index ea99bf4e71..3de36bf2cc 100755 --- a/checkin_notes +++ b/checkin_notes @@ -16371,10 +16371,18 @@ Noaa 13 Aug 2004 Graphics.Readme Rom 13 Aug 2004 - - Needed to backout the newer style of determining disk free space on the clients - since all the clients currently reporting to us are 3.x clients and still using - the original scheme. + - Needed to backout the newer style of determining disk free space + on the clients since all the clients currently reporting to us + are 3.x clients and still using the original scheme. sched/ sched_send.C server_types.C, .h + +David 13 Aug 2004 + - bad IP address display on GUI RPC reject + + client/ + gui_rpc_server.C + sched/ + request_file_list.C diff --git a/client/gui_rpc_server.C b/client/gui_rpc_server.C index 471ebcc72d..2500f251a1 100644 --- a/client/gui_rpc_server.C +++ b/client/gui_rpc_server.C @@ -477,7 +477,7 @@ bool GUI_RPC_CONN_SET::poll() { msg_printf( NULL, MSG_ERROR, "GUI RPC request from non-allowed address %s\n", - inet_ntoa(ia) + inet_ntoa(htonl(ia)) ); #ifdef _WIN32 closesocket(sock); diff --git a/doc/db_dump.php b/doc/db_dump.php index 969df0e62d..c92324415d 100644 --- a/doc/db_dump.php +++ b/doc/db_dump.php @@ -10,8 +10,8 @@ This data can be imported and used to produce web sites that show statistics and leaderboards for one or more BOINC projects. Examples of such sites are listed at - -http://setiboinc.ssl.berkeley.edu/ap/stats.php. + +http://setiweb.ssl.berkeley.edu/ap/stats.php.
Statistics data is exported in XML-format files.
diff --git a/sched/request_file_list.C b/sched/request_file_list.C
index ad28ae8cd3..84352cbb37 100644
--- a/sched/request_file_list.C
+++ b/sched/request_file_list.C
@@ -26,11 +26,10 @@
// Create a msg_to_host_that requests the list of permanant files
// associated with the project
-#if HAVE_UNISTD_H
#include