Changesets: bareos
bareos-19.2 d617219b 2020-03-27 07:53 Committer: franku Ported: N/A Details Diff |
droplet: only allow configuration maximum concurrent jobs of 0 or 1 There is a known bug when using Storage Backend Droplet with multiple simultaneous jobs (interleaving). This workaround only allows settings of 0 or 1. If the default is used (0), it will be set automatically to 1. If any other value is specified, the bareos-sd will not start at all. Check droplet devices immediately after configparser-run |
||
mod - core/src/stored/stored_conf.cc | Diff File | ||
bareos-18.2 c3fc9d6f 2020-03-27 07:29 Committer: franku Ported: N/A Details Diff |
droplet: only allow configuration maximum concurrent jobs of 0 or 1 There is a known bug when using Storage Backend Droplet with multiple simultaneous jobs (interleaving). This workaround only allows settings of 0 or 1. If the default is used (0), it will be set automatically to 1. If any other value is specified, the bareos-sd will not start at all. Check droplet devices immediately after configparser-run |
||
mod - core/src/stored/dev.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
master 4d0f1210 2020-03-26 18:42 Ported: N/A Details Diff |
build: adaptions needed to build with SunPro compiler | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/dird/auth_pam.cc | Diff File | ||
mod - core/src/stored/crc32/crc32.cc | Diff File | ||
bareos-19.2 9ae99159 2020-03-26 18:42 Ported: N/A Details Diff |
build: adaptions needed to build with SunPro compiler | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/dird/auth_pam.cc | Diff File | ||
mod - core/src/stored/crc32/crc32.cc | Diff File | ||
bareos-19.2 6e85e999 2020-03-26 15:21 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000461 from bareos/dev/fbergkemper/bareos-19.2/s2747 docs: document a critical bscan limitation (backport 19.2) |
||
mod - docs/manuals/source/Appendix/BareosPrograms.rst | Diff File | ||
bareos-18.2 f5d9ff72 2020-03-26 15:21 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000462 from bareos/dev/fbergkemper/bareos-18.2/s2747 docs: document a critical bscan limitation (backport 18.2) |
||
mod - docs/manuals/source/Appendix/BareosPrograms.rst | Diff File | ||
master 00552802 2020-03-26 15:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000457 from bareos/dev/fbergkemper/master/s3462 webui: lock restore form elements during jsTree loading events |
||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
master 56e12f9c 2020-03-26 15:16 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000456 from bareos/dev/fbergkemper/master/s3905 pre-fill restore form element "replace" according to selected restore job in the webui |
||
mod - core/src/dird/ua_dotcmds.cc | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File | ||
master db866225 2020-03-26 14:00 Ported: N/A Details Diff |
add a SECURITY.md file Previously there was no central source of information how to report a security problem. This patch now adds SECURITY.md describing the preliminary process. |
||
add - SECURITY.md | Diff File | ||
master 9aef75f4 2020-03-26 11:45 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000460 from bareos/dev/fbergkemper/master/s2791 docs: document a critical bscan limitation |
||
mod - docs/manuals/source/Appendix/BareosPrograms.rst | Diff File | ||
master 6b0e8484 2020-03-26 11:07 Ported: N/A Details Diff |
docs: document a critical bscan limitation | ||
mod - docs/manuals/source/Appendix/BareosPrograms.rst | Diff File | ||
bareos-18.2 9576ffdc 2020-03-26 11:07 Ported: N/A Details Diff |
docs: document a critical bscan limitation (cherry picked from commit 6b0e84843f1236fb06f04483569fb52c4997c30c) |
||
mod - docs/manuals/source/Appendix/BareosPrograms.rst | Diff File | ||
bareos-19.2 118b44bd 2020-03-26 11:07 Ported: N/A Details Diff |
docs: document a critical bscan limitation (cherry picked from commit 6b0e84843f1236fb06f04483569fb52c4997c30c) |
||
mod - docs/manuals/source/Appendix/BareosPrograms.rst | Diff File | ||
master 4f86fdca 2020-03-25 14:53 Ported: N/A Details Diff |
webui: lock restore form elements during jsTree loading events We'll use our loading spinner as an overlay, which has a CSS z-index value of 10000 to lock the restore form elements with a default z-index value of 0, while jsTree is loading. Fade in the loading spinner after the jsTree loading text is shown and before loading starts (loading.jstree Event). Fade out the loading spinner after all nodes are finished loading (ready.jstree Event). https://www.jstree.com/api/ |
||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
master b794e545 2020-03-25 13:25 Ported: N/A Details Diff |
webui: refactor restore form element "replace" construction | ||
mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File | ||
master 1a3884e0 2020-03-25 13:24 Ported: N/A Details Diff |
webui: introduce determineReplaceDirective method | ||
mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File | ||
master f4603032 2020-03-25 13:22 Ported: N/A Details Diff |
webui: introduce getRestoreJobReplaceDirectives method | ||
mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File | ||
master 3dd73ef5 2020-03-25 12:32 Ported: N/A Details Diff |
fixup: initialize gfapi_logfile_ to nullptr | ||
mod - core/src/stored/backends/gfapi_device.h | Diff File | ||
master 471ea6b4 2020-03-24 18:38 Ported: N/A Details Diff |
core: add the replace directive to the .defaults command output | ||
mod - core/src/dird/ua_dotcmds.cc | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
master 43b9adcd 2020-03-24 16:50 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000453 from arogge/dev/arogge/master/TT4200594 Revert "cleanup: removed deprecated OpenSSL functions from build" |
||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
master d3ba475c 2020-03-24 16:32 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000454 from bareos/dev/fbergkemper/master/s3431 webui: pre-fill restore location form element according to selected restore job |
||
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php | Diff File | ||
mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File | ||
mod - webui/module/Restore/src/Restore/Model/RestoreModel.php | Diff File | ||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
mod - webui/module/Restore/view/restore/restore/versions.phtml | Diff File | ||
master 0b5b8ecd 2020-03-23 19:04 Ported: N/A Details Diff |
build: apply changes to build on Solaris 11.4 This commit applies changes that are needed to build and test on Solaris 11.4 - use "gdate" instead of date - use "pgrep -f" instead of pgrep - struct pam_message** is const on Solaris - detection of endianness in crc32.cc adapted - removed "cmake_minimum_required" for tests as that is not true anymore |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - core/cmake/BareosTimeFunctions.cmake | Diff File | ||
mod - core/scripts/bareos-ctl-funcs | Diff File | ||
mod - core/src/dird/auth_pam.cc | Diff File | ||
mod - core/src/stored/crc32/crc32.cc | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
rm - core/src/tests/recent_job_results_list/bareos-dir.42001.state | Diff File | ||
mod - systemtests/scripts/reload_test_functions | Diff File | ||
mod - systemtests/tests/messages-resource/testrunner | Diff File | ||
bareos-19.2 cf095077 2020-03-23 19:04 Ported: N/A Details Diff |
build: apply changes to build on Solaris 11.4 This commit applies changes that are needed to build and test on Solaris 11.4 - use "gdate" instead of date - use "pgrep -f" instead of pgrep - struct pam_message** is const on Solaris - detection of endianness in crc32.cc adapted - removed "cmake_minimum_required" for tests as that is not true anymore |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - core/cmake/BareosTimeFunctions.cmake | Diff File | ||
mod - core/scripts/bareos-ctl-funcs | Diff File | ||
mod - core/src/dird/auth_pam.cc | Diff File | ||
mod - core/src/stored/crc32/crc32.cc | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
rm - core/src/tests/recent_job_results_list/bareos-dir.42001.state | Diff File | ||
mod - systemtests/scripts/reload_test_functions | Diff File | ||
mod - systemtests/tests/messages-resource/testrunner | Diff File | ||
master 494608f5 2020-03-23 18:42 Ported: N/A Details Diff |
webui: refactor restore form element "restore client" construction | ||
mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File | ||
master 4600b707 2020-03-23 18:41 Ported: N/A Details Diff |
webui: refactor restore form element "client" construction | ||
mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File |