Changesets: bareos

master 5874bc45

2023-01-30 09:54

arogge

Ported: N/A

Details Diff
stored: fix leak when reading translated records

When records are translated by a plugin the plugin will allocate its own
record. In this scenario ReadRecords() is supposed to call FreeRecord()
which it didn't do.
mod - core/src/stored/read_record.cc Diff File

master 47d9cdbd

2023-01-29 19:57

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001011 from tuxmaster5000/qt6

Enable Qt6 when present
mod - CHANGELOG.md Diff File
mod - core/src/qt-tray-monitor/CMakeLists.txt Diff File
mod - debian/control Diff File
mod - debian/control.src Diff File

master 9110d1a1

2023-01-29 18:07

joergs

Ported: N/A

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

master ec63c380

2023-01-29 12:21

joergs


Committer: arogge

Ported: N/A

Details Diff
systemtest notls: cleanup

No need to label volume, as autolabeling is enabled.
This prevents problems on rerun.
mod - systemtests/tests/notls/testrunner Diff File

master 23f6712d

2023-01-27 13:16

joergs

Ported: N/A

Details Diff
deb: prefer qt6-base-dev before qtbase5-dev
mod - debian/control Diff File
mod - debian/control.src Diff File

master 6ce2c966

2023-01-26 16:07

pstorz


Committer: arogge

Ported: N/A

Details Diff
bcopy: reduce memleak
mod - core/src/stored/bcopy.cc Diff File

master 9262347f

2023-01-26 16:00

bruno-at-bareos

Ported: N/A

Details Diff
cmake: change scsi-crypto to ON by default

- cmake scsi-crypto option can be ON by default, it is only
triggered if tapes device are present.
- systemtests: cleanup cryptoc cache file.

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - cmake/BareosSetVariableDefaults.cmake Diff File
mod - systemtests/scripts/cleanup Diff File

master 057ccf11

2023-01-26 15:53

pstorz


Committer: arogge

Ported: N/A

Details Diff
systemtests: introduce testrunner-bcopy-autoxflate
mod - systemtests/scripts/cleanup Diff File
mod - systemtests/tests/bareos-basic/CMakeLists.txt Diff File
add - systemtests/tests/bareos-basic/etc/bareos/bareos-sd.d/device/FileStorage2.conf Diff File
add - systemtests/tests/bareos-basic/testrunner-bcopy-autoxflate Diff File
mod - systemtests/tests/bareos-basic/testrunner-simple-backup-and-restore Diff File

master 463bc4bc

2023-01-26 15:39

pstorz


Committer: arogge

Ported: N/A

Details Diff
bextract, bls; minimized leaks
mod - core/src/stored/bextract.cc Diff File
mod - core/src/stored/bls.cc Diff File

master 3926f2d8

2023-01-26 15:26

pstorz


Committer: arogge

Ported: N/A

Details Diff
bscan: minimized memleaks
mod - core/src/stored/bscan.cc Diff File

master 67d8f95f

2023-01-26 12:06

arogge

Ported: N/A

Details Diff
devtools: cancel merge if repo not up-to-date

This fixes the check that determines if your local repository is up to
date and lets the merge subcommand fail if you're not up to date.
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 7e856983

2023-01-26 12:06

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001130

json generation: Fix some leaks and an integer overflow
mod - CHANGELOG.md Diff File
mod - core/src/console/console_conf.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/lib/bsys.cc Diff File
mod - core/src/qt-tray-monitor/tray_conf.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File

master 2310ab11

2023-01-26 12:06

arogge

Ported: N/A

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

master eb2d7141

2023-01-26 09:53

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001325

core: make resource/configuration locking safer
mod - CHANGELOG.md Diff File
mod - core/src/console/console.cc Diff File
mod - core/src/dird/dbcheck.cc Diff File
mod - core/src/dird/expand.cc Diff File
mod - core/src/dird/reload.cc Diff File
mod - core/src/dird/scheduler_private.cc Diff File
mod - core/src/dird/stats.cc Diff File
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/dird/ua_dotcmds.cc Diff File
mod - core/src/dird/ua_output.cc Diff File
mod - core/src/dird/ua_restore.cc Diff File
mod - core/src/dird/ua_select.cc Diff File
mod - core/src/dird/ua_server.cc Diff File
mod - core/src/dird/ua_status.cc Diff File
mod - core/src/filed/backup.cc Diff File
mod - core/src/filed/filed.cc Diff File
mod - core/src/filed/restore.cc Diff File
mod - core/src/filed/verify_vol.cc Diff File
mod - core/src/lib/parse_conf.h Diff File
mod - core/src/lib/res.cc Diff File
mod - core/src/qt-tray-monitor/monitoritemthread.cc Diff File
mod - core/src/stored/butil.cc Diff File
mod - core/src/stored/stored.cc Diff File
mod - docs/manuals/source/DeveloperGuide/directorConsole.rst Diff File

