Changesets: bareos

master 0cbf8471

2019-06-04 16:07

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #176 from bareos/dev/fbergkemper/master/docs-dedup-base

docs: Fix indentation
mod - docs/manuals/source/TasksAndConcepts/FileDeduplicationUsingBaseJobs.rst Diff File

master 4b88a6cf

2019-06-04 14:55

frank

Ported: N/A

Details Diff
docs: Fix indentation
mod - docs/manuals/source/TasksAndConcepts/FileDeduplicationUsingBaseJobs.rst Diff File

master 8b3e600a

2019-06-03 18:31

franku

Ported: N/A

Details Diff
docs: added sequence diagrams for restore job

- short and detailed view
mod - docs/manuals/source/DeveloperGuide/jobexec.rst Diff File
add - docs/manuals/source/DeveloperGuide/jobexec/restore-long.puml Diff File
add - docs/manuals/source/DeveloperGuide/jobexec/restore-short.puml Diff File

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
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 296 297 298 299 300 301 302 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last