]> git.sur5r.net Git - bacula/rescue/commit
- Update some very old licenses in src/cats.
authorKern Sibbald <kern@sibbald.com>
Thu, 22 Jun 2006 09:55:43 +0000 (09:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 22 Jun 2006 09:55:43 +0000 (09:55 +0000)
commit75fe408004e7a093b762334d4e24650d752548e5
tree4fe53d81100bb701cb5f323eb61ec2bc404adba1
parent2c48a1fa471ac163d1e8503d7e77e2749f5ddf9a
- Update some very old licenses in src/cats.
- Modify the database format for handling Migration jobs:
   Add PriorJobId, RealEndTime to Job table
   Delete MAC table
   Remove Stripe from JobMedia record (not used, wasting space)
   Add ScratchPoolId, RecyclePoolId, Enabled to Media record
   Add Cost to Location table.
- Delete mac_record subroutines.
- Add new table values to create/update/get routines as appropriate.
- Update the update_tables and make_tables scripts.
- Make a first cut in using a union where multiple pointers (actually
  pointers to pointers) are stored.
- Make some changes to base64.c suggested by Robert and others and add
  a small amount of documentation.
- Add some changes suggested by Peter for Solaris (bregex...)
- Make runscript.h always built because it needs to be pulled into
  more places.  In particular its RES was left out of a union.
- Renumber the enum{} list in runscript.h to avoid starting from zero.
  This makes it slightly easier to detect uninitialized variables.