Changesets: bareos

master 74442405

2024-02-27 16:26

Sebastian Sura

Ported: N/A

Details Diff
append: fix not displaying device name when jit reserving
mod - core/src/stored/append.cc Diff File

master 6e03bbdd

2024-02-27 16:25

Sebastian Sura

Ported: N/A

Details Diff
dird: fix not unbashing spaces before printing

Since the storage daemon bashes the spaces, we need to unbash them
before printing.
mod - core/src/dird/msgchan.cc Diff File

master fb003630

2024-02-27 15:18

Sebastian Sura

Ported: N/A

Details Diff
wrap-test: add additional assertions
mod - core/src/tests/wrap.cc Diff File

master 62b32af3

2024-02-26 14:45

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
always-incremental-consolidate-test: split up the test
mod - systemtests/scripts/functions Diff File
mod - systemtests/tests/always-incremental-consolidate/CMakeLists.txt Diff File
add - systemtests/tests/always-incremental-consolidate/test-setup Diff File
rm - systemtests/tests/always-incremental-consolidate/testrunner Diff File
add - systemtests/tests/always-incremental-consolidate/testrunner-01-full+incr Diff File
add - systemtests/tests/always-incremental-consolidate/testrunner-02-empty-incrementals Diff File
add - systemtests/tests/always-incremental-consolidate/testrunner-03-zero-file Diff File
add - systemtests/tests/always-incremental-consolidate/testrunner-04-virtualfull Diff File
add - systemtests/tests/always-incremental-consolidate/testrunner-05-priority Diff File
mod - systemtests/tests/restore/test-setup Diff File

master f5981bc4

2024-02-26 11:56

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
ansi-label: fix printing wrong error message
mod - core/src/stored/ansi_label.cc Diff File

master cb121fb4

2024-02-26 11:55

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
mount: fix not sending error message
mod - core/src/stored/mount.cc Diff File

master c87dbea6

2024-02-26 10:15

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
restore: check for bad backup stream

The filedaemon requires that each file starts with an attribute
record, since this is the only way to know the files name. To make
sure nothing bad happened we need to actively check that this
precondition holds.
mod - core/src/filed/restore.cc Diff File

master 7c303ebb

2024-02-23 13:26

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
weird-files: add additional files with weird names

I added some files that specifically have names containing

< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)

as there are illegal in normal windows paths.
mod - systemtests/data/weird-files.tar.gz Diff File
mod - systemtests/tests/py3plug-fd-libcloud/test-setup Diff File
mod - systemtests/tests/testfind/testrunner Diff File
mod - systemtests/tests/virtualfull-basic/testrunner Diff File

master 47d5a17d

2024-02-23 10:23

Sebastian Sura

Ported: N/A

Details Diff
stored: deprecate MaxNetworkBufSize (SD->Device); update doc

We use MNBS (SD->Storage) instead now. Also updates the MNBS
documentation on the sd side.
mod - core/src/stored/append.cc Diff File
mod - core/src/stored/read.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json Diff File
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-MaximumNetworkBufferSize.rst.inc Diff File
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-MaximumNetworkBufferSize.rst.inc Diff File

master 214702f1

2024-02-23 09:22

Sebastian Sura

Ported: N/A

Details Diff
crypto_wrap: switch to opessl wrap

The test now has the old implementation instead.
mod - core/src/dird/ua_label.cc Diff File
mod - core/src/lib/crypto_wrap.cc Diff File
mod - core/src/lib/crypto_wrap.h Diff File
mod - core/src/plugins/stored/scsicrypto/scsicrypto-sd.cc Diff File
mod - core/src/tests/wrap.cc Diff File
mod - core/src/tools/bscrypto.cc Diff File

master 996243e7

2024-02-23 08:44

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
bdedupestimate-man: add man page for bdedupestimate
add - docs/manuals/source/man/bdedupestimate.rst Diff File

master a0c883cd

2024-02-23 08:32

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedup-estimate: update logic for new dedup logic

Now that records are split into multiple blocks to make deduplication
useful even if backing up smaller files, we need to adjust the
estimate logic to account for that.
mod - core/src/tools/bdedup-estimate.cc Diff File

master 669e4c88

2024-02-22 15:17

Sebastian Sura

Ported: N/A

Details Diff
append: readd setting of buffer size
mod - core/src/stored/append.cc Diff File

master 619c1736

2024-02-22 09:30

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests: print tracebacks on cleanup
mod - systemtests/scripts/cleanup Diff File
mod - systemtests/scripts/functions Diff File

