]> git.sur5r.net Git - bacula/rescue/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)
commit24087c395df04a54e7fd20352bf69fbdbf548512
tree78d611e83c83ae953f4e598390c40d59f81cda8c
parent97a5370136bf03924756ce2aa637ab4de6a89a8c
  ======================= 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.