Changesets: bareos
master 951697b2 2021-10-07 00:49 Ported: N/A Details Diff |
webui: show confirmation dialog on cancel and rerun button click | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master fcd9922c 2021-10-06 18:58 Ported: N/A Details Diff |
stored: don't unload tapes from blocked devices This patch changes UnloadOtherDrive() so it won't unload a device that is not blocked. Previously we only checked if the device was busy, which might not be enough. |
||
mod - core/src/stored/autochanger.cc | Diff File | ||
master fd915604 2021-10-06 17:43 Committer: arogge Ported: N/A Details Diff |
python-fd-module-tester.cc: use inttypes macro for formatting | ||
mod - core/src/plugins/filed/python/test/python-fd-module-tester.cc | Diff File | ||
master b210f435 2021-10-06 17:30 Committer: arogge Ported: N/A Details Diff |
droplet: fix warning 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length |
||
mod - core/src/droplet/libdroplet/src/utils.c | Diff File | ||
master 0852dbf5 2021-10-06 16:44 Committer: arogge Ported: N/A Details Diff |
droplet: fix strncopy length warnings | ||
mod - core/src/droplet/libdroplet/src/profile.c | Diff File | ||
mod - core/src/droplet/libdroplet/src/req.c | Diff File | ||
master 2995cf25 2021-10-06 15:02 Alaa Eddine Elamri Ported: N/A Details Diff |
bench: made building benchmarks with a cmake parameter | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/CMakeLists.txt | Diff File | ||
mod - core/src/benchmarks/CMakeLists.txt | Diff File | ||
mod - core/src/benchmarks/restore_browser_stress_test.cc | Diff File | ||
master 9c903385 2021-10-04 17:21 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000947 from bareos/dev/joergs/master/systemtests-python systemtest python-pam: fix typos |
||
mod - core/src/plugins/include/python_plugins_common.h | Diff File | ||
mod - systemtests/tests/python-pam/pamlogintest.py | Diff File | ||
master fb51dbe3 2021-10-04 11:08 Ported: N/A Details Diff |
update CHANGELOG: systemtest db credentials 0000950 | ||
mod - CHANGELOG.md | Diff File | ||
master a7fb34b1 2021-10-01 20:09 Ported: N/A Details Diff |
systemtests: configurable database credentials This changes makes the PostgreSQL database configuration for systemtests simpler. Before it has be necessary to configure two database roles, one for the current system user and one for the database user "regress". The database admin scripts did run as the system user, while the Bareos use the "regress" database user. This did also require to adapt a PostgreSQL configuration file. With this change, only database one role and no change to the PostgreSQL default configuration is required. For using the system user, run cmake with following parameter: cmake -Dsystemtest_db_user=$USER ... When systemtest_db_user is not given as parameter, the old default "regress" is used. |
||
mod - CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
add - core/src/tests/configs/catalog/bareos-dir.d/catalog/.gitignore | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/BuildAndTestBareos/systemtests.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
master f6ef8afd 2021-10-01 19:49 Committer: arogge Ported: N/A Details Diff |
droplet: replace deprecated json_object_object_get with json_object_object_get_ex | ||
mod - core/src/droplet/libdroplet/src/backend/cdmi/replyparser.c | Diff File | ||
master 7d0da522 2021-10-01 18:28 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master fae1b2c1 2021-10-01 17:20 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000946 Fix doc typo in StorageBackends |
||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
master 065f72f1 2021-10-01 16:43 Committer: arogge Ported: N/A Details Diff |
python: swap SYSTEM and PUBLIC in target_include_directories | ||
mod - core/src/plugins/dird/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/stored/python/CMakeLists.txt | Diff File | ||
master 8db192bd 2021-10-01 16:17 Committer: arogge Ported: N/A Details Diff |
ndmp_fhdb_mem.cc: avoid ODR warning for "struct fhdb_state" | ||
mod - core/src/dird/ndmp_fhdb_mem.cc | Diff File | ||
master 492d33b8 2021-10-01 15:53 Committer: arogge Ported: N/A Details Diff |
ua_configure.cc: check return value of write | ||
mod - core/src/dird/ua_configure.cc | Diff File | ||
master 3993251e 2021-10-01 15:51 Committer: arogge Ported: N/A Details Diff |
fix problem with odr violation of s_cmds | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/stored/dir_cmd.cc | Diff File | ||
mod - core/src/stored/fd_cmds.cc | Diff File | ||
mod - core/src/stored/sd_cmds.cc | Diff File | ||
master ba1d8740 2021-10-01 15:03 Ported: N/A Details Diff |
python plugin: fix typo in error output | ||
mod - core/src/plugins/include/python_plugins_common.h | Diff File | ||
master 33342a32 2021-10-01 14:40 Ported: N/A Details Diff |
systemtest python-pam: fixup for changed class name | ||
mod - systemtests/tests/python-pam/pamlogintest.py | Diff File | ||
master a9b25537 2021-10-01 14:38 Committer: arogge Ported: N/A Details Diff |
btape.cc: avoid unused results warnings | ||
mod - core/src/stored/btape.cc | Diff File | ||
master fc523740 2021-10-01 14:06 Committer: arogge Ported: N/A Details Diff |
bscrypto: check for results of read() and write() | ||
mod - core/src/tools/bscrypto.cc | Diff File | ||
master efde9687 2021-10-01 14:00 Committer: arogge Ported: N/A Details Diff |
crypto_cache.cc: check return value of write() | ||
mod - core/src/lib/crypto_cache.cc | Diff File | ||
master b3713c17 2021-10-01 14:00 Committer: arogge Ported: N/A Details Diff |
bsys.cc: check write() return code | ||
mod - core/src/lib/bsys.cc | Diff File | ||
master cfe72936 2021-10-01 13:59 Committer: arogge Ported: N/A Details Diff |
droplet: initialize variable to avoid warning | ||
mod - core/src/stored/backends/droplet_device.cc | Diff File | ||
master 6a6b5e48 2021-10-01 13:38 Committer: arogge Ported: N/A Details Diff |
butil.h: declare BootStrapRecord as struct ... as it is in all other places to avoid a warning. |
||
mod - core/src/stored/butil.h | Diff File | ||
bareos-19.2 bda42a15 2021-10-01 12:56 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000933 Introduce CHANGELOG.md |
||
add - CHANGELOG.md | Diff File | ||
add - devtools/README.md | Diff File | ||
add - devtools/new-changelog-release.sh | Diff File | ||
add - devtools/update-changelog-links.sh | Diff File |