]> 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)
commitae84d55dfd3e357594084450c0ea8c292e002d9b
tree435d52e434e5aee643420559fe59dfc850d0ff44
parentd64e4e1f77bf4d31b12242e1e84235f6f5679060
  ======================= 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
27 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/gnome2-console/authenticate.c
bacula/src/gnome2-console/console.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/tray-monitor/authenticate.c
bacula/src/version.h
bacula/src/win32/.cvsignore
bacula/src/wx-console/authenticate.c