Changesets: bareos

bareos-18.2 d89647d7

2019-09-16 14:46

arogge

Ported: N/A

Details Diff
Fix nullptr cornercase in mtx-changer parser
mod - core/src/dird/sd_cmds.cc Diff File

master f51ad936

2019-09-16 14:46

arogge

Ported: N/A

Details Diff
Fix nullptr cornercase in mtx-changer parser
mod - core/src/dird/sd_cmds.cc Diff File

bareos-17.2 919a960f

2019-09-16 14:46

arogge

Ported: N/A

Details Diff
Fix nullptr cornercase in mtx-changer parser
mod - src/dird/sd_cmds.c Diff File

master f5263ffc

2019-09-16 12:51

joergs

Ported: N/A

Details Diff
docs: cleanup Data Types section
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst Diff File
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RescheduleInterval.rst.inc Diff File

master a9293f13

2019-09-13 16:47

arogge

Ported: N/A

Details Diff
core: reset cache on invalidate vol_list->contents

Fixes 0001112: After mount/unmount of tape "status slots" shows empty list

Previously the cache timestamp on vol_list->contents was not reset when
the list has been emptied. This lead to strange behaviour with empty
vol_lists showing up.
This patch now resets timestamp to zero when clearing vol_list->contents
so the cache is always rebuilt if contents had been cleared.
Affected Issues
0001112
mod - core/src/dird/storage.cc Diff File

bareos-18.2 839032ce

2019-09-13 16:47

arogge

Ported: N/A

Details Diff
core: reset cache on invalidate vol_list->contents

Fixes 0001112: After mount/unmount of tape "status slots" shows empty list

Previously the cache timestamp on vol_list->contents was not reset when
the list has been emptied. This lead to strange behaviour with empty
vol_lists showing up.
This patch now resets timestamp to zero when clearing vol_list->contents
so the cache is always rebuilt if contents had been cleared.

(cherry picked from commit c8dff08c03ed07d51bb5cda6deaed68878d20997)
Affected Issues
0001112
mod - core/src/dird/storage.cc Diff File

master 2acb3395

2019-09-11 14:27

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000267 from bareos/dev/franku/master/empty-password

config: do not allow empty passwords for mandatory passwords
Affected Issues
0001108
mod - core/src/lib/res.cc Diff File

master dcb31538

2019-09-10 19:44

cmar


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000003 from eurotux/snapshot_locked

Tries to remove que snapshot and warns the user to remove it mannualy…
mod - fd-plugins/ovirt-plugin/BareosFdPluginOvirt.py Diff File

master 68b0f002

2019-09-10 15:37

Pedro Perdido


Committer: pstorz

Ported: N/A

