Changesets: bareos

bareos-18.2 ae4b74dc

2019-05-29 14:46

franku


Committer: joergs

Ported: N/A

Details Diff
docs: updated and corrected PAM chapter
mod - docs/manuals/source/TasksAndConcepts/PAM.rst Diff File

master 1c817b38

2019-05-29 13:21

franku

Ported: N/A

Details Diff
lib: removed an unneeded std:: namespace specifier
mod - core/src/lib/res.cc Diff File

master 865cb800

2019-05-28 18:47

franku

Ported: N/A

Details Diff
docs: cleanup chapter introduction of transport encryption
mod - docs/manuals/source/TasksAndConcepts/TransportEncryption.rst Diff File

master 7cc79117

2019-05-28 18:30

franku

Ported: N/A

Details Diff
traymon: added a missing include
mod - core/src/qt-tray-monitor/monitoritemthread.cc Diff File

master 55b5ce06

2019-05-28 18:27

franku

Ported: N/A

Details Diff
Revert "core: corrected a merge error"

This reverts commit 3c8472d7de2b8e65bdb57b3c43fe06aeceeb864c.
mod - core/CMakeLists.txt Diff File

master 3c8472d7

2019-05-28 12:38

franku

Ported: N/A

Details Diff
core: corrected a merge error

- CMAKE_BUILD_WITH_INSTALL_RPATH should be TRUE
mod - core/CMakeLists.txt Diff File

bareos-18.2 da1179c8

2019-05-28 12:38

franku

Ported: N/A

Details Diff
core: corrected a merge error

- CMAKE_BUILD_WITH_INSTALL_RPATH should be TRUE
mod - core/CMakeLists.txt Diff File

master b675899f

2019-05-27 18:42

franku

Ported: N/A

Details Diff
bsock: added a nullpointer guard
mod - core/src/lib/bsock.cc Diff File

master c1410138

2019-05-27 18:27

franku

Ported: N/A

Details Diff
filed: free PoolMem Storage before return from function

- Coverity: CID 1480499
mod - core/src/filed/dir_cmd.cc Diff File

master fdfd2086

2019-05-27 18:13

franku

Ported: N/A

Details Diff
dird: fixed possible resource leaks in ua_select
mod - core/src/dird/ua_select.cc Diff File

master f9820855

2019-05-27 17:45

franku

Ported: N/A

Details Diff
dird: refactored Setdebug functions to use std::vector

- changes should remove Coverity warning: CID 1480522
- refactored list generation of the clients and storages
- added a unittest
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/dird/ua_cmds.h Diff File
mod - core/src/tests/CMakeLists.txt Diff File
mod - core/src/tests/configs/bareos-configparser-tests/bareos-dir.d/client/bareos-fd.conf Diff File
mod - core/src/tests/configs/bareos-configparser-tests/bareos-dir.d/storage/File.conf Diff File
add - core/src/tests/test_setdebug.cc Diff File

master c6587962

2019-05-27 14:19

franku

Ported: N/A

Details Diff
dird: allocate memory only when it is actually needed

- Coverity: CID 1480510
mod - core/src/dird/ua_cmds.cc Diff File

master 77fc1d2e

2019-05-27 13:53

franku

Ported: N/A

Details Diff
dird: removed a potential resource leak

- free memory allocated by GetPoolIds upon return
- Coverity: CID 1480511
mod - core/src/dird/ua_output.cc Diff File

master a2721251

2019-05-27 13:53

franku

Ported: N/A

Details Diff
dird: removed a potential resource leak

- free memory allocated by GetCllientIds upon return on failure
- Coverity: CID 1480513
mod - core/src/dird/ua_select.cc Diff File

master c5319469

2019-05-27 13:36

franku

Ported: N/A

Details Diff
util: guard a nullpointer dereference

- if jcr or a value is nullpointer print '*None*'
- Coverity: CID 1480514
mod - core/src/lib/util.cc Diff File

master 6474971d

2019-05-27 13:22

franku

Ported: N/A

