Changesets: bareos
master 97b7938e 2023-03-20 14:59 bpoed Committer: joergs Ported: N/A Details Diff |
Update fr_FR.po (POEditor.com) | ||
mod - webui/module/Application/language/fr_FR.po | Diff File | ||
master afb1fde2 2023-03-20 14:59 bpoed Committer: joergs Ported: N/A Details Diff |
Update nl_BE.po (POEditor.com) | ||
mod - webui/module/Application/language/nl_BE.po | Diff File | ||
master c06718d3 2023-03-20 14:35 bpoed Committer: joergs Ported: N/A Details Diff |
Update cs_CZ.po (POEditor.com) | ||
mod - webui/module/Application/language/cs_CZ.po | Diff File | ||
master 92328b5a 2023-03-20 14:35 bpoed Committer: joergs Ported: N/A Details Diff |
Update cs_CZ.mo (POEditor.com) | ||
mod - webui/module/Application/language/cs_CZ.mo | Diff File | ||
master fca73009 2023-03-20 14:35 bpoed Committer: joergs Ported: N/A Details Diff |
Update cn_CN.po (POEditor.com) | ||
mod - webui/module/Application/language/cn_CN.po | Diff File | ||
master 783d07f7 2023-03-20 14:35 bpoed Committer: joergs Ported: N/A Details Diff |
Update cn_CN.mo (POEditor.com) | ||
mod - webui/module/Application/language/cn_CN.mo | Diff File | ||
master d21ed856 2023-03-20 14:27 bpoed Committer: joergs Ported: N/A Details Diff |
Update de_DE.po (POEditor.com) | ||
mod - webui/module/Application/language/de_DE.po | Diff File | ||
master 04cbd70c 2023-03-20 14:27 bpoed Committer: joergs Ported: N/A Details Diff |
Update de_DE.mo (POEditor.com) | ||
mod - webui/module/Application/language/de_DE.mo | Diff File | ||
master 173b8473 2023-03-20 14:17 Committer: joergs Ported: N/A Details Diff |
webui: update *.po and *.pot files | ||
mod - webui/module/Application/language/cn_CN.po | Diff File | ||
mod - webui/module/Application/language/cs_CZ.po | Diff File | ||
mod - webui/module/Application/language/de_DE.po | Diff File | ||
mod - webui/module/Application/language/en_EN.po | Diff File | ||
mod - webui/module/Application/language/es_ES.po | Diff File | ||
mod - webui/module/Application/language/fr_FR.po | Diff File | ||
mod - webui/module/Application/language/hu_HU.po | Diff File | ||
mod - webui/module/Application/language/it_IT.po | Diff File | ||
mod - webui/module/Application/language/nl_BE.po | Diff File | ||
mod - webui/module/Application/language/pl_PL.po | Diff File | ||
mod - webui/module/Application/language/pt_BR.po | Diff File | ||
mod - webui/module/Application/language/ru_RU.po | Diff File | ||
mod - webui/module/Application/language/sk_SK.po | Diff File | ||
mod - webui/module/Application/language/tr_TR.po | Diff File | ||
mod - webui/module/Application/language/uk_UA.po | Diff File | ||
mod - webui/module/Application/language/webui.pot | Diff File | ||
master 9793c57a 2023-03-20 10:04 Alaa Eddine Elamri Ported: N/A Details Diff |
apply bareos-check-sources | ||
mod - core/src/cats/sql.h | Diff File | ||
mod - core/src/cats/sql_get.cc | Diff File | ||
mod - core/src/dird/ua_purge.cc | Diff File | ||
master 0dd067f9 2023-03-17 14:17 Committer: joergs Ported: N/A Details Diff |
docs: update BareosWebui.rst | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
master f47196b4 2023-03-17 13:47 Committer: joergs Ported: N/A Details Diff |
webui: add a new section to the `configuration.ini` Adds a new section named `experimental` to the `configuration.ini` where experimental features can be enabled and disabled. All experimental features are and should be disabled (`false`) by default. First item in this new section is the configuration resource graph, which is located in the analytics module and reachable via the navigation tab `Configuration`. The navigation tab `Configuration` is hidden if the newly introduced `configuration.ini` parameter `configuration_resource_graph` is not set or set to `false`. |
||
mod - webui/config/autoload/global.php.in | Diff File | ||
mod - webui/install/configuration.ini.in | Diff File | ||
mod - webui/module/Analytics/view/analytics/analytics/index.phtml | Diff File | ||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
master e678933b 2023-03-17 11:56 Committer: joergs Ported: N/A Details Diff |
webui: add config resource graph to analytics Adds an experimental feature to the analytics module that displays a D3 force directed graph of configuration resources and how these are connected to each other. Currently the following configuration resources are a part of the graph. - client resources - job resources - jobdefs resources - fileset resources - schedule resources |
||
mod - webui/module/Analytics/src/Analytics/Controller/AnalyticsController.php | Diff File | ||
mod - webui/module/Analytics/src/Analytics/Model/AnalyticsModel.php | Diff File | ||
add - webui/module/Analytics/view/analytics/analytics/configuration.phtml | Diff File | ||
mod - webui/module/Analytics/view/analytics/analytics/index.phtml | Diff File | ||
master d127f5d0 2023-03-15 15:03 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001410 Sanitizers: add ASAN options to avoid crashes |
||
mod - CHANGELOG.md | Diff File | ||
mod - devtools/build-and-test-with-sanitize.sh | Diff File | ||
master 9a706622 2023-03-15 15:03 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 8149d56d 2023-03-15 15:01 Ported: N/A Details Diff |
devtools: add license-header to build script | ||
mod - devtools/build-and-test-with-sanitize.sh | Diff File | ||
master 30a263a3 2023-03-15 14:10 Ported: N/A Details Diff |
Sanitizers: add ASAN options to avoid false errors Set `ASAN_OPTIONS=intercept_tls_get_addr=0` to avoid problems with sanitizers running in containers. see: https://github.com/google/sanitizers/issues/1322 |
||
mod - devtools/build-and-test-with-sanitize.sh | Diff File | ||
master 4df14e5a 2023-03-15 11:39 Ported: N/A Details Diff |
dir: fix leak in vbackup an allocated ua context was not released. |
||
mod - core/src/dird/vbackup.cc | Diff File | ||
master 91f35fa5 2023-03-15 10:13 Ported: N/A Details Diff |
dird: fix use-after-free after a failed reload When reloading the configuration failed, the working_directory would not be reset correctly which made it point to the freed string of the new configuration. Now SetWorkingDirectory() is called after reloading in case of success and failure. This also allows to run all of the reload systemtests under a sanitizer which failed previously because of the use-after-free. |
||
mod - core/src/dird/reload.cc | Diff File | ||
mod - systemtests/tests/reload/CMakeLists.txt | Diff File | ||
master 9d7cefcd 2023-03-15 09:24 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001407 berrno_test.cc: accept both 271E and 273E |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/tests/berrno_test.cc | Diff File | ||
master 9cd8d9eb 2023-03-15 09:24 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 5394724e 2023-03-14 17:49 Ported: N/A Details Diff |
berrno_test.cc: accept both 271E and 273E The error string for bind_error_message can be both "No such file or directory (errno=2 | win_error=0x0000271E)" and "No such file or directory (errno=2 | win_error=0x0000273F)" depending on the windows cross chain. We now allow both. |
||
mod - core/src/tests/berrno_test.cc | Diff File | ||
master cf53e35d 2023-03-14 17:41 Ported: N/A Details Diff |
systemtests: add function systemtest_requires() Introduce a way to express hard dependencies between systemtests. Using DEPENDS on a test only ensures ordering, but does not imply the need to run the other test or that the other test must have finished successfully. Using the new function systemtest_requires() you can now express that a test A will require successful execution of test B by simply calling systemtest_requires(A B). As this is tailored to be used inside a single directory, the required prefixes are added automatically. The function also honors existing fixtures. Under the hood this is implemented by adding a setup fixture to every systemtest that is then required by the depending test. |
||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
master 1c93df86 2023-03-14 14:00 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
gtest: setup test to see behavior on a tls fail | ||
add - core/src/tests/configs/dir_fd_connection/dir_fd_allow_tls_downgrade/bareos-dir.d/client/fd-no-downgrade.conf | Diff File | ||
add - core/src/tests/configs/dir_fd_connection/dir_fd_allow_tls_downgrade/bareos-dir.d/director/bareos-dir.conf | Diff File | ||
add - core/src/tests/configs/dir_fd_connection/dir_fd_no_tls_downgrade/bareos-dir.d/client/fd-no-downgrade.conf | Diff File | ||
add - core/src/tests/configs/dir_fd_connection/dir_fd_no_tls_downgrade/bareos-dir.d/director/bareos-dir.conf | Diff File | ||
mod - core/src/tests/dir_fd_connection.cc | Diff File | ||
master bf263138 2023-03-14 13:28 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
dird: disallow Tls downgrades when Tls required | ||
mod - core/src/dird/fd_cmds.cc | Diff File | ||
mod - core/src/dird/fd_cmds.h | Diff File | ||
mod - core/src/dird/job.cc | Diff File |