Changesets: bareos
master 758f85b7 2021-09-13 12:43 Committer: pstorz Ported: N/A Details Diff |
python dir plugin: fix plugin_ctx is unset error For the python director plugin, plugin_context must not be declared thread_local in bareosdir.h, otherwise DebugMessage will throw the plugin_ctx is unset runtime error after the bDirEventJobRun and bDirEventJobEnd events. |
||
mod - core/src/plugins/dird/python/module/bareosdir.h | Diff File | ||
bareos-18.2 999a047b 2021-09-13 12:40 Ported: N/A Details Diff |
Add release-notes for 18.2.12 | ||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
bareos-18.2 c5b288f1 2021-09-13 10:57 Ported: N/A Details Diff |
Start development of 18.2.13 | ||
bareos-18.2 90d1b453 2021-09-13 10:57 Ported: N/A Details Diff |
Release 18.2.12 | ||
mod - core/src/include/version.h | Diff File | ||
master 54599281 2021-09-10 18:07 Alaa Eddine Elamri Ported: N/A Details Diff |
gtest: moved port and addresses test to their own test | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/addresses_and_ports.cc | Diff File | ||
mod - core/src/tests/bsock_test_connection_setup.cc | Diff File | ||
master 52c9974b 2021-09-10 17:51 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000921 from bareos/dev/pstorz/master/update-vmware-docs docs: update vmware plugin documentation |
||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
master 2e1a49a7 2021-09-10 17:41 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 8dbeb36a 2021-09-10 12:47 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000920 webui: set some options on chromedriver |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master 3ae3d3de 2021-09-10 12:44 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 6d2eeb4d 2021-09-10 12:37 Ported: N/A Details Diff |
docs: update vmware plugin documentation | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
master 95d5d650 2021-09-09 23:08 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000916 missing job name in `End Job Session` in non-verbose output of bls |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/stored/label.cc | Diff File | ||
master 4edca5c0 2021-09-09 16:52 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000918 scripts: Fix logrotate by adding su instruction |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/scripts/logrotate.in | Diff File | ||
master 55152b4c 2021-09-09 16:48 Ported: N/A Details Diff |
Updated CHANGELOG Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
bareos-18.2 ca1be727 2021-09-09 15:06 Ported: N/A Details Diff |
dird: changed the position of volume list memory allocation When in the while loop, the `vl` variable gets allocated some memory AFTER the fields check, and then this memory gets freed later in the loop. But when there is an iteration that stops at the check and gets redirected to `parse_error`, it has to free memory that was already freed in a previous iteration of the loop, which creates a double free situation that crashes the director. (cherry picked from commit 65c1185bcf5236546f50789c0859a4dd89b9144c) |
||
mod - core/src/dird/sd_cmds.cc | Diff File | ||
master 477351d2 2021-09-09 14:56 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000919 `update slots` command crashes director when device or autochanger disappears |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/sd_cmds.cc | Diff File | ||
master ae03f03b 2021-09-09 12:31 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000914 from bareos/dev/pstorz/master/debian11 Build: enable building for Debian 11 |
||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/ddl/creates/mysql.sql | Diff File | ||
mod - debian/control | Diff File | ||
mod - debian/control.in | Diff File | ||
add - docs/pkglists/Debian_11.x86_64 | Diff File | ||
mod - python-bareos/debian/control | Diff File | ||
master 08b27cdc 2021-09-09 12:02 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 88e2ca79 2021-09-08 21:09 Ported: N/A Details Diff |
restapi: update documentation Update the documentation. Move chapter to the end of API chapter. |
||
mod - docs/manuals/source/DeveloperGuide/api.rst | Diff File | ||
master ceab808f 2021-09-08 20:37 Ported: N/A Details Diff |
python-bareos: update github actions script Adapt github action publish script to correspond to publish script for bareos-restapi. |
||
master d34c22dd 2021-09-08 19:53 Ported: N/A Details Diff |
restapi: publish to pypi | ||
add - .github/workflows/publish_restapi_to_pypi.yml | Diff File | ||
add - .github/workflows/publish_restapi_to_test-pypi.yml | Diff File | ||
master 8698ed3c 2021-09-08 18:09 Ported: N/A Details Diff |
webui: set some options on chromedriver | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
bareos-18.2 e13b560b 2021-09-08 18:09 Ported: N/A Details Diff |
webui: set some options on chromedriver (cherry picked from commit 8698ed3c68780abd08eca221e2bee23b7ba0d024) |
||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
bareos-19.2 85bbd9a4 2021-09-08 18:09 Ported: N/A Details Diff |
webui: set some options on chromedriver (cherry picked from commit 8698ed3c68780abd08eca221e2bee23b7ba0d024) |
||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master 112bfdea 2021-09-08 15:51 Alaa Eddine Elamri Ported: N/A Details Diff |
updated CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 65c1185b 2021-09-08 13:25 Alaa Eddine Elamri Ported: N/A Details Diff |
dird: changed the position of volume list memory allocation When in the while loop, the `vl` variable gets allocated some memory AFTER the fields check, and then this memory gets freed later in the loop. But when there is an iteration that stops at the check and gets redirected to `parse_error`, it has to free memory that was already freed in a previous iteration of the loop, which creates a double free situation that crashes the director. |
||
mod - core/src/dird/sd_cmds.cc | Diff File |