Changesets: bareos

dev 306942c7

2018-09-14 19:22

franku

Ported: N/A

Details Diff
passive-cmd: do not probe tls twice with passive client

- when executing a backup on a passive client the director knows if there
is a client that supports immediate tls before the sd connects to it
- the director sends TlsConfigBase::BNET_TLS_AUTO (4) as the ssl parameter
in the replicate command to the sd to inform about the ability of the fd
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/restore.cc Diff File
mod - core/src/dird/verify.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File

dev 9f18d3c0

2018-09-14 19:22

franku

Ported: N/A

Details Diff
passive-cmd: do not probe tls twice with passive client

- when executing a backup, restore or verify on a passive client the director
already knows if there is a client that supports immediate tls before the sd
connects to it
- the director sends TlsConfigBase::BNET_TLS_AUTO (4) as the ssl parameter
in the replicate command to the sd to inform about the ability of the fd
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/restore.cc Diff File
mod - core/src/dird/verify.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File

dev e0bf9461

2018-09-14 19:22

franku

Ported: N/A

Details Diff
passive-cmd: do not probe tls twice with passive client

- when executing a backup, restore or verify on a passive client the director
already knows if there is a client that supports immediate tls before the sd
connects to it
- the director sends TlsConfigBase::BNET_TLS_AUTO (4) as the ssl parameter
in the replicate command to the sd to inform about the ability of the fd
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/restore.cc Diff File
mod - core/src/dird/verify.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File

dev fba59a32

2018-09-14 19:22

franku

Ported: N/A

Details Diff
passive-cmd: do not probe tls twice with passive client

- when executing a backup, restore or verify on a passive client the director
already knows if there is a client that supports immediate tls before the sd
connects to it
- the director sends TlsConfigBase::BNET_TLS_AUTO (4) as the ssl parameter
in the replicate command to the sd to inform about the ability of the fd
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/restore.cc Diff File
mod - core/src/dird/verify.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File

dev ec95a1cc

2018-09-14 18:36

franku

Ported: N/A

Details Diff
tls: improvements for client (fd) compatibility

- renamed variables meaningful
- replaced if-else with switch structure
- introduced connection_successful_handshake_ to safe the successful handshake type
mod - core/src/dird/authenticate.cc Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/include/jcr.h Diff File

dev 3a9434fb

2018-09-14 18:36

franku

Ported: N/A

Details Diff
tls: improvements for client (fd) compatibility

- renamed variables meaningful
- replaced if-else with switch structure
- introduced connection_successful_handshake_ to safe the successful handshake type
mod - core/src/dird/authenticate.cc Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/include/jcr.h Diff File

dev a53c6aa6

2018-09-14 18:36

franku

Ported: N/A

Details Diff
tls: improvements for client (fd) compatibility

- renamed variables meaningful
- replaced if-else with switch structure
- introduced connection_successful_handshake_ to safe the successful handshake type
mod - core/src/dird/authenticate.cc Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/include/jcr.h Diff File

dev 3646657c

2018-09-14 18:14

pstorz

Ported: N/A

Details Diff
storage backends: build libbareos-gentape as shared lib

and link libbareossd-tape against it

Before, accidentally libbareos-gentape was linked as MODULE
so libbareossd-tape was missing its symbols and could not be loaded.

Fixes 0000942: undefined symbol when launching SD
Affected Issues
0000942
mod - core/src/stored/backends/CMakeLists.txt Diff File

dev e455a17f

2018-09-14 18:14

pstorz

Ported: N/A

Details Diff
storage backends: build libbareos-gentape as shared lib

and link libbareossd-tape against it

Before, accidentally libbareos-gentape was linked as MODULE
so libbareossd-tape was missing its symbols and could not be loaded.

Fixes 0000942: undefined symbol when launching SD
Affected Issues
0000942
mod - core/src/stored/backends/CMakeLists.txt Diff File

dev f4226f3c

2018-09-14 18:14

pstorz

Ported: N/A

Details Diff
storage backends: build libbareos-gentape as shared lib

and link libbareossd-tape against it

Before, accidentally libbareos-gentape was linked as MODULE
so libbareossd-tape was missing its symbols and could not be loaded.

Fixes 0000942: undefined symbol when launching SD
Affected Issues
0000942
mod - core/src/stored/backends/CMakeLists.txt Diff File

dev 27e23c19

2018-09-14 18:14

pstorz

Ported: N/A

Details Diff
storage backends: build libbareos-gentape as shared lib

and link libbareossd-tape against it

Before, accidentally libbareos-gentape was linked as MODULE
so libbareossd-tape was missing its symbols and could not be loaded.

Fixes 0000942: undefined symbol when launching SD
Affected Issues
0000942
mod - core/src/stored/backends/CMakeLists.txt Diff File

dev 0dc81c40

2018-09-14 18:14

pstorz

Ported: N/A

Details Diff
storage backends: build libbareos-gentape as shared lib

and link libbareossd-tape against it

Before, accidentally libbareos-gentape was linked as MODULE
so libbareossd-tape was missing its symbols and could not be loaded.

