Changesets: bareos

master 9fa34d26

2024-11-08 12:02

pstorz

Ported: N/A

Details Diff
inc_conf.cc: remove PERMITTED_BASEJOB_OPTIONS
mod - core/src/dird/inc_conf.cc Diff File

master 2eeb3b5b

2024-11-08 07:47

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1994

add Honor No Dump Flag to config output
mod - CHANGELOG.md Diff File
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
mod - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in Diff File

master 670bea2a

2024-11-08 07:47

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master b50ae922

2024-11-07 15:20

Sebastian Sura

Ported: N/A

Details Diff
config-dump: update test to include HonorNoDumpFlag
mod - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in Diff File

master 5c27c961

2024-11-06 12:23

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1992

stored: fix volume size mismatch
mod - CHANGELOG.md Diff File
mod - core/src/include/version_hex.h Diff File
mod - core/src/plugins/filed/python/python-fd.cc Diff File
mod - core/src/stored/mount.cc Diff File

master 9862c250

2024-11-06 12:23

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md 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 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

pstorz


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 d3234528

2024-10-31 14:05

bruno-at-bareos

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

pstorz


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

pstorz


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

pstorz


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

pstorz


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 8cf9b39c

2024-10-28 17:43

arogge


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 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 b2e55eff

2024-10-25 11:40

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedupable: fix build on windows
mod - systemtests/tests/dedupable/CMakeLists.txt Diff File

master 2837faba

2024-10-25 10:54

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests: disable dedupable on windows
mod - CMakeLists.txt Diff File
mod - systemtests/tests/dedupable/CMakeLists.txt Diff File

master 1ec6d7a6

2024-10-25 10:03

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
console: add new binary ignoring safety of commands
mod - core/src/console/CMakeLists.txt Diff File
mod - core/src/console/console.cc Diff File
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/environment.in Diff File
mod - systemtests/tests/tls-suites/testrunner-check-connections Diff File

master 93077a2a

2024-10-25 07:06

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
mount: add quickfix for autolabel issue

We currently overwrite the current volume info on the device with the
outdated volume info from the director (which has size = 0) before
"updating" the volume info on the director. This causes the volume
size mismatch now that we do not have the pre_label split
anymore (previously we would execute RewriteVolumeLabel before writing
to the device which would have fixed this issue).

As a quick fix we can just disable this overwriting and just send the
real info to the director immediately.
mod - core/src/stored/mount.cc Diff File

master 46435dc0

2024-10-25 07:05

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
cmakelist: add clang/msvc address sanitizer support
mod - core/CMakeLists.txt Diff File

master 8d10b429

2024-10-24 15:31

bruno-at-bareos

Ported: N/A

Details Diff
scripts: remove unmaintained bareos-explorer

bareos-explorer was delivered executable and might leak some
system information.
its unmaintained status since 9 years make it a good candidate
for removal.

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
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
 First  Prev  1 2 3 4 5 6 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last