Changesets: bareos
master 393b4400 2025-05-13 13:46 Sebastian Sura Ported: N/A Details Diff |
cats: return pointer to error | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/postgresql.cc | Diff File | ||
mod - core/src/cats/postgresql.h | Diff File | ||
mod - core/src/cats/sql_pooling.cc | Diff File | ||
mod - core/src/dird/check_catalog.cc | Diff File | ||
mod - core/src/dird/dbcheck.cc | Diff File | ||
mod - core/src/stored/bscan.cc | Diff File | ||
mod - core/src/tests/run_on_incoming_connect_interval.cc | Diff File | ||
master a3debd5e 2025-05-13 12:03 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
dird_conf: get rid of intermediate string creation | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
master da1e4318 2025-05-12 16:31 Committer: Bareos Bot Ported: N/A Details Diff |
docs: config-schema.json fixes use build path in `autogenerated/bareos-*config-schema.json` files Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
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 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 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 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 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 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 03313de4 2025-05-07 08:00 Sebastian Sura Ported: N/A Details Diff |
askdir: make sure to ask the director enough times Setting the limit to #devices + 10% should always be enough and much better than a static 19. |
||
mod - core/src/stored/askdir.cc | Diff File | ||
master 565875b1 2025-05-06 17:59 Sebastian Sura Ported: N/A Details Diff |
askdir: fix asking for at most 19 volumes | ||
mod - core/src/stored/askdir.cc | Diff File | ||
master 6a97fd03 2025-05-06 17:58 Sebastian Sura Ported: N/A Details Diff |
postgresql: fix crash related to strerror() | ||
mod - core/src/cats/postgresql.cc | Diff File | ||
master be8e8756 2025-05-06 17:18 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2260 dird: fix bugs in DateTime |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/date_time.cc | Diff File | ||
mod - core/src/dird/date_time.h | Diff File | ||
master 4016688e 2025-05-06 17:18 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File |