Details Diff
ndmp: free memory on error

- jump to bail_out on error in NdmpFhdbLmdbRegister
did not properly free memory of fhdb_state
- Coverity: CID 1480515
mod - core/src/dird/ndmp_fhdb_lmdb.cc Diff File

master a8f5a223

2019-05-27 12:44

franku

Ported: N/A

Details Diff
ndmp: check return type explicitly

- tries to fix several Coverity warnings
mod - core/src/dird/ndmp_fhdb_lmdb.cc Diff File

master 9aa2b460

2019-05-27 12:44

franku

Ported: N/A

Details Diff
ndmp: check return type explicitly

- Coverity: CID 1480525
mod - core/src/dird/ndmp_fhdb_lmdb.cc Diff File

master d45b4f78

2019-05-27 12:22

franku

Ported: N/A

Details Diff
tls: changed unsigned to signed integer variable

- r_code contains the return code of StringToResourceType which can
return a negative value
- Coverity: CID 1480527
mod - core/src/lib/configured_tls_policy_getter.cc Diff File

master 657f3078

2019-05-27 12:14

franku

Ported: N/A

Details Diff
stored: removed a potential memory leak

- free memory that variable status points to when it goes out of scope
- Coverity: CID 1480528
mod - core/src/stored/backends/generic_tape_device.cc Diff File

master 8ce3fdfc

2019-05-27 12:01

franku

Ported: N/A

Details Diff
general: added assertions to guard dynamic_cast of BareosResources pointers

- using assert from <cassert>
- included <cassert> where needed
- Coverity: CID 1480529
mod - core/src/console/console_conf.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/inc_conf.cc Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/lib/res.cc Diff File
mod - core/src/qt-tray-monitor/monitoritemthread.cc Diff File
mod - core/src/qt-tray-monitor/tray_conf.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File
mod - core/src/tests/bsock_test_connection_setup.cc Diff File

master fc885633

2019-05-24 18:08

franku

Ported: N/A

Details Diff
config: renamed a pointer to better meet the purpose

- renamed static_resource by allocated_resource
- during configparser run no static resource is needed any more
therefore the name of the pointer is misleading
mod - core/src/console/console_conf.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/inc_conf.cc Diff File
mod - core/src/dird/run_conf.cc Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/lib/parse_conf.h Diff File
mod - core/src/lib/parse_conf_init_resource.cc Diff File
mod - core/src/lib/parse_conf_state_machine.cc Diff File
mod - core/src/lib/parse_conf_state_machine.h Diff File
mod - core/src/lib/res.cc Diff File
mod - core/src/lib/resource_item.h Diff File
mod - core/src/qt-tray-monitor/tray_conf.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File

master b1dfa6a5

2019-05-24 17:39

franku

Ported: N/A

Details Diff
docs: added chapter Configuration Parser
mod - docs/manuals/source/DeveloperGuide.rst Diff File
add - docs/manuals/source/DeveloperGuide/configparser.rst Diff File
add - docs/manuals/source/DeveloperGuide/configparser/sd_resources_class_model.puml Diff File
add - docs/manuals/source/DeveloperGuide/configparser/sd_resources_class_model_outdated.puml Diff File

master 1dd64815

2019-05-24 14:47

joergs


Committer: franku

Ported: N/A

Details Diff
Univention (UCS): change umask only temporary

Before, the univention-bareos UCS listener module did change the umask permanently.
However this impacts ofter functionality of the UCS Listener.
Therefore the change the umask only temporary.
mod - core/platforms/univention/univention-bareos.py Diff File

bareos-18.2 da72d6ed

2019-05-24 14:47

joergs


Committer: franku

Ported: N/A

Details Diff
Univention (UCS): change umask only temporary

Before, the univention-bareos UCS listener module did change the umask permanently.
However this impacts ofter functionality of the UCS Listener.
Therefore the change the umask only temporary.
mod - core/platforms/univention/univention-bareos.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 351 352 353 354 355 356 ... 420 ... 490 ... 560 ... 630 ... 661 662 663  Next  Last