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