Changesets: bareos
master 0c5489fc 2019-09-24 14:55 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000276 from arogge/TT4200535 Fix nullptr cornercase in mtx-changer parser |
||
mod - core/src/dird/sd_cmds.cc | Diff File | ||
master c7c32d3d 2019-09-23 14:37 Ported: N/A Details Diff |
Revert "removed icu from qt libs to save space" This reverts commit fffe2f0df47e5acf65860497d0f73260e2308bb3. |
||
mod - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
bareos-18.2 4a900b85 2019-09-23 14:37 Committer: arogge Ported: N/A Details Diff |
Revert "removed icu from qt libs to save space" This reverts commit fffe2f0df47e5acf65860497d0f73260e2308bb3. (cherry picked from commit c7c32d3dce842c94dfa2b030a6657e34b9eb7dab) |
||
mod - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
master 9d8f48a5 2019-09-20 14:38 Ported: N/A Details Diff |
dird: show command: add user ressource type and also print all configs when no parameter is given. |
||
mod - core/src/dird/ua_output.cc | Diff File | ||
master fefae5ee 2019-09-20 13:52 Ported: N/A Details Diff |
dird: fix Pool_ACL checking in the "llist media all" command Checking the Pool_ACL in the "list media all" is not possible, therefore the prevent the command execution when a Pool ACL is set. Checking the Pool_ACL in the "llist media all" command no works as expected. Changes: the result now also contains the columns "Pool", "ScratchPool" and "RecyclePool". |
||
mod - core/src/cats/dml/0077_list_volumes_select_long_0 | Diff File | ||
mod - core/src/cats/mysql_queries.inc | Diff File | ||
mod - core/src/cats/postgresql_queries.inc | Diff File | ||
mod - core/src/cats/sqlite_queries.inc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
master d9e6d1b5 2019-09-19 20:54 Ported: N/A Details Diff |
docs: bconsole command usage in webui modules and the according acl settings | ||
mod - docs/manuals/source/DeveloperGuide.rst | Diff File | ||
add - docs/manuals/source/DeveloperGuide/Webui.rst | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
mod - docs/manuals/source/conf.py | Diff File | ||
master dd264000 2019-09-19 20:12 Ported: N/A Details Diff |
dird: check if list command is called with a keyword Otherwise a not initialized item is accessed. |
||
mod - core/src/dird/ua_output.cc | Diff File | ||
master bb892d1e 2019-09-17 18:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000273 from bareos/dev/arogge/master/TT4200540 macos: update postinstall to migrate old config |
||
mod - core/platforms/darwin/resources/postinstall.in | Diff File | ||
mod - core/platforms/darwin/resources/preinstall.in | Diff File | ||
bareos-18.2 efb31b31 2019-09-17 18:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #270 from arogge/fix-1112-18.2 core: reset cache on invalidate vol_list->contents (Backport to 18.2) |
||
mod - core/src/dird/storage.cc | Diff File | ||
master e8c6509a 2019-09-17 18:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000269 from arogge/fix-1111-master core: reset cache on invalidate vol_list->contents |
||
mod - core/src/dird/storage.cc | Diff File | ||
master 420d4996 2019-09-17 12:19 Ported: N/A Details Diff |
macos: update postinstall to migrate old config previously installation of a newer bareos did not migrate the configuration of an older installation. This patch now detects old configurations and migrates them if required. |
||
mod - core/platforms/darwin/resources/postinstall.in | Diff File | ||
mod - core/platforms/darwin/resources/preinstall.in | Diff File | ||
bareos-18.2 bbd96b65 2019-09-17 12:19 Ported: N/A Details Diff |
macos: update postinstall to migrate old config previously installation of a newer bareos did not migrate the configuration of an older installation. This patch now detects old configurations and migrates them if required. (cherry picked from commit 420d49965d711d28ad1232c9c3c8a0aed8fce439) |
||
mod - core/platforms/darwin/resources/postinstall.in | Diff File | ||
mod - core/platforms/darwin/resources/preinstall.in | Diff File | ||
bareos-18.2 d89647d7 2019-09-16 14:46 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 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 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 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 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 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 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 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 |