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