bareos: master 0377bbaa

Author Committer Branch Timestamp Parent
Alaa Eddine Elamri bruno-at-bareos master 2023-01-06 10:16 master 3bdc64cd Pending
Changeset bscrypto: fix issue of missing last character from key

`bstrncpy` makes sure the destination string is always null
terminated, which results in the last character of the string
being replaced with `0` which in turn makes the passphrase string
missing its last character.
mod - core/src/tools/bscrypto.cc Diff File