From: Kern Sibbald Date: Thu, 22 Jun 2006 09:55:43 +0000 (+0000) Subject: - Update some very old licenses in src/cats. X-Git-Tag: Release-2.0.0~829 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4de9c2cbc0f5223e166e275bf1ad1c451c580427;p=bacula%2Fdocs - 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. ---