From: Landon Fuller Date: Tue, 17 Jan 2006 06:26:20 +0000 (+0000) Subject: Support for FD-side file encryption. X-Git-Tag: Release-1.38.4~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8c9b3f6383b9d3ab34b35ebcf31095862b8f4e52;p=bacula%2Frescue Support for FD-side file encryption. - Added MIN() and MAX() macros to baconfig.h - Added stream types for win32, file, and macos encrypted data (with and without gzip) - Added FO_ENCRYPT file flag. - Implement crypto_cipher_* encryption functions - Add encryption logic to save_file() Decryption support has not been committed (yet): If you use this code to encrypt your data, you will be unable to decrypt it! ---