Changesets: bareos

master 3fb1f1d9

2022-02-04 11:13

pstorz

Ported: N/A

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

master 88e40fb3

2022-02-04 11:11

pstorz

Ported: N/A

Details Diff
Update core/src/dird/dird_conf.cc

Co-authored-by: Bruno Friedmann @Bareos <89836284+bruno-at-bareos@users.noreply.github.com>
mod - core/src/dird/dird_conf.cc Diff File

master a1741f2e

2022-02-04 11:10

pstorz

Ported: N/A

Details Diff
Update docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json

Co-authored-by: Bruno Friedmann @Bareos <89836284+bruno-at-bareos@users.noreply.github.com>
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json Diff File

master 985f2c95

2022-02-03 16:28

bruno-at-bareos

Ported: N/A

Details Diff
Fix warning function call to warn in unset_

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/scripts/bareos-config-lib.sh.in Diff File

master 3b651fd6

2022-02-03 16:14

Andreas Rogge

Ported: N/A

Details Diff
dir: fix memory leak in statistics thread
mod - core/src/dird/stats.cc Diff File

master e1426abd

2022-02-03 16:11

Andreas Rogge

Ported: N/A

Details Diff
bscan: fix memory leak
mod - core/src/stored/bscan.cc Diff File

master ce37e849

2022-02-03 11:43

arogge


Committer: pstorz

Ported: N/A

Details Diff
set merge strategy for CHANGELOG.md to union

This patch adds a .gitattributes file that will configure the merge
strategy for CHANGELOG.md to union. This will make sure conflict
resolution will simply keep all lines added.
This may produce bogus merges, but will usually do the right thing. As
always, make sure to review your files after a merge.
add - .gitattributes Diff File

master 26e531d2

2022-02-03 10:35

Andreas Rogge

Ported: N/A

Details Diff
console: fix memory leaks

* free director's name when freeing a console resource
* remove `password` in favor of base class' `password_` to avoid
confusion
mod - core/src/console/connect_to_director.cc Diff File
mod - core/src/console/console_conf.cc Diff File
mod - core/src/console/console_conf.h Diff File
mod - core/src/tests/create_resource.cc Diff File

master ff536559

2022-02-02 21:55

Andreas Rogge

Ported: N/A

Details Diff
cats: fix memory issues in catalog-test
mod - core/src/cats/sql_find.cc Diff File
mod - core/src/tests/catalog.cc Diff File

master 1c83b9a6

2022-02-02 21:37

Andreas Rogge

Ported: N/A

Details Diff
lib: fix mem-leak in messages' DispatchMessage()
mod - core/src/lib/message.cc Diff File
mod - systemtests/tests/messages/testrunner Diff File

master 7b9f0727

2022-02-02 21:23

Andreas Rogge

Ported: N/A

Details Diff
findlib: fix heap-overflow in xattr debug logging

The debug logging for xattr did not limit the length of name even though
that value might not be null-terminated.
mod - core/src/findlib/xattr.cc Diff File

master 16fd9628

2022-02-02 21:15

Andreas Rogge

Ported: N/A

Details Diff
lib: support unterminated strings in Bvsnprintf()

previously fmtstr() only supported correctly null-terminated strings
when formatting %s, no matter what size specification was given. With
this patch, fmtstr() will no longer read past the specified bytes
required for the output that should be formatted.
mod - core/src/lib/bsnprintf.cc Diff File
mod - core/src/tests/test_bsnprintf.cc Diff File

master ce3339d2

2022-02-02 20:41

Andreas Rogge

Ported: N/A

Details Diff
lib: fix use-after-free in timer_thread
mod - core/src/lib/timer_thread.cc Diff File

master 10dd9ec6

2022-02-02 20:31

Andreas Rogge

Ported: N/A

Details Diff
test: fix leak in run_on_incoming_connect_interval
mod - core/src/tests/run_on_incoming_connect_interval.cc Diff File

