]> git.sur5r.net Git - bacula/docs/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)
commit1c15d84559bfddb8ea79190a55a98feed918c95e
tree48a614f0297c3d95caad3e48b23ebd37e67f3247
parentce17d9f4947f932efe81d1d34aab9fce350a818d
  ======================= 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.