Changesets: bareos
bareos-19.2 02caf590 2020-10-30 20:49 Ported: N/A Details Diff |
systemtests python-bareos: add more sslpsk tests | ||
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
master d0a32833 2020-10-30 20:31 Ported: N/A Details Diff |
python-bareos: fixes support for sslpsk with Python >= 3 The current sslpsk version requires identity and password as bytes. Strings are no longer supported. python-bareos is now adapted to this. Unfortunately, depending on the Python and OpenSSL versions sslpsk (1.0.0) does not work with all TLS protocol versions. Normally, the best matching protocol version is selected automatically, but this fails in many environments using sslpsk. As a workaround it is now possible to specify the TLS protocol version (v1, v1.1, v1.2) python-bareos should use. Note: newer protocols (TLS v1.3) cannot be specified in this way. |
||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
mod - python-bareos/bareos/util/password.py | Diff File | ||
bareos-19.2 d0801942 2020-10-30 20:31 Ported: N/A Details Diff |
python-bareos: fixes support for sslpsk with Python >= 3 The current sslpsk version requires identity and password as bytes. Strings are no longer supported. python-bareos is now adapted to this. Unfortunately, depending on the Python and OpenSSL versions sslpsk (1.0.0) does not work with all TLS protocol versions. Normally, the best matching protocol version is selected automatically, but this fails in many environments using sslpsk. As a workaround it is now possible to specify the TLS protocol version (v1, v1.1, v1.2) python-bareos should use. Note: newer protocols (TLS v1.3) cannot be specified in this way. |
||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
mod - python-bareos/bareos/util/password.py | Diff File | ||
master e26819bf 2020-10-30 18:20 Ported: N/A Details Diff |
fd python libcloud plugin: add two data files to systemtest - two additional backup-data files with larger sizes will test the temporary-file and the "stream-object" path of the worker code - lowered the value of prefetch_size in the libcloud-test-config so the test-files can be smaller - replaced some logging-text to match to "objects" rather than "files" |
||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
mod - systemtests/tests/py2plug-fd-libcloud/etc/libcloud_config.ini.in | Diff File | ||
mod - systemtests/tests/py2plug-fd-libcloud/testrunner | Diff File | ||
bareos-19.2 456ae035 2020-10-30 17:51 Ported: N/A Details Diff |
pkglists: Ubuntu20: add bareos-vmware-plugin-compat | ||
mod - docs/pkglists/xUbuntu_20.04.x86_64 | Diff File | ||
master beaf9504 2020-10-30 17:49 Ported: N/A Details Diff |
debian: configure tests to run in i386, too | ||
mod - debian/rules | Diff File | ||
master 16455fc4 2020-10-30 15:54 Ported: N/A Details Diff |
FreeBSD: remove bareos.com-filedaemon-python2-plugin as we decided to not build python2 support anymore as it will be removed from FreeBSD on 31.12.2020 |
||
rm - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python2-plugin/Makefile | Diff File | ||
mod - core/src/droplet | Diff File | ||
bareos-18.2 a4a364b9 2020-10-30 15:39 Ported: N/A Details Diff |
mingw: define _POSIX_C_SOURCE to have localtime_r | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
bareos-19.2 7886d09c 2020-10-30 15:39 Ported: N/A Details Diff |
mingw: define _POSIX_C_SOURCE to have localtime_r | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
master 2f790a72 2020-10-30 11:59 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000643 from bareos/dev/pstorz/master/fedora33 add support for Fedora 33 |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
add - docs/pkglists/Fedora_33.x86_64 | Diff File | ||
master 64d411a2 2020-10-30 11:58 Ported: N/A Details Diff |
devtools: prepare-release.sh now updates changelog When releasing a new version of Bareos, the prepare-release.sh will now call the changelog-update scripts where applicable and will add the resulting changes to the changelog to the commits it generates. |
||
mod - devtools/prepare-release.sh | Diff File | ||
master 78d26af8 2020-10-30 11:13 Ported: N/A Details Diff |
fd python libcloud plugin: rename a function name to its purpose | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master 917aedbb 2020-10-30 11:06 Ported: N/A Details Diff |
fd python libcloud plugin: rename a function name to match others - some derivations of the OSError in case of connection abort are not availabe at all python versions and do not yet give a real advantage to our error strategy |
||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master e67d1f2e 2020-10-30 10:54 Ported: N/A Details Diff |
fd python libcloud plugin: do not use specialization of OSError exception - some derivations of the OSError in case of connection abort are not availabe at all python versions and do not yet give a real advantage to our error strategy |
||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master e0056219 2020-10-29 20:14 Ported: N/A Details Diff |
fd python libcloud plugin: cancel backup of large stream objects if size is wrong - if after a "stream" download of a large object the size of the downloaded object os not the same as stated by the bucket information this file is skipped - if fail_on_download_error is set to true in the libcloud plugin config then a job should fail with a download error |
||
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py | Diff File | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master 49f3f622 2020-10-29 19:21 Ported: N/A Details Diff |
fd python libcloud plugin: fail a job depending on fail_on_download_error flag - if fail_on_download_error is set to true in the libcloud plugin config then a job should fail with a download error - otherwise a job will continue and finish with warnings |
||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/bucket_explorer.py | Diff File | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master 373124f4 2020-10-29 18:39 Ported: N/A Details Diff |
fd python libcloud plugin: add worker id to all error messages | ||
mod - core/src/plugins/filed/python/libcloud/BareosLibcloudApi.py | Diff File | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master 0dbe7207 2020-10-29 18:01 Ported: N/A Details Diff |
fd python libcloud plugin: always try to delete temporary file on error | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master 9c01478c 2020-10-29 18:00 Ported: N/A Details Diff |
update ignore-files | ||
mod - .check-sources-ignore | Diff File | ||
mod - .git-blame-ignore-revs | Diff File | ||
master 3afb103e 2020-10-29 17:59 Ported: N/A Details Diff |
ndmp: remove dependency on Bareos core | ||
mod - core/src/ndmp/CMakeLists.txt | Diff File | ||
mod - core/src/ndmp/ndmjob_args.c | Diff File | ||
mod - core/src/ndmp/ndmos_common.c | Diff File | ||
master ee296709 2020-10-29 17:47 Ported: N/A Details Diff |
fd python libcloud plugin: catch unhandled exceptions from processes | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/process_base.py | Diff File | ||
master 3c7bfb2e 2020-10-29 17:39 Ported: N/A Details Diff |
fd python libcloud plugin: always put exception text into error message | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/process_base.py | Diff File | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master 1ad670ea 2020-10-29 17:23 Ported: N/A Details Diff |
python: remove capsulethunk.h The previously introduced capsulethunk.h is only required for python 2.6 and 3.0, which we both don't support anymore. Thus the file can be removed. |
||
mod - core/src/plugins/dird/python/module/bareosdir.cc | Diff File | ||
mod - core/src/plugins/dird/python/python-dir.cc | Diff File | ||
mod - core/src/plugins/filed/python/module/bareosfd.cc | Diff File | ||
mod - core/src/plugins/filed/python/python-fd.cc | Diff File | ||
mod - core/src/plugins/filed/python/test/python-fd-module-tester.cc | Diff File | ||
rm - core/src/plugins/include/capsulethunk.h | Diff File | ||
mod - core/src/plugins/stored/python/module/bareossd.cc | Diff File | ||
mod - core/src/plugins/stored/python/python-sd.cc | Diff File | ||
bareos-19.2 e1e812ff 2020-10-29 17:21 Ported: N/A Details Diff |
add bareos-webui to pkglists Leap 15.1 | ||
mod - docs/pkglists/openSUSE_Leap_15.1.x86_64 | Diff File | ||
master 96032298 2020-10-29 17:14 Ported: N/A Details Diff |
fd python libcloud plugin: always print the full object path in messages | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File |