]> git.sur5r.net Git - bacula/bacula/commit
kes Remove a few malloc()s from the encryption code.
authorKern Sibbald <kern@sibbald.com>
Sat, 16 Jun 2007 08:25:03 +0000 (08:25 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 16 Jun 2007 08:25:03 +0000 (08:25 +0000)
commitd51e28e9e1a75a0155782fcc9ba0afeaf1f66cba
treecf4bbb2e1b68d270b50b81abd55cadc061931379
parentf04ef7f3c4776c2a53941fb6fc8811a1725c953b
kes  Remove a few malloc()s from the encryption code.
kes  Use the class calls to bsock in filed/backup.c and restore.c in
     place of the old bnet_xxx code.
kes  Implement code that does an on the fly calculation of the
     signing digest during restore of encrypted files.  It makes
     a best guess at the algorithm, and if it is not correct, will
     then revert to the old code which reads the file after it is
     restored.
kes  Implement at least one missing crypto stream in stream_to_ascii()
kes  Apply patch from William <chowmeined@gmail.com> that fixes bug
     #877 where a reload with bad syntax causes Dir to exit.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5018 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/dird/verify.c
bacula/src/filed/backup.c
bacula/src/filed/restore.c
bacula/src/findlib/bfile.c
bacula/src/lib/attr.h
bacula/src/lib/crypto.c
bacula/src/lib/lex.c
bacula/src/lib/protos.h
bacula/src/version.h
bacula/technotes-2.1