Changesets: bareos

bareos-19.2 94c9391b

2021-04-12 22:33

stephand

Ported: N/A

Details Diff
gfapi-fd: Fix possible crash on second glfs_close()

Under rare circumstances, namely when a file was deleted during
backup after the glfs_open() and before the first glfs_close() call,
which then returns an error, the code assumed that the file was
closed and invoked a second glfs_close() call. This second call
could cause a segmentation fault.

The changed code no longer does a second glfs_close() call, the
first call already cleans up the glfs file descriptor properly,
even when an error occurs while trying to close the file.

(cherry picked from commit 874bfec6d5327181d4023c2a44568f23fbb01985)
mod - core/src/plugins/filed/gfapi-fd.cc Diff File

master 8297eb24

2021-04-12 21:38

joergs


Committer: arogge

Ported: N/A

Details Diff
core: remove json.* files

This files have been used to initialize jansson with a custom memory management.
While this have been useful in the past, the memory management have now be identical to the default.
Therefore, these initialization is no longer required.
mod - core/src/console/console_conf.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/include/bareos.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/json.cc Diff File
rm - core/src/lib/json.h Diff File
mod - core/src/lib/output_formatter.cc Diff File
mod - core/src/qt-tray-monitor/tray_conf.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File

master 20838139

2021-04-12 20:56

joergs

Ported: N/A

Details Diff
update CHANGELOG: add PR 0000791
mod - CHANGELOG.md Diff File

master aaebe53a

2021-04-12 20:34

joergs


Committer: arogge

Ported: N/A

Details Diff
cmake: make the jansson library mandatory for build the Director

Without the library, the API 2 commands are not available.
Implement find_package for Jansson,
as otherwise Solaris would require special treatment.
add - cmake/FindJansson.cmake Diff File
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/console/CMakeLists.txt Diff File
mod - core/src/console/console_conf.cc Diff File
mod - core/src/dird/CMakeLists.txt Diff File
mod - core/src/filed/CMakeLists.txt Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/findlib/CMakeLists.txt Diff File
mod - core/src/findlib/unittests/CMakeLists.txt Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/qt-tray-monitor/CMakeLists.txt Diff File
mod - core/src/qt-tray-monitor/tray_conf.cc Diff File
mod - core/src/stored/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File
mod - core/src/tools/CMakeLists.txt Diff File

master 3d805bb8

2021-04-12 18:30

arogge

Ported: N/A

Details Diff
devtools: add dist-tarball.sh

This patch adds a new devtool called dist-tarball.sh that creates a
reproducible xz-compressed tarball from a cloned git repository.
add - devtools/dist-tarball.sh Diff File

master 15f82cd2

2021-04-12 17:37

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000770 from bareos/dev/pstorz/master/symlink-systemtests-where-possible

systemtests: symlink all files that are not templated
mod - systemtests/CMakeLists.txt Diff File

master 50cb2c8d

2021-04-12 17:15

joergs

Ported: N/A

Details Diff
systemtest python-bareos: adapt for FreeBSD

The tee command on FreeBSD does not allow the parameter --append, instead -a must be used.
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/tests/python-bareos/write.sh Diff File

master 57ee2d41

2021-04-12 17:05

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000782

fix check for correct days per month
mod - CHANGELOG.md Diff File
mod - core/src/lib/btime.cc Diff File
mod - core/src/lib/btime.h Diff File
mod - core/src/tests/time_format_test.cc Diff File

master 89643f26

2021-04-12 15:35

pstorz

Ported: N/A

Details Diff
systemtests: apply suggested review change
mod - systemtests/CMakeLists.txt Diff File

master d21efd95

2021-04-11 18:27

pstorz

Ported: N/A

Details Diff
update .quality-gates.yml to reflect better test coverage
mod - .quality-gates.yml Diff File

master 793f2dc2

2021-04-11 18:06

pstorz

Ported: N/A

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

master 70226e64

2021-04-10 14:16

pstorz

Ported: N/A

Details Diff
systemtest bareos: fd use FSType,sd use autoxflate-sd

The Fileset uses the FSType option and the storage daemon uses the
autoxflate-sd plugin so that these parts of the code now also are
covered by tests.
mod - systemtests/tests/bareos/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File
mod - systemtests/tests/bareos/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
mod - systemtests/tests/bareos/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in Diff File

master 1cbdec03

