Changesets: bareos
master f6c89818 2022-11-24 11:15 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master a1348677 2022-11-24 10:47 Committer: arogge Ported: N/A Details Diff |
tests: add tlsrestricted systemtest - Add basic systemtest for restricted TLS Protocol and TLS Cipher List cmake check to disable if openssl < 1.1.1 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/tlsrestricted/CMakeLists.txt | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/tlsrestricted/testrunner | Diff File | ||
master 2395df4c 2022-11-23 19:48 Committer: arogge Ported: N/A Details Diff |
python tests: adapt bareosfd test to iostat names | ||
mod - core/src/plugins/filed/python/test/bareosfd_test.py | Diff File | ||
master 400380cf 2022-11-23 18:12 Committer: arogge Ported: N/A Details Diff |
systemtests: adapt python-local-fileset-test Change python-local-fileset-test to also use io_in_core. |
||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset-basic/CMakeLists.txt | Diff File | ||
add - systemtests/tests/py2plug-fd-local-fileset-basic/test-cleanup | Diff File | ||
add - systemtests/tests/py2plug-fd-local-fileset-basic/test-setup | Diff File | ||
add - systemtests/tests/py2plug-fd-local-fileset-basic/testrunner-io_in_core | Diff File | ||
master fce11bbb 2022-11-23 17:18 Committer: arogge Ported: N/A Details Diff |
doc: Add Chapter How restrict TLS Protocol and Ciphers. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/TasksAndConcepts/TransportEncryption.rst | Diff File | ||
master 33c6980b 2022-11-23 16:57 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
dird: add stored cipher string to JobLog - filed: add cipher line to FD-SD connection joblog - dird: sd add line return for joblog messages |
||
mod - core/src/dird/sd_cmds.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
master 6fffdcaf 2022-11-23 16:56 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
dird: update `GetCipherMessageString()` return val | ||
mod - core/src/dird/authenticate_console.cc | Diff File | ||
mod - core/src/dird/fd_cmds.cc | Diff File | ||
mod - core/src/dird/sd_cmds.cc | Diff File | ||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
mod - core/src/tests/bsock_test_connection_setup.cc | Diff File | ||
master de718f23 2022-11-23 16:16 Committer: arogge Ported: N/A Details Diff |
bareosfd.h: rename python variables | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/filed/fd_plugins.h | Diff File | ||
mod - core/src/plugins/filed/python/module/bareosfd.h | Diff File | ||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFileset.py | Diff File | ||
add - systemtests/tests/py2plug-fd-local-fileset-basic/etc/bareos/bareos-dir.d/fileset/PluginTest_do_io_in_core.conf.in | Diff File | ||
master 138f27a2 2022-11-23 13:54 Alaa Eddine Elamri Ported: N/A Details Diff |
dird: change error wording and ACL check | ||
mod - core/src/dird/dird_conf.h | Diff File | ||
mod - core/src/dird/reload.cc | Diff File | ||
mod - systemtests/tests/bconsole-pam/testrunner | Diff File | ||
master f41927bf 2022-11-23 13:08 Committer: pstorz Ported: N/A Details Diff |
docs: update InstallingBareosWebui.rst | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
master f9e95b87 2022-11-23 11:50 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
dird: show cipher when doing `status storage` | ||
mod - core/src/dird/sd_cmds.cc | Diff File | ||
master 967325cc 2022-11-23 09:27 Committer: pstorz Ported: N/A Details Diff |
remove unused sections from specfile | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 7226cf29 2022-11-22 19:16 Ported: N/A Details Diff |
VMware Plugin: More requested changes for PR 0001295 | ||
mod - core/src/plugins/filed/python/vmware/BareosFdPluginVMware.py | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc | Diff File | ||
master 765d0402 2022-11-22 17:31 Committer: pstorz Ported: N/A Details Diff |
build: unify SUSE builds | ||
mod - .matrix.yml | Diff File | ||
master 661ef176 2022-11-22 17:06 Committer: pstorz Ported: N/A Details Diff |
build: add Fedora 37 | ||
mod - .matrix.yml | Diff File | ||
add - docs/pkglists/Fedora_37.x86_64 | Diff File | ||
master 9ad46048 2022-11-22 15:49 Committer: pstorz Ported: N/A Details Diff |
build: unify RHEL builds with their clones | ||
mod - .matrix.yml | Diff File | ||
master 819909b2 2022-11-22 15:16 Ported: N/A Details Diff |
docs: update BareosWebui.rst | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
mod - docs/manuals/source/include/images/bareos-webui-restore-0.png | Diff File | ||
master c2d4c1aa 2022-11-21 18:35 Committer: arogge Ported: N/A Details Diff |
matrix.yml: switch to FreeBSD from EOL 12.2->12.3 | ||
mod - .matrix.yml | Diff File | ||
master 2e54fb78 2022-11-21 17:39 Committer: arogge Ported: N/A Details Diff |
systemtests: test xattr and acl in plugins | ||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFileset.py | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset-basic/testrunner | Diff File | ||
mod - systemtests/tests/python-bareos/python-modules/bareos_fd_pluginoptions/BareosFdPluginoptions.py | Diff File | ||
master d6194578 2022-11-21 17:25 Alaa Eddine Elamri Ported: N/A Details Diff |
systemtest: add test for use pam and acl interaction | ||
mod - systemtests/tests/bconsole-pam/testrunner | Diff File | ||
master bcabd89c 2022-11-21 17:04 Committer: pstorz Ported: N/A Details Diff |
build: CentOS_7 / RHEL_7 -> EL_7 | ||
rm - docs/pkglists/RHEL_7.x86_64 | Diff File | ||
rm - docs/pkglists/RHEL_8.x86_64 | Diff File | ||
master 77066980 2022-11-21 17:00 Committer: arogge Ported: N/A Details Diff |
filed: move acl and xattr functions to baseclass Move get/set_acl() and get/set_xattr() functions into BareosFdPluginBaseclass.py. Also remove the non-utf8 file from the python3 test as currently that does not work |
||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFileset.py | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset-basic/testrunner | Diff File | ||
master b9728fc4 2022-11-21 16:50 Alaa Eddine Elamri Ported: N/A Details Diff |
make sure PAM and ACL are not configured together | ||
mod - core/src/dird/reload.cc | Diff File | ||
master b0d27b1b 2022-11-21 15:31 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master b0cd1d4e 2022-11-21 11:27 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001313 from joergsteffens/dev/joergs/master/webui-systemtests-improvements systemtests: improve webui testing |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
add - systemtests/scripts/webui.sh | Diff File | ||
mod - systemtests/tests/webui-common/testrunner.in | Diff File | ||
mod - webui/config/autoload/global.php.in | Diff File | ||
mod - webui/tests/selenium/README.md | Diff File | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File |