Changesets: bareos
master 9862c250 2024-11-06 12:23 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master f1b2358f 2024-11-06 10:43 Sebastian Sura Ported: N/A Details Diff |
restore: remove double cancel NativeRestoreCleanup is already done on error in job_thread (job.cc) in case an error occured, so there is no need to do it twice. This may cause a crash because pthread_cancel and C++ dont mix well, especially if we cancel the same thread in a short time interval. (pthread_cancel causes an exception + destructor calling, which may lead to an exception being caused inside a destructor, leading to a crash.) |
||
mod - core/src/dird/restore.cc | Diff File | ||
master 9fc3ae5d 2024-11-05 14:44 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
python-fd: fix version hex Our python version hex was not correct for numbers >= 10. We previously emitted e.g. 0x03100000 for 3.10, when its supposed to be 0x030A0000. This was causing weird crashes because workarounds for old versions that were not supposed to be enabled for newer versions were in fact enabled. |
||
mod - core/src/include/version_hex.h | Diff File | ||
mod - core/src/plugins/filed/python/python-fd.cc | Diff File | ||
master bdd7d0ed 2024-11-05 14:43 Sebastian Sura Committer: arogge Ported: N/A Details Diff |
unit-tests: add testing for bpipe environment handling | ||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/bpipe_env_test.cc | Diff File | ||
add - core/src/tests/bpipe_env_test.h | Diff File | ||
add - core/src/tests/env_tester.cc | Diff File | ||
master f721e1a6 2024-11-05 09:44 Sebastian Sura Committer: arogge Ported: N/A Details Diff |
bpipe-win32: add support for custom environment variables | ||
mod - core/src/lib/bpipe_win32.cc | Diff File | ||
master 418fe219 2024-11-05 09:34 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1998 docs: add debian howto start daemons instructions |
||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/Tutorial.rst | Diff File | ||
master 1c9410e4 2024-11-05 09:34 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master ecd9a21b 2024-11-04 09:25 Committer: Bareos Bot Ported: N/A Details Diff |
core/CMakeLists.txt: also search in SOURCES on F41 On Fedora 41, the new rpmbuild creates a subdirectory for building. |
||
mod - core/CMakeLists.txt | Diff File | ||
master 502f4d03 2024-10-31 14:58 Ported: N/A Details Diff |
systemtests: fix localfile-wrapper.sh for dplcompat use `stat -f %z` instead of `stat --format=%s` on FreeBSD. |
||
mod - systemtests/tests/dplcompat/etc/bareos/localfile-wrapper.sh | Diff File | ||
master d3234528 2024-10-31 14:05 Ported: N/A Details Diff |
docs: add debian howto start daemons instructions docs: extend tuturial about how to start the daemons The name of the services differs depending in the distribution. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> Co-authored-by: Jörg Steffens <joergsteffens@users.noreply.github.com> |
||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/Tutorial.rst | Diff File | ||
master a334b1dc 2024-10-31 13:35 Committer: Bareos Bot Ported: N/A Details Diff |
pkglists: remove F38+39, add F41 | ||
rm - docs/pkglists/Fedora_39.x86_64 | Diff File | ||
master ad8733b5 2024-10-31 13:03 Committer: Bareos Bot Ported: N/A Details Diff |
matrix: remove F38+39, add and switch to F41 | ||
mod - .matrix.yml | Diff File | ||
master 559a8e5c 2024-10-31 13:01 Committer: Bareos Bot Ported: N/A Details Diff |
xattr.cc: check for nullptr before dereferencing This prevents a crash in test bextract-autoxflate on fedora 41 |
||
mod - core/src/findlib/xattr.cc | Diff File | ||
master 9b7a3858 2024-10-31 13:01 Committer: Bareos Bot Ported: N/A Details Diff |
crypto_openssl: remove engines setup As they have been removed in Fedora 41 |
||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
master c0ffc965 2024-10-29 18:21 Ported: N/A Details Diff |
tests: test_bpipe: use full path for test program As the MSVC build will use Debug/Release subdirectories, we pass the full output filename of the test program target to the test, so the test program will always be found. |
||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/test_bpipe.cc | Diff File | ||
master 05765dfa 2024-10-29 16:23 Ported: N/A Details Diff |
freebsd: add storage-dplcompat package and add required build dependencies |
||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile | Diff File | ||
add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-dplcompat | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/subpkglist | Diff File | ||
add - core/platforms/freebsd/bareos-freebsd/bareos.com-storage-dplcompat/Makefile | Diff File | ||
master b11decd6 2024-10-29 13:31 Ported: N/A Details Diff |
dplcompat: fix build issues with tl-expected 1.0.0 | ||
mod - core/src/stored/backends/crud_storage.cc | Diff File | ||
mod - core/src/stored/backends/dplcompat_device.cc | Diff File | ||
master fbda0de9 2024-10-29 12:55 Ported: N/A Details Diff |
cmake: use proper name for Microsoft GSL | ||
mod - cmake/BareosCpmPackages.cmake | Diff File | ||
master 5f8a435a 2024-10-29 10:49 Ported: N/A Details Diff |
cmake: downgrade tl-expected requirement to 1.0.0 Relax the required tl-expected version to 1.0.0 so we can use the packaged version that Debian/Ubuntu ships. |
||
mod - cmake/BareosCpmPackages.cmake | Diff File | ||
master 8cf9b39c 2024-10-28 17:43 Committer: Sebastian Sura Ported: N/A Details Diff |
dir: add Honor No Dump Flag to config output this adds support for fileset option "Honor No Dump Flag" when printing the configuration. Previously this option would never show up and yield an error when printing the configuration. |
||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/dird/inc_conf.cc | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
master d0b72502 2024-10-28 16:57 Ported: N/A Details Diff |
tests: make bpipe test work on windows | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/test_bpipe.cc | Diff File | ||
add - core/src/tests/test_bpipe_prog.cc | Diff File | ||
master b5d3ee85 2024-10-28 16:48 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1990 scripts: remove unmaintained bareos-explorer |
||
mod - CHANGELOG.md | Diff File | ||
mod - LICENSE.txt | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.common | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/scripts/CMakeLists.txt | Diff File | ||
rm - core/scripts/bareos-explorer.in | Diff File | ||
mod - debian/bareos-common.install.in | Diff File | ||
master 9967db03 2024-10-28 16:48 Bareos Bot Ported: N/A Details Diff |
Update LICENSE.txt | ||
mod - LICENSE.txt | Diff File | ||
master 5b1e87a7 2024-10-28 16:48 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 8ba415b8 2024-10-28 10:49 Ported: N/A Details Diff |
win32: compat.cc remove some unused code | ||
mod - core/src/win32/compat/compat.cc | Diff File |