Changesets: bareos

master 75a2374b

2019-05-31 13:33

franku

Ported: N/A

Details Diff
docs: rewrite developer notes regarding automatic source code formatting
mod - docs/manuals/source/DeveloperGuide/generaldevel.rst Diff File

master 3d4db46f

2019-05-29 18:07

franku

Ported: N/A

Details Diff
docs: added an empty config directive file
add - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-Count.rst.inc Diff File

master 5356a78d

2019-05-29 18:03

franku

Ported: N/A

Details Diff
docs: corrected hyperlinks from http to https and doc.bareos to docs.bareos
mod - README.md Diff File
mod - core/doxygen/bareos.doxy Diff File
mod - core/manpages/bareos.8 Diff File
mod - docs/manuals/source/Appendix/SystemRequirements.rst Diff File
mod - webui/doc/README-INSTALLATION.md Diff File
mod - webui/module/Application/view/layout/layout.phtml.in Diff File
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File
mod - webui/vendor/zendframework/zend-session/src/SaveHandler/MongoDB.php Diff File

bareos-18.2 50f92994

2019-05-29 18:03

franku


Committer: arogge_adm

Ported: N/A

Details Diff
docs: corrected hyperlinks from http to https and doc.bareos to docs.bareos
mod - README.md Diff File
mod - core/doxygen/bareos.doxy Diff File
mod - core/manpages/bareos.8 Diff File
mod - docs/manuals/source/Appendix/SystemRequirements.rst Diff File
mod - webui/doc/README-INSTALLATION.md Diff File
mod - webui/module/Application/view/layout/layout.phtml.in Diff File
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File
mod - webui/vendor/zendframework/zend-session/src/SaveHandler/MongoDB.php Diff File

master b425f957

2019-05-29 14:46

franku

Ported: N/A

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

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
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 361 362 363 364 365 366 367 ... 420 ... 490 ... 560 ... 630 ... 672 673 674  Next  Last