Changesets: bareos

master b210f435

2021-10-06 17:30

pstorz


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

pstorz


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

joergs


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

joergs

Ported: N/A

Details Diff
update CHANGELOG: systemtest db credentials 0000950
mod - CHANGELOG.md Diff File

master a7fb34b1

2021-10-01 20:09

joergs

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

pstorz


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

frank

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master fae1b2c1

2021-10-01 17:20

arogge


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

pstorz


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

pstorz


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

pstorz


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

pstorz


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

joergs

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

joergs

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

pstorz


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

pstorz


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

pstorz


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

pstorz


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

pstorz


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

pstorz


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

arogge


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

bareos-18.2 ea5e3015

2021-10-01 12:55

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000934

Introduce CHANGELOG.md
mod - 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

master 7c5da52f

2021-09-30 18:24

bruno-at-bareos

Ported: N/A

Details Diff
Fix doc typo in StorageBackends

Concurrent is with one c and two r.

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst Diff File

master 4d163c00

2021-09-30 18:12

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000944 from bareos/dev/joergs/master/systemtests-python

Systemtest python-bareos: split tests in separate files
mod - CHANGELOG.md Diff File
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
add - systemtests/python-modules/bareos_unittest/__init__.py Diff File
add - systemtests/python-modules/bareos_unittest/base.py Diff File
add - systemtests/python-modules/bareos_unittest/json.py Diff File
mod - systemtests/scripts/functions Diff File
add - systemtests/scripts/run_python_unittests.sh Diff File
add - systemtests/tests/python-bareos/list_unittests.py Diff File
rm - systemtests/tests/python-bareos/python-bareos-unittest.py Diff File
add - systemtests/tests/python-bareos/run_all_unittests.sh Diff File
add - systemtests/tests/python-bareos/test-setup Diff File
add - systemtests/tests/python-bareos/test_acl.py Diff File
add - systemtests/tests/python-bareos/test_bvfs.py Diff File
add - systemtests/tests/python-bareos/test_delete.py Diff File
add - systemtests/tests/python-bareos/test_filedaemon.py Diff File
add - systemtests/tests/python-bareos/test_json.py Diff File
add - systemtests/tests/python-bareos/test_json_config.py Diff File
add - systemtests/tests/python-bareos/test_plaintext.py Diff File
add - systemtests/tests/python-bareos/test_protocol_124.py Diff File
add - systemtests/tests/python-bareos/test_python_bareos_module.py Diff File
add - systemtests/tests/python-bareos/test_runscript.py Diff File
add - systemtests/tests/python-bareos/test_show.py Diff File
add - systemtests/tests/python-bareos/test_tlspsk.py Diff File
rm - systemtests/tests/python-bareos/testrunner Diff File
rm - systemtests/tests/python-pam/etc/bareos/bconsole-default.conf.in Diff File
add - systemtests/tests/python-pam/etc/bareos/bconsole-pam.conf.in Diff File
mod - systemtests/tests/python-pam/etc/bareos/bconsole.conf.in Diff File
mod - systemtests/tests/python-pam/testrunner Diff File
mod - systemtests/tests/python-restapi/testrunner.in Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 211 212 213 214 215 216 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 678 679 680  Next  Last