Changesets: bareos

master 755e2b34

2022-02-04 12:48

Andreas Rogge

Ported: N/A

Details Diff
dbcheck: fix memory-leak in NameListHandler
mod - core/src/dird/dbcheck_utils.cc Diff File

master 746e7a10

2022-02-04 12:35

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001050 from bareos/dev/fbergkemper/master/s5024

webui: remove an unnecessary .bvfs_get_jobids and buildSubtree() call
mod - CHANGELOG.md Diff File
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File
mod - webui/module/Restore/view/restore/restore/versions.phtml Diff File

master 63254e92

2022-02-04 12:16

Andreas Rogge

Ported: N/A

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

master d615602f

2022-02-04 12:11

pstorz

Ported: N/A

Details Diff
docs: fixup bareos-dir-config-schema.json
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json Diff File

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
 First  Prev  1 2 3 ... 60 ... 116 117 118 119 120 121 122 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last