bareos: dev 630fb161

Author Committer Branch Timestamp Parent
franku franku dev 2018-09-14 19:22 dev ec95a1cc Pending
Changeset 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