]> 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)
commitdd622621ff0407a871df1ebcce9e5991c684f5c3
treec96b8c32f72b11ba436b3b72b0918a5f8ebda57b
parentfb2efd9b1749702875e52684e54df459ce96cf2e
- 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