master 89556fda

2022-02-02 19:26

bruno-at-bareos

Ported: N/A

Details Diff
scsicrypto postinst packaging integration

- Add function scsicrypto for postinstall in spec and debian.
- Add new debian/*.postinst files in .gitignore.
- Add instruction in documentation to have scscicrypto enabled at
package install time by creating manually the file
/etc/bareos/.enable-cap_sys_rawio file.
- Move manual setup before not recommended systemd paragraph in
documentation.
- Dont fail function unset if setcap -r failed due to capabilities
not set.

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - .gitignore Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/scripts/bareos-config-lib.sh.in Diff File
add - debian/bareos-database-tools.postinst.in Diff File
add - debian/bareos-storage-tape.postinst.in Diff File
mod - debian/bareos-storage.postinst.in Diff File
add - debian/bareos-tools.postinst.in Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/StorageDaemonPlugins/ScsicryptoSd.rst.inc Diff File

master 02b88580

2022-02-02 19:05

Andreas Rogge

Ported: N/A

Details Diff
stored: fix memory-leaks in droplet_device
mod - core/src/stored/backends/droplet_device.cc Diff File

master 66707482

2022-02-02 17:23

bruno-at-bareos

Ported: N/A

Details Diff
Rename config file for capabilities to .enable-cap_sys_rawio

- Rename config file to explicitly show which capabilities is setup
- Add :file: tag in documentation for config file

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/scripts/bareos-config-lib.sh.in Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/StorageDaemonPlugins/ScsicryptoSd.rst.inc Diff File

master 55972fa1

2022-02-02 17:00

bruno-at-bareos

Ported: N/A

Details Diff
Fix last bytes of documentation

- Add cfg to code-block
- Add :file: tag

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/TasksAndConcepts/Plugins/StorageDaemonPlugins/ScsicryptoSd.rst.inc Diff File

master 8cad1bb7

2022-02-02 16:17

Andreas Rogge

Ported: N/A

Details Diff
fix memory leak in sd backends
mod - core/src/stored/sd_backends.cc Diff File
mod - core/src/stored/sd_backends.h Diff File

master e9269a1e

2022-02-02 16:07

frank

Ported: N/A

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

master 8b76b2f7

2022-02-02 15:25

Andreas Rogge

Ported: N/A

Details Diff
tests: fix memory issues in bsock tests
mod - core/src/tests/bsock_constructor_test.cc Diff File
mod - core/src/tests/test_bsock.cc Diff File

master 360eb444

2022-02-02 15:22

frank

Ported: N/A

Details Diff
webui: introduce timeline.css

- move redundant CSS from views to timeline.css
mod - webui/module/Job/view/job/job/timeline.phtml Diff File
mod - webui/module/Job/view/job/job/timelinejobs.phtml Diff File
add - webui/public/css/timeline.css Diff File

master ac63f48e

2022-02-02 15:13

frank

Ported: N/A

Details Diff
webui: introduce timeline.js

- move redundant JS from views to timeline.js
mod - webui/module/Job/view/job/job/timeline.phtml Diff File
mod - webui/module/Job/view/job/job/timelinejobs.phtml Diff File
add - webui/public/js/timeline.js Diff File

master 717d7264

2022-02-02 13:59

frank

Ported: N/A

Details Diff
webui: introduce timelinejobs view
add - webui/module/Job/view/job/job/timelinejobs.phtml Diff File

master a9058156

2022-02-02 13:36

Andreas Rogge

Ported: N/A

Details Diff
dird: fix memory leak in StoreRun()

previously, StoreRun() allocated a new RunResource in pass 1, but didn't
free it. This patch converts StoreRun to use value semantics (i.e. just
use a local RunResource object) and copy that into a heap object if
needed during pass 2.
mod - core/src/dird/run_conf.cc Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 150 151 152 153 154 155 156 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last