Changesets: bareos

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

master 7da64ea4

2024-03-28 22:20

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 2281afb3

2024-03-28 18:51

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: improve protocolversion handling
mod - python-bareos/bareos/bsock/directorconsole.py Diff File
mod - python-bareos/bareos/bsock/protocolversions.py Diff File

master 2e27498e

2024-03-28 15:55

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: update docs for TLS-PSK with Python>=3.13
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/setup.py Diff File

master fbd3f8aa

2024-03-28 15:54

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: implement TLS-PSK for Python >= 3.13
mod - python-bareos/bareos/bsock/lowlevel.py Diff File
mod - python-bareos/bareos/bsock/tlsversionparser.py Diff File

master 74489491

2024-03-28 14:55

stephand

Ported: N/A

Details Diff
percona-xtrabackup: code formatting

Code formatted using black and corrected copyright yeyr to comply with
our coding guidelines.
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master b4a0a0ab

2024-03-28 14:54

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: implement format_values() for argparse
mod - python-bareos/bareos/util/argparse.py Diff File

master 548d7a9b

2024-03-28 12:25

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
license: update debian/copyright

Fix adding webui/copyright, remove unimportant sections, update to 2024.
mod - debian/Makefile Diff File
mod - debian/copyright Diff File
mod - debian/copyright.core_exceptions Diff File
mod - debian/copyright.header Diff File
mod - webui/copyright Diff File

master edb43728

2024-03-28 12:04

Sebastian Sura

Ported: N/A

Details Diff
test-edit: switch to named constants
mod - core/src/tests/test_edit.cc Diff File

master ec472fdf

2024-03-28 11:59

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
doc: add backtick around `*.?*` description

- generate-resource-description.py will add :strong:` ` formating
to all word surronded by *
- fix systemtests with fixed *all* keyword instead all

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
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 f3272be0

2024-03-28 10:26

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
test-edit: enable commented out test
mod - core/src/tests/test_edit.cc Diff File

master 068f3449

2024-03-27 16:25

bruno-at-bareos

Ported: N/A

Details Diff
add github CODE_OF_CONDUCT.md

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>

fix terminology
add - CODE_OF_CONDUCT.md Diff File

master cb5110a5

2024-03-27 16:24

bruno-at-bareos

Ported: N/A

Details Diff
add github contributing.md specific file

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
add - CONTRIBUTING.md Diff File

master faec48b8

2024-03-27 16:00

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1746

cats: fixes BigSqlQuery header fetching
mod - CHANGELOG.md Diff File
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/cats/postgresql.h Diff File
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/NumberedFiles.conf.in Diff File
mod - systemtests/tests/python-bareos/test-setup Diff File
mod - systemtests/tests/python-bareos/test_list_command.py Diff File
 First  Prev  1 2 3 ... 52 53 54 55 56 57 58 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 665 666 667  Next  Last