Changesets: bareos

master 04f4538e

2024-04-08 16:55

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1756

python-bareos: use TLS-PSK from core ssl module (available since Python >= 3.13)
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/DeveloperGuide.rst Diff File
mod - python-bareos/README.rst Diff File
mod - python-bareos/bareos/bsock/__init__.py Diff File
mod - python-bareos/bareos/bsock/directorconsole.py Diff File
mod - python-bareos/bareos/bsock/lowlevel.py Diff File
mod - python-bareos/bareos/bsock/protocolversions.py Diff File
mod - python-bareos/bareos/bsock/tlsversionparser.py Diff File
mod - python-bareos/bareos/util/argparse.py Diff File
mod - python-bareos/setup.py Diff File

master 6cff0b24

2024-04-08 16:55

Bareos Bot

Ported: N/A

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

master 475b1313

2024-04-08 14:40

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
tests: fix pg version detection on debian

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-debian Diff File

master aec739e2

2024-04-08 14:09

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1762

PR template: remove backport hints
mod - CHANGELOG.md Diff File
mod - pull_request_template.md Diff File

master 638ea5e8

2024-04-08 14:08

joergs

Ported: N/A

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

master 8653d3cf

2024-04-08 09:09

Sebastian Sura

Ported: N/A

Details Diff
compat: add special character encode/decode
mod - core/src/win32/compat/compat.cc Diff File

master 8e8dccdc

2024-04-08 09:08

Sebastian Sura

Ported: N/A

Details Diff
test-path-conversion: add invalid path test
mod - core/src/tests/test_path_conversion.cc Diff File

master 1fa6dc08

2024-04-05 11:26

Sebastian Sura

Ported: N/A

Details Diff
message: fix trying to send mail on win32
mod - core/src/lib/message.cc Diff File

master c712412e

2024-04-04 16:55

banuchka


Committer: stephand

Ported: N/A

Details Diff
fix missed return
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master 78b11f1b

2024-04-04 12:17

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
pr-tool: give hint about commit headline length limit
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 2d55daf4

2024-04-04 12:04

joergs

Ported: N/A

Details Diff
PR template: remove backport hints

Backports are now created by ``pr-tool backport``,
which uses an own PR template.
Therefore the hints to distinguish between normal PR and backport PR
are not required in this template.
mod - pull_request_template.md Diff File

master d066acdb

2024-04-04 09:37

arogge

Ported: N/A

Details Diff
win32: fix signed/unsigned issues

the modern headers declare the VSS_E constants as HRESULT (signed) so we
should not cast to unsigned here.
mod - core/src/win32/filed/vss_generic.cc Diff File

master 6efb246f

2024-04-04 07:47

banuchka


Committer: stephand

Ported: N/A

Details Diff
decrease additional timeout after SIGTERM to 10s
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master 202b5e04

2024-04-03 18:17

arogge

Ported: N/A

Details Diff
win32: make fedora 39 compiler happy
mod - core/src/stored/backends/win32_tape_device.cc Diff File
mod - core/src/win32/compat/include/compat.h Diff File
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc Diff File

master 3653681f

2024-04-03 15:45

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: sslpsk is only working with Python <= 3.9
mod - python-bareos/bareos/bsock/__init__.py Diff File

master cd3feaee

2024-04-03 15:26

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: shorten TLS-PSK not available warning
mod - python-bareos/bareos/bsock/lowlevel.py Diff File

master 97d0087d

2024-04-03 12:47

Sebastian Sura

Ported: N/A

Details Diff
compression: fix use of thread_local

Our win32-cross toolchain does not handle thread_local correctly.
This can load to crashes because it may free the storage before
destructing the object inside the storage.

See here for reference: https://sourceforge.net/p/mingw-w64/bugs/727/

This is extremely easy to reproduce if run in a debugger (gdb in my
case). In the wild this does not happen 100%.

As such thread_local was replaced by a manually managed pthread_key.
mod - core/src/lib/compression.cc Diff File

master 67590460

2024-04-03 11:51

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: prevents RST in ResourceItem descriptions
mod - docs/manuals/scripts/generate-resource-descriptions.py Diff File

master 90252928

2024-04-03 11:29

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: ResourceItem descriptions are plain text

Explain that description strings in ResourceItem structures are plain
text only.
mod - core/src/lib/resource_item.h Diff File
mod - docs/manuals/source/DocumentationStyleGuide/BareosSpecificFormatting/BareosConfiguration.rst Diff File

master ca521c03

2024-04-02 15:54

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: improve argument descriptions
mod - python-bareos/bareos/bsock/directorconsole.py Diff File

master f1f023c7

2024-04-02 13:17

bruno-at-bareos

Ported: N/A

Details Diff
feature: fix link

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - .github/ISSUE_TEMPLATE/config.yml Diff File

master a3f149ad

2024-04-02 11:42

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1752

doc: add backtick around *.?* description
mod - CHANGELOG.md Diff File
mod - docs/manuals/scripts/generate-resource-descriptions.py Diff File
mod - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/console/bareos-acl-restricted.conf.in Diff File

master d5fe1318

2024-04-02 11:42

Bareos Bot

Ported: N/A

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

master 0062d319

2024-03-28 22:31

banuchka


Committer: stephand

Ported: N/A

Details Diff
Suggested changes xtrabackup plugin

Co-authored-by: sduehr <stephan.duehr@bareos.com>
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master 9be63c35

2024-03-28 22:31

banuchka


Committer: stephand

Ported: N/A

Details Diff
Suggested changes xtrabackup plugin

Agree, however, I'm not sure that the 9 exit code is the right one here.
I've never been there or seen such a scenario, but potentially it may
happen.

Co-authored-by: sduehr <stephan.duehr@bareos.com>
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File
 First  Prev  1 2 3 ... 28 29 30 31 32 33 34 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last