Changesets: bareos
master 4a7080ef 2025-01-22 09:20 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
dird: add DateTime and DateTimeMask | ||
mod - core/src/dird/CMakeLists.txt | Diff File | ||
add - core/src/dird/date_time.cc | Diff File | ||
add - core/src/dird/date_time.h | Diff File | ||
add - core/src/dird/date_time_mask.cc | Diff File | ||
add - core/src/dird/date_time_mask.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master ef93c435 2025-01-22 08:08 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
address bareos-check-sources changes | ||
mod - core/src/filed/compression.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/lib/compression.cc | Diff File | ||
mod - core/src/lib/compression.h | Diff File | ||
mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc | Diff File | ||
master e697ff7f 2025-01-22 08:01 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
replace COMPRESSOR_NAME macros with method | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/lib/compression.cc | Diff File | ||
mod - core/src/lib/compression.h | Diff File | ||
mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc | Diff File | ||
master a0855f8b 2025-01-22 07:56 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
compression: use SetupSpecificCompressionContext | ||
mod - core/src/filed/compression.cc | Diff File | ||
mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc | Diff File | ||
master 05d25aa7 2025-01-22 07:52 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
compression: add SetupSpecificCompressionContext | ||
mod - core/src/lib/compression.cc | Diff File | ||
mod - core/src/lib/compression.h | Diff File | ||
master 5be1d24e 2025-01-22 07:50 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
get rid of magic numbers in compressor_type | ||
mod - core/src/include/ch.h | Diff File | ||
master 1d890389 2025-01-21 18:10 Committer: Bareos Bot Ported: N/A Details Diff |
python-bareos: Fix typo in package description | ||
mod - python-bareos/debian/control | Diff File | ||
master 36840769 2025-01-21 17:52 Committer: Bareos Bot Ported: N/A Details Diff |
python-bareos: Add missing dh-python build dep The python-bareos debian package uses pybuild as build system. dh-python is a mandatory build dependency. So this should be in the debian/control file. |
||
mod - python-bareos/debian/control | Diff File | ||
master 9a6a795c 2025-01-21 17:10 Committer: Bareos Bot Ported: N/A Details Diff |
debian: Add missing build dependencies The new droplet compatible storage backend introduced in #1790 adds two new dependencies, that were not added to the debian control files. This commit adds the appropriate packages as build dependencies. Without this cmake will try to load the dependencies by itself and will fail, because git is not available by default during the package build. Please note: If you are building for bullseye, you will either need a backport of libcli11-dev and libmsgsl-dev or you will need to have git available during the packaging. |
||
mod - debian/control | Diff File | ||
mod - debian/control.src | Diff File | ||
master 77809905 2025-01-21 14:53 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
addresses-and-ports: fix test on windows On windows its fine to have a bound socket on 127.0.0.1:X and 0.0.0.0:X, so the test fails as it expected this to not work. Thankfully binding 0.0.0.0:X twice _does_ still fail (like the other tests already show), so I just changed this test to be like the other ones and have the director bind on 0.0.0.0. |
||
mod - core/src/tests/addresses_and_ports_config.cc | Diff File | ||
mod - core/src/tests/configs/addresses-and-ports/old-style/dir-v4port-and-address-set/bareos-dir.d/director/bareos-dir.conf | Diff File | ||
master 1c0d9b85 2025-01-21 10:05 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
tray-monitor: add trace-dir option If this option is set, then the tray monitor is instructed to create a debug trace in the given directory. |
||
mod - core/src/qt-tray-monitor/tray-monitor.cc | Diff File | ||
master 63b3a147 2025-01-21 09:21 Committer: Bareos Bot Ported: N/A Details Diff |
apply formating sources - fix trailing line in pkg-plist.database-postgresql |
||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.database-postgresql | Diff File | ||
mod - docs/manuals/CMakeLists.txt | Diff File | ||
master 1eef50b2 2025-01-20 11:31 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
qualty-gates: remove windows special case We cannot remove the header completely yet, as our infrastructure expects it to be there, but we can at least use the normal values for it. |
||
mod - .quality-gates.yml | Diff File | ||
master 562dfff4 2025-01-20 10:36 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2109 cmake: add cmake check whether tirpc is installed |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/ndmp/CMakeLists.txt | Diff File | ||
master 46dd7492 2025-01-20 10:35 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 8e1f4608 2025-01-17 14:03 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
scheduler: rm client enable in last-keyword test | ||
mod - systemtests/tests/scheduler/testrunner-scheduler-last-keyword | Diff File | ||
master 2ed2c089 2025-01-17 09:57 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
extend scheduler test for 'last' keyword | ||
add - systemtests/tests/scheduler/etc/bareos/bareos-dir.d/job/LastSunday.conf | Diff File | ||
mod - systemtests/tests/scheduler/test-setup | Diff File | ||
add - systemtests/tests/scheduler/testrunner-scheduler-last-keyword | Diff File | ||
master bbeb462c 2025-01-17 09:09 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
autoxflate: readd HAVE_LZO guard | ||
mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc | Diff File | ||
master 1132e969 2025-01-17 07:53 Sebastian Sura Ported: N/A Details Diff |
grpc-test-module: fix race condition We should make sure to only accept requests from the client once the global state (con) is completely setup, otherwise we risk deferencing an invalid optional. |
||
mod - core/src/plugins/filed/grpc/grpc_test_module.cc | Diff File | ||
master 187d9d8f 2025-01-17 07:49 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
apply changes by check-sources | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/ndmp/CMakeLists.txt | Diff File | ||
master f83c3139 2025-01-16 19:33 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2039 logrotate: add mtx-changer debug log config |
||
mod - CHANGELOG.md | Diff File | ||
mod - LICENSE.txt | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/scripts/CMakeLists.txt | Diff File | ||
add - core/scripts/mtx-logrotate.in | Diff File | ||
mod - debian/bareos-storage-tape.install.in | Diff File | ||
master 85affbef 2025-01-16 19:33 Bareos Bot Ported: N/A Details Diff |
Update LICENSE.txt | ||
mod - LICENSE.txt | Diff File | ||
master 64028fc0 2025-01-16 19:33 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c1daa7ca 2025-01-16 14:29 Committer: Bareos Bot Ported: N/A Details Diff |
defaultconfig: remove deprecated `MaximumConcurrentJobs` - removed from bareos-fd myself.conf - removed from bareos-sd bareos-sd.conf Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/defaultconfigs/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - core/src/defaultconfigs/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
master 8751baeb 2025-01-16 10:52 Florian Burger Committer: Bareos Bot Ported: N/A Details Diff |
account for week-keyword 'last' in config-dump | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in | Diff File |