Changesets: bareos
master 870c6a41 2021-06-10 15:52 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 2f582786 2021-06-10 15:41 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 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 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 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 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 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 Committer: pstorz Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c4bbe183 2021-06-09 14:52 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 Ported: N/A Details Diff |
updated CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 97da3bff 2021-06-09 12:17 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 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 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 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 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 | ||
bareos-18.2 7e0919a5 2021-06-08 14:12 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000835 from bareos/dev/fbergkemper/bareos-18.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 | ||
master 209cb342 2021-06-07 20:02 Committer: arogge Ported: N/A Details Diff |
systemtests: kill all processes listening on the tests' ports before start | ||
mod - systemtests/scripts/setup | Diff File | ||
master ae73d167 2021-06-07 18:30 Ported: N/A Details Diff |
tests: set thread_list_startup_and_shutdown broken That test fails randomly and we don't know why. So for now we mark it broken, so it won't fail the build. |
||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 4d1ed28b 2021-06-07 18:16 Ported: N/A Details Diff |
systemtests: fix breaking python-fd-postgres test Previously, when running in a directory that contained an @ somewhere in the name, the database setup would fail, because of a resulting syntax error in an sed command. This patch replaces the sed command with a simple echo, that doesn't treat that character specially. |
||
mod - systemtests/tests/py2plug-fd-postgres/database/setup_local_db.sh.in | Diff File | ||
master 33f063b8 2021-06-07 18:14 Ported: N/A Details Diff |
systemtests: set default timeout to 300 seconds This patch changes the default timeout for systemtests to 5 Minutes. The setting is now a CMake cache variable, so it can be set at configuration time. This also supersedes previously implemented special handling for some tests and OS'es. |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
master b545317a 2021-06-06 13:06 Ported: N/A Details Diff |
updated CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master d19597c0 2021-06-04 17:13 Committer: pstorz Ported: N/A Details Diff |
update CHANGELOG: remove old regression tests 0000780 | ||
mod - CHANGELOG.md | Diff File | ||
master c8859c2d 2021-06-04 14:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000822 from bareos/dev/pstorz/master/ndmp-test implement ndmp system test |
||
mod - CHANGELOG.md | Diff File | ||
mod - CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/client/isilon.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/fileset/isilon-fileset.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/NDMPRestoreDump.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/isilondump.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/ndmp-copy-isilon.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/jobdefs/DefaultNDMPJob.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/jobdefs/DefaultNDMPRestoreJob.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/pool/isilon-copy.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/pool/isilon.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/storage/ndmp.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/device/FileStorage2.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/ndmp/ndmp.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/ndmp/testrunner | Diff File | ||
bareos-18.2 a7d978d1 2021-06-04 13:21 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000832 from bareos/dev/sduehr/bareos-18.2/fix-vadp-dumper-vmdk-size vmware: Fix bareos_vadp_dumper VMDK File creation (backport of PR 826) |
||
mod - vmware/vadp_dumper/bareos_vadp_dumper.cpp | Diff File | ||
bareos-19.2 ba376c47 2021-06-04 13:20 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000831 from bareos/dev/sduehr/bareos-19.2/fix-vadp-dumper-vmdk-size vmware: Fix bareos_vadp_dumper VMDK File creation (backport of PR 826) |
||
mod - vmware/vadp_dumper/bareos_vadp_dumper.cc | Diff File |