Changesets: bareos
master 03c53d93 2020-03-17 13:11 Ported: N/A Details Diff |
breg: remove default initializers from members of C-structs | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/inc_conf.cc | Diff File | ||
mod - core/src/dird/migrate.cc | Diff File | ||
mod - core/src/dird/ua_acl.cc | Diff File | ||
mod - core/src/dird/ua_restore.cc | Diff File | ||
mod - core/src/lib/breg.h | Diff File | ||
mod - core/src/lib/bregex.cc | Diff File | ||
mod - core/src/lib/bregex.h | Diff File | ||
mod - core/src/lib/bsys.cc | Diff File | ||
mod - core/src/lib/parse_bsr.cc | Diff File | ||
mod - core/src/lib/var.cc | Diff File | ||
mod - core/src/stored/stored.cc | Diff File | ||
mod - core/src/tools/bregex.cc | Diff File | ||
bareos-19.2 39b2758d 2020-03-17 13:11 Committer: pstorz Ported: N/A Details Diff |
breg: remove default initializers from members of C-structs | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/inc_conf.cc | Diff File | ||
mod - core/src/dird/migrate.cc | Diff File | ||
mod - core/src/dird/ua_acl.cc | Diff File | ||
mod - core/src/dird/ua_restore.cc | Diff File | ||
mod - core/src/lib/breg.h | Diff File | ||
mod - core/src/lib/bregex.cc | Diff File | ||
mod - core/src/lib/bregex.h | Diff File | ||
mod - core/src/lib/bsys.cc | Diff File | ||
mod - core/src/lib/parse_bsr.cc | Diff File | ||
mod - core/src/lib/var.cc | Diff File | ||
mod - core/src/stored/stored.cc | Diff File | ||
mod - core/src/tools/bregex.cc | Diff File | ||
master 189a6e32 2020-03-16 18:45 Ported: N/A Details Diff |
webui: integrate bootstrap-table-formatter.js | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
mod - webui/module/Client/view/client/client/index.phtml | Diff File | ||
mod - webui/module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
mod - webui/module/Fileset/view/fileset/fileset/details.phtml | Diff File | ||
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/Media/view/media/media/details.phtml | Diff File | ||
mod - webui/module/Media/view/media/media/index.phtml | Diff File | ||
mod - webui/module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - webui/module/Pool/view/pool/pool/index.phtml | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/index.phtml | Diff File | ||
mod - webui/module/Storage/view/storage/storage/details.phtml | Diff File | ||
mod - webui/module/Storage/view/storage/storage/index.phtml | Diff File | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master 79e99cc0 2020-03-16 17:50 Ported: N/A Details Diff |
webui: separate custom bootstrap-table formatter | ||
add - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master cd92b5ac 2020-03-16 14:52 Ported: N/A Details Diff |
webui: display loading spinner on refreshTableData call | ||
mod - webui/module/Application/view/layout/layout.phtml.in | Diff File | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master b0cb4ef3 2020-03-16 13:35 Ported: N/A Details Diff |
breg: fix crash when manually setting regexwhere When manually setting the regular expression during restore like with: OK to run? (yes/mod/no): mod ->11: File Relocation ->4: Enter a regexp ->Please enter a valid regexp (!from!to!): !what!with! ->6: Use this ? The director crashed. This happens because the member regex_t preg of the class BareosRegex was not zero initialized correctly. This caused the freeing of random memory in void regfree(regex_t* preg). Now all members of class BareosRegex are zero initialized and the problem is fixed. This problem also causes the filedaemon to crash when regexwhere is specified in the restore job configuration. On the second restore run the filedaemon crashes. Fixes# 1211: bareos director and bareos fd crash when regexwhere is specified |
Affected Issues 0001211 |
|
mod - core/src/lib/breg.h | Diff File | ||
bareos-19.2 6faee2bf 2020-03-16 13:35 Ported: N/A Details Diff |
breg: fix crash when manually setting regexwhere When manually setting the regular expression during restore like with: OK to run? (yes/mod/no): mod ->11: File Relocation ->4: Enter a regexp ->Please enter a valid regexp (!from!to!): !what!with! ->6: Use this ? The director crashed. This happens because the member regex_t preg of the class BareosRegex was not zero initialized correctly. This caused the freeing of random memory in void regfree(regex_t* preg). Now all members of class BareosRegex are zero initialized and the problem is fixed. This problem also causes the filedaemon to crash when regexwhere is specified in the restore job configuration. On the second restore run the filedaemon crashes. Fixes# 1211: bareos director and bareos fd crash when regexwhere is specified |
Affected Issues 0001211 |
|
mod - core/src/lib/breg.h | Diff File | ||
master 0a2cc1c2 2020-03-13 20:01 Ported: N/A Details Diff |
webui: refactorize formatUname function | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 33c27751 2020-03-13 18:05 Ported: N/A Details Diff |
webui: introduce formatVolumeName function | ||
mod - webui/module/Job/view/job/job/details.phtml | Diff File | ||
mod - webui/module/Media/view/media/media/index.phtml | Diff File | ||
mod - webui/module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - webui/module/Storage/view/storage/storage/details.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master c450da13 2020-03-13 17:56 Ported: N/A Details Diff |
webui: introduce formatPoolName function | ||
mod - webui/module/Pool/view/pool/pool/index.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 6162a9a1 2020-03-13 17:51 Ported: N/A Details Diff |
webui: introduce formatAutochangerStatus function | ||
mod - webui/module/Storage/view/storage/storage/index.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 461657ce 2020-03-13 17:43 Ported: N/A Details Diff |
webui: introduce storageResourceActionButtonsFormatter function | ||
mod - webui/module/Storage/view/storage/storage/index.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 5f466f7d 2020-03-13 17:30 Ported: N/A Details Diff |
webui: introduce formatFilesetName function | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master db0d03a7 2020-03-13 17:17 Ported: N/A Details Diff |
webui: introduce jobResourceActionButtonsFormatter function | ||
mod - webui/module/Job/view/job/job/actions.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master b8327fac 2020-03-13 17:08 Ported: N/A Details Diff |
webui: introduce formatLogMessage function | ||
mod - webui/module/Job/view/job/job/details.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 0de016fe 2020-03-13 16:46 Ported: N/A Details Diff |
webui: move jobActionButtonsFormatter to custom-functions.js | ||
mod - webui/module/Job/view/job/job/details.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 551c4dcf 2020-03-13 16:25 Ported: N/A Details Diff |
webui: move formatClientName to custom-functions.js | ||
mod - webui/module/Dashboard/view/dashboard/dashboard/index.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/Media/view/media/media/details.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 8c37c584 2020-03-13 16:15 Ported: N/A Details Diff |
webui: move formatJobName to custom-functions.js | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
mod - webui/module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
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/Media/view/media/media/details.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 54ad87f0 2020-03-13 14:31 Ported: N/A Details Diff |
webui: move formatJobId to custom-functions.js | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
mod - webui/module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
mod - webui/module/Media/view/media/media/details.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 0fbdf5f1 2020-03-13 14:07 Ported: N/A Details Diff |
webui: move jobActionButtonsFormatter to custom-functions.js | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master c623e462 2020-03-13 14:00 Ported: N/A Details Diff |
webui: move clientActionButtonsFormatter to custom-functions.js | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
master 3c3f50e8 2020-03-13 13:08 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000436 from tuxmaster5000/version Fix compile errors on Fedora 31 |
||
mod - core/src/lib/version.h | Diff File | ||
bareos-19.2 6a10aea6 2020-03-13 13:02 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000449 from bareos/dev/franku/bareos-19.2/ndmp-log-messages dev/franku/bareos 19.2/ndmp log messages |
||
mod - core/src/dird/ndmp_dma_storage.cc | Diff File | ||
master 0762d29e 2020-03-13 13:01 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000448 from bareos/dev/franku/master/ndmp-log-messages ndmp: add more log messages for errors |
||
mod - core/src/dird/ndmp_dma_storage.cc | Diff File | ||
bareos-18.2 299dfbfd 2020-03-13 13:01 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000447 from bareos/dev/franku/bareos-18.2/ndmp-log-messages ndmp: add more log messages for errors |
||
mod - core/src/dird/ndmp_dma_storage.cc | Diff File |