Changesets: bareos
master 1068b24f 2024-08-13 10:55 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
message: remove more custom formatting | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/lib/edit.cc | Diff File | ||
mod - core/src/lib/edit.h | Diff File | ||
mod - core/src/lib/message.cc | Diff File | ||
mod - core/src/tests/test_acl_entry_syntax.cc | Diff File | ||
master bdb86e83 2024-08-12 18:35 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1919 plugins: adjust plugin info formatting |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/lib/plugins.cc | Diff File | ||
master dbf19191 2024-08-12 18:35 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master f9a37674 2024-08-12 10:46 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1885 webui: fixing selenium tests |
||
mod - CHANGELOG.md | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/webui-common/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
mod - systemtests/tests/webui-common/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/webui-common/etc/bareos/bconsole-admin.conf.in | Diff File | ||
add - systemtests/tests/webui-common/etc/bareos/bconsole-readonly.conf.in | Diff File | ||
mod - systemtests/tests/webui-common/etc/bareos/bconsole.conf.in | Diff File | ||
mod - webui/module/Client/src/Client/Model/ClientModel.php | Diff File | ||
mod - webui/tests/selenium/README.md | Diff File | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master 4c07acba 2024-08-12 10:46 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 94a139a9 2024-08-11 13:16 Committer: Bareos Bot Ported: N/A Details Diff |
json: make sure, strings are utf8 Before, strings that have not been valid UTF8 have been silently discarded. |
||
mod - cmake/BareosCpmPackages.cmake | Diff File | ||
add - cmake/Findutf8cpp.cmake | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/output_formatter.cc | Diff File | ||
mod - systemtests/tests/python-bareos/test_json.py | Diff File | ||
mod - systemtests/tests/python-bareos/test_list_command.py | Diff File | ||
master 7aa82343 2024-08-09 11:53 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1908 vadp-dumper: fix out of bounds read |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc | Diff File | ||
mod - core/src/vmware/vadp_dumper/copy_thread.cc | Diff File | ||
mod - systemtests/scripts/cleanup | Diff File | ||
master e50248eb 2024-08-09 11:53 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c58c8f81 2024-08-09 10:36 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
cleanup: readd cleaning up | ||
mod - systemtests/scripts/cleanup | Diff File | ||
master 18d1ff28 2024-08-09 09:16 tuxmaster5000 Committer: Bareos Bot Ported: N/A Details Diff |
Fix for https://github.com/bareos/bareos/issues/1902 | ||
mod - core/src/lib/plugins.cc | Diff File | ||
master e2deab90 2024-08-08 17:00 Committer: Bareos Bot Ported: N/A Details Diff |
systemtest: truncate fix variable name in use | ||
mod - systemtests/tests/truncate-command/testrunner | Diff File | ||
master 2184b4a9 2024-08-08 14:05 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1889 filed: fix python plugin crash on python <3.10 |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/plugins/filed/python/python-fd.cc | Diff File | ||
master a42e3e38 2024-08-08 14:05 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 6c17aecc 2024-08-08 13:08 Committer: Bareos Bot Ported: N/A Details Diff |
python-bareos: fix backslash usage in regex We used "\d" in a Python regex, which is ambiguous and is considered invalid in newer Python versions: Python >= 3.8 will issue a DeprecationWarning, Python >= 3.12 a SyntaxWarning and later version will issue a SyntaxError. Therefore we adapted it to the unambiguous "\\d" sequence. |
||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
master 250f0f7d 2024-08-08 09:57 Committer: Bareos Bot Ported: N/A Details Diff |
systemtests webui: cleanup | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 5a4997d6 2024-08-08 00:27 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1900 cats: scripts add option --no-psqlrc to psql |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/create_bareos_database.in | Diff File | ||
mod - core/src/cats/drop_bareos_database.in | Diff File | ||
mod - core/src/cats/drop_bareos_tables.in | Diff File | ||
mod - core/src/cats/grant_bareos_privileges.in | Diff File | ||
mod - core/src/cats/update_bareos_tables.in | Diff File | ||
master 92916c82 2024-08-08 00:27 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 59de08f8 2024-08-07 19:05 Committer: Bareos Bot Ported: N/A Details Diff |
systemtests webui: allow selenium 3 and 4. | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master e155b22e 2024-08-07 09:14 Ported: N/A Details Diff |
systemtests: improve CMake file logic and syntax - in the foward port we renable mariabackup test on SUSE. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> (cherry picked from commit 5558563e8f3453c44e943fa9ade295e4dfc1d197) |
||
mod - systemtests/tests/py3plug-fd-mariabackup/CMakeLists.txt | Diff File | ||
master aa66c440 2024-08-06 13:55 Committer: Bareos Bot Ported: N/A Details Diff |
nsi: adapt Full install description | ||
mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
master eba78820 2024-08-06 07:46 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
bareos-vadp-dumper: move closing of read_handle The read_handle should always get closed, not just when we try to process the cbts. |
||
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc | Diff File | ||
master a6ece095 2024-08-06 07:08 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
bareos-vadp-dumper: fix not correctly computing saved count The early exit means that we do not correctly compute saved_len which in turn causes us to misrepresent how much data was actually saved with that api. |
||
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc | Diff File | ||
master 0ca18698 2024-08-06 07:05 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
bareos-vadp-dumper: give better names The names were completely out of sync for things that were basically the same. This made it very hard to understand the algorithm as well as generally being hard to see logic errors. |
||
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc | Diff File | ||
master c69e6991 2024-08-05 14:32 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: update xxHash to 0.8.2 by CPM - remove from third-party - move `USE_SYSTEM_XXHASH` to BareosCpmPackages - remove set_target_properties IMPORTED_GLOBAL as TRUE by default with find/add_library |
||
mod - cmake/BareosCpmPackages.cmake | Diff File | ||
mod - third-party/CMakeLists.txt | Diff File | ||
rm - third-party/xxHash.cmake | Diff File | ||
rm - third-party/xxHash/.gitattributes | Diff File | ||
rm - third-party/xxHash/.github/workflows/ci.yml | Diff File | ||
rm - third-party/xxHash/.gitignore | Diff File | ||
rm - third-party/xxHash/.travis.yml | Diff File | ||
rm - third-party/xxHash/CHANGELOG | Diff File | ||
rm - third-party/xxHash/Doxyfile | Diff File | ||
rm - third-party/xxHash/LICENSE | Diff File | ||
rm - third-party/xxHash/Makefile | Diff File | ||
rm - third-party/xxHash/README.md | Diff File | ||
rm - third-party/xxHash/appveyor.yml | Diff File | ||
rm - third-party/xxHash/cli/COPYING | Diff File | ||
rm - third-party/xxHash/cli/README.md | Diff File | ||
rm - third-party/xxHash/cli/xsum_arch.h | Diff File | ||
rm - third-party/xxHash/cli/xsum_bench.c | Diff File | ||
rm - third-party/xxHash/cli/xsum_bench.h | Diff File | ||
rm - third-party/xxHash/cli/xsum_config.h | Diff File | ||
rm - third-party/xxHash/cli/xsum_os_specific.c | Diff File | ||
rm - third-party/xxHash/cli/xsum_os_specific.h | Diff File | ||
rm - third-party/xxHash/cli/xsum_output.c | Diff File | ||
rm - third-party/xxHash/cli/xsum_output.h | Diff File | ||
rm - third-party/xxHash/cli/xsum_sanity_check.c | Diff File | ||
rm - third-party/xxHash/cli/xsum_sanity_check.h | Diff File | ||
rm - third-party/xxHash/cli/xxhsum.1 | Diff File | ||
rm - third-party/xxHash/cli/xxhsum.1.md | Diff File | ||
rm - third-party/xxHash/cli/xxhsum.c | Diff File | ||
rm - third-party/xxHash/cmake_unofficial/.gitignore | Diff File | ||
rm - third-party/xxHash/cmake_unofficial/CMakeLists.txt | Diff File | ||
rm - third-party/xxHash/cmake_unofficial/README.md | Diff File | ||
rm - third-party/xxHash/cmake_unofficial/xxHashConfig.cmake.in | Diff File | ||
rm - third-party/xxHash/doc/README.md | Diff File | ||
rm - third-party/xxHash/doc/xxhash.cry | Diff File | ||
rm - third-party/xxHash/doc/xxhash_spec.md | Diff File | ||
rm - third-party/xxHash/libxxhash.pc.in | Diff File | ||
rm - third-party/xxHash/tests/Makefile | Diff File | ||
rm - third-party/xxHash/tests/bench/.clang_complete | Diff File | ||
rm - third-party/xxHash/tests/bench/.gitignore | Diff File | ||
rm - third-party/xxHash/tests/bench/LICENSE | Diff File | ||
rm - third-party/xxHash/tests/bench/Makefile | Diff File | ||
rm - third-party/xxHash/tests/bench/benchHash.c | Diff File | ||
rm - third-party/xxHash/tests/bench/benchHash.h | Diff File | ||
rm - third-party/xxHash/tests/bench/benchfn.c | Diff File | ||
rm - third-party/xxHash/tests/bench/benchfn.h | Diff File | ||
rm - third-party/xxHash/tests/bench/bhDisplay.c | Diff File | ||
rm - third-party/xxHash/tests/bench/bhDisplay.h | Diff File | ||
rm - third-party/xxHash/tests/bench/hashes.h | Diff File | ||
rm - third-party/xxHash/tests/bench/main.c | Diff File | ||
rm - third-party/xxHash/tests/bench/timefn.c | Diff File | ||
rm - third-party/xxHash/tests/bench/timefn.h | Diff File | ||
rm - third-party/xxHash/tests/collisions/.gitignore | Diff File | ||
rm - third-party/xxHash/tests/collisions/LICENSE | Diff File | ||
rm - third-party/xxHash/tests/collisions/Makefile | Diff File | ||
rm - third-party/xxHash/tests/collisions/README.md | Diff File | ||
rm - third-party/xxHash/tests/collisions/allcodecs/README.md | Diff File | ||
rm - third-party/xxHash/tests/collisions/allcodecs/dummy.c | Diff File | ||
rm - third-party/xxHash/tests/collisions/allcodecs/dummy.h | Diff File | ||
rm - third-party/xxHash/tests/collisions/hashes.h | Diff File | ||
rm - third-party/xxHash/tests/collisions/main.c | Diff File | ||
rm - third-party/xxHash/tests/collisions/pool.c | Diff File | ||
rm - third-party/xxHash/tests/collisions/pool.h | Diff File | ||
rm - third-party/xxHash/tests/collisions/sort.cc | Diff File | ||
rm - third-party/xxHash/tests/collisions/sort.hh | Diff File | ||
rm - third-party/xxHash/tests/collisions/threading.c | Diff File | ||
rm - third-party/xxHash/tests/collisions/threading.h | Diff File | ||
rm - third-party/xxHash/tests/generate_unicode_test.c | Diff File | ||
rm - third-party/xxHash/tests/multiInclude.c | Diff File | ||
rm - third-party/xxHash/tests/ppc_define.c | Diff File | ||
rm - third-party/xxHash/tests/unicode_lint.sh | Diff File | ||
rm - third-party/xxHash/xxh3.h | Diff File | ||
rm - third-party/xxHash/xxh_x86dispatch.c | Diff File | ||
rm - third-party/xxHash/xxh_x86dispatch.h | Diff File | ||
rm - third-party/xxHash/xxhash.c | Diff File | ||
rm - third-party/xxHash/xxhash.h | Diff File | ||
master f34a209b 2024-08-05 13:32 Committer: Bareos Bot Ported: N/A Details Diff |
nsi installers: remove postgresql backend | ||
mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File |