From: Landon Fuller Date: Sun, 29 Apr 2007 20:47:09 +0000 (+0000) Subject: backup.c: Send the cryptographic session data for all files. This includes zero-lengt... X-Git-Tag: Release-2.2.0~615 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a69bf6c3d7e74f61e75895f23766b998e0ff5c8c;p=bacula%2Frescue backup.c: Send the cryptographic session data for all files. This includes zero-length files with non-zero-length resource forks. restore.c: Allocate the cipher decryption context on-demand, thus disabling decryption / allocation of cipher context for zero-length files. Fixes: #838 Regression tests passed: - compressed-encrypt-test - data-encrypt-test - encrypt-bug-test ---