Changesets: bareos

bareos-19.2 060fd395

2022-03-11 10:46

pstorz

Ported: N/A

Details Diff
webui: login screen Ukraine flag background

(cherry picked from commit 1a156163d1217dc7f295163b046b7de473270299)
mod - webui/module/Application/view/layout/login.phtml.in Diff File

master 00d92648

2022-03-10 18:14

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001110 from fbergkemper/dev/fbergkemper/master/s5103

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

master ad64a071

2022-03-10 17:49

arogge

Ported: N/A

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

master f4ccb863

2022-03-10 17:44

arogge

Ported: N/A

Details Diff
docs: update PAM configuration

Add an account section to the example and describe what has changed and
what users should do to be able to login again.
mod - docs/manuals/source/TasksAndConcepts/PAM.rst Diff File

bareos-19.2 0a15a336

2022-03-10 17:44

arogge

Ported: N/A

Details Diff
docs: update PAM configuration

Add an account section to the example and describe what has changed and
what users should do to be able to login again.

(cherry picked from commit f4ccb863022c1297294ef49f67cca831c16afc0c)
mod - docs/manuals/source/TasksAndConcepts/PAM.rst Diff File

master 576334c2

2022-03-10 16:43

frank

Ported: N/A

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

master 8cca0dca

2022-03-10 16:10

frank

Ported: N/A

Details Diff
docs: update webui command acl requirements
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File

master 30ed31f8

2022-03-10 15:07

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001106

Fix stale volumes/devices in bareos-sd after failure to acquire a read device on MAC jobs
mod - CHANGELOG.md Diff File
mod - core/src/dird/migrate.cc Diff File
mod - core/src/stored/mac.cc Diff File
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 abe46203

2022-03-10 11:31

arogge

Ported: N/A

Details Diff
dir: check account authorization during PAM login

Fixes CVE-2022-24755

Previously, when a user logged in via PAM, Bareos did only check for
authentication (i.e. the "auth" section in PAM). No authorization checks
were made (the "account" section in PAM). This patch now adds the proper
check.
This will break existing PAM configuration!
mod - core/src/dird/auth_pam.cc Diff File

bareos-19.2 1d61a410

2022-03-10 11:31

arogge

Ported: N/A

Details Diff
dir: check account authorization during PAM login

Fixes CVE-2022-24755

Previously, when a user logged in via PAM, Bareos did only check for
authentication (i.e. the "auth" section in PAM). No authorization checks
were made (the "account" section in PAM). This patch now adds the proper
check.
This will break existing PAM configuration!

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

master 21f80ccd

2022-03-10 11:29

arogge

Ported: N/A

Details Diff
systemtests: prepare PAM tests for account checks

This adapts the two PAM tests to work correctly with the upcoming
account checks. The test bconsole-pam will also check that authorization
is checked correctly (which is not yet the case, so the test currently
fails).
mod - systemtests/tests/bconsole-pam/bin/pam_exec_check.sh Diff File
add - systemtests/tests/bconsole-pam/etc/bareos/bareos-dir.d/user/user4locked.conf Diff File
mod - systemtests/tests/bconsole-pam/etc/pam.d/bareos.in Diff File
add - systemtests/tests/bconsole-pam/etc/user4locked.cred Diff File
mod - systemtests/tests/bconsole-pam/testrunner Diff File
mod - systemtests/tests/python-pam/etc/pam.d/bareos.in Diff File

master 41470b2a

2022-03-10 11:25

pstorz


Committer: frank

Ported: N/A

Details Diff
bareos-check-sources: apply changes
mod - webui/module/Analytics/autoload_classmap.php Diff File
mod - webui/module/Analytics/config/module.config.php Diff File
mod - webui/module/Analytics/src/Analytics/Model/Analytics.php Diff File
mod - webui/module/Application/config/module.config.php Diff File

master 18797e4f

2022-03-10 11:07

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001070

cancel virtual backups if none of the jobids contains files
mod - CHANGELOG.md Diff File
mod - core/src/cats/sql.h Diff File
mod - core/src/dird/vbackup.cc Diff File
mod - core/src/lib/mem_pool.cc Diff File
mod - core/src/lib/mem_pool.h Diff File
mod - core/src/lib/util.cc Diff File
mod - core/src/lib/util.h Diff File
mod - systemtests/tests/virtualfull/testrunner Diff File

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
 First  Prev  1 2 3 ... 70 ... 140 ... 178 179 180 181 182 183 184 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 675 676 677  Next  Last