]> git.sur5r.net Git - bacula/bacula/commit
======================= Warning ==========================
authorKern Sibbald <kern@sibbald.com>
Mon, 3 Jul 2006 18:28:34 +0000 (18:28 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 3 Jul 2006 18:28:34 +0000 (18:28 +0000)
commitfb7160de2638b77a39f4af952eac3ec46cdae307
tree1e1cdcd1d1a155e44f56c57a6ba1104c67004033
parent049a2044c0fe9f9958147949fe89fadc9be3158f
  ======================= Warning ==========================
     All hash codes in the database are now kept in world
     compatible base64 format (no = filling). This means that
     all FileSets will be updated and if you are running
     verify jobs, you must do an InitCatalog.
     Authentication uses the new algorithm, but should be
     backward compatible with 1.38.x
  ===========================================================

- Modify the authentication routines so that the 1.39.15 Director
  always runs with the compatible binary to base64 code (same as
  the rest of the world).  It will however detect if an SD or
  FD is running the old code and if that is the case, will use
  the old algorithm for authentication.  However, all consoles must
  use the compatible algorithm, and all data entered into the database
  (all hash signatures, MD5, SHA1, ..., and all FileSet hashes) will
  use the compatible algorithm.
- Rename the cram_md5 routine names to be slightly more appropriate
  to what they are doing (challenge and respond).
- Robert committed his #ifdef and header cleanup.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3117 91ce42f0-d328-0410-95d8-f526ca767f89
22 files changed:
bacula/SUPPORT [new file with mode: 0644]
bacula/kernstodo
bacula/kes-1.39
bacula/platforms/suse/.cvsignore [new file with mode: 0644]
bacula/src/console/authenticate.c
bacula/src/dird/Makefile.in
bacula/src/dird/authenticate.c
bacula/src/dird/catreq.c
bacula/src/dird/job.c
bacula/src/filed/authenticate.c
bacula/src/filed/verify.c
bacula/src/filed/verify_vol.c
bacula/src/lib/attr.c
bacula/src/lib/base64.c
bacula/src/lib/bnet.c
bacula/src/lib/cram-md5.c
bacula/src/lib/md5.c
bacula/src/lib/protos.h
bacula/src/lib/tls.h
bacula/src/stored/authenticate.c
bacula/src/stored/bscan.c
bacula/src/version.h