Changesets: bareos

master 5ec88ca5

2023-07-04 11:49

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
refactor: remove extern "C" from job code callbacks
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/fileset.cc Diff File
mod - core/src/filed/fileset.h Diff File
mod - core/src/lib/message.h Diff File

master 8dc1d2ec

2023-07-04 10:54

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
refactor: remove unnecessary string conversions
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/filed/fileset.cc Diff File

master e1808c11

2023-07-01 19:21

SamuelBoerlin


Committer: arogge

Ported: N/A

Details Diff
change job_code_callback_t to return optional<string>
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/fileset.cc Diff File
mod - core/src/lib/message.h Diff File
mod - core/src/lib/util.cc Diff File

master e3fb1789

2023-06-30 20:29

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: add docs for SD->Device->AccessMode
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst Diff File
add - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-AccessMode.rst.inc Diff File

master 2d879060

2023-06-30 19:02

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
stored: remove unnecessary access mode checks
mod - core/src/stored/reserve.cc Diff File

master e73db914

2023-06-30 18:21

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
refactor: rename AutoXflateMode
mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc Diff File
mod - core/src/stored/dev.h Diff File
mod - core/src/stored/device_control_record.h Diff File
mod - core/src/stored/device_resource.cc Diff File
mod - core/src/stored/device_resource.h Diff File
mod - core/src/stored/mac.cc Diff File
mod - core/src/stored/reserve.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File

master cceb42de

2023-06-30 13:42

SamuelBoerlin


Committer: Bareos Bot

Ported: N/A

Details Diff
refactor: use AccessMode instead of ReadOnly/WriteOnly
mod - core/src/stored/dev.cc Diff File
mod - core/src/stored/dev.h Diff File
mod - core/src/stored/device_resource.cc Diff File
mod - core/src/stored/device_resource.h Diff File
mod - core/src/stored/reserve.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/readonly1.conf Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/readonly2.conf Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/writeonly1.conf Diff File
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/writeonly2.conf Diff File

master 7234fb83

2023-06-30 12:21

arogge


Committer: Sebastian Sura

Ported: N/A

Details Diff
dird: implement leases for console connections

This adds a lease-based system to count open console connections. When
the connection limit is exceeded, the default console will log an
informational message, only named consoles will be denied access.
mod - core/src/dird/CMakeLists.txt Diff File
mod - core/src/dird/authenticate_console.cc Diff File
add - core/src/dird/console_connection_lease.cc Diff File
add - core/src/dird/console_connection_lease.h Diff File
mod - core/src/dird/ua_server.cc Diff File

master 6c6568cd

2023-06-28 18:40

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001490

build: adapt matrix and pkglist for changes to CI
mod - .matrix.yml Diff File
mod - CHANGELOG.md Diff File
mod - docs/pkglists/Fedora_36.x86_64 Diff File
mod - docs/pkglists/Fedora_37.x86_64 Diff File

master 4ed0a527

2023-06-28 18:40

Bareos Bot

Ported: N/A

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

master 7dfe7a2e

2023-06-28 16:36

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
stored: fix unintended decrement of block_num

When bsr() is called to initiare a re-read on a tape, it will decrement
ths block_num. As during the re-read the block_num was not incremented,
it shouldn't be decremented.
mod - core/src/stored/backends/unix_tape_device.cc Diff File
mod - core/src/stored/backends/unix_tape_device.h Diff File
mod - core/src/stored/block.cc Diff File

master decfa5fa

2023-06-28 16:33

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
stored: re-read large blocks in tape backend

when the unix_tape_device encounters a block that is too large for the
buffer to handle, it will now re-read with incrementing buffer sizes
until it can provide the first part of the block.
This allows Bareos to reconfigure the block buffer size for tape devices
like it already does for file devices.
mod - core/src/stored/backends/unix_tape_device.cc Diff File
mod - core/src/stored/backends/unix_tape_device.h Diff File

master 18383f1a

2023-06-28 15:14

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
devtools: fix dist-tarball.sh path prefix

dist-tarball.sh was supposed to create "clean" tarballs, that is with
a path-prefix of bareos-x.y.z based on the version-number. This didn't
happen as rewriting in tar did not take place.
With this patch the paths provided to tar are now all prefixed with './'
which allows the substitution to work correctly.
mod - devtools/dist-tarball.sh Diff File

master 07d84a86

2023-06-28 15:01

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
block-size-test: fix some things
mod - systemtests/tests/block-size/testrunner Diff File

master 9516a280

2023-06-28 14:42

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
block: fix data locations
mod - core/src/stored/block.cc Diff File

master ac428df5

2023-06-28 11:52

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
parallel-test: fix volume size / block size mismatch

Since our volumes only can contain 70KiB of data, we can never write
even a single 1MiB block to it.
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-sd.d/device/FileStorage2.conf Diff File

master 069f7477

2023-06-28 08:16

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
sql-delete: fix bad return value
mod - core/src/cats/sql_delete.cc Diff File

master fff92bd0

2023-06-28 08:13

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
append: delete null records at end of job
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_delete.cc Diff File
mod - core/src/dird/catreq.cc Diff File
mod - core/src/stored/append.cc Diff File

master 96c096dc

2023-06-28 08:11

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
acquire: fix not updating volume information
mod - core/src/stored/acquire.cc Diff File

master 90d2c98c

2023-06-27 17:34

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
matrix: disable Solaris build
mod - .matrix.yml Diff File

master b1dbf6c4

2023-06-27 15:11

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
append: send unsend metadata more often
mod - core/src/stored/acquire.cc Diff File
mod - core/src/stored/append.cc Diff File

master 2ec97e41

2023-06-27 15:10

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
block: create null jobmedia entry to prevent recycling
mod - core/src/stored/block.cc Diff File

master 99429235

2023-06-27 15:09

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
label: remove dcr manipulation
mod - core/src/stored/label.cc Diff File

master b0ccce34

2023-06-27 15:09

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
diff: print the src/dst directories
mod - systemtests/scripts/diff.pl.in Diff File

master dea6ad00

2023-06-27 15:08

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
parallel-test: make problems more likely
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/pool/Full.conf Diff File
mod - systemtests/tests/parallel-jobs/testrunner-parallel-jobs Diff File
 First  Prev  1 2 3 ... 39 40 41 42 43 44 45 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last