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