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