Changesets: bareos
master b00a52c3 2025-05-12 16:07 Committer: Bareos Bot Ported: N/A Details Diff |
debian: setgid for configdir | ||
mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
mod - debian/bareos-director.postinst.in | Diff File | ||
master 123a597d 2025-05-12 16:06 Committer: Bareos Bot Ported: N/A Details Diff |
freebsd setgid for configdir | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.common | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage | Diff File | ||
master 5e394578 2025-05-12 15:58 Ported: N/A Details Diff |
glusterfs: unify HAVE_GLUSTERFS/HAVE_GFAPI we now use HAVE_GFAPI everywhere and fixed HAVE_GFAPI being actually available, which was broken in a previous cleanup commit. This also removes support for the legacy 2-argument version of glfs_ftruncate(). |
||
mod - cmake/BareosGenerateDebianInfo.cmake | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosCheckIncludes.cmake | Diff File | ||
mod - core/cmake/BareosCheckSymbols.cmake | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/gfapi_device.cc | Diff File | ||
mod - core/src/stored/backends/gfapi_device.h | Diff File | ||
master aa50fd1d 2025-05-12 15:53 Committer: Bareos Bot Ported: N/A Details Diff |
setgid for rpm plateform | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master ac15abd4 2025-05-12 15:30 Ported: N/A Details Diff |
cmake: storage backend build cleanup * remove BACKEND_OBJECTS * remove unneeded link_libraries that will be added transitively anyway * put re-used sources into STATIC libraries |
||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
master 1ae34c63 2025-05-12 14:34 Ported: N/A Details Diff |
cmake: add CMAKE_DL_LIBS to everything using dlopen() while this is not truly required nowadays, we should have it on everything that handles dynamic loading. |
||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/grpc/CMakeLists.txt | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
master 41b1fded 2025-05-12 14:27 Ported: N/A Details Diff |
cmake: make LowLevelScsi a library so we can nicely hide the detail of requiring `-lcam` on FreeBSD. |
||
mod - core/cmake/BareosDetermineHaveLowLevelScsiInterface.cmake | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
master eebfd255 2025-05-12 14:23 Committer: Sebastian Sura Ported: N/A Details Diff |
packaging: set all `*.conf.examples` as %config(noreplace) With bareos/bareos#2090 *.conf.example files get modified when installing a package. on RPM based distributions `rpm -V` should not lead to a altered package warning. `*.example.conf` files are marked as config files in the spec file. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 36ba56f9 2025-05-12 13:14 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
postgresql: require non-sql connection Fixes #1965: PostgreSQL with SSL fails in strange ways |
||
mod - core/src/cats/postgresql.cc | Diff File | ||
master 45285e19 2025-05-12 12:44 Ported: N/A Details Diff |
openssl: bump minimum version to 1.1.1 and cleanup this removes most of the OPENSSL_VERSION_NUMBER checks. |
||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
rm - core/src/lib/tls_openssl_crl.cc | Diff File | ||
rm - core/src/lib/tls_openssl_crl.h | Diff File | ||
mod - core/src/lib/tls_openssl_private.cc | Diff File | ||
mod - core/src/tests/init_openssl.cc | Diff File | ||
master 9ca0120c 2025-05-12 12:29 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
plugins: fix error_string construction PyUnicode_AsUTF8 can return NULL and doing std::string(NULL) will crash. Fixes 0000225: ce9f5bc introduces creation of std::string from potential nullptr |
Affected Issues 0000225 |
|
mod - core/src/plugins/include/python_plugins_common.inc | Diff File | ||
master 924bd1f1 2025-05-12 12:29 Ported: N/A Details Diff |
cmake: remove BUILDING_DLL symbol | ||
mod - core/src/findlib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lmdb/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/example/example-plugin-fd.cc | Diff File | ||
mod - core/src/plugins/filed/spam/spam.cc | Diff File | ||
master 08942b23 2025-05-12 12:22 Ported: N/A Details Diff |
cmake: remove WINDOWS_BITS this seems to be unused and the directories we're pointing at do not exist anymore. Also, the old specfiles for OBS are not needed anymore. |
||
mod - cmake/BareosSetVariableDefaults.cmake | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
rm - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
rm - core/platforms/win32/winbareos32.spec | Diff File | ||
rm - core/platforms/win32/winbareos64.spec | Diff File | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/dird/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/stored/CMakeLists.txt | Diff File | ||
master 34f28f9e 2025-05-12 11:42 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
pipfile: add pip managed shfmt | ||
mod - devtools/pip-tools/Pipfile | Diff File | ||
mod - devtools/pip-tools/Pipfile.lock | Diff File | ||
add - devtools/shfmt | Diff File | ||
master e3052c85 2025-05-12 11:36 Ported: N/A Details Diff |
droplet: clean up CMakeLists.txt a bit | ||
mod - core/src/droplet/CMakeLists.txt | Diff File | ||
mod - core/src/droplet/libdroplet/CMakeLists.txt | Diff File | ||
master 983d5361 2025-05-12 10:27 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
bareos-check-sources: apply review suggestions - update shebang regex such that it detects "/usr/bin/env bash" - precompile regex - format .sh and .sh.in files without shebang - add type annotations - address pylint warnings |
||
mod - devtools/pip-tools/check_sources/plugins/shell_format_plugin.py | Diff File | ||
master b50857ac 2025-05-09 10:56 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
bareos-check-sources: add shell_format plugin | ||
add - devtools/pip-tools/check_sources/plugins/shell_format_plugin.py | Diff File | ||
master 836b3e35 2025-05-09 09:37 Sebastian Sura Ported: N/A Details Diff |
bareos-basic: make bconsole command smaller | ||
mod - systemtests/tests/bareos-basic/testrunner-test-make-catalog-backup | Diff File | ||
master bd91f977 2025-05-09 07:41 Sebastian Sura Ported: N/A Details Diff |
test: add volume limit creation test | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/sd-volume-limit/CMakeLists.txt | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/sd-volume-limit/slow-read.sh | Diff File | ||
add - systemtests/tests/sd-volume-limit/test-setup | Diff File | ||
add - systemtests/tests/sd-volume-limit/testrunner-check-volume-creation | Diff File | ||
master 92fa005e 2025-05-08 17:34 Ported: N/A Details Diff |
tests: disable broken test on windows using #ifdef this is required as setting test properties on gtests is now not possible anymore. |
||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/thread_list.cc | Diff File | ||
master 9f116eab 2025-05-08 17:17 Ported: N/A Details Diff |
ctest: smart parallelization for tests as this cannot be determined ahead-of-time for every build/platform it is probably better to rely on CTEST_PARALLEL_LEVEL being set in the environment. Thus, instead of statically setting this to 10, we force 5 for sanitizer builds and otherwise set it to 10 unless the user has set CTEST_PARALLEL_LEVEL in the environment. |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/CTestScript.cmake.in | Diff File | ||
master a3747d98 2025-05-08 14:15 Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: fix missing double quote in libcloud fileset Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - systemtests/tests/py3plug-fd-libcloud/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
master c80c3065 2025-05-08 13:59 Committer: Bareos Bot Ported: N/A Details Diff |
debian: add libprotobuf-dev to buildrequirement - fix issue bareos/internal#275 - libprotobuf-dev buildep to grpc plugin so it is only build on available platform Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - debian/control.bareos-filedaemon-grpc-python3-plugin | Diff File | ||
mod - debian/control.src | Diff File | ||
master a2c564ce 2025-05-07 12:08 Sebastian Sura Committer: arogge Ported: N/A Details Diff |
CMakeLists: fix long configures | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/test_backtrace.cc | Diff File | ||
master a0e0e824 2025-05-07 09:48 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
ndmp: fix ub | ||
mod - core/src/ndmp/ndml_nmb.c | Diff File | ||
mod - core/src/ndmp/ndmp2_translate.c | Diff File | ||
mod - core/src/ndmp/ndmp2_translate.h | Diff File | ||
mod - core/src/ndmp/ndmp3_translate.c | Diff File | ||
mod - core/src/ndmp/ndmp3_translate.h | Diff File | ||
mod - core/src/ndmp/ndmp4_translate.c | Diff File | ||
mod - core/src/ndmp/ndmp4_translate.h | Diff File | ||
mod - core/src/ndmp/ndmp_translate.h | Diff File |