Open-source software for volunteer computing and grid computing.
Go to file
Florian Schmaus 9f1d5c33ed GUI RPC: bind to INADDR_ANY if a remote host is actually configured
Instead of binding to INADDR_ANY as soon as remote_hosts.cfg exists,
only do so if the file actually contains at least one host. Prior to
this change, boinc client would bind to INADDR_ANY even if
--allow_remote_gui_rpc was *not* given and the remote_hosts.cfg
does *not* contain any hosts (but exists). This behavior is not
sensible, because in that case no client would be allowed to connect
eventually.

Furthermore, many distributions ship an example remote_hosts.cfg as
part of their boinc client package. And the previous behavior caused
boinc client to bind on INADDR_ANY, opening a remotely accessible port
per default.

To tighten security further, boinc client will now only
bind to localhost even if remote-hosts.cfg exists, but there are no
remote hosts configured witin that file.
2020-07-16 10:20:03 +02:00
.github [GitHub] Simplify the template 2019-10-14 20:56:07 +02:00
.tx Locale: remove BOINC-Web.pot since it doesn't get updated here anymore 2019-02-10 09:57:54 +01:00
3rdParty [AppVeyor] Add VS2019 to CI 2020-05-11 01:35:06 +02:00
android Use Okio to copy the BOINC assets. 2020-07-16 07:31:34 +05:30
api fix some gcc warnings 2020-06-27 00:53:44 +05:30
apps Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
client GUI RPC: bind to INADDR_ANY if a remote host is actually configured 2020-07-16 10:20:03 +02:00
clientctrl Various files: simplify #includes. 2020-06-04 01:24:49 -07:00
clientgui Merge pull request #3835 from BOINC/dpa_vs_warnings 2020-06-12 22:55:28 +02:00
clientscr Mac build fix 2020-05-15 23:37:42 -07:00
clientsetup/win [Windows] Fix boinccas.rc 2020-06-18 04:49:53 +02:00
clienttray update copyright year 2019-04-08 21:50:03 +03:00
coprocs/NVIDIA COPROCS: Update the NVAPI library to r334 2014-04-30 19:15:11 -04:00
curl Update ca-bundle.crt 2020-05-31 18:37:24 +02:00
db Merge pull request #3603 from stream1972/stream_for_merge 2020-05-11 09:50:54 -05:00
deploy [AppVeyor] Fix upload to Bintray 2019-12-30 10:06:19 +01:00
doc Update copyright year 2020-02-03 11:48:13 +01:00
drupal Drupal: fixed regression in df966c74 2020-07-09 18:34:19 +02:00
html Web: if define('DARK_MODE', true) in project.inc, support dark mode 2020-05-25 00:37:20 -07:00
integration_test Test: repository was moved to BOINC org 2018-08-30 23:41:00 +02:00
lib remove memset as VERSION_INFO and HOST_INFO are cleared by constructors 2020-06-27 12:53:58 +05:30
locale Locale: Update localization template files [skip ci] 2020-07-11 13:16:32 -07:00
m4 Add wildcard to be uniform across all Android... 2020-06-22 11:46:41 +08:00
mac_build Mac: fix compiler warnings 2020-05-06 05:34:56 -07:00
mac_installer Mac: fix compiler warnings 2020-05-06 05:34:56 -07:00
packages Image File Compression 2018-10-29 16:27:45 -06:00
py Make the upgrade and make_project scripts work again. 2020-04-15 12:31:26 -07:00
samples Mac: fix path to IOSurface framework in Xcode project for example_app sample. 2020-05-06 05:51:25 -07:00
sched Add example Makefile for building validators and assimilators 2020-05-24 00:54:13 -07:00
stripchart use MAXPATHLEN and sizeof() a few places; from Gianfranco 2013-05-22 13:56:48 -07:00
tests [VS2019][Windows] Enable unit tests 2020-06-29 23:39:49 +02:00
tools Create download dir subdirs for app version files 2020-05-27 11:36:42 +03:00
vda Eliminate some compile warnings in vda/. 2020-05-02 11:49:28 -07:00
win_build [VS2019][Windows] Enable unit tests 2020-06-29 23:39:49 +02:00
xcompile Fixed avx detection on GCC windows compiles 2014-06-20 07:48:31 -07:00
zip [Windows] Add MSVS 2019 with vcpkg support 2020-03-16 02:32:35 +01:00
.codecov.yml [Codecov] Add Android project to .codecov.yml. 2020-03-26 15:00:59 +05:30
.gitattributes repository: Change line endings in code of conduct to unix style and 2018-05-23 11:00:58 -05:00
.gitignore If the NDK_FLAGFILE is not present, compile also opensll and curl with the new ndk. 2020-07-03 18:24:54 +03:00
.scrutinizer.yml Scrutinizer: cache Drupal dependency for static code analysis 2019-01-23 20:59:32 +01:00
.travis.yml [Travis] Change 'combinedTestReportDebug' to 'jacocoTestReportDebug'. 2020-07-09 08:26:34 +05:30
.vimrc wuwj sandbox file selection filter 2012-03-02 06:12:36 +00:00
CODE_OF_CONDUCT.md repository: Change line endings in code of conduct to unix style and 2018-05-23 11:00:58 -05:00
CONTRIBUTING.md documentation: fix formatting bug in CONTRIBUTING.md 2019-07-28 21:02:37 -05:00
COPYING COPYING is the GPL license; COPYING.LESSER is additional text for LGPL. 2017-03-06 11:48:18 -08:00
COPYING.LESSER
COPYRIGHT update copyright year 2019-04-08 21:50:03 +03:00
INSTALL [1153] typo in file INSTALL 2016-01-11 20:50:38 -08:00
Makefile.am Install project_specific_defines.h if configured (required by config.h) 2020-03-06 16:12:14 +01:00
Makefile.incl sign_executable: remove dependence on MySQL libs 2017-01-19 23:58:49 -08:00
README.md Change Discord temporary invite link to permanent 2019-08-22 17:53:27 +03:00
TODO_OLD
_autosetup _autosetup: use sh instead of bash, no longer check for gmake 2016-02-29 07:28:37 +07:00
appveyor.yml [VS2019] Fix CI build 2020-07-04 16:19:58 +02:00
boinc_vs2010.sln.ci.patch [AppVeyor] Add VS2010 to CI 2020-05-02 23:14:58 +02:00
bolt_checkin_notes.txt
build_pos Locale: permanently move web translations 2016-11-16 21:54:07 +01:00
checkin_notes Check email list 2015-07-27 13:51:53 -04:00
checkin_notes_2002
checkin_notes_2003
checkin_notes_2004
checkin_notes_2005
checkin_notes_2006
checkin_notes_2007
checkin_notes_2008
checkin_notes_2009 - client: tweak translatable msg 2010-08-05 19:11:01 +00:00
checkin_notes_2010 - lib: fix compile warning 2011-06-23 20:44:25 +00:00
checkin_notes_2011 svn path=/trunk/boinc/; revision=24961 2012-01-01 03:35:29 +00:00
checkin_notes_2012 House Keeping 2013-03-04 17:35:35 +01:00
checkin_notes_samples
configure.ac Merge pull request #3481 from smoe/patch-1 2020-05-06 23:16:04 +02:00
coverity-model.cpp add coverity model file 2015-10-23 09:26:32 +02:00
generate_svn_version.sh web: keep server version # in a file (html/inc/server_version.inc) 2019-01-16 16:29:24 -08:00
gitlog2boinclog.sh Optimize gitlog script 2013-03-04 17:35:35 +01:00
gl.py Revert "remove gl.py" 2019-04-10 23:06:11 +02:00
notes
project_specific_defines.h svn path=/trunk/boinc/; revision=26001 2012-08-09 20:34:35 +00:00
set-version
testbase
todo
version.h update version to 7.17; update installshield files 2020-01-23 22:58:59 -08:00
version.h.in BUILD: Re-enable the alpha/beta flag for the master branch. 2014-07-29 20:03:04 -04:00
version.log update version to 7.17; update installshield files 2020-01-23 22:58:59 -08:00

README.md

Status

Build Status Build status Coverity Scan Build Status codecov Scrutinizer Code Quality

Social

Slack Discord

BOINC

Project Website: https://boinc.berkeley.edu

Want to create a project

See: https://boinc.berkeley.edu/trac/wiki

Want to help

Read about all the ways you can help

Note

The University of California holds the copyright on all BOINC source code. By submitting contributions to the BOINC code, you irrevocably assign all right, title, and interest, including copyright and all copyright rights, in such contributions to The Regents of the University of California, who may then use the code for any purpose that it desires.

Reporting Security Issues

We strongly encourage you to report security problems to our private mailing list and not by posting an issue. You can do this by sending an email to boinc_pmc@googlegroups.com. This will be privately sent to the members of the BOINC Project Management Committee.

License

BOINC is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

BOINC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with BOINC. If not, see https://www.gnu.org/licenses/.