Changesets: bareos
master dcb31538 2019-09-10 19:44 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 | ||
master bba92c13 2019-09-04 00:08 Ported: N/A Details Diff |
tests: enhance bconsole-pam test by configure add user3 - the bconsole-pam test now automatically adds a user3 and logs in user3 using pam authentication |
||
mod - systemtests/tests/bconsole-pam/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/bconsole-pam/etc/user3.cred | Diff File | ||
mod - systemtests/tests/bconsole-pam/testrunner | Diff File | ||
master 1aee809a 2019-09-03 23:27 Ported: N/A Details Diff |
tests: bconsole-pam add UserResource for user2 - this omits a wrong test positive; the test with user2 wants to test a denial because of a wrong pam password, if this fails (pam succeeds erroneously), user2 would be denied because of the missing UserResource for user2 |
||
add - systemtests/tests/bconsole-pam/etc/bareos/bareos-dir.d/user/user2.conf | Diff File | ||
master d9903056 2019-09-03 21:42 Ported: N/A Details Diff |
dir: consolidate acl profile and user acl directives - only use one compiler macro for acl directives in the ProfileResource, ConsoleResource and UserResource - this added "RunAcl" to the ProfileResource, which was missing |
||
mod - core/src/dird/dird_conf.cc | Diff File | ||
master 3c5a8db4 2019-09-03 18:45 Ported: N/A Details Diff |
cmake: add automatic detection and usage of ccache | ||
mod - core/CMakeLists.txt | Diff File | ||
master 949b210e 2019-09-03 17:15 Ported: N/A Details Diff |
cats: add support for MySQL 8 The MySQL 8 client library removed the my_bool type. The replacement is the default bool type. This patch adds an ifdef that selects the correct type depending on the MySQL client version. |
||
mod - core/src/cats/mysql.cc | Diff File | ||
bareos-18.2 4dfb00eb 2019-09-03 17:15 Ported: N/A Details Diff |
cats: add support for MySQL 8 The MySQL 8 client library removed the my_bool type. The replacement is the default bool type. This patch adds an ifdef that selects the correct type depending on the MySQL client version. (cherry picked from commit 949b210eb794fe4bfb241a4a22b8850630e56855) |
||
mod - core/src/cats/mysql.cc | Diff File | ||
master df5a1b39 2019-09-03 15:28 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000228 from tuxmaster5000/0001072 Fixes 0001072: Newer versions of Fedora use stricter code checking |
Affected Issues 0001072 |
|
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/tests/lib_tests.cc | Diff File |