Changesets: bareos

master e8e79984

2022-03-09 18:18

arogge

Ported: N/A

Details Diff
dir: fix memory-leak on failed PAM authentication

Fixes CVE-2022-24756
mod - core/src/dird/auth_pam.cc Diff File

bareos-19.2 2e4a10e0

2022-03-09 18:18

arogge

Ported: N/A

Details Diff
dir: fix memory-leak on failed PAM authentication

Fixes CVE-2022-24756

(cherry picked from commit e8e79984410f5d4f65e199e9e677443c88808a66)
mod - core/src/dird/auth_pam.cc Diff File

master c4961633

2022-03-09 17:10

frank

Ported: N/A

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

master 6f40b66d

2022-03-09 16:58

frank

Ported: N/A

Details Diff
webui: show DIR message if ACL prevents a job rerun
mod - webui/module/Job/src/Job/Controller/JobController.php Diff File

master 94725791

2022-03-09 16:24

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001056 from bareos/dev/pstorz/master/sql-fatal-error-logging

consolidate: purge jobids without files before starting the consolidation
mod - CHANGELOG.md Diff File
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/cats/sql_delete.cc Diff File
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/cats/sql_update.cc Diff File
mod - core/src/dird/consolidate.cc Diff File
mod - core/src/dird/ua_purge.cc Diff File
mod - core/src/dird/vbackup.cc Diff File
mod - core/src/lib/bstringlist.h Diff File
mod - core/src/stored/append.cc Diff File
mod - systemtests/tests/ai-consolidate-ignore-duplicate-job/testrunner Diff File

master 2c82a192

2022-03-09 16:14

arogge

Ported: N/A

Details Diff
systemtest: fix pam tests

The PAM tests weren't enabled since the Python 3 transition renamed
PYTHON to PYTHON_EXECUTABLE. This is now fixed.
We also detect ASan builds and prepend the library to LD_PRELOAD so the
tests will work in such an environment.
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
mod - systemtests/tests/bconsole-pam/testrunner Diff File
mod - systemtests/tests/python-pam/testrunner Diff File

master b11bdccd

2022-03-09 12:52

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001092

core cats: fix drop tables ddl
mod - CHANGELOG.md Diff File
mod - core/src/cats/ddl/drops/postgresql.sql Diff File

master c76cdf7b

2022-03-08 18:45

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001087

webui: fix uncaught TypeError if node.data is null
mod - CHANGELOG.md Diff File
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File
mod - webui/module/Restore/view/restore/restore/versions.phtml Diff File

master c77ea867

2022-03-08 11:21

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001105

Improve specfile to support SUSE 15.3
mod - core/platforms/packaging/bareos.spec Diff File

master 27ad8dfc

2022-03-07 19:12

arogge


Committer: pstorz

Ported: N/A

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

master 538697d2

2022-03-07 19:11

arogge

Ported: N/A

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

master b0f0413e

2022-03-07 19:10

arogge


Committer: pstorz

Ported: N/A

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

master 7b54d48f

2022-03-07 19:03

frank

Ported: N/A

Details Diff
webui: update navtabs in job views
mod - webui/module/Job/view/job/job/actions.phtml Diff File
mod - webui/module/Job/view/job/job/details.phtml Diff File
mod - webui/module/Job/view/job/job/index.phtml Diff File
mod - webui/module/Job/view/job/job/run.phtml Diff File
mod - webui/module/Job/view/job/job/timeline.phtml Diff File

master 41d00025

2022-03-07 19:02

frank

Ported: N/A

Details Diff
webui: introduce job rerun view
add - webui/module/Job/view/job/job/rerun.phtml Diff File

master 04b10a5b

2022-03-07 13:32

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001097

webui: fix deprecated notice required param follows optional param
mod - CHANGELOG.md Diff File
mod - webui/module/Fileset/src/Fileset/Model/FilesetModel.php Diff File

master 60ea0af8

2022-03-07 13:25

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001104

Fix python-bareos compilation on Tumbleweed
mod - python-bareos/packaging/python-bareos.spec Diff File

master 11d9a418

2022-03-07 13:22

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001098

webui: fix undefined array key warning
mod - CHANGELOG.md Diff File
mod - webui/module/Pool/src/Pool/Model/PoolModel.php Diff File

master d03c842a

2022-03-07 11:56

arogge


Committer: pstorz

Ported: N/A

Details Diff
stored: always release writing device

Previously releasing the write-device may not happen on specific
failures. This patch makes sure the write-device is always released when
appropriate.
mod - core/src/stored/mac.cc Diff File

master 9f90bfb8

2022-03-07 11:53

arogge


Committer: pstorz

Ported: N/A

Details Diff
systemtests: add check for stale volumes

This patch splits copy-bscan into individual subtests and adds a new
test "impossible-copy". That test will ensure the copy fails when
changing the read-device to expose a bug in the SD and check for the
presence of that bug.
mod - systemtests/tests/CMakeLists.txt Diff File
rm - systemtests/tests/copy-bscan/testrunner Diff File
add - systemtests/tests/copy/etc/bareos/bareos-dir.d/storage/NoSuchStorage.conf Diff File
add - systemtests/tests/copy/testrunner-01-backup Diff File
add - systemtests/tests/copy/testrunner-02-copy Diff File
add - systemtests/tests/copy/testrunner-03-impossible-copy Diff File
add - systemtests/tests/copy/testrunner-04-bscan Diff File

master debc8efd

2022-03-07 11:30

arogge


Committer: pstorz

Ported: N/A

Details Diff
stored: don't dereference nullptr in migrate.cc

In DoActualMigration() function jcr->db_batch->WriteBatchFileRecords()
was called without checking if jcr->db_batch was valid. While the
function itself took precautions to work correctly in that scenario, it
is still undefined behaviour.
This patch adds the proper check.
mod - core/src/dird/migrate.cc Diff File

master cea7cca1

2022-03-07 10:47

bmwiedemann

Ported: N/A

Details Diff
packaging: pull in libxml and json-c

required for S3/droplet storage
mod - core/platforms/packaging/bareos.spec Diff File

master fe61403e

2022-03-07 09:18

bmwiedemann

Ported: N/A

Details Diff
packaging: Use gcc10 on Tumbleweed

because gcc9 was dropped there
mod - core/platforms/packaging/bareos.spec Diff File

master 58b2b031

2022-03-05 22:25

bmwiedemann

Ported: N/A

Details Diff
packaging: update comment

SLE-10 is long EOL
mod - core/platforms/packaging/bareos.spec Diff File

master 1282b430

2022-03-05 20:31

bmwiedemann

Ported: N/A

Details Diff
packaging: Improve build

Avoid packaging `python3-sd.so` in storage-python2-plugin
because that caused a conflict warning in OBS build
mod - core/platforms/packaging/bareos.spec Diff File

master 066a9f28

2022-03-05 19:56

bmwiedemann

Ported: N/A

Details Diff
packaging: Fix python-bareos compilation on Tumbleweed

because openSUSE Tumbleweed dropped unsupported python2
mod - python-bareos/packaging/python-bareos.spec Diff File
 First  Prev  1 2 3 ... 60 ... 111 112 113 114 115 116 117 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last