master bf067f68

2023-01-26 09:53

arogge

Ported: N/A

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

master f88427d9

2023-01-25 16:16

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001356

storage daemon: fix crash on volume swap
mod - CHANGELOG.md Diff File
mod - core/CMakeLists.txt Diff File
mod - core/src/droplet/libdroplet/CMakeLists.txt Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/stored/backends/CMakeLists.txt Diff File
add - core/src/stored/backends/autochanger_test_device.cc Diff File
add - core/src/stored/backends/autochanger_test_device.h Diff File
mod - core/src/stored/backends/generic_tape_device.h Diff File
mod - core/src/stored/dev.h Diff File
mod - core/src/stored/vol_mgr.cc Diff File
mod - systemtests/tests/CMakeLists.txt Diff File
add - systemtests/tests/file-autochanger/CMakeLists.txt Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/messages/Daemon.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/messages/Standard.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/pool/Differential.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/pool/Full.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/pool/Incremental.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/pool/Scratch.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/profile/operator.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-dir.d/storage/File.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-fd.d/client/myself.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-fd.d/messages/Standard.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-sd.d/autochanger/FileStorage.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-sd.d/messages/Standard.conf Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in Diff File
add - systemtests/tests/file-autochanger/etc/bareos/bconsole.conf.in Diff File
add - systemtests/tests/file-autochanger/mtx-changer Diff File
add - systemtests/tests/file-autochanger/mtx-inventory.txt Diff File
add - systemtests/tests/file-autochanger/test-setup Diff File
add - systemtests/tests/file-autochanger/testrunner-swapdev Diff File

master 1620916f

2023-01-25 16:16

pstorz

Ported: N/A

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

master b849274e

2023-01-23 16:18

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001361

build: replace sprintf by snprintf due to upgraded MacOS compiler, change linking of googletest
mod - CHANGELOG.md Diff File
mod - core/src/findlib/bfile.cc Diff File
mod - core/src/lib/attr.cc Diff File
mod - core/src/lib/res.cc Diff File
mod - core/src/lib/signal.cc Diff File
mod - core/src/lib/util.cc Diff File
mod - core/src/lib/var.cc Diff File
mod - core/src/stored/CMakeLists.txt Diff File

master e7c4e0d9

2023-01-23 16:17

pstorz

Ported: N/A

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

master 495dfd79

2023-01-23 11:51

arogge

Ported: N/A

Details Diff
lib: remove uses of sprintf() from filed

Newer MacOS compilers consider sprintf() deprecated. This patch replaces
the uses of sprintf() with snprintf() for all code that is compiled for
the file daemon on MacOS.
mod - core/src/findlib/bfile.cc Diff File
mod - core/src/lib/attr.cc Diff File
mod - core/src/lib/res.cc Diff File
mod - core/src/lib/signal.cc Diff File
mod - core/src/lib/util.cc Diff File
mod - core/src/lib/var.cc Diff File

master a6ee7315

2023-01-23 09:33

arogge

Ported: N/A

Details Diff
stored: make stored_objects depend on threads

Make the dependency from stored_objects to Threads::Threads explicit.
mod - core/src/stored/CMakeLists.txt Diff File

master d84d30ab

2023-01-20 19:53

joergs


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
systemtest: add test for purging failed job files
add - systemtests/tests/pruning/etc/bareos/bareos-dir.d/job/failingjob.conf Diff File
add - systemtests/tests/pruning/etc/bareos/bareos-dir.d/job/smallvoljob.conf Diff File
mod - systemtests/tests/pruning/etc/bareos/bareos-dir.d/pool/Full.conf Diff File
add - systemtests/tests/pruning/etc/bareos/bareos-dir.d/pool/SmallFull.conf Diff File
mod - systemtests/tests/pruning/testrunner Diff File

master 2b6033c6

2023-01-20 19:53

joergs


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
dird: cats: add purging of jobs with status from pool
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/dird/ua_purge.cc Diff File

master 3b53e943

2023-01-20 12:57

pstorz


Committer: arogge

Ported: N/A

Details Diff
systemtests: run bls,bscan,bextract with autoxflate
mod - systemtests/tests/bareos-basic/CMakeLists.txt Diff File
add - systemtests/tests/bareos-basic/testrunner-bextract-autoxflate Diff File
add - systemtests/tests/bareos-basic/testrunner-bls-autoxflate Diff File
add - systemtests/tests/bareos-basic/testrunner-bscan-autoxflate Diff File

master 5028874a

2023-01-20 12:15

pstorz


Committer: arogge

Ported: N/A

Details Diff
format: apply bareos-check-sources changes
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/lib/bsys.cc Diff File
mod - core/src/qt-tray-monitor/tray_conf.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File
 First  Prev  1 2 3 ... 70 ... 126 127 128 129 130 131 132 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 671 672 673  Next  Last