bareos: master fc7a7f3f

Author Committer Branch Timestamp Parent
arogge arogge master 2020-04-28 18:33 master 5b5aa28a Pending
Changeset filed: remove support for bVarDistName

The plugin interface allowed to query the platform, distribution and
version of the filedaemon using bVarDistName. This has not been used by
any plugin and the provided value was of questionable quality.
This patch removes support for bVarDistName. Querying it will now raise
an error. The related dist_name from message.cc that was used solely for
this purpose has also been removed.
mod - core/src/filed/fd_plugins.cc Diff File
mod - core/src/lib/message.cc Diff File
mod - core/src/tests/test_fd_plugins.cc Diff File