Changesets: bareos

bareos-19.2 b441800f

2021-06-11 10:25

arogge

Ported: N/A

Details Diff
Start development of 19.2.11

bareos-19.2 093da618

2021-06-11 10:25

arogge

Ported: N/A

Details Diff
Remove */cmake/BareosVersion.cmake after release
rm - core/cmake/BareosVersion.cmake Diff File
rm - webui/cmake/BareosVersion.cmake Diff File

bareos-19.2 53f6331a

2021-06-11 10:25

arogge

Ported: N/A

Details Diff
Release 19.2.10
add - core/cmake/BareosVersion.cmake Diff File
add - webui/cmake/BareosVersion.cmake Diff File

bareos-19.2 23c4bbac

2021-06-10 22:30

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000843 from bareos/dev/pstorz/bareos-19.2/releasenotes

Release Notes 19.2.10: add PR 834
mod - docs/manuals/source/Appendix/ReleaseNotes.rst Diff File

bareos-18.2 e193a53f

2021-06-10 22:29

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000842 from bareos/dev/pstorz/bareos-18.2/releasenotes

bareos 18.2.11 releasenotes
mod - docs/manuals/source/Appendix/ReleaseNotes.rst Diff File

master 2e17feb0

2021-06-10 20:25

stephand

Ported: N/A

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

master 1224dc3f

2021-06-10 20:20

stephand

Ported: N/A

Details Diff
docs: update VMware plugin documentation

Adapted the documentation of the VMware plugin due to update to VDDK 7
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst Diff File

bareos-19.2 73c79dc0

2021-06-10 18:57

pstorz

Ported: N/A

Details Diff
Release Notes: add PR 834
mod - docs/manuals/source/Appendix/ReleaseNotes.rst Diff File

bareos-18.2 ab6b9620

2021-06-10 17:41

pstorz

Ported: N/A

Details Diff
docs: Release Notes for 18.2.11
mod - docs/manuals/source/Appendix/ReleaseNotes.rst Diff File

bareos-19.2 d1a96b94

2021-06-10 17:28

pstorz

Ported: N/A

Details Diff
docs: Release Notes for 19.2.10
mod - docs/manuals/source/Appendix/ReleaseNotes.rst Diff File

master 870c6a41

2021-06-10 15:52

frank

Ported: N/A

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

master 2f582786

2021-06-10 15:41

frank

Ported: N/A

Details Diff
webui: Fix infinite loop when trying to log in with invalid account

Close socket on fwrite() error. fwrite() returns the number of bytes
written, or false on error.

Fixes 0001324: Infinite loop when trying to log with invalid account
Affected Issues
0001324
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-18.2 13d976ae

2021-06-10 15:41

frank

Ported: N/A

Details Diff
webui: Fix infinite loop when trying to log in with invalid account

Close socket on fwrite() error. fwrite() returns the number of bytes
written, or false on error.

Fixes 0001324: Infinite loop when trying to log with invalid account

(cherry picked from commit 2f58278669d3adbc0ae167289cc0c34c74ebf7c4)
Affected Issues
0001324
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-19.2 c8217219

2021-06-10 15:41

frank

Ported: N/A

Details Diff
webui: Fix infinite loop when trying to log in with invalid account

Close socket on fwrite() error. fwrite() returns the number of bytes
written, or false on error.

Fixes 0001324: Infinite loop when trying to log with invalid account

(cherry picked from commit 2f58278669d3adbc0ae167289cc0c34c74ebf7c4)
Affected Issues
0001324
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-19.2 65d8da92

2021-06-09 20:58

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #839 from bareos/dev/arogge/bareos-19.2/TT4200755

Fix acquire deadlock on migrate/copy
mod - core/src/stored/mac.cc Diff File

master ca2c5223

2021-06-09 17:31

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000828 from arogge/dev/arogge/master/TT4200755

Fix acquire deadlock on migrate/copy
mod - CHANGELOG.md Diff File
mod - core/src/stored/mac.cc Diff File

master 751d3511

2021-06-09 17:28

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000823 from alaaeddineelamri/dev/alaaeddineelamri/master/drive-selection-in-truncate-command

drive selection in truncate command
mod - CHANGELOG.md Diff File
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - systemtests/tests/multiplied-device/testrunner Diff File

master 0b2e51d3

2021-06-09 17:17

arogge


Committer: pstorz

Ported: N/A

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

master c4bbe183

2021-06-09 14:52

pstorz

Ported: N/A

Details Diff
docs: update sinceVersion for truncate drive selection
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File

master cbe7b1ad

2021-06-09 12:17

pstorz

Ported: N/A

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

master 97da3bff

2021-06-09 12:17

pstorz

Ported: N/A

Details Diff
docs: updated requirements to name pg8000
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst Diff File

master 9e94c162

2021-06-09 02:30

stephand


Committer: pstorz

Ported: N/A

Details Diff
postgresql plugin: drop Python2, fix docs, code cleanup
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst Diff File
mod - systemtests/CMakeLists.txt Diff File

master 2df3cc02

2021-06-08 19:12

arogge

Ported: N/A

Details Diff
systemtests: don't fork daemons during systemtest

When ctest cancels a test (because of an error or a timeout) it will
recursively kill the whole process hierarchy. However, this does only
work if the process hierarchy is intact (i.e. if no double-fork has
happened).
To make this work correctly, we now start the daemons in the foreground
without forking which allows ctest to correctly kill them if required.
mod - systemtests/scripts/functions Diff File
mod - systemtests/tests/client-initiated/testrunner Diff File
mod - systemtests/tests/config-dump/testrunner Diff File

master 6515c26b

2021-06-08 14:14

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000829 from bareos/dev/fbergkemper/master/bug-0001205

webui: set default extras as empty array to prevent compact() errors
mod - CHANGELOG.md Diff File
mod - webui/vendor/zendframework/zend-view/src/Helper/HeadLink.php Diff File

bareos-19.2 715f4079

2021-06-08 14:14

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000834 from bareos/dev/fbergkemper/bareos-19.2/bug-0001205

webui: set default extras as empty array to prevent compact() errors
mod - webui/vendor/zendframework/zend-view/src/Helper/HeadLink.php Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 158 159 160 161 162 163 164 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 612 613 614  Next  Last