]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
Update ChangeLog
[bacula/bacula] / bacula / ChangeLog
1 2003-01-24 Version 1.29 released
2 23Jan03
3 - Tightened up permissions on all .conf files to be 640 so they are not
4   world readable.
5 22Jan03
6 - Added prefixlinks=yes/no Job record to specify applying the Where
7   prefix to absolute soft links.  Code is not yet passed to FD, because
8   FD would then be incompatible with version 1.28.
9 - Added skeleton of installation for Gentoo release for Patrick Naubert.
10 - Add timer on open() for reading or writing a FIFO file.
11 - Put btraceback and btraceback.gdb in sysbin dir (a bit of polution,
12   but at least dumps will work).
13 20Jan03
14 - Added "append" all messages to a log to default bacula-dir.conf
15 - Added WriteBootstrap to default bacula-dir.conf
16 - Made smartall.c print "Out of memory" if malloc() fails.
17 - Added pthread btimer routines.
18 - Added timer to FIFO open statement
19 - George was still having problems with VolUseDuration failing.
20   On looking into it, one line of code subtracting 1900 was
21   mysteriously missing from the source -- bizarre.
22 18Jan03
23 - Yesterday's version corrects all the problems I was
24   previously having, and my production jobs are now completing
25   properly.
26 - Added a #define dev_cap() to test the capabilities bits. I just
27   makes the code a bit shorter and a bit simpler.
28 - Added phase 1 support for an output fifo device. The big 
29   difference here is that it is a STREAM device, which means that
30   Bacula will only write to it and not read. Thus, Bacula assumes
31   that the correct "Volume" is mounted and will construct a valid
32   label (without needing the Volume to be prelabeled), and write
33   to the device.
34 - Added phase 1 support for input from fifo device (suppress re-read,
35   add empty buffer flag).
36 17Jan03
37 - Improve printout of dbcheck with # files/path fixing.
38 - Zap SD authorization code after use.
39 - Added <> back to smtp (think about this some)
40 - Doc
41 16Jan03
42 - Massive change to add jcr as the first argument to nearly
43   every db_ call. This is because I was storing the jcr in the
44   db structure, which will not work because everyone shares
45   exactly the same structure.
46 - More cleanups of error termination status in filed.
47 - Found another bug in message.c where %s was missing in JmsgN. A lot
48   of cleanup in message.c
49 - Found places where filename listing was made (restore, verify
50   vol) where the buffer could possibly overrun.
51 - Chain include files on the end of the list so that the
52   order will be correct.
53 - Rewrote mtx-changer to output one slot per line terminated by
54   a colon followed by an optional Volume Tag for the "list" command.
55   Preparation for handling Volume Tags.
56 - My production crash remains elusive. Adding debug code or running
57   under the debugger eliminates the problem. I found a case in
58   message.c where I was extending the message string by two 
59   characters to send it to the console. VERY BAD. Rewritten.
60 - Started implementing fifo and program handlers (i.e. streams)
61   in the Storage daemon. Lots to do.
62 - Added a trace capability where trace statements are written
63   to a file. Tmsg(). Hopefully this won't be used much.
64 - Running lots of "production" saved by scheduling a few minutes
65   after the current time -- slow process ...
66 15Jan03
67 - Removed <> on From and To in smtp.c as suggested by James MacLean.
68 - Added code to suppress spurious error messages during cancel,
69   but I was unable to eliminate all errors -- to be worked
70   on later.
71 - Up size of print buffer from 2000 to 5000.
72 - My production run failed again. I'm beginnig to suspect 
73   hardware problems because running by hand or under the
74   debugger always works -- we will see.
75 - Added Update Volume VolFiles to reset correct tape files 
76   a bit dangerous.
77 - Use the mysql_escape_string() rather than internal version.
78 14Jan03
79 - Cleanup handling of JobStatus by creating a subroutine.
80 - Fix a number of minor things with JobStatus.
81 - Print FD and SD JobStatus on backup report.
82 - Add JCR to findlib -- so now FD stops normally when cancelled.
83 - My production Director segment faulted during the second Job.
84   I haven't been able to track it down. After rebuilding, all
85   jobs finished correctly.
86 - In investigating the duplicated Paths, I found that there
87   were 10,552 of them -- only Path records. After checking the
88   code, I do not see the reason, but I've enhanced the code to
89   print the full path name.
90 - I made a few improvements to tools/dbcheck. Mostly it provides
91   a bit more feedback with verbose mode on when eliminating
92   duplicate filenames or paths.
93 13Jan03
94 - During four simultaneous backups, the File daemon started
95   detecting buffer corruptions. It turns out to be due to the
96   fact that the smartall.c routines were not thread safe. They
97   are now.
98 - Based on input from James MacLean and team, I eliminated a number
99   of places where printf could be recursively called by using "%s".
100 - It turns out that because of an error of my understanding of
101   mysql_escape_string(), the last argument was taken as the length
102   of the string to be escaped rather than the maximum length.  I've
103   now corrected all my code -- Thanks James.
104 12Jan03
105 - George Motter reported problems with UseDurations, and it seems 
106   that there were a number of inconsistencies and problems with
107   FirstWritten and LastWritten.  Hopefully for the most part they
108   are now corrected.  Also fixed LabelDate if done through Console.
109 - Try to chase down reasons why there would be buffer overruns.
110   Added P & V around referencing last_fname for status.
111   Rewrote find_one.c with MEMPOOL, but not yet tested enough
112   to commit.
113 10Jan03
114 - Give extra margin to converting filenames from Unix to Windows
115   in attribs.c of findlib -- dumb cygwin API doesn't provide for
116   a length.
117 - Added file:line traceback to size_of_pool_memory, check... and 
118   realloc  in an attept to get closer to the memory overrun reported
119   by James MacLean.
120 09Jan03
121 - Made yet another fix to quoted string -- paths!  Thanks to
122   Scott Medlock for reporting this.
123 - Made | and < work.
124 - Implemented FIFO reading/writing. To do so, simply explicitly mention
125   the fifo file (named pipe) in the Include AND add the new option
126   readfifo=yes
127 08Jan03
128 - Started implementing | and < on Include names.
129 - Changed source to . in cats directory as requested by
130   Andrew Kokarev.
131
132 =============================================================================
133 2003-01-05 Version 1.28b released
134 - Corrected a typo of working_directory in bacula-dir.conf
135   reported by James MacLean.
136 - Fixed the fact that path and filenames in some cases were not
137   being quoted before going into the database. Many thanks to
138   James MacLean for reporting this.
139
140 =============================================================================
141 2003-01-05 Version 1.28a released
142 - Corrected a missing quote in bacula-dir.conf reported by James MacLean
143
144 =============================================================================
145 2003-01-05 Version 1.28 released
146 General:
147 - Implemented Bare Metal Recovery for Linux and manual procedures for Solaris
148 - Now using only a single technotes file kes-1.28 and will add to
149   it as the development goes on.
150 - Wrote a general purpose bi-directional pipe command. This replaces
151   previous use of pipes as well as the run_program previously used.
152 - Make BSRs stop if no more matches are possible.
153 - Allow unliminted number of devices in Storage daemon.
154 - Allow connections to Storage daemon before all devices are initialized.
155 - Better documentation (and btape test command) on using fixed block
156   tape drivers.
157
158 Changes submitted this submission:
159 04Jan03
160 - Add cygreadline5.dll to Win32 release -- needed for console
161 03Jan03
162 - Add scripts make_catalog_backup and delete_catalog_backup that makes and
163   deletes an ASCII copy of the catalog for backup. An example of how
164   to use it is in the <bacula-src/src/dird/bacula-dir.conf file.
165 - Made a nicer column oriented listing of scheduled jobs for "status dir".
166 02Jan03
167 - Added backup/restore of raw partitions.
168 - Corrected restoration of files in root directory (problem with
169   splitting path from file).
170 01Jan03
171 - Finally decided to cleanup handling of splitting path and filenames
172   in the cats directory. Now the code is in one place sql.c and it
173   is done using Pool memory, so there are no length restrictions.
174 31Dec02
175 - Add start of Solaris bare metal recovery
176 - Add Site Visit usage statistics to Web page
177 - Got Bacula listed on www.backupcentral.com
178 30Dec02
179 - Retest bare metal recovery on Linux 2 times with verify
180 - Cleanup printout of verify differences using proper casting to
181   handle shorts and long longs.
182 29Dec02
183 - Added --enable-client-only to ./configure
184 - Modified --enable-static-sd to work better and documented it.
185 - Fixed Restore options (never,ifnewer, ...). They now work.
186 - Moved the stored.c Resource lock into the allocation thread so
187   that the same thread sets/clears it. This created a problem on
188   FreeBSD.
189 28Dec02
190 - Added more rescue documentation.
191 - Did a spell check of the Bacula doc.
192 - Modified bscan to use the working directory as specified in the
193   configuration file as the default.
194 25Dec02
195 - Fixed an important bug reported by George Motter that caused only
196   the last option on an Include record to be used (all previous options
197   were lost).
198 24Dec02
199 - Chase down some inconsistencies in creating Media records from
200   the Pool defaults, and in updating/creating the Pool from the
201   resource. Also fixed the cats DB routines to include all
202   fileds (VolUseDuration was missing for example).
203 21Dec02
204 - Added building static versions of daemon static-bacula-dir, ...
205 - Fine tuned the rescue (bare metal) code including support for grub.
206 - Added skeleton freebsd rescue
207 - Corrected SQL syntax error in autoprune code (JobType => Type).
208 - Added error messages for SQL errors in autopruning.
209 19Dec02
210 - Documented Bare Metal Recovery
211 - Create new "rescue" directory containg the Bare Metal Recovery code.
212 - Fiddle with SQL a bit for pruning as apparently the last InitCatalog
213   was pruned after the expiration date eventhough it was the ONLY copy!
214   I'm not sure this is fixed yet.
215 18Dec02
216 - Allow Director to pass a NUL where string to FD (fix in FD).
217 - Fix installation mv of query.sql.
218 - Make sure btraceback.gdb is not wiped on "make distclean"
219 - Corrected a bug in mod of replace options pointed out by Dave Anderson.
220 16Dec02
221 - Started adding FileOptions ...
222 - Fixed  and incorrect print out of the number of files restored (Jarif).
223 - Finally fixed EndBlock (and file address for Files) in catalog!
224 - Added hostname to tape header as always planned.
225 - Removed Level code (will not implement unless strong demand exists).
226 - Tweaked bscan to print number of errors ignored before first SOS.
227 - Enhanced btape "fill" to permit using one tape and to dump last
228   block before writing and upon read back.
229 - Make fsf_dev() return 0 on fail and 1 on success.
230 - Use new db_get_job_volume_parameters() to enhance Write Bootstrap to
231   contain more info (start/end file/block, file indexes).
232 - Added --enable-static-fd, sd, and dir to configuration to enable making
233   static versions of the daemons.
234 13Dec02
235 - The btape test program was indicating errors on Adrian's machine
236   using the ATAPI (ide-scsi) tape drive. It turns out that this
237   is a fixed block driver as a consequence, Bacula must be setup
238   to write fixed blocks. btape was not always using the fixed
239   blocks defined in the Bacula config, so that has been updated.
240   It now works fine. A lot of tips added to the Bacula test command 
241   to help guide the user.
242 - Documentation of the above significantly improved in the manual.
243 12Dec02
244 - Added code in watchdog to permit setting and clearing child timers. If
245   the timer expires, the child process is killed.
246 - Modified restore to handle differential jobs.
247 - Added a new test to the btape "test" command
248 09Dec02
249 - More documentation of new features (week position in scheduler, bsr).
250 - Re-read last block written on full tape to verify it.
251 - Fix segmentation fault with btape fill command due to missing FileSet MD5.
252 07Dec02
253 - Created better SQL input editing routines str_to_int64 and str_to_uint64()
254 - Pull Client from database in Console restore command.
255 - Create a Unique list of Volumes to be mounted (previously had repeats).
256 - Made many of the SQL searches better by using the ClientId rather than the name 
257   in the restore Console command.
258 - Modified reading of a tape to include the VolFile info. Once the
259   tape is past the specified file, reading stops.  The BSR now includes
260   both the VolFile and VolBlock. Currently VolBlock is not used.  
261 - Handle multiple volumes better by creating a real volume list with all
262   parameters in it.
263 - Display "At prompt waiting for input" in gnome console when at subcommand   
264   prompt.
265 - Broke ascii to internal and internal to string editing routines out into
266   new lib/edit.c file.
267 02Dec02
268 - Added a readme and an afs-bacula script to the examples directory
269   that permits Bacula to backup an AFS filesystem. Thanks to
270   Lucas Mingarro for the submission.
271 - Added A Sun-desktop autoloader script and Device definition to the
272   examples/devices subdirectory.  Thanks to Lucas Mingarro for the
273   submission.
274 - If the WriteBootStrap fails, the job will now be marked in error.
275 - Added a week position to the scheduler syntax that allows you to
276   specify 1st, 2nd, 3rd, 4th, or 4th, or first, ... fifth as a week
277   position specification in front of a day. So if you say
278
279     1st sun ...
280
281   the scheduler will start only on the first sunday of the month.  The
282   day specification can also be a day range e.g. sun-fri.
283   This code is untested.
284 - Implemented bpipe.h and bpipe.c in src/lib, which defines a bi-directional
285   pipe.  This allows executing other programs and sending them information
286   as well as getting info from them.   
287 - Replaced the previous pipe usage with bpipes in RunBeforeJob and   
288   RunAfterJob.
289 - The mail program now uses bpipes rather than pipes, which means that any
290   error output will appear in the job output (truly bi-directional).
291 - Modified BSR to handle counts and to stop when no more matches are possible.
292   This is untested.
293 - Improved error messages in smtp.
294
295 =============================================================================
296 2002-12-12 Version 1.27d
297 - This is a minor update that fixes a segmentation fault in btape
298   as well as reduces non-important error messages in bscan.
299
300 2002-11-29 Version 1.27c
301 - Yet another silly error duplicating a column name in the SQLite
302   make tables.  No code change, just a make file.
303
304 2002-11-29 Version 1.27b
305 - Set DB version to 5 in DB make files.
306
307 2002-11-28 Version 1.27a
308 - Use g++ instead of gcc for testfind in tools 
309
310 2002-11-27 Version 1.27 (26Nov02) released 28 November 2002
311
312 General: from kes25Nov02
313 - Mostly Cygwin changes
314
315 Changes submitted this submission:
316 - Updated bdb_find.c to have new calling sequence for db_find_job_start_time
317 - dird/catreq.c edit in Volume name in error messages to SD
318 - attribs.c switch to using the cygwin API to convert from POSIX paths
319   to Win32 paths. This now permits Win32 path specifications in Include
320   statements (all combinations not yet tested).  It also avoids the large
321   number of errors seen by Lutz if a Win32 path is specified in the Dir.
322 - Update testfind help and remove set_attribsEx debug code.      
323 - Build testfind as default.
324 - Turn off debug message in stored/askdir.c
325
326 General: from kes21Nov02
327 - Another change in the database. You MUST either re-initialize
328   your database or use the appropriate ./alter_xxx_tables in
329   the src/cats directory.
330
331 Changes submitted this submission:
332 - Additional documentation.
333 - Added MaxVolFiles to the database (not yet implemented in code).
334 - Increased the database version from 3 to 4.
335 - Change VolMaxBytes to MaxVolBytes, which is much more descriptive.
336 - Compressed unnecessary spaces out of a lot of SQL statements.
337 - Changed many %d to %u where unsigned integers are used.
338 - Added the Bacula version and build date to each backup output.
339   This will help knowing what version of Bacula was used.
340 - Implemented VolUseDuration MaxVolBytes, MaxVolFiles, and MaxVolJobs
341   based on maximums set in the Volume (Media) record rather than in the
342   resource. This means the values can be individually set on a Volume basis.
343 - Allow commas separating Include options (this was a subtle bug).
344 - Added maximum string length argments to a number of subroutines to
345   prevent buffer overflows. Most notably was do_prompt().
346 - Replaced MANY occurrences of strcpy() with bstrncpy(), which guarantees
347   both that the length is not exceeded and that the string is properly terminated.
348   This has a risk of a certain destabilization -- as does the changes to
349   the SQL noted above.
350 - In cram-md5 routine use my_name if gethostname() returns an error.
351 - Increase timeout from 2 minutes to 3 minutes in authorization code.
352 - Check the full string including \n in authorization.
353 - Throw away any response longer than MAXSTRING.
354 - Added a number of additional error checks on subroutine return statuses.
355 - Replaced as many lld's with edit_uint64 as I could find.
356 22Nov02:
357 - Added MaxVolBytes to Pool record - had forgotten it. Updated DB version.
358 23Nov02
359 - Update manual to document new Pool/Volume attributes
360 - Correct make_sqlite_tables (typo, plus missing value in Pool)
361 - Fix bizarre behavior in gnome-console and console when auth fails.
362 - Add Pool attribute query
363 - Add a few more error messages in askdir.c
364 - More strcpy() conversions to bstrncpy().
365
366 General: from kes18Nov02
367 - Did a number of cleanups of string copying to limit the length
368   and prevent buffer overflows.
369
370 Changes submitted this submission:
371 - Added a mutex arount the gethostbyname() so that multiple simultaneous
372   jobs get the correct address.
373 - Added the MaxVolJobs to the Media alter tables script for MySQL (forgot it).
374 - Changed arg to db_find_job_start_time to be POOLMEM for returning the string.
375 - Add the new VolUseDuration and MaxVolJobs to all the db_ routines.
376 - Use bstrncpy() in most places in the db_ routines to prevent a bad 
377   database from crashing Bacula (self protection).
378
379 General: from kes13Nov02
380 - You MUST either re-initialize your databases or use the 
381     ./alter_mysql_tables
382   or  
383     ./alter_sqlite_tables
384   in the <bacula-src>/src/cats directory to modify your database tables.
385 - Major improvements to dbcheck including an interactive mode.
386
387 Changes submitted this submission:
388 - Implemented VolumeUseDuration and MaximumVolumeJobs which control
389   when a tape can be marked Used.
390 - New tape status "Used" means it was used and cannot be used any more.
391 - Defined utime_t which is 64 bit epoch time in seconds.  btime_t is
392   64 bit epoch time in microseconds.
393 - Created alter_xxx_tables to add new columns (VolUseDuration, MaxVolJobs) to
394   database. Incremented db version.
395 - Changed a few subroutine names concerning dates to be more descriptive.
396 - Fixed several places where the last filename was not stored in JCR in
397   FD verify_vol.c and restore.c
398 - Major update to dbcheck.  Unfortunately I used subselects, which work
399   perfectly fine in SQLite, but not at all in MySQL.  I must now rework
400   it for MySQL. What a pain!
401 - Removed "Database found" from configure output. It was no longer used or valid.
402 - Corrected doc --working-dir => --with-working-dir  Thanks to Tuck for 
403   reporting this.
404 - Added the database name to the error message for mismatched DB version.
405 - Commented out GMP and CWEB from configure as they are not currently used.
406
407 General: from kes09Nov02
408 - Converted the manual over to a new format written in wml. This
409   gives navigation buttons on the top and bottom of each page
410   as well as a standard page size.
411 - Updated the main Web site, providing a menu bar to the left
412   and much better organization and presentation of the information.
413 - Added code to recognize a Volume written with a larger block
414   size than specified. The code automatically adjusts. 
415
416 Changes submitted this submission:
417 - Created a new scripts directory and moved most of the scripts
418   previously in the main directory there. This cleans things up
419   quite a bit.
420 - Moved the randpass stuff into autoconf.
421 - ensure that the generic make_bacula_tables and drop_bacula_tables
422   are installed.
423 - Added code to filed to allow it to be run from inetd.  Just add the
424   -i option.  I have not tested it.
425
426 General: from kes30Oct02
427 - Alex found a problem with GZIP compression -- fixed.
428 - bacula stript fixes.
429 - Segment fault in Director fixed.
430 - Added openbsd to platforms
431
432 Changes submitted this submission:
433 - GZIP compression was broken for large files due to a variable that
434   is changed during the compression. This was relatively easy to fix.
435   However, there were a number of fixes required to make GZIP and SPARSE
436   files work together. Found one more place in bextract where SPARSE_GZIP
437   testing was missing.
438 - During testing of the above, I ran into the restore problem of multiple
439   FileSet records. Fixed by including the FileSetId and the MD5 on the
440   selection string, then always using the FileSetId. It is a bit
441   confusing for the user, but ...
442 - Francis found a problem with bacula.in (fixed - thanks)
443 - I found another problem with bacula.in, so now it REALLY should work
444   on most systems.
445 - Added the Replace options code for restores. Not tested.
446 - Fixed an ugly stack overrun bug in reading the config file
447   that has been in for a long time.  I found this in testing on FreeBSD
448   where the Director seg faulted.
449
450 General: from kes29Oct02
451 - Major change to the bnet communications routines.
452
453 Changes submitted this submission:
454 - Modified the bacula script to use pid files, so this script should
455   now work on more platforms.  Updated devel_bacula as well.
456 - Added the full GNU hostname on the configuration print output.
457 - Added gettimeofday() to configure, and tweaked a few variables for
458   OpenBSD.
459 - Added a chapter to the manual on Porting Bacula to other platforms.
460 - Documented in Tips how to use the WriteBootstrap record.
461 - Modified bc_types.h to error if 64 bit types are not found.
462 - Pass replace option for restore to the FD (no code to use it yet).
463 - Modify the FD to pass back the GNU OS string as well as the DISTNAME
464   and DISTVER. This needs to be put in the Client record in the catalog.
465 - Major reworking of the bnet routines to eliminate the zero length which
466   previously indicated a signal. This risks to create some subtle communications
467   bugs.  The changes now permit blank lines to be sent from the user to the
468   Director.
469 - Found and corrected a few more places where the Win32 attributes were not
470   being recognized.
471 - Permit spaces in the Where string (restore) by bashing/unbashing them.
472 - Handle quotes correctly in the Console program (actually Dir ua code).
473   Previously they were not handled in the middle of a string.
474 - Corrected two error message (error reading file), which previously stated
475   it was a network error.
476 - Reworked the files in the binary Windows release. Removed unused programs 
477   and added a README with the copyright as suggested by John. Also added
478   console.exe to the release.
479 - Found and corrected an autoloader mount problem where the wrong tape
480   was specified.  Previously it looped, then gave up.  Now it correctly
481   detects the volume is not correct and zaps the Slot in the catalog.
482
483 General: from kes23Oct02
484 - I have mainly worked on getting all the details of a Restore
485   to work correctly (new tape format, support for Win32 
486   attributes, ...)
487 - Trademarked name Bacula.
488 - Implement Bacula tape format 11 (1.0 Immortal). This format
489   will be maintained forever.
490 - Accept Any Volume is yes by default. This modifies Bacula's behavior
491   when writing tapes.
492
493 Changes submitted this submission:
494 - Corrected a bug on FreeBSD where CFLAGS would get a "yes". I was
495   unable to reproduce this, but a user confirmed the correction.
496   It was a problem with detection of largefile support, which FreeBSD 
497   has by default.
498 - Added a new "license" chapter in the manual. Re-licensed a number of
499   library routines (bnet.c, hmac.c md5.c, cram-md5, ...) with LGPL so that they
500   can be used in proprietary software to access Bacula if so desired.
501 - Move Director's AutoChanger doc to correct location (in Storage      
502   resource). 
503 - Document why trademark (to protect compatibility).
504 - Implement and turned on Bacula tape format 11 (also BB02). This
505   format moves the VolSessionId and VolSessionTime from each record 
506   header into the Block header. This is MUCH more efficient when reading
507   records as now whole blocks can be skipped.   
508   Also added JobStatus in End Of Session record, and added MD5 for
509   FileSet, which is necessary to insure uniqueness.
510 - Implement a new Bacula time format for btime_t. It is Epoch time
511   in microseconds (i.e. base 1 Jan 1970 in microseconds).
512   This replaces previous floating point times.
513 - Added Win32 extended attributes. In doing so, I moved all attribute
514   handling from src/lib into src/findlib.  Added new streams for 
515   Win32 attributes and for GZIP Win32 attributes.
516 - Modified "Accept Any Volume" so that it really permits any volume
517   in the pool to be mounted.  
518 - Removed "Mount Anonymous Volumes" from Storage daemon config.
519 - Implemented sparse files. You must add "sparse=yes" on the include line
520   for it to be enabled.
521 - Print "None" in backup summary rather than 0.0% if there is no compression
522   enabled.
523 - Improved error checking in daemon connection/authentication code to prevent
524   garbage data from harming a Bacula daemon.
525 - All daemon tools MUST have a config file.
526 - Completely strip drive specification on Win32 if a Where prefix is specified.
527 - Corrected DB info for writing to files. Now the File Address is stored
528   in File-Block variables in the catalog.
529 - All Storage daemon tools now use common code for acquiring/reading
530   Volumes.
531 - If a device is unmounted, report it even if the device is not open. This
532   will help inform users who have BLOCKED Bacula by unmounting a drive.
533
534
535 =============================================================================
536 2002-10-12 Version 1.26 (10Oct02)
537 General: from kes10Oct02
538 - Changed Job name conventions to avoid : which is an illegal
539   character on Windows.
540
541 Changes submitted this submission:
542 - Added check for inet_pton to configure.in. If it does not
543   exist (e.g. Windows) use inet_aton
544 - Documentation on GZIP.
545 - Another restore doc example.
546 - Documented btape fill command.
547 - Set default restore directory from /tmp to /tmp/bacula-restores
548 - Add additional no find error messages to sql_get.c
549 - Creating a bootstrap file on Windows failed because the Job name
550   contained colons which are illegal on Windows. Replaced the
551   colons with periods.  This corrects the Windows restore problem.
552 - Print number of files to be restored in "restore" command.
553 - On Windows systems, if there is a prefix, completely eliminate
554   any drive: at the beginning of a path.
555 - Minor corrections to the tree routines to handle Windows
556   files such as c:/ better. Previously it insisted on /c:/, which
557   would then not be found in the catalog for a "dir" command.
558 - Modified cd command in restore to try /c: if c: fails.
559 - Add a new S_ISWIN32 bit to the st_mode word so that low level
560   routines that create files do not print error messages.
561 - More work must be done to restore all Windows files correctly.
562   Currently the following bits are not handled:
563     Archive
564     Hidden
565     System 
566   Also, all the dates are not properly restored.
567
568 General: from kes09Oct02
569 - More documentation.
570 - Implemented new fill command in btape that permits filling
571   a tape and then reading it back to ensure that it works
572   with Bacula.
573
574 Changes submitted this submission:
575 - Added ReadBytes to JCR, which contains Job bytes read by
576   FD, JobBytes contains compressed output of FD.
577 - Modified FD to pass back JobStatus, ReadBytes, JobBytes, ...
578   for backup jobs.  This is upward compatible.
579 - Modified backup termination status report to contain the
580   compression ratio 100 * (1 - compressed-bytes/uncompressed-bytes)
581   This will always be zero if no software compression was
582   done, or if you are using a version 1.25 or older FD.
583 - Pickup Job termination status of FD in backup, so now
584   the termination status represents the state of all three
585   daemons.
586 - Implemented new fill command in btape that permits filling
587   a tape and then reading it back to ensure that it works
588   with Bacula.
589
590 General: From kes06Oct02
591 - Implemented first major cut of bscan -- program to scan a tape
592   and recreate a Bacula catalog.
593 - Fixed lseek() relative negative seek that prevented writing multiple
594   jobs to a File volume.
595 - Implemented BB02 tape format -- currently turned off for writing.
596
597 Changes submitted this submission:
598 - Updated README
599 - Implemented new BB02 tape format, which moves the VolSessionId and
600   VolSessionTime from the record headers into the Block header.  It
601   is currently turned off.
602 - Implemented new btime time/date format on the tape. This is currently
603   turned off.
604 - Added JobStatus to EOS tape label. This is currently turned off.
605 - Changed start_block, ... to StartBlock in JCR for uniformity.
606 - Print a message telling which tables were dropped/made with  
607   ./drop_bacula_tables.
608 - Return JobType and JobLevel in db_get_job_record().
609 - Implemented get_current_btime(), which returns btime_t.
610 - Bump debug message max size to 2000 bytes.
611 - Add btime_t serial/unserial routines.
612 - Rework all tape label routines to integrate btime and other
613   label format changes (currently turned off -- for writing).
614 - Fix lseek() to always be positive -- block.c
615 - Consolidate record, block, and label major #defines in block.h.
616 - Major implementation of bscan. Some more minor tweaking will be
617   necessary.  E.g. add multiple records for multiple simultaneous
618   Jobs.
619 - Cleanup lseek() to always use off_t as second argument.
620 - Add new "created" tape label (EOT_LABEL). This generates a callback
621   to the read_records() routine when the final end of all tapes is
622   reached allowing proper termination and updating of the media records.
623
624 General: From kes25Sep02
625 - Added means to bind servers to specific address.
626 - Documentation
627
628 Changes submitted this submission:
629 - Added DirAddress, FDAddress, and SDAddress records to the corresponding
630   resources that allow the server to bind to a specific address 
631   rather than any address.  This security improvement was suggested by
632   a user -- thank you.
633 - Eliminated deprecated "Address" record from all sample Storage resources.
634 - Made quite a lot of improvements to the bscan program. Much more
635   to do. Aside from details, it is able to recreate a database
636   from which you can do a restore.
637 - The s option is not accepted on all versions of ar, so replaced it
638   by an explicit ranlib call.
639 - Fixed a bug that caused the Director to crash if you rudely bring
640   down the console program in the middle of an SQL command.
641 - Fixed a bug (missing break) that caused scheduled Admin jobs to
642   be listed as "Unknown type".
643 - Removed old code from Storage daemon that used a separate FD port.
644
645 General:  From kes14Sep02
646 - Better key generation on non OpenSSL systems.
647 - 64 bit file address support if available.
648 - Implement autochanger for reading
649 - Lots of cleanup of tape reading code.
650 - Automatically create all Pool resources when Bacula starts.
651 - Implement bscan.c
652 - Implement autochanger use via the Console commands "add" and "label"
653 - Begin implementation of a regression script 
654 - Write bootstrap after ever job
655
656 Changes submitted this submission:
657 - After noticing that the non OpenSSL random key generator was
658   not good on Solaris, John wrote a very nice randpass generator.
659 - Integrated John's makeSessionKey for generating the FD->SD
660   authorization.
661 - Statically link tools (doesn't work on Solaris).
662 - Document how to debug Bacula (new chapter in the manual)
663 - Remove unneeded printing of error message in sql_get.c
664 - Free SD description config record (previous oversight)
665 - Bash spaces when sending Director names, and unbash them when 
666   received.
667 - Ensure no divide by zero in rate computation in backup.c
668 - Implement WriteBootstrap in backup.c
669 - Allow tape reading to request volume information for any
670   volume.
671 - Create all Pool resources at startup.
672 - Show only Backup jobs in Restore listing of last 20 Jobs.
673 - Handle 64 bit stat packets in restore.
674 - Don't do shell expansion on store_dir in config if string 
675   starts with |.  This is used for piping the program for the
676   WriteBootstrap.
677 - Ignore SIGHUP -- DéjàGnu was triggering this. 
678 - Implement autochanger for reading, many changes to 
679   acquire_device_for_read()
680 - Implement callback for reading Volume. Implement in bextract,
681   bls, and bscan.
682 - Implement bscan
683 - Add count to bsr.
684 - Fix Volume in bsr.
685 - Move autochanger code to new subroutine in mount.c
686
687 =============================================================================
688 2002-09-05 Version 1.25a (05Sep02) Released
689 - Fix unitialized stack variable in bextract so it
690   will always read the currently mounted tape.
691
692 =============================================================================
693 2002-09-04 Version 1.25 (01Sep02) Released
694   General:
695 - Added .cvsignore files in each directory to cut down on the
696   CVS output when scanning directories and finding Makefiles
697   and such which are not part of the CVS tree.
698
699   Changes submitted this submission:
700 - Cleaned up a lot of the error messages in Verify, including
701   indenting.
702 - Had to remove some of the "automatic" error message printing
703   in the DB because they are in fact things that come up 
704   for Verify but not really errors.
705
706
707   2002-08-30 Version 1.25 (30Aug02) Beta
708   From kes30Aug02
709 - Fixed a bug where only the first file was restored if
710   it is hard linked. The other links were lost.
711 - In some cases of restoring to alternate directories, softlinks
712   were not properly restored.
713
714   From kes28Aug02
715   General:
716 - Bacula backups now run up to 12 times faster than version 1.24
717 - Bacula can run multiple simultaneous Jobs.
718 - Had to turn off TRANSACTIONS in SQLite because it doesn't work
719   with multiple simultaneous jobs (I'm working on this).
720 - Added a better Job printout for Restore Jobs.
721 - Added a save/restore Rate to backup and restore jobs. This
722   does not yet subtract out operator wait time so it will be
723   underestimated it the Job waits on the tape (mount/label).
724 - Fixed a major bug caused by free()ing a buffer twice in
725   the Restore code. This made the SD more or less useless after
726   any restore Job. Arrggg!
727 - DIR - SD protocol changed, both must be updated at the same time.
728 - DIR - FD protocol changed in upward compatible way. Upgrade of   
729   FD not required, but recommended.
730
731   Changes submitted this submission:
732 - Added bell to "make" when errors are detected.
733 - Changed default compile option from -g to -g -O2
734 - Additional documentation as usual -- much based on questions or
735   feedback from users. Thanks.
736 - Fixed example config files to use new syntax and to have a 
737   Restore Job.
738 - Define ETIME to ETIMEOUT for Irix
739 - Added JCR filed to DB structure permitting direct printing error
740   messages from within the Database subroutines.
741   Some error messages may be printed twice as a consequence.
742   When I see them or someone reports them, I will remove the double.
743 - Added JCR to the bsock structure. This allows direct printing
744   of network errors from within the network code.
745 - Made most "trivial" debug messages have level 100 or greater. This
746   allows for easier debugging of new code using the range below 100.
747 - Began replacing all Emsg() with Jmsg() using a NULL as the JCR in    
748   Jmsg() is the same as Emsg().
749 - Fixed several crashes in the Director because of malformed config files.
750 - Added SpoolAttributes to Job resource.
751 - Pass CatalogFiles to SD. If set to no, the attributes are dropped 
752   within the SD rather than being sent to the DIR.
753 - Cleaned up a number of information/error messages in user interface.
754   This includes eliminating the "pretty please" response in favor of
755   "yes/no" to delete volumes and pools.
756 - Cleaned up quite a number of uninitialized variables reported when going
757   to -O2, most were harmless, but a couple could cause problems.
758 - The cd command in restore was not working correctly (it didn't allow some
759   legal cds).
760 - Fixed a segmentation violation in the directory tree handling code in 
761   the restore command.
762 - Handle a few error conditions in the restore command better.
763 - Permit "Where" to be set to nul in modification of a run command.
764 - Clarified the error message for Verify if an InitCatalog has not previously
765   been done -- thanks Chuck.
766 - Add MaximumConcurrentJobs to FD.
767 - Added code to mem_pool to die if a buffer is released twice.
768 - Lots of work done on SD for multiple simultaneous jobs. Split device.c
769   into device.c, mount.c and acquire.c
770 - Started writing new lock code for SD, but may back it out -- needs more
771   thought. Current code works, but is too complicated. Maybe can simplify it.
772 - Cleaned up the SD tools code quite a bit. Added bootstrap to all tools.
773 - Ensure that tape session labels are not split across two blocks. This makes
774   reading them back much easier.
775 - Fixed another restore bug concerning tape labels on multi-volume saves.
776
777 =============================================================================
778 2002-08-14 Version 1.24
779   From kes12Aug02
780 - Made a new tools directory.
781 - Moved smtp into the tools directory.
782 - Created a dbcheck program in the tools directory that
783   checks for certain database errors and if requested fixes them.
784 - Put the database link flags on DB_LIBS so that it now only is
785   on binaries that actually need it.
786 - Document dbcheck and testfind programs.
787 - Move testfind to tools directory.
788 - Check for FileSet after getting Client name in Restore command.
789   Modify all necessary SQL commands to accept FileSetId.
790 - Add a db_get_fileset_record in cats directory.
791 - Correct list last 20 files concatenation to be MySQL 
792   dependent. They aren't SQL standard. Use SQL standard || for
793   other SQL programs.
794 - Modify dir command in file selection to produce a long form
795   listing of the file/directory name.
796 - Add platforms/irix/*.in files to CVS
797 - Make Console command scanner accept quoted value fields.
798 - If after selecting Client to restore, there are multiple
799   FileSets, ask user to select one.
800 - After obtaining JobIds for restore, ensure that there is only
801   one MediaType, and select a Storage resource to be used.
802
803   From kes11Aug02
804 - Made restore actually work.
805 - Made console and gconsole be configured (requested by Chuck)
806 - Updated kernstodo
807 - changed fs in Job record to fileset for clarity
808 - The console run command was not properly picking up the command
809   line arguments.  Fixed!
810 - Changed add/remove/rm to mark/unmark
811 - Volume keyword VolumeName was wrong, changed to Volume (in restore bsr).
812 - Pass jcr to parse_bsr, and if non-NULL, it will output error messages
813   to Job stream rather than Emsg.
814 - Modified lexical scanner to include caller context so that jcr can
815   be stored in lex context allowing error messages to be properly 
816   routed.
817 - Renamed the Job message chain to be jcr_msgs. This eliminated the      
818   previous confusion with the default value, now named jcr->messages.
819 - Implemented multi-volume bsr records.    
820 - Implemented pm_strcat() and pm_strcpy() to cat/add to memory pool
821   buffers in same way as strcat/strcpy, but expanding buffer.
822 - Modified db_get_volume_names to handle arbitrarily long Volume list.
823
824   From kes07Aug02
825 - If the Console program terminated during the printing of messages,
826   the message file was left locked. This was corrected by using the
827   new read-write lock code.  
828 - Implemented Pw() and Vw() for obtaining and releasing a write lock
829   using the rwl_xxx routines.
830 - Deleted some old pthread_mutex code from mysql.c
831 - In making the Irix port, I previously corrected the base64 routine so 
832   they were not sensitive to the machine definition of char. This made
833   them incompatible with previous versions invalidating MD5 signatures
834   which are in base64 format. I have now corrected this, making the
835   routines compatible with the previous version but also insensitive
836   to the default definition of char.
837 - Removed some unnecessary NPRT() usage in signal.c (pointed out by
838   the Irix compiler).
839 - Add back BNET_NONO for compatibility with older File daemons.
840 - Implement runing a restore Job in the restore command.
841 - Make installation of query.sql unconditional. To prevent you own file
842   from being overwritten, give it a different name.
843 - Made parse_command_args() in ua take command from ua->cmd, this
844   simplifies it and allows usage in other places -- e.g. building
845   arguments for created run command in restore.
846 - Cleaned the naming of s_full_ctx to be s_jobids.
847 - Write the bsr created in restore to "working-directory"/restore.bsr
848 - Fix bugs in command line scanner in run command -- also some misplaced
849   breaks!
850 - Eliminate static cmd in ua_server.c
851 - Eliminate segmentation fault when using the Run command in the
852   Console -- forgot to init_msgs().
853
854   From kes06Aug02
855 - Did a good amount of documentation.
856 - Added sql_cmds.c to CVS, forgot, pointed out by Chuck.
857 - Added new platforms/irix directory to CVS
858 - Turn off transaction debug code in sql.c
859 - Reworked the scheduler so that it handles the same Job starting
860   twice in the same hour. Previously it took one or the other.
861 - Tightened up the "slop" in the timings that I programmed to ensure
862   that the same job isn't run twice or that no job was missed.
863 - Increase the sleep time.
864 - Used job_type_to_str() in status so that Admin jobs are correctly reported.
865 - Add internationalization message chars to a number of routines
866   in util.c
867 - Make the watchdog timer clear the mutex when it exits.
868 - Some tweaks to the Restore command. It needs fixing when a Job spans
869   two or more volumes.
870
871   From kes05Aug02
872 - Initial cut at adding Irix File daemon support.
873 - Lots of work on the restore command.
874 - Take a stab at eliminating the "broken pipe message"
875   when the console program prematurely terminates.
876 - Reimplemented transactions for SQLite by keeping
877   them all in the same thread.
878 - quit in the Console program now waits for Bacula to
879   quit. To immediately quit, you must enter .quit
880 - Eliminated BNET_EOF -- this COULD have some negative consequences
881   on interdaemon communications.
882 - Define Job termination status for Admin jobs.
883 - Write new bstrncpy() function that guarantees that strcpy is
884   properly terminated.
885 - Fixed command input in ua_input.c to accept quoted items as a
886   single field. 
887
888   From kes01Aug02
889 - The changes that added indexes to the SQLite database were
890   lost -- thanks to Chuck for pointing this out. Redone.
891 - Fixed a problem quoting strings in SQLite. This showed up
892   as database errors with files containing ' or " in the filename.
893 - Implemente restore command -- still in progress.
894 - Added indexes to all fields in SQLite that exist in MySQL.
895 - Moved unused immortal files from src/lib to src/immortal.
896   This will permit splitting depkgs.
897 - Started work on adding embedded MySQL. Cannot get the tables
898   to work for the moment. Please don't try to use this option.
899 - Convert to using single quotes for enclosing all strings.
900 - Implement correct quoting algorithm for SQLite strings.
901   Is dequoting needed?
902 - Started centralizing SQL statments in the Director in sql_cmds.c
903 - Changed a number of M_ABORTs to M_ERROR_TERM so that program terminates
904   but does not produce a dump.
905 - Allow wild-card matches in bsr for Client name, and Job.
906 - Change OflineOnUnmount=no as default.
907 - Fixed improper printing of filenames containing a space in bls.c
908   Thanks to Carlos for reporting this.
909
910 ===========================================================================
911 2002-07-26 Release 1.23a
912 - Fix segmentation fault is FD status.
913 - Turn off TRANSACTIONs for SQLite.                        
914
915 ===========================================================================
916 2002-07-23 Release 1.23
917   From kes22Jul02
918 - Updated Bacula to handle some minor differences in MySQL 4.0.2
919   (still works with older MySQLs).
920 - Updated MySQL documentation to correct some minor errors.
921 - Added kernstodo to CVS
922 - Fixed create_mysql_database, which I recently accidently broke.
923 - Disallow zero length volume names in Console program.
924 - Create alter_mysql_tables and alter_sqlite_tables for conversion
925   from 1.22 table format to 1.23 table format.
926
927   From kes20Jul02
928 - Investigation of SQLite performace problems reported by Chuck.
929 - Updated ChangeLog
930 - Updated README
931 - made root@localhost the default email address because many smtp
932   servers reject root but accept root@localhost
933 - Added an autochangers chapter to the manual.
934 - Documented most of the new features in 1.23
935 - Modified the SQLite interface code to start a transaction at the
936   beginning of a job and commit it at the end of the job. It
937   also commits it after 10000 changes. Hopefully this will
938   improve performance.
939 - Set the default cache pages from 2000 to 10000 for SQLite (i.e.
940   about 15Megs of memory) hoping to improve performance.
941 - Terminate last filename referenced in FD prior to copy to
942   avoid race problem with multiple threads and no locking.
943 - Enhanced the status output to include the JobType                
944 - Print an error message if the email program terminates in error.
945 - If your machine has an MTUNLOCK, do it before doing an OFFLINE to
946   ensure that the door is unlocked.
947 - Added code to stored/append.c to spool attributes. This is in
948   a testing stage and must be explicitly enabled.
949 - Added a no_attributes variable to stored/append.c that prevents
950   the attributes from being sent to the Director. As yet, no way
951   to turn it on.
952 - Modified SQLite code so that after 10000 updates any transaction
953   is committed, then restarted. This keeps it from using too much
954   memory.
955 - Set the default cache size to 10000 pages (previously 2000).
956 - Fixed a segmentation fault on Sun due to no default value for
957   the JobStatus.
958 - Added the same indexes to SQLite that I exist in MySQL. This
959   VASTLY reduces CPU usage for lots of inserts.
960 - Added spooling to bnet_send().
961
962   From kes18Jul02
963 - The following two changes were prompted by questions/suggestions
964   from A Morgan.
965 - If you have "AlwaysOpen = no" in your SD Device
966   resource, Bacula will free() the drive when it
967   is finished with the Job.
968 - If you have "Offline On Unmount = yes", in your
969   SD Device resource, Bacula will offline (or eject)
970   the tape prior to freeing it.
971 - Added Maximum Open Wait to allow open() to wait if drive is busy.
972 - Added RunBeforeJob and RunAfterJob records to Job records.
973   This permits running an external program with the following editing
974   codes:
975     %% = %
976     %c = Client's name
977     %d = Director's name
978     %i = JobId
979     %e = Job Exit
980     %j = Job
981     %l = Job Level
982     %n = Job name
983     %t = Job type
984
985   From kes17Jul02
986 - Added autochanger support to devices.c
987 - Allow user to change Slot in the Volume record.
988 - Implemented code in lib to run an external program
989   (tape changer)
990 - Implemented a changer script for mtx.
991 - Currently the changer commands used are:  
992     loaded -- returns number of slot loaded or 0
993     load   -- loads a specified slot
994     unload -- unloads the device (returns casette to slot)
995 - Other changer commands defined but not yet used:
996     list   -- returns list of slots containing a cassette
997     slots  -- returns total number of slots 
998 - Implemented ChangerCommand, specified in the SD Device
999   resource, permits editing of:
1000       %% = %
1001       %a = archive device name
1002       %c = changer device name
1003       %f = Client's name
1004       %j = Job name
1005       %o = command
1006       %s = Slot base 0
1007       %S = Slot base 1
1008       %v = Volume name
1009 - Implemented MaximumChangerWait default 120 seconds. It is 
1010   specified in the SD Device resource.
1011
1012   From kes15Jul02
1013 - Moved techlogs from main directory to be subdirectory of doc
1014 - Added code for strerror_r, and detection of gethostbyname_r().
1015 - The protocol between the Director and the SD has changed.
1016 - Major rework of SD tape mounting to prepare for Changer commands.
1017 - Separated Update Media record and Create JobMedia record. These
1018   are done from the SD by calling the Director. Need separate Create
1019   JobMedia so that when a Job spans a volume, all other Jobs writing
1020   the same volume will also have JobMedia records created.
1021 - Added message to user indicating selection aborted if he enters .
1022   to a Console selection request.
1023 - Create a jobstatus_to_ascii() routine for use in status commands.
1024   This makes a single routine from three separate pieces of code.
1025   Updated the code to properly handle more (all) termination statuses.
1026 - Tried to fix the gnome-console to handle history a bit better. There
1027   are still some problems with focus not being properly set to the edit
1028   box after history replacement.
1029 - Removed the shutdown() from bnet_close() hoping to fix Console termination
1030   errors that are occassionally seen -- no luck.
1031 - Moved add_str() to lib/util and renamed it add_str_to_pool_mem() so that
1032   it can be used to edit Job termination codes and Changer command codes.
1033 - Reworked how the SD mounts tapes (in device.c) so that control passes through
1034   only a single routine. The logic is much simpler than previously, and now
1035   adding AutoChanger code is straight forward.
1036 - Made SD tape mounting much more fault tolerant -- more cases retry instead
1037   of terminating the Job.
1038 - Wrote code to edit_device_codes() for Changer commands. Not yet fully     
1039   implemented.
1040 - Added a ChangerDevice directive to the Device resource. Still need to add
1041   ChangerCommand.
1042
1043   From kes07Jul02
1044 - This documents what I did while on vacation. 
1045 - A fair amount of documentation.
1046 - Implemented Verify Volume to Catalog (needs renaming)
1047 - Modified the database to include new MarkId field as
1048   well as Counters. Database level is incremented from 1 to  2.
1049 - Added first cut of managing autochangers by implementing Slot in DB.
1050 - Fixed a good number of M_ERROR messages to be M_FATAL where appropriate.
1051   Also converted a number of Emsg() to Jmsg() permitting better Job error
1052   messages.
1053 - First cut at implementing a general packet passing mechanism for bsock
1054   to replace printf and sscanf for passing data.     
1055 - Made make_xxx_tables and drop_xxx_tables and create_xxx_database
1056   for bdb as well as sqlite. With this each database has the
1057   same set of scripts (with the exception that MySQL has grant_privileges).
1058 - Modified Makefile to only install the database scripts for the
1059   database that you are using.
1060 - Updated the pdf script to include all the html files.
1061 - Did quite a lot of documentation.
1062 - Made Bacula compile correctly with DEBUG turned off.
1063 - Implemented Pmsg() macros that permit using the debug print
1064   routines even with DEBUG off.
1065 - Updated job_cancelled() macro to handle JS_FatalError.
1066 - Changed db_find_last_full_verify() to db_find_last_jobid(). This
1067   permits working with Verify Volume to Catalog.
1068 - Removed TRANSACTION code from incrementing NextId for SQLite. 
1069 - Implemented quick and dirty (not fully functional code) so that
1070   console program does not die if ctl-Z is entered. 
1071 - Cleaned up backup.c a bit adding a bail_out goto to ensure proper
1072   handling of errors with minimum code.
1073 - Added passing Slot back and forth to Storage daemon with Volume info.
1074 - Implemented Slot in Media record in DB.
1075 - Implemented first cut of Counter resource in dird_conf.c. A counter
1076   resource is part of the Pool resource.
1077 - Implemented necessary database record. However, the resource doesn't
1078   yet create a DB record.
1079 - Implemented onefs (One File System) and recurse options on Include
1080   resource.
1081 - Implemented autopruning of Verify and Restore Jobs.
1082 - Did a better job of calculating thread_concurrency() for Sun systems.
1083   This permits better multi-threading allowing all the threads to run
1084   at the same time.
1085 - Implemented a wait_for_storage_daemon_termination(), which is used by
1086   backup and verify volume.
1087 - Clarified a number of UA prompts, and add feedback where certain commands
1088   completed but printed nothing. (More work to be done here).
1089 - Added a pile of new code to implement Verify Volume to Catalog. It is sort
1090   of a hybrid of "restore" and "verify" in that it actually reads the tape,
1091   then compares it to the catalog.  Need Verify Volume to Client.
1092 - Added a good number of checks for job_cancelled() this should permit
1093   quicker and more reliable cancelling of jobs.
1094 - Fixed one bug in restore where I used ofile instead of lname, which means
1095   that if the lname was too long, the memory was not properly reallocated.
1096 - Cleaned up find_one.c in findlib quite a bit.
1097 - Link smtp static so that it works even if the libraries are messed up.
1098 - If mail host is not found, retry with local host in smtp.
1099 - Added slot and stream to the bootstrap record processing.
1100 - Do offline on tape cartrige for unmount command. This can be turned off
1101   by the user in the config file. OffLineOnUnmount in Device resource.
1102 - Implemented AutoChanger = yes/no in Device resource.
1103
1104 ===========================================================================
1105 2002-07-07 Release 1.22
1106 - All the basic Restore code to handle the boostrap file is
1107   now implemented with the exception of the Console Restore command.
1108 - Retained compatibility with previous Restore providing no 
1109   bootstrap file is specified. However, the old code (JobId based)
1110   will go away in a future release.
1111 - Fixed a number of segmentation faults in the Console program due
1112   to printing of NULL pointers -- thanks to Chuck and his Sun for
1113   finding and reporting them -- mostly in ua_output.c.
1114
1115   From kes25Jun02
1116 - Null pointers now are printed as *None* if NPRT() is used.
1117 - At the request of Phil, all resources are now chained in in the
1118   order they appear in the config file.
1119 - Implement Bootstrap record in the Director's config file, which
1120   allows you to specify a predefined bootstrap file for Restore Jobs.
1121 - Allow Bootstrap on the Restore record. This is deprecated.
1122 - Implemented code to pass the Bootstrap file, if defined, to the
1123   File daemon, then from the File daemon to the Storage daemon.
1124 - Added ability to set Bootstrap file in the Console when running a Restore.
1125 - Allow scan_error() routine to be passed to lex_open_file(). This permits
1126   using lex in the Storage daemon without worrying that it will ABORT on
1127   a syntax error.  More work is needed to direct the error messages correctly.
1128 - Improved error messages a bit when config syntax errors are found.
1129 - Tested and corrected some errors in match_bsr.c
1130 - Removed askdir.c from bls and bextract by defining dummy entry points.
1131 - bextract now has bootstrap pretty well integrated.
1132 - Changed bextract ABORTs into FATAL and exit(1) or ERROR_TERMINATE.
1133   More user friendly.
1134 - Eliminated at least one lld and replaced it by edit_uint64() 
1135 - Eliminated a few more _PROTO()s.
1136 - Corrected a problem with the SQL for in query.sql for 
1137   Listing Volumes to Restore All Files
1138
1139   From kes22Jun02
1140 - Additional documentation.
1141 - Reduce the time the jcr mutex is locked in lib/jcr.c
1142 - More null pointer printing fixes in lib/parse_conf.c (debug output only).
1143 - Added daemon filename to Kaboom message so I know what daemon died.
1144 - Fix big bad bug introduced in watchdog.c last update that caused
1145   a segmentation violation (forgot to check for NULL pointer).
1146 - Add a bit more info to bad returns from Stored when starting
1147   a job fails.
1148
1149   From kes21Jun02
1150 - Fixed scan_to_eol
1151 - Fixed backup scanning forgot one T_STRING -> T_UNQUOTED_STRING
1152 - changed all rwlock_t to brwlock_t to avoid conflicts with
1153   Solaris library.
1154 - Added NPRT() macro to allow printing of NULL pointers, which
1155   segment fault on Solaris.
1156 - Cast printing of pid_t to int for Solaris compiler.
1157
1158   From kes20Jun02
1159 - Added expect argment to lex_get_token().
1160 - Added tree.c and tree.h to lib directory.
1161
1162   From kes19Jun02
1163 - Improvements to the bootstrap compiler
1164 - Implemented first cut of bootstrap code in the Storage daemon
1165 - Modified the authentication code to be more explicit during 
1166   failures.
1167 - Added a few more debug message numbers with more arguments (Dmsg10, ...)
1168 - Added more and more precise error messages when authentication fails.
1169 - Implemented new "expect" codes in the lexical scanner that allows
1170   the caller to specify what he wants.                   
1171 - Added integer, positive integer, 64 bit integer, and integer ranges,
1172   and name scanning to lex.
1173 - Implemented new lex code in parse_conf.c, this reduces significantly
1174   the code.
1175 - Hopefully fixed a watchdog race bug that caused the watchdog to time
1176   out a line after 1 hour rather than 6 days.
1177
1178   From kes15Jun02
1179 - Implemented a Bootstrap file parser and matcher.
1180 - Implemented first cut of bootstrap code in bextract  
1181 - Started clarifying different termination codes.
1182 - Added M_ERROR_TERM to immediately terminate the daemon -- no dump.
1183   Also changed a few termination codes as appropriate.
1184 - Fixed create_jobmedia_record() to include all the fields such as
1185   StartFile/EndFile, StartBlock/EndBlock.
1186 - Print user friendly message when query mode ends.
1187 - Fixed ls style print routines (bextract, bls, restore) to check
1188   buffer size, to print the link if any, and to used edit_uint64()
1189   instead of %lld.
1190 - Moved scan_to_eol() and s_err() to lex.c to avoid dragging in 
1191   parse_conf.c for new bsr scanning code.
1192 - New files: bsr.h, parse_bsr.c and match_bsr.c. parse_bsr.c parses
1193   a Bootstrap file, and match_bsr.c matches a bsr against a tape.
1194 - use strcasecmp() in several places instead of lcase().
1195 - Add first cut of bootstrap to bextract.
1196 - Added File Size limit -- writes EOF after limit exeeded.
1197
1198 ===========================================================================
1199 2002-06-12 Release 1.21
1200 - Fixed several problems with filenames being truncated if
1201   they contain spaces. Thanks to the user that reported this.
1202 - N.B. To get the new queries, after the "make" and 
1203   "make install" you must explicitly replace the
1204   existing query.sql by query.sql.new.  query.sql is a
1205   user configuration file, so it is not overwritten.
1206 - Added GZIP compression of Included files.  
1207 - Added additional fields to tape SOS record permitting better
1208   recovery with no database.
1209 - Be sure to remove any !terminate statements you may have
1210   in your config files.
1211 - MUST UPDATE ALL DAEMONS due to protocol change to handle new
1212   tape format.
1213
1214   From kes11Jun02:
1215 - Updated examples directory with my most recent config files.
1216 - Modified the M_TERM meaning to mean that Bacula has
1217   terminated in error without producing a dump. Previously,
1218   it meant that Bacula terminate (with or without error).
1219   You should remove any !terminate from your messages
1220   resources.
1221 - Changed the order of the libraries in the link so that
1222   tcp wrappers link properly. Thanks Phil for reporting this.
1223 - A user reported that filenames containing spaces were truncated
1224   in bextract. This was indeed the case. They were also truncated
1225   in Restore as well as in Verify. They are, hopefully, all fixed
1226   now.
1227 - Made a few error conditions in Verify non-fatal.
1228 - Modified the Console "query" command to permit multiple SQL
1229   statements per command. 
1230 - Implemented three new "query" options: 
1231     List last 10 Full Backups for a Client
1232     List Volumes used by selected JobId
1233     List Volumes to Restore All Files
1234   To use them, simply type "query" to the Console program, and
1235   select the one you want.
1236 - Modified bextract to default to extracting all files (i.e. /).
1237 - Cleaned up the code in bextract a bit.
1238
1239   From kes03Jun02:
1240 - Improve Verify command to include files examined.
1241 - Eliminate fcntl() locking of the console file and replaced
1242   it with a pthreads mutex.
1243 - Note Director - SD protocol is changed to handle new tape
1244   information (Fileset, JobType, JobLevel).
1245 - Create config.out that contains a summary of ./configure
1246   to see what you previously configured: "cat config.out"
1247 - Implemented GZIP compression.  Added addition syntax to
1248   Include { } resource to permit setting of any GZIP compression
1249   level:
1250      compression=GZIP
1251      compression=GZIP1
1252      ...
1253      compression=GZIP9
1254
1255   Level 1 is minimum compression and level 9 is maximum. Using just
1256   GZIP gives the default (level 6).
1257 - Enhanced the tape format to include the unique Job name, FileSetName,
1258   JobType, and JobLevel in the Start/End of Session records. The code
1259   detects that tape level difference and acts accordingly. You can 
1260   add data in the new format to old tapes.
1261 - Fixed an incorrect display message in the prune command.
1262 - Began implementation of Verify Volume and Verify Data.
1263 - Cleaned up File daemon restore.c a bit ensuring that termination 
1264   cleanup is done and all possible Emsgs are converted to Jmsgs.
1265 - Modify bls.c to use common setup routines. This reduced the big
1266   code duplication that creeped in when I added different listing
1267   options. Also, changing tapes is now handled uniformily in a subroutine.
1268
1269 ===========================================================================
1270 2002-05-27 Release 1.20
1271 - Started documenting Catalog Pruning and Recycling.
1272   Added catmaintenance.html and recycling.html
1273 - Fixed the query command bug.
1274 - Implemented PID files to prevent two copies of Bacula
1275   from running at the same time. Be sure you --with-pid-dir
1276   points to a working directory.
1277 - Modified ASSERT() to cause a segmentation violation. This
1278   permits a core dump.
1279 - Worked on gnome-console. It paints better, it tells you if it
1280   is ready to accept a command or processing one, and it is
1281   almost entirely GTK+ (rather than GNOME, I'm removing GNOME
1282   a bit at a time).
1283 - Limit to 100 the number of tape labeling errors in a single Job.
1284 - Add some additional ASSERT()s to the database routines. I don't
1285   like ASSERTs but they do catch bugs.
1286 - Tested and debugged recycling of Volumes.  Needed to change
1287   the Director-SD protocol slightly.
1288 - Removed the experimental SIGHUP in the Director as it is a
1289   potential source of errors.
1290 - Added Level, Pool, Messages, and Storage keyword/value scanning
1291   to the Schedule Run record.
1292 - Improved printing of Schedule resources with "show schedules"
1293 - Do not autoprune Jobs/Files if the Job errs.
1294 - Updated newvol() to pass back the updated Media record.   
1295 - Fixed the "update pool" command, which was broken during a much
1296   earlier code reorganization.
1297 - Improved a few of the pruning messages.
1298 - Removed readline inclusions from gnome-console (hang over from console).
1299 - Make Jmsg use daemon message handler if no message handler is defined.
1300   This is always the case in the SD and FD.
1301 - Started removing __PROTO(). With C++ prototypes are manditory, so why
1302   keep around legacy code.
1303 - Added a good deal of message internationalization -- more to be done.
1304 - Move cached Path into mdb structure and use POOLMEM.
1305 - Fix verify bug introduced last update causing incorrect diffs 
1306   by turning off autopruning.
1307 - Started adding code to distinguish Errors from Fatal Errors.
1308 - Errors are now counted in message.c for a Job.
1309 - More POOLMEM cleanups.
1310 - Implemented Automatic pruning.
1311 - Implemented Automatic recycling of Volumes.
1312 - Added PruneJobs/Files/Volumes=yes or no to Job resource. If set,
1313   it forces the specified pruning.
1314 - Modified rwlock to accept multiple nested write lock
1315   requests.
1316 - Modified the cats directory to use the new rwlock mechanism
1317   in place of P() and V(). 
1318 - Defined db_lock(mdb) and db_unlock(mdb). They are in effect
1319   transaction locks. 
1320 - Add CVS Id's to most files.
1321 - Made first cut at AutoPrune
1322 - Added new autoprune file that is called at the end of
1323   each Job. It then decides when and what to prune and
1324   calls the UA prune routines.
1325 - Modified Run (in Schedule resource) to permit overrides of
1326   Level, Pool, Storage, and Messages. (not tested).
1327 - Added more POOLMEM in place of char.
1328 - Implemented daemon pid files. This prevents multiple 
1329   daemons from running simultaneously. You can run multiple
1330   daemons if they listen on different ports.
1331 - Documented the Schedule resource a bit better.
1332 - Began gently adding a POOLMEM type (perviously void).
1333   For the moment it is a #define to char, but long term
1334   it should be its own typedef.
1335 - Corrected a bit of spacing on the status bar of gnome-console
1336 - Added Admin and Archive Job types.
1337 - Implemented multiple Messages resources. Each daemon has
1338   its own message resource, which defaults if not defined.
1339   Jobs may now have different message handlers.
1340 - Cleaned up a bit of duplicate code in backup, verify, and
1341   restore by creating appropriate subroutines in job.c
1342 - Added Type, Client, FileSet, and Level resource record
1343   definitions to the Director. These can be used in place
1344   of the Backup = ..., Verify = ..., ... commands.  This needs
1345   documenting.
1346 - Corrected an incorrect message in the prune code and added
1347   the number of Files pruned in the message.
1348 - Corrected several paint problems with gnome-console.
1349 - Added a bit of printout in signal handler during traceback.
1350 - Cleaned up most of sm_check() to be turned on/off by define
1351   in version.h
1352
1353 ===========================================================================
1354 2002-05-10 Release 1.19
1355 - Allow the user to select a new period for pruning.
1356 - Lots of additions to the manual -- prune and purge
1357   commands documented.
1358 - Applied Phil's configure.in fix for --prefix, ...
1359 - Fixed bug found by Phil (patch supplied) in updating
1360   MD5 signatures (revert to 32 bit FileId, move "static"
1361   variables into JCR) (catreq.c fd-cmds.c).
1362 - Reverted to using INTEGER for FileId in make_sql_tables
1363   due to a bug in MySQL.
1364 - Change editing code to %d for FileId.
1365 - Remove sqlite in make distclean in cats directory.
1366 - Remove console.conf in console during make distclean.
1367 - Remove gnome-console.conf during make distclean.
1368 - Remove bacula-dir.conf during make distclean.
1369 - Set default level when using Console if none specified.
1370   Bug reported by Phil.
1371 - A simple . command from Console is ignored.   
1372 - Change program named from filed to bacual-fd in winmain.cpp
1373 - Change default config file for Win32 in winmain.cpp
1374 - Free namebuf on early return from find_one.c. Bug reported by Phil.
1375 - Modify testfind.c to dump orphaned buffers.
1376 - Removed terabytes from parse_conf.c because of problems with
1377   older gcc compilers.
1378 - Turn off gnome options in gnome-console by constructing empty argv.
1379 - Fixes to Verify when only MD5 differs.
1380 - Insert 0 for MD5 as default rather than space.
1381 - Allow .messages "transparent" command while reading input
1382   in UserAgent server.
1383 - In dird/verify.c ensure that correct filename is printed if only
1384   the MD5 differs. Minor reindenting caused large diff.
1385 - Delete unused code from backup.c
1386 - In filed/verify.c ensure that same algorithm as backup.c is used
1387   to pass back MD5 signatures -- especially for directories and files
1388   that cannot be read. Change dummy filename from X to *MD5-id*.
1389   This dummy value should never be printed.
1390 - Make gnome-console poll Director every 5 seconds for output.
1391   This means that queued up messages are displayed at reasonable
1392   intervals. Delete some unused code hanging around from the tty
1393   console program.
1394 - Begin implementation of prune commands.
1395 - Add command line history to gnome-console. Not yet saved across sessions.
1396 - Fixed some broken URLs in the manual.
1397 - Added JobId type.
1398 - Wrote first cut of "prune files" and "prune jobs".
1399 - Added command line history to gnome-console 2500 lines max.
1400 - Widened store_time() and associated variables to 64 bits using
1401   new btime_t definition.
1402 - Removed GNOME about box and replaced it with 
1403   a somewhat crude Gtk+ about box in the gnome-console.
1404 - Widened StartDay in the Job DB record to be 64 bits.
1405 - Changed edit_uint_ to edit_uint64_ everywhere. Much more
1406   descriptive of what is done.
1407 - Removed most llds and replaced them with %s and edit_uint64.
1408   This makes the code a bit easier to read for beginners.
1409 - Added a btime_t typedef which is 64 bits wide.
1410 - Added most of the code needed to do Purge and Prune of
1411   database. Not yet tested. Please do not use.
1412 - Additional config options for Console.
1413 - Started adding code for Automatic Recycling of Volumes.
1414 - Allow arbitrary length filenames in Verify code.
1415 - Fix incorrect filename in Verify code.
1416 - Significant enhancement to number scanning in config parser.
1417 - Requires initializing MySQL tables, or applying cats/alter.sql
1418   to modify Media table.
1419 - Modified Makefile to printer a much more visible
1420   message if the make ends in error.
1421 - Added the Purge value to the VolStatus in the Media table.
1422   This value is set if the Volume is purged.
1423 - Enhanced the db_delete_media_record() routine to delete
1424   all associated records in the database.
1425 - Modified Console to always write to the variable "output"       
1426   rather than stdout. This will permit directing output to a file.
1427 - Enhanced the Console configuration file to have a Console 
1428   resource. This will allow us to add an rcfile and history file.
1429 - Modified Find_next_vol in catreq.c to search for "Recycle"
1430   volumes if there are none marked Append. Also made Get_Vol_info
1431   return the VolStatus to the Storage daemon.
1432 - Allow upper/lower case match on job level names.
1433 - Added another warning message to the Console "delete media" command.
1434 - Corrected a number of FileId types from uint64_t to FileId_t in
1435   ua_retention.c.
1436 - In ua server close database before freeing JCR (because pointer is
1437   kept in ua and jcr structures).
1438 - parse all numbers as doubles. Do lots of checking for valid number
1439   formats. Allow numbers in scientific form (e.g. 1.5e+10).
1440 - Remove terabyte modifier as it doesn't work in some compilers.
1441 - Fix bug in handling some modifiers.
1442 - Added all necessary code for Recycle to Storage daemon. A Volume
1443   marked Recycle will now be overwritten.
1444 - Filled out the prune command a bit and did some testing.
1445 - Make console accept redirected input.
1446 - Altered the Table definitions to include Recycle,
1447   FileRetention, JobRetention, and AutoPrune.
1448 - Widened StartDay to 64 bits.
1449 - Use JobId_t in more places. 
1450 - Added the new table fields to the database record definitions.
1451 - Changed Recycle from string to a binary quantity.
1452 - Added a Version table with a VersionId to detect.
1453   future changes in the database. This should prevent
1454   a Bacula from working with a database that is not in sync.
1455 - Modify Console to accept input from a file. This will permit
1456   the .read command and allow reading a .rc file.
1457 - Added new retention and recycle variables to the Director's configuration.
1458 - The UA subroutines or commands can now be called from core
1459   code because the output routines detect the absence of a 
1460   UA socket and direct output to the Job.
1461 - Added a verbose flage to the ua packet to permit reduction of
1462   output while running a UA command (prune) from a Job.
1463 - Did a fair amount of work on the prune command. Prune Volume now works.
1464 - Purge Volume now works.
1465 - Made last changes for integrating prune and purge commands.
1466 - Add -ltermcap to CONS_LIBS when readline is configured.
1467   More work to be done to search for termcap.
1468 - Added cats/drop_sqlite_tables.in, which will delete the SQLite database.
1469 - Got CWEB working so that we can compile filesys.w and immortal.w
1470 - Modified depkgs to include cweb.             
1471 - Note, CWEB is not yet used by the core Bacula code.
1472 - Made cats/alter.sql, which alters an old database to bring it
1473   up to the new format. This only works with MySQL since SQLite does
1474   not have the ALTER SQL command.
1475 - Changed the old StartDay field in the db to be JobTDate, which is
1476   the latest time/date in widened Unix time format that the Job ran.
1477   This value is used when doing pruning.
1478 - Added code in cats/sql.c to verify that the database internal version
1479   corresponds to the db version compiled in Bacula. It is set to 1 currently.
1480 - Lots of changes to cats to bring the SQL up to date with the new 
1481   retention period changes.
1482 - Added Console command code to permit changing a Volume's retention period.
1483 - Removed old code that used date_encode() and replaced it with widened
1484   Unix time().
1485 - Started modifying Message resource scanner so that we can have multiple
1486   message resources. Much more work to be done.
1487 - Moved scanning for time into new library routine string_to_btime().
1488
1489 ===========================================================================
1490 2002-04-22 Release 1.18
1491 - Applied Phil's configure.in fix for --prefix, ...
1492 - Fixed bug found by Phil (patch supplied) in updating
1493   MD5 signatures (revert to 32 bit FileId, move "static"
1494   variables into JCR) (catreq.c fd-cmds.c).
1495 - Reverted to using INTEGER for FileId in make_sql_tables
1496   due to a bug in MySQL.
1497 - Change editing code to %d for FileId.
1498 - Remove sqlite in make distclean in cats directory.
1499 - Remove console.conf in console during make distclean
1500 - Remove gnome-console.conf during make distclean
1501 - Remove bacula-dir.conf during make distclean
1502 - Set default level when using Console if none specified.
1503   Bug reported by Phil.
1504 - A simple . command from Console is ignored.   
1505 - Change program named from filed to bacual-fd in winmain.cpp
1506 - Change default config file for Win32 in winmain.cpp
1507 - Free namebuf on early return from find_one.c. Bug reported by
1508   Phil.
1509 - Modify testfind.c to dump orphaned buffers.
1510 - Removed terabytes from parse_conf.c because of problems with
1511   older gcc compilers.
1512 - Turn off gnome options in gnome-console by constructing empty
1513   argv.
1514
1515 ===========================================================================
1516 2002-04-18 Release 1.17 Kern Sibbald
1517 - Ensure that platforms Makefiles are called for clean  
1518   and distclean.
1519 - Hide a lot of Makefile messages with @
1520 - Applied Phil's configure.in patch. Thanks.
1521 - Doc updates, many to clarify points brought up by Phil.
1522 - Applied Phil's make_mysql_tables.in patch. Thanks.
1523 - Made authenticate.c in dird test bnet_send status.
1524 - Make label a bit more friendly with extra info message.
1525 - Add level 200 to debug info in run command.
1526 - Remove old code from findlib/testfind.c so that it compiles.
1527 - Add two minute max wait to cram-md5 authentication. Hopefully,
1528   this will catch non-responding WinNT daemons.
1529 - Allow time and size modifiers to be upper or lower case.
1530 - Turn off old CYGWIN patch for pthread_cond_timedwait() bug that
1531   now causes File daemon hangs on WinNT.
1532 - Fix mount messages for restore. Previous updates to save
1533   broke the restore code.
1534 - By default write fixed block sizes rather than variable block
1535   sizes.  My Sony DAT simply does not work (reread failures) with
1536   variable block sizes.
1537 - Data split across tapes was not being correctly restored
1538   (at least on DAT tapes). 
1539 - Implement MaximumBlockSize and MinumBlockSize statements in
1540   Storage daemon so user can specify variable block sizes if
1541   desired.
1542 - Return error if block checksum error on read (previously 
1543   ignored).
1544 - Fixed some error messages in bls, and in some cases exit(1)
1545   rather than ABORT. There remain ABORTs to be examined.
1546 - Made a local copy of tcpd.h and corrected the function 
1547   prototype problem for C++.
1548
1549 ===========================================================================
1550 2002-04-14 First public release 1.16 Kern Sibbald
1551  - Many intervening changes/updates.
1552
1553 2001-09-29 Release 1.0 Kern Sibbald
1554  - Fixes to problems found at John's
1555    installation.
1556  - See techlogs/kes25Sep01 for details
1557
1558 2001-09-25 Release 1.0 Kern Sibbald
1559  - Helped John install at his site.
1560    He is backing up one Linux machine and
1561    one Win2000 machine.
1562
1563 2001-mm-dd Many releases
1564  - Released internally.
1565   
1566 2000-04-09 Release 0.4 Kern Sibbald
1567  - Added a lot of Director configuration code. In      
1568    part (a small part), the Director now uses the
1569    bacula.conf file to know what to do. There still
1570    remains a lot to do.
1571  - The file search code is now integrated into the
1572    MySQL database routines, and Bacula is now hooked
1573    into the MySQL database (if so configured). Thus
1574    all the database records are being created, though
1575    there still remains some work in getting all the
1576    details into the records (such as the Storage 
1577    coordinates).
1578  - I've defined how Volume pools work (see manual).
1579  - I've defined error message handling though no code
1580    is yet written.
1581  - The following resources and records are implemented
1582    in the Director configuration file (bacula.conf):
1583     
1584    Director
1585      Name (passed to Storage daemon)
1586    Client
1587      Name, Address, Port
1588      Password (not yet used)
1589    Storage    
1590      Name, Address, Port, Password, MediaType
1591    Job
1592      Name    
1593      Type (not yet used)
1594      Backup (only one permitted) 
1595        Client, FileSet
1596      Storage
1597      Schedule, Messages, Pool (not used)
1598    FileSet
1599      Name  
1600      Include (options ignored)
1601      Exclude (no options)
1602    Schedule (not used)
1603      Name
1604    Messages (not used)
1605      Name       
1606      Debug, syslog, mail, append (not used)
1607    Catalog
1608      Name
1609      Address, Port, Password (not used)
1610    Pool (not used)
1611      Name
1612      PoolType, MediaType (not used)
1613
1614  - Added Storage configuration routines.
1615    Director
1616      Name, password (verified against those sent by Director)
1617    Storage
1618      Name, Address, Port (address, port must correspond to Director's values)
1619      Password, MediaType
1620    Device
1621      Name, MediaType (must correspond to those sent by Director)
1622      Archive Device (defines device name)
1623
1624
1625 2000-03-10 Release 0.3 Kern Sibbald
1626  - Implemented new base64 encoding for attributes.
1627    This eliminates some of the error messages in the
1628    sprintfs on the Solaris due to different stat() sizes.
1629  - Implemented  the first cut of the file search routines for
1630    the File daemon.  The exclusion lists work including wild
1631    cards.   There is a lot of work to be done, but the basic
1632    structure is now in place (wild cards do not yet work for
1633    the include).
1634  - Completed writing the memory pool code.  Now I must
1635    implement it in the daemons.
1636  - Modified the bacula start/stop script so that it has a
1637    better chance of working on SGI and Solaris.
1638  - The catalog code has not been converted to the new file
1639    search code.
1640
1641 2000-03-06 Release 0.2 Kern Sibbald
1642  - Integrated John's fixes.
1643  - Made Makefiles self configuring when Makefile.in is changed.
1644  - Added a runit script in the top level that runs bacula
1645  - Added a "bacula" script in the top level directory that
1646    starts and stops the File daemon and the Storage daemon.
1647
1648 2000-03-03 Release 0.1 Kern Sibbald
1649  - Basic Director, File, and Storage daemons.
1650    Standalone Catalog services using MySQL
1651
1652 2000-01-22 Kern Sibbald
1653    * Setup basic file structure with ./configure