boinc/tools
David Anderson c29a4dac80 Fix a few compile warnings in client simulator.
Use snprintf() instead of sprintf() in a few places
(should eventually do it everywhere)

Notes:

(void)x;
seems to work (cross-platform) for suppressing unused arg warnings.

int n;
n = snprintf(buf, sizeof(buf), ....)
(void)n;

works in some cases for suppressing buffer-size warnings.
But not all cases.  Not sure why.
2023-03-22 17:09:43 -07:00
..
Makefile.am Automake: use $(libdir) instead of hardcoded "lib" 2023-02-05 17:50:54 +05:00
appmgr
backend_lib.cpp Fix a few compile warnings in client simulator. 2023-03-22 17:09:43 -07:00
backend_lib.h [linux] Move all fcgi dependent stdio functions to the separate 'boinc_stdio.h' header only file 2023-02-12 19:50:22 +01:00
boinc_submit
cancel_jobs.cpp use snprintf to prevent buffer overflow 2015-10-21 17:01:12 +02:00
check_project Change python3 to python in 2 scripts 2020-10-09 12:43:50 -07:00
cleanlogs.sh
compare_pot
create_work.cpp Fix a few compile warnings in client simulator. 2023-03-22 17:09:43 -07:00
create_work_example
dbcheck_files_exist
demo_query
demo_submit
dir_hier_move.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
dir_hier_path.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
example_app_in
example_app_out
grep_logs
gui_urls.xml
hr_db_convert.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
ict_job
kill_wu.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
make_project Make python scripts work with python2 as well as python3 2020-09-30 21:09:02 -07:00
makefile_sign_executable Extend makefile to build minimal-dependency crypt_prog as well 2017-01-23 14:23:54 -08:00
makelog.sh
manage_privileges manage_privileges, badge_assign.php: fix DB inserts 2020-10-01 15:08:10 -07:00
parse_config
poll_wu.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
process_input_template.cpp [linux] Move all fcgi dependent stdio functions to the separate 'boinc_stdio.h' header only file 2023-02-12 19:50:22 +01:00
process_input_template.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
process_result_template.cpp [linux] Move all fcgi dependent stdio functions to the separate 'boinc_stdio.h' header only file 2023-02-12 19:50:22 +01:00
project.xml change name of Linux/ARM platform to match wiki 2022-11-30 22:19:11 -08:00
remote_submit
remote_submit_test.cpp Add Python interface for remove job submission 2016-10-16 16:30:16 -07:00
run_in_ops
sign_executable.cpp Remove unused BOINC_RCSID constants 2019-01-12 23:43:48 +02:00
stage_file return stage_file php script as default impl of staging files 2022-06-29 21:27:24 +03:00
stage_file_native.cpp fix gz resource leakage 2022-07-21 12:29:42 +00:00
stage_file_native.h rename run_stage_file to stage_file_native 2022-07-12 10:18:15 +00:00
submit_api_test.py Remove semicolons in python code 2021-10-01 00:23:26 -04:00
tree_threader_splitter
update_versions update_versions: fix spurious PHP warning 2022-11-29 12:59:59 -08:00
update_versions_v6 Expand usage of HTTPS and fix a few URLs 2016-03-08 20:04:28 +00:00
updater.cpp
upgrade Change python3 to python in 2 scripts 2020-10-09 12:43:50 -07:00
vote_monitor
xadd back end: add feature for assigning WUs to a particular version num 2017-08-09 11:56:12 -07:00