Changesets: bareos

master 9ad46048

2022-11-22 15:49

arogge


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

frank

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

pstorz


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

pstorz


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

arogge


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

pstorz


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

pstorz

Ported: N/A

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

master b0cd1d4e

2022-11-21 11:27

joergs


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

master 98dc482c

2022-11-18 17:42

frank


Committer: arogge

Ported: N/A

Details Diff
webui: remove .travis.yml
rm - webui/.travis.yml Diff File

master 3694f1bc

2022-11-18 12:35

frank


Committer: joergs

Ported: N/A

Details Diff
update CHANGELOG.md

Signed-off-by: Frank Bergkemper <frank.bergkemper@bareos.com>
mod - CHANGELOG.md Diff File

master 9a070ff8

2022-11-17 16:26

bruno-at-bareos


Committer: arogge

Ported: N/A

Details Diff
core: use SSL_get_version() for TLS protocol used.

- replace SSL_get_cipher_version as this return the protocol version
where the cipher was created.

OP 5327

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/lib/tls_openssl.cc Diff File

master ad7aed23

2022-11-16 16:58

Alaa Eddine Elamri

Ported: N/A

Details Diff
refactoring: reload.cc: remove bailout from checkresources
mod - core/src/dird/reload.cc Diff File

master 1a9780ba

2022-11-16 15:03

bruno-at-bareos

Ported: N/A

Details Diff
Add new VSS troubleshooting instruction to Windows chapter.

- add missing section pointer to debugging, making ref possible.
- add information about VSS `the shadow copy storage could not grow in time` trouble.
- update indexes to sphinx syntax.
- group troubleshooting backup section under Dealing with windows problems.
- group registry stuff together.
- clean up compatibility section.
- update Microsoft documentation links.

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
Co-authored-by: sduehr <stephan.duehr@bareos.com>
mod - docs/manuals/source/Appendix/Debugging.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File

master 376b65e7

2022-11-15 15:47

frank


Committer: arogge

Ported: N/A

Details Diff
webui: remove doxygen folder
rm - webui/doxygen/README Diff File
rm - webui/doxygen/bareos-webui.doxy Diff File
rm - webui/doxygen/create_doxygen_documentation.sh Diff File

master c2627cbd

2022-11-15 15:45

frank


Committer: arogge

Ported: N/A

Details Diff
webui: remove packaging folder
rm - webui/packaging/obs/debian.debtransform Diff File

master 0f5d4a22

2022-11-15 14:00

joergs

Ported: N/A

Details Diff
systemtests webui: reuse common start script
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/scripts/webui.sh Diff File
mod - systemtests/tests/webui-common/testrunner.in Diff File

master d6d82723

2022-11-14 17:45

Alaa Eddine Elamri

Ported: N/A

Details Diff
refactoring: ua_output.cc: reorder variables
mod - core/src/dird/ua_output.cc Diff File

master 5ff532f8

2022-11-14 17:44

Alaa Eddine Elamri

Ported: N/A

Details Diff
refactoring: ua_output.cc: remove bail_out
mod - core/src/dird/ua_output.cc Diff File

master b0c1b014

2022-11-14 17:41

Alaa Eddine Elamri

Ported: N/A

Details Diff
refactoring: ua_output.cc: rename `verbose` to `show_verbose`

as it clashes with `verbose` from messages.h
mod - core/src/dird/ua_output.cc Diff File

master 88820eaf

2022-11-14 15:22

joergs

Ported: N/A

Details Diff
systemtests webui: place directors.ini to the correct location
mod - core/platforms/win32/winbareos.nsi Diff File
mod - systemtests/CMakeLists.txt Diff File

master 47f54b5d

2022-11-14 14:45

joergs

Ported: N/A

Details Diff
status subscription: improve JSON output
mod - core/src/dird/ua_status.cc Diff File

master e613880d

2022-11-14 14:26

pstorz


Committer: arogge

Ported: N/A

Details Diff
fd_plugins.cc: ensure null-termination of acl_data

Saves us from buffer overrun when printing the content via dmsg();
mod - core/src/filed/fd_plugins.cc Diff File
mod - core/src/findlib/acl.cc Diff File
mod - core/src/lib/message.cc Diff File
mod - core/src/plugins/filed/python/module/bareosfd.cc Diff File
mod - core/src/plugins/filed/python/test/bareosfd_test.py Diff File

master ad89f23b

2022-11-14 10:35

pstorz


Committer: arogge

Ported: N/A

Details Diff
bareosfd_test.py: adapt to changed IoPacket type

As do_io_in_core was removed from IoPacket again, the test should not
check for it.
mod - core/src/plugins/filed/python/test/bareosfd_test.py Diff File
 First  Prev  1 2 3 ... 60 ... 108 109 110 111 112 113 114 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last