Changesets: bareos
master 146ffcc3 2021-10-11 16:22 Ported: N/A Details Diff |
ndmp: resize osbuf to fit maximum length possible Apparently Solaris can produce strings up to 299 bytes for this, so we increase the size of the buffer to 300 bytes. |
||
mod - core/src/ndmp/ndmos_common.c | Diff File | ||
master 579cc687 2021-10-11 16:18 Ported: N/A Details Diff |
cmake: disable deprecated warnings on Solaris Solaris 11.4 produces a lot of bogus warning when using md5 (which is marked as deprecated in the header files there). |
||
mod - core/CMakeLists.txt | Diff File | ||
master adabd9e9 2021-10-11 16:10 Ported: N/A Details Diff |
filed: work around strict aliasing warning When building the bareosfd module for the filed against python 2.7, there is a warning concerning strict aliasing. As we cannot fix the issue, that exists in python's headerfile, we set -fno-strict-aliasing so the compiler will not do strict aliasing for this TU. |
||
mod - core/src/plugins/dird/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/stored/python/CMakeLists.txt | Diff File | ||
master 6083fd51 2021-10-11 15:57 Ported: N/A Details Diff |
droplet: improve dpl_set_addr_family_from_host() This function had a pointer to a destination buffer with no associated length passed. This patch adds the length as an additional parameter. |
||
mod - core/src/droplet/libdroplet/include/droplet/utils.h | Diff File | ||
mod - core/src/droplet/libdroplet/src/addrlist.c | Diff File | ||
mod - core/src/droplet/libdroplet/src/utils.c | Diff File | ||
master 9d77c414 2021-10-11 14:16 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000863 from bareos/dev/maik/master/rest_api_pypi rest-api: add pypi packaging files |
||
add - .github/workflows/publish_restapi_to_pypi.yml | Diff File | ||
add - .github/workflows/publish_restapi_to_test-pypi.yml | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/api.rst | Diff File | ||
add - restapi/setup.py | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
rm - systemtests/tests/python-restapi/api/bareos-restapi.py | Diff File | ||
rm - systemtests/tests/python-restapi/api/bareosRestapiModels.py | Diff File | ||
rm - systemtests/tests/python-restapi/api/metatags.yaml | Diff File | ||
rm - systemtests/tests/python-restapi/api/startapi.sh.in | Diff File | ||
rm - systemtests/tests/python-restapi/api/stopapi.sh | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/admin-runscript-client-server.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/admin-runscript-client.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/admin-runscript-server.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-bareos-fd-runscript-client-defaults.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-bareos-fd-runscript-client.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-bareos-fd-runscript-server.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-test2-fd.conf | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/jobdefs/jobdefs-runscript1.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/jobdefs/jobdefs-runscript2.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bconsole-admin-notls.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bconsole-client-bareos-fd.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/etc/bareos/bconsole-job-backup-bareos-fd.conf.in | Diff File | ||
rm - systemtests/tests/python-restapi/write.sh | Diff File | ||
add - systemtests/tests/restapi/api/curl-auth.sh | Diff File | ||
add - systemtests/tests/restapi/api/curl-call.sh | Diff File | ||
add - systemtests/tests/restapi/api/restapi.sh | Diff File | ||
add - systemtests/tests/restapi/environment-local.in | Diff File | ||
master a8070b38 2021-10-11 13:42 Ported: N/A Details Diff |
systemtest: check requirements for restapi are met The testrunner for system:restapi now checks that modules listed in requirements.txt are installed and skips the test otherwise. |
||
mod - systemtests/tests/restapi/testrunner | Diff File | ||
master e1bc2f85 2021-10-08 17:17 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000950 systemtests: configurable database credentials |
||
mod - CHANGELOG.md | Diff File | ||
mod - CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
add - core/src/tests/configs/catalog/bareos-dir.d/catalog/.gitignore | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/BuildAndTestBareos/systemtests.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
master fcb31837 2021-10-08 16:53 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000952 Enable building SLE 15 SP3 |
||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
add - docs/pkglists/SLE_15_SP3.x86_64 | Diff File | ||
master c4fced35 2021-10-08 14:09 Committer: arogge Ported: N/A Details Diff |
crypto_openssl.cc: mark functions with [[maybe_unused]] | ||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
master 041162f7 2021-10-08 14:08 Committer: arogge Ported: N/A Details Diff |
btape.cc: switch to inline functions for read and write | ||
mod - core/src/stored/btape.cc | Diff File | ||
master 7b70cae0 2021-10-08 13:51 Committer: arogge Ported: N/A Details Diff |
Apply suggestions from code review Co-authored-by: Andreas Rogge <andreas.rogge@bareos.com> |
||
mod - core/src/lib/bsys.cc | Diff File | ||
mod - core/src/lib/crypto_cache.cc | Diff File | ||
master edba498b 2021-10-08 13:43 Committer: arogge Ported: N/A Details Diff |
droplet replyparser: analyze return value of json_object_object_get_ex() | ||
mod - core/src/droplet/libdroplet/src/backend/cdmi/replyparser.c | Diff File | ||
master 824c01ee 2021-10-08 13:43 Committer: arogge Ported: N/A Details Diff |
console.cc: use strdup instead of self-made bstrdup | ||
mod - core/src/console/console.cc | Diff File | ||
master ac1d5355 2021-10-08 11:09 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master e16121dc 2021-10-08 10:29 Ported: N/A Details Diff |
systemtest restapi: enable automatic testing The test has been skipped during automatic testing, as it has been marked as "broken". After the recent changes, we enable automatic testing again. |
||
mod - systemtests/tests/restapi/CMakeLists.txt | Diff File | ||
master 52bf39eb 2021-10-08 10:29 Ported: N/A Details Diff |
restapi: renamed systemtest python-restapi | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
master 50f919b2 2021-10-07 21:09 Ported: N/A Details Diff |
docs: update SLE_15_SP3 pkglist | ||
mod - docs/pkglists/SLE_15_SP3.x86_64 | Diff File | ||
master 44869c62 2021-10-07 18:49 Ported: N/A Details Diff |
bareos.spec: use gcc10 on sle153 and later | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 97815a03 2021-10-07 12:53 Ported: N/A Details Diff |
build: add SLE_15_SP3 | ||
mod - .matrix.yml | Diff File | ||
add - docs/pkglists/SLE_15_SP3.x86_64 | Diff File | ||
master e92dd6ff 2021-10-07 11:40 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000943 from bareos/dev/fbergkemper/master/s4915 webui: change retention/expiration column on volume tables to only show retention |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/module/Media/view/media/media/details.phtml | Diff File | ||
mod - webui/module/Media/view/media/media/index.phtml | Diff File | ||
mod - webui/module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master 1e52b823 2021-10-07 11:37 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000937 from bareos/dev/fbergkemper/master/s4942 webui: improve log message keyword highlighting |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master bf8fecf4 2021-10-07 01:35 Ported: N/A Details Diff |
webui: redirect to queued jobid details view after rerun confirmation | ||
mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
master 951697b2 2021-10-07 00:49 Ported: N/A Details Diff |
webui: show confirmation dialog on cancel and rerun button click | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master fcd9922c 2021-10-06 18:58 Ported: N/A Details Diff |
stored: don't unload tapes from blocked devices This patch changes UnloadOtherDrive() so it won't unload a device that is not blocked. Previously we only checked if the device was busy, which might not be enough. |
||
mod - core/src/stored/autochanger.cc | Diff File | ||
master fd915604 2021-10-06 17:43 Committer: arogge Ported: N/A Details Diff |
python-fd-module-tester.cc: use inttypes macro for formatting | ||
mod - core/src/plugins/filed/python/test/python-fd-module-tester.cc | Diff File |