master bec287fb

2024-02-22 07:34

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
functions: add timeout to run_bareos

once that timeout is reached, we kill the daemons and create a trace.
mod - core/scripts/bareos-ctl-dir.in Diff File
mod - core/scripts/bareos-ctl-fd.in Diff File
mod - core/scripts/bareos-ctl-sd.in Diff File
mod - systemtests/scripts/functions Diff File

master d2a8706c

2024-02-21 13:39

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1648

jcr: fix some compiler warnings
mod - CHANGELOG.md Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/dird/reload.cc Diff File
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/filed/backup.cc Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/filed_jcr_impl.h Diff File
mod - core/src/filed/heartbeat.cc Diff File
mod - core/src/filed/heartbeat.h Diff File
mod - core/src/filed/restore.cc Diff File
mod - core/src/lib/bsock_tcp.cc Diff File
mod - core/src/lib/bsys.cc Diff File
mod - core/src/plugins/filed/bpipe/bpipe-fd.cc Diff File
mod - core/src/stored/backends/droplet_device.cc Diff File
mod - core/src/stored/fd_cmds.cc Diff File
mod - core/src/tests/ktls.cc Diff File
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
mod - systemtests/scripts/functions Diff File
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-cancel Diff File

master 6ad76445

2024-02-21 13:39

Bareos Bot

Ported: N/A

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

master 3f139e0a

2024-02-21 12:50

Sebastian Sura


Committer: bruno-at-bareos

Ported: N/A

Details Diff
bscrypto: fix asan problems

passphrase is not a cstring (no null terminator) so it cannot be
printed with %s; bstrncpy can copy length + 1 bytes but only length
bytes were allocated; etc.
mod - core/src/tools/bscrypto.cc Diff File

master 4c07e921

2024-02-21 11:26

Sebastian Sura

Ported: N/A

Details Diff
askdir: fix leaking poll mode to caller

dev->poll disables AutoLabeling, as such we should not leak it into
the caller context.
mod - core/src/stored/askdir.cc Diff File

master f9d2f926

2024-02-21 08:58

Sebastian Sura

Ported: N/A

Details Diff
wrap-test: add randomization

Now the plaintext that is getting wrapped/unwrapped is not static but
instead is randomised.
mod - core/src/tests/wrap.cc Diff File

master 0260a1cb

2024-02-21 08:26

Sebastian Sura

Ported: N/A

Details Diff
unit-tests: add test comparing openssl wrap with ours
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/wrap.cc Diff File

master fbb4472d

2024-02-21 08:25

Sebastian Sura

Ported: N/A

Details Diff
crypto-wrap: add const to const parameters
mod - core/src/lib/crypto_wrap.cc Diff File
mod - core/src/lib/crypto_wrap.h Diff File

master 599adc0b

2024-02-20 17:13

tigerfoot


Committer: bruno-at-bareos

Ported: N/A

Details Diff
github issues: introduce templates and workflow

- add ISSUE_TEMPLATE/config.yaml
- add ISSUE_TEMPLATE/10-issue_report.yaml for bugs
- add ISSUE_TEMPLATE/20-feature_request.yaml for feature
- add workflows/no-response.yaml no-response action

- we don't do line wrap so they will adapt to github rendering page
- we use labels of predefined defaults: beside `needs triage`,
we prefill with `bug` or `enhancement` as it is easier to remove
a label than adding one
- we use `render: sh` for log,trace textareas so there's no need
to use backtick syntax

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
add - .github/ISSUE_TEMPLATE/10-issue_report.yaml Diff File
add - .github/ISSUE_TEMPLATE/20-feature_request.yaml Diff File
add - .github/ISSUE_TEMPLATE/config.yml Diff File
add - .github/workflows/no-response.yaml Diff File

master a8dc7814

2024-02-20 10:53

Sebastian Sura

Ported: N/A

Details Diff
edit: ignore trailing junk during parsing
mod - core/src/include/baconfig.h Diff File
mod - core/src/lib/edit.cc Diff File
mod - core/src/lib/scan.cc Diff File

master 38a77edc

2024-02-20 10:48

Sebastian Sura

Ported: N/A

Details Diff
edit: change api to also return the rest not parsed string

This way you can optionally ignore space at the end of the string.
mod - core/src/lib/edit.cc Diff File
 First  Prev  1 2 3 ... 34 35 36 37 38 39 40 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last