Changesets: bareos
master ec03720d 2025-05-13 18:28 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master a8207bbd 2025-05-13 17:43 Ported: N/A Details Diff |
cmake: simplify bareos_windows_resource() by returning the created files from bareos_configure_file() this function could be simplified a lot. |
||
mod - cmake/BareosConfigureFile.cmake | Diff File | ||
mod - cmake/BareosWindowsResource.cmake | Diff File | ||
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 48e1fdbb 2025-05-12 19:51 Committer: bruno-at-bareos Ported: N/A Details Diff |
ndmp-bareos: set 400s timeout - increase timeout test barely use more than 300s - update copyright and cmake format |
||
mod - systemtests/tests/ndmp-bareos/CMakeLists.txt | Diff File | ||
master dcff5e0e 2025-05-12 19:48 Committer: Bareos Bot Ported: N/A Details Diff |
VMware Plugin: Handling of empty changeId Under rare circumstances it can happen that the changeId in the backing information of a snapshotted virtual disk is empty. This should normally not happen, as it makes subsequent incrementals impossible. Such an empty changeId is now handled appropriately so that a warning is emitted if it is empty and when incrementals are attempted the error message was adapted so that the helper script from contrib/misc/reschedule_job_as_full can be used to automatically trigger a full level job in that case. |
||
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py | 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 80ad9990 2025-05-12 15:54 Committer: bruno-at-bareos Ported: N/A Details Diff |
ndmp-bareos: Introduce incremental loop, restore 2nd file We introduce a second incremental file in the systemtest, and we explicitly restore the file present in the first incremental. |
||
mod - systemtests/tests/ndmp-bareos/testrunner | 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 |