Changesets: bareos
dev dd1d9f3f 2018-09-05 19:03 Ported: N/A Details Diff |
jcr: renamed jrcs to job_control_record_chain and beautified code - renamed static dlist - applied clang-format - exchanged NULL with nullptr |
||
mod - core/src/lib/jcr.cc | Diff File | ||
dev e22a83b8 2018-09-05 19:03 Ported: N/A Details Diff |
jcr: renamed jrcs to job_control_record_chain and beautified code - renamed static dlist - applied clang-format - exchanged NULL with nullptr |
||
mod - core/src/lib/jcr.cc | Diff File | ||
dev 9b4a8a69 2018-09-05 18:07 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/lib/bsock.cc | Diff File | ||
dev f0789ab2 2018-09-05 18:07 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/lib/bsock.cc | Diff File | ||
dev 488f6942 2018-09-05 18:07 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/lib/bsock.cc | Diff File | ||
dev 1f3e8ce6 2018-09-05 18:04 Ported: N/A Details Diff |
bsock: separated BareosSocket::ParameterizeTlsCert to avoid redundant code - added a private function BareosSocket::ParameterizeTlsCert - renamed tls_configuration into tls_resource because it is a TlsResource* |
||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
dev 9c128205 2018-09-05 18:04 Ported: N/A Details Diff |
bsock: separated BareosSocket::ParameterizeTlsCert to avoid redundant code - added a private function BareosSocket::ParameterizeTlsCert - renamed tls_configuration into tls_resource because it is a TlsResource* |
||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
dev 985933b9 2018-09-05 18:04 Ported: N/A Details Diff |
bsock: separated BareosSocket::ParameterizeTlsCert to avoid redundant code - added a private function BareosSocket::ParameterizeTlsCert - renamed tls_configuration into tls_resource because it is a TlsResource* |
||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/bsock.h | Diff File | ||
dev 76a4b692 2018-09-05 17:48 Ported: N/A Details Diff |
docs: added franku-tmp and some plantuml diagrams - using this folder as temporary space for plantuml diagrams - these diagrams will be embedded into documentation texts |
||
add - docs/manuals/en/developers/franku-tmp/initiate_tls_connection.plantuml | Diff File | ||
add - docs/manuals/en/developers/franku-tmp/tls_conf_classes.plantuml | Diff File | ||
add - docs/manuals/en/developers/franku-tmp/tls_openssl_gnutls_classes.plantuml | Diff File | ||
dev 2ad6a9e4 2018-09-05 17:48 Ported: N/A Details Diff |
docs: added franku-tmp and some plantuml diagrams - using this folder as temporary space for plantuml diagrams - these diagrams will be embedded into documentation texts |
||
add - docs/manuals/en/developers/franku-tmp/initiate_tls_connection.plantuml | Diff File | ||
add - docs/manuals/en/developers/franku-tmp/tls_conf_classes.plantuml | Diff File | ||
add - docs/manuals/en/developers/franku-tmp/tls_openssl_gnutls_classes.plantuml | Diff File | ||
dev 5f2b2f03 2018-09-05 17:28 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/lib/bsock.cc | Diff File | ||
dev cc38fa05 2018-09-05 17:28 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/lib/bsock.cc | Diff File | ||
dev e0236701 2018-09-05 16:45 Ported: N/A Details Diff |
filed: enabled immediate tls connection with director - enabled immediate tls connection with director (filed->dir) - exchanged NULL with nullptr |
||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
dev a26f1895 2018-09-05 16:45 Ported: N/A Details Diff |
filed: enabled immediate tls connection with director - enabled immediate tls connection with director (filed->dir) - exchanged NULL with nullptr |
||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
dev 3902503b 2018-09-05 16:33 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
dev 24cd16b3 2018-09-05 16:33 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
dev 4960601e 2018-09-05 15:45 Ported: N/A Details Diff |
filed: declared handle_connection_to_director as static - this function is used only within dird_cmd.c - removed an obvious comment - initialized jcr to prevent later bugs |
||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
dev 105c361f 2018-09-05 15:45 Ported: N/A Details Diff |
filed: declared handle_connection_to_director as static - this function is used only within dird_cmd.c - removed an obvious comment - initialized jcr to prevent later bugs |
||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
dev abf767a3 2018-09-05 15:38 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/filed/authenticate.cc | Diff File | ||
dev f4635f22 2018-09-05 15:38 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/filed/authenticate.cc | Diff File | ||
dev c69de736 2018-09-05 14:39 Ported: N/A Details Diff |
clang-format: added configuration file .clang-format | ||
add - .clang-format | Diff File | ||
dev a9de9c4c 2018-09-05 14:39 Ported: N/A Details Diff |
clang-format: added configuration file .clang-format | ||
add - .clang-format | Diff File | ||
dev dc1cc10d 2018-09-05 14:36 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/dird/authenticate.cc | Diff File | ||
dev 0ce35fb6 2018-09-05 14:36 Ported: N/A Details Diff |
beautify: clang-format of some files | ||
mod - core/src/dird/authenticate.cc | Diff File | ||
dev 6aed341c 2018-09-05 14:33 Ported: N/A Details Diff |
filed: enabled immediate tls connection from director | ||
mod - core/src/dird/authenticate.cc | Diff File | ||
mod - core/src/filed/filed_conf.cc | Diff File | ||
mod - core/src/filed/socket_server.cc | Diff File |