Details Diff
Tries to remove que snapshot and warns the user to remove it mannualy on fail. This avoids marking the job as failed (if the job fails after the snapshot was transfered succefuly you can't restore it but the data is correctly stored on the bareos storage).
mod - core/src/plugins/filed/BareosFdPluginOvirt.py Diff File

master 8d35cbcb

2019-09-10 15:37

Pedro Perdido

Ported: N/A

Details Diff
Tries to remove que snapshot and warns the user to remove it mannualy on fail. This avoids marking the job as failed (if the job fails after the snapshot was transfered succefuly you can't restore it but the data is correctly stored on the bareos storage).
mod - fd-plugins/ovirt-plugin/BareosFdPluginOvirt.py Diff File

master 9911edc5

2019-09-10 11:48

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000260 from bareos/dev/joergs/master/systemtest-python-fd

systemtests: run python-fd-plugin-local-fileset-test only if python-fd is build
mod - systemtests/CMakeLists.txt Diff File

master 76a11af5

2019-09-05 18:41

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000263 from bareos/dev/franku/master/user-acl

dir: add new resource User to config
Affected Issues
0001108
mod - core/cmake/BareosInstallConfigFiles.cmake Diff File
mod - core/debian/bareos-director.install.in Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/dird/authenticate_console.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/dird/ua.cc Diff File
mod - core/src/dird/ua.h Diff File
mod - core/src/dird/ua_acl.cc Diff File
mod - core/src/dird/ua_audit.cc Diff File
mod - core/src/dird/ua_cmds.cc Diff File
mod - docs/manuals/source/Configuration/Director.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/PAM.rst Diff File
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json Diff File
mod - systemtests/tests/bconsole-pam/etc/bareos/bareos-dir.d/profile/operator.conf Diff File
mod - systemtests/tests/bconsole-pam/etc/bareos/bareos-dir.d/user/user1.conf Diff File
add - systemtests/tests/bconsole-pam/etc/bareos/bareos-dir.d/user/user2.conf Diff File
add - systemtests/tests/bconsole-pam/etc/user3.cred Diff File
mod - systemtests/tests/bconsole-pam/testrunner Diff File

master be5f1a0f

2019-09-05 18:20

franku

Ported: N/A

Details Diff
config: do not allow empty passwords for mandatory passwords
mod - core/src/lib/res.cc Diff File

master 506cf22f

2019-09-05 17:38

arogge

Ported: N/A

Details Diff
packaging: make specfiles compatible to docker
mod - core/platforms/packaging/bareos.spec Diff File
mod - python-bareos/packaging/python-bareos.spec Diff File
mod - regress/packaging/bareos-regress.spec Diff File
mod - vmware/packaging/bareos-vmware.spec Diff File
mod - webui/packaging/obs/bareos-webui.spec Diff File

bareos-18.2 38461ac6

2019-09-05 17:38

arogge

Ported: N/A

Details Diff
packaging: make specfiles compatible to docker

(cherry picked from commit 506cf22fc7b43fe4230b19c7e2ac9a7d21e286b9)
mod - core/platforms/packaging/bareos.spec Diff File
mod - python-bareos/packaging/python-bareos.spec Diff File
mod - regress/packaging/bareos-regress.spec Diff File
mod - vmware/packaging/bareos-vmware.spec Diff File
mod - webui/packaging/obs/bareos-webui.spec Diff File

master 711e6f16

2019-09-05 17:05

franku

Ported: N/A

Details Diff
packaging: added user resource folder for director daemon
mod - core/cmake/BareosInstallConfigFiles.cmake Diff File
mod - core/debian/bareos-director.install.in Diff File
mod - core/platforms/packaging/bareos.spec Diff File

master 02f72235

2019-09-05 14:38

stephand


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000238 from benibr/testing_sendpluginoptions

sending all related Plugin Options to FD
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/fd_cmds.cc Diff File

master acdaa624

2019-09-04 20:20

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000266 from arogge/vmware-explicit-python2

vmware: alter shebangs to refer to python2
mod - vmware/vmware_cbt_tool/vmware_cbt_tool.py Diff File
mod - vmware/vmware_plugin/BareosFdPluginVMware.py Diff File
mod - vmware/vmware_plugin/bareos-fd-vmware.py Diff File

master 53cab44a

2019-09-04 19:13

arogge

Ported: N/A

Details Diff
vmware: alter shebangs to refer to python2

previously the shebangs referred to "python" which could mean python2
or python3. The Red Hat brp-mangle-shebangs script that is run during
an rpmbuild treats this as an error.
This patch changes the shebangs to refert to python2 explicitly.
mod - vmware/vmware_cbt_tool/vmware_cbt_tool.py Diff File
mod - vmware/vmware_plugin/BareosFdPluginVMware.py Diff File
mod - vmware/vmware_plugin/bareos-fd-vmware.py Diff File

bareos-18.2 c00df646

2019-09-04 19:13

arogge

Ported: N/A

Details Diff
vmware: alter shebangs to refer to python2

previously the shebangs referred to "python" which could mean python2
or python3. The Red Hat brp-mangle-shebangs script that is run during
an rpmbuild treats this as an error.
This patch changes the shebangs to refert to python2 explicitly.

(cherry picked from commit 53cab44a034f1394daa9abf5b74d1f2ced6db748)
mod - vmware/vmware_cbt_tool/vmware_cbt_tool.py Diff File
mod - vmware/vmware_plugin/BareosFdPluginVMware.py Diff File
mod - vmware/vmware_plugin/bareos-fd-vmware.py Diff File

master 60ac6a12

2019-09-04 17:38

franku

Ported: N/A

Details Diff
docs: replace git command line argument for target check-git

- --compact-summary is not available with the standard
git installation on CentOS 7
- in contrast --stat is already available with git 1.8.2
mod - docs/manuals/CMakeLists.txt Diff File

bareos-18.2 334c6121

2019-09-04 17:38

franku

Ported: N/A

Details Diff
docs: replace git command line argument for target check-git

- --compact-summary is not available with the standard
git installation on CentOS 7
- in contrast --stat is already available with git 1.8.2
mod - docs/manuals/CMakeLists.txt Diff File

master 1d7b20b9

2019-09-04 16:39

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000265 from arogge/cmake-with-ccache

cmake: add automatic detection and usage of ccache
mod - core/CMakeLists.txt Diff File

master aa2ef86a

2019-09-04 13:53

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000264 from arogge/mysql-8-compat

cats: add support for MySQL 8
mod - core/src/cats/mysql.cc Diff File

master a561e67f

2019-09-04 12:29

franku

Ported: N/A

Details Diff
docs: update json files due to changed directive comments

- updated comments for user ACLs
- removed unused Run_ACL, refer to commit a6dd4ffd655630d5711fc76f0382fb7a6b2040be
for details
- updated docs
- rebuilt json files
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/dird/ua_audit.cc Diff File
mod - docs/manuals/source/Configuration/Director.rst Diff File
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 348 349 350 351 352 353 354 ... 420 ... 490 ... 560 ... 630 ... 677 678 679  Next  Last