]> git.sur5r.net Git - bacula/bacula/commit
- Rename "crypto_recipients" to "crypto_session" to more accurate describe the crypto...
authorLandon Fuller <landonf@opendarwin.org>
Sat, 14 Jan 2006 22:23:22 +0000 (22:23 +0000)
committerLandon Fuller <landonf@opendarwin.org>
Sat, 14 Jan 2006 22:23:22 +0000 (22:23 +0000)
commit5d0ee4de332c02a4363dbf05301ee3532a60080b
tree82dae584a5083ba6c5980b0634d2331390799c0e
parent41a9bd542a1fa7ef4fa99cbd0521a658b9815f5a
- Rename "crypto_recipients" to "crypto_session" to more accurate describe the crypto session data (which includes the symmetric session keys).
- Add the STREAM_ENCRYPTED_SESSION_DATA stream type.
- Add support for encoding and decoding session data.
- Send encoded session data to the storage daemon

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2742 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/baconfig.h
bacula/src/filed/backup.c
bacula/src/filed/restore.c
bacula/src/filed/verify_vol.c
bacula/src/jcr.h
bacula/src/lib/crypto.c
bacula/src/lib/crypto.h
bacula/src/lib/protos.h
bacula/src/stored/bextract.c
bacula/src/stored/bscan.c
bacula/src/stored/record.c