2021-04-10 13:55

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000785 from wucke13/master

docs: updating director manual
mod - AUTHORS Diff File
mod - docs/manuals/source/Configuration/Director.rst Diff File

master 831b85b3

2021-04-08 14:55

wucke13

Ported: N/A

Details Diff
add a contributor to AUTHORS
mod - AUTHORS Diff File

master a9d9a588

2021-04-07 14:47

pstorz

Ported: N/A

Details Diff
bareos.spec: exclude requires "CXXABI_1.3.9" from specs

As vmware-vix-disklib brings its own glibc but hast AutoProv set to no,
the bareos_vadp_dumper packages require CXXABI_1.3.9 but that cannot be
provided on CentOS7.
mod - core/platforms/packaging/bareos.spec Diff File

bareos-18.2 b641345e

2021-04-07 13:40

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000788 from bareos/dev/fbergkemper/bareos-18.2/fix-localization-de

webui: Fix german localization (backport bareos-18.2)
mod - webui/module/Application/language/de_DE.mo Diff File
mod - webui/module/Application/language/de_DE.po Diff File

bareos-19.2 db881b7f

2021-04-07 13:39

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000787 from bareos/dev/fbergkemper/bareos-19.2/fix-localization-de

webui: Fix german localization (backport bareos-19.2)
mod - webui/module/Application/language/de_DE.mo Diff File
mod - webui/module/Application/language/de_DE.po Diff File

master 9b731a72

2021-04-06 19:48

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000789 from bareos/dev/pstorz/master/cmake-speedup-symlinks

cmake: speedup symlink creation on cmake >=3.14
mod - systemtests/CMakeLists.txt Diff File

master 1c65ea93

2021-04-06 17:19

pstorz

Ported: N/A

Details Diff
cmake: speedup symlink creation on cmake >=3.14

By using the new file (CREATE_LINK ) available since cmake 3.14, the
configuration time could be reduced by about 33%.
mod - systemtests/CMakeLists.txt Diff File

bareos-18.2 882c47f7

2021-04-06 15:32

frank

Ported: N/A

Details Diff
Update de_DE.mo (POEditor.com)
mod - webui/module/Application/language/de_DE.mo Diff File

bareos-18.2 3ddcfbe2

2021-04-06 15:32

frank

Ported: N/A

Details Diff
Update de_DE.po (POEditor.com)
mod - webui/module/Application/language/de_DE.po Diff File

bareos-19.2 74be18f4

2021-04-06 15:27

frank

Ported: N/A

Details Diff
Update de_DE.mo (POEditor.com)
mod - webui/module/Application/language/de_DE.mo Diff File

bareos-19.2 7b06ee5f

2021-04-06 15:26

frank

Ported: N/A

Details Diff
Update de_DE.po (POEditor.com)
mod - webui/module/Application/language/de_DE.po Diff File

master 8870f3c0

2021-04-06 13:31

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000776 from bareos/dev/bpoed/master/localization

webui: Updated localization
mod - CHANGELOG.md Diff File
mod - webui/module/Application/language/de_DE.mo Diff File
mod - webui/module/Application/language/de_DE.po Diff File
mod - webui/module/Application/language/es_ES.mo Diff File
mod - webui/module/Application/language/es_ES.po Diff File
mod - webui/module/Application/language/it_IT.mo Diff File
mod - webui/module/Application/language/it_IT.po Diff File
mod - webui/module/Application/language/pl_PL.mo Diff File
mod - webui/module/Application/language/pl_PL.po Diff File
mod - webui/module/Application/language/pt_BR.mo Diff File
mod - webui/module/Application/language/pt_BR.po Diff File
mod - webui/module/Application/language/uk_UA.mo Diff File
mod - webui/module/Application/language/uk_UA.po Diff File

master 7f4c42c3

2021-04-06 12:46

wucke13


Committer: GitHub

Ported: N/A

Details Diff
updating director manual

The sentence

> If you think that Bareos should be backing up a particular directory
and it is not, and you have :strong:`onefs=no` set, before you complain,
please do:

Implies that it will make a difference if some files reside on different file systems when `onefs=no`. However, the `onefs` option is said to only make a difference for multiple filesystems if it's set to `yes`.
mod - docs/manuals/source/Configuration/Director.rst Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 248 249 250 251 252 253 254 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 695 696 697  Next  Last