Fixes 0000942: undefined symbol when launching SD
Affected Issues
0000942
mod - core/src/stored/backends/CMakeLists.txt Diff File

dev 9fa20bbc

2018-09-14 18:14

pstorz

Ported: N/A

Details Diff
storage backends: build libbareos-gentape as shared lib

and link libbareossd-tape against it

Before, accidentally libbareos-gentape was linked as MODULE
so libbareossd-tape was missing its symbols and could not be loaded.

Fixes 0000942: undefined symbol when launching SD
Affected Issues
0000942
mod - core/src/stored/backends/CMakeLists.txt Diff File

dev 5f325a3f

2018-09-14 15:05

pstorz

Ported: N/A

Details Diff
cleanup: moved unittests to src/tests

also removed unused findlib/unittests
mod - core/src/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/drivetype_test.cc Diff File
rm - core/src/findlib/unittests/fstype_test.cc Diff File
rm - core/src/findlib/unittests/protos.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/unittests/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File

dev 98a3e58f

2018-09-14 15:05

pstorz

Ported: N/A

Details Diff
cleanup: moved unittests to src/tests

also removed unused findlib/unittests
mod - core/src/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/drivetype_test.cc Diff File
rm - core/src/findlib/unittests/fstype_test.cc Diff File
rm - core/src/findlib/unittests/protos.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/unittests/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File

dev 82af9e16

2018-09-14 15:05

pstorz

Ported: N/A

Details Diff
cleanup: moved unittests to src/tests

also removed unused findlib/unittests
mod - core/src/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/drivetype_test.cc Diff File
rm - core/src/findlib/unittests/fstype_test.cc Diff File
rm - core/src/findlib/unittests/protos.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/unittests/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File

dev 0cc80fc6

2018-09-14 15:05

pstorz

Ported: N/A

Details Diff
cleanup: moved unittests to src/tests

also removed unused findlib/unittests
mod - core/src/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/drivetype_test.cc Diff File
rm - core/src/findlib/unittests/fstype_test.cc Diff File
rm - core/src/findlib/unittests/protos.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/unittests/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File

dev ce536eb9

2018-09-14 15:05

pstorz

Ported: N/A

Details Diff
cleanup: moved unittests to src/tests

also removed unused findlib/unittests
mod - core/src/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/drivetype_test.cc Diff File
rm - core/src/findlib/unittests/fstype_test.cc Diff File
rm - core/src/findlib/unittests/protos.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/unittests/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File

dev efd13ad1

2018-09-14 15:05

pstorz

Ported: N/A

Details Diff
cleanup: moved unittests to src/tests

also removed unused findlib/unittests
mod - core/src/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/drivetype_test.cc Diff File
rm - core/src/findlib/unittests/fstype_test.cc Diff File
rm - core/src/findlib/unittests/protos.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/unittests/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File

dev 4f7db023

2018-09-14 15:05

pstorz

Ported: N/A

Details Diff
cleanup: moved unittests to src/tests

also removed unused findlib/unittests
mod - core/src/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/CMakeLists.txt Diff File
rm - core/src/findlib/unittests/drivetype_test.cc Diff File
rm - core/src/findlib/unittests/fstype_test.cc Diff File
rm - core/src/findlib/unittests/protos.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File
rm - core/src/lib/unittests/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File

dev 88bba39c

2018-09-14 14:55

franku

Ported: N/A

Details Diff
lib: renamed bnet_sever_tcp.h --> bnet_server_tcp.h
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/filed/socket_server.cc Diff File
mod - core/src/lib/bnet_server_tcp.cc Diff File
mod - core/src/stored/socket_server.cc Diff File

dev 574d46c7

2018-09-14 14:55

franku

Ported: N/A

Details Diff
lib: renamed bnet_sever_tcp.h --> bnet_server_tcp.h
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/filed/socket_server.cc Diff File
mod - core/src/lib/bnet_server_tcp.cc Diff File
mod - core/src/stored/socket_server.cc Diff File

dev 1dc0649a

2018-09-14 14:55

franku

Ported: N/A

Details Diff
lib: renamed bnet_sever_tcp.h --> bnet_server_tcp.h
mod - core/src/dird/socket_server.cc Diff File
mod - core/src/filed/socket_server.cc Diff File
mod - core/src/lib/bnet_server_tcp.cc Diff File
mod - core/src/stored/socket_server.cc Diff File

dev f06bdfd2

2018-09-14 13:25

franku

Ported: N/A

Details Diff
cram-md5: reworked some issues

- compatible_ initialized with true (this was changed accidentally during refactoring)
- renamed cram-md5 file into cram_md5 to match its corresponding header file
- renamed a private function
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/cram_md5.h Diff File

dev a38a0654

2018-09-14 13:25

franku

Ported: N/A

Details Diff
cram-md5: reworked some issues

- compatible_ initialized with true (this was changed accidentally during refactoring)
- renamed cram-md5 file into cram_md5 to match its corresponding header file
- renamed a private function
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/cram_md5.h Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 414 415 416 417 418 419 420 ... 490 ... 560 ... 630 ... 669 670 671  Next  Last