]> git.sur5r.net Git - bacula/bacula/blob - bacula/technotes-2.3
kes Apply patch from Peter Much <pmc@citylink.dinoex.sub.org> that fixes
[bacula/bacula] / bacula / technotes-2.3
1               Technical notes on version 2.3
2
3 General:
4 08Feb08
5 kes  Apply patch from Peter Much <pmc@citylink.dinoex.sub.org> that fixes
6      a resource embedded run command to find a since time if no explicit
7      since time was supplied on the command line.
8 kes  Apply state-file.patch sent by Allan Black <Allan.Black@btconnect.com>
9      that updates the state file at job termination time in addition to
10      when the daemon terminates.
11 05Feb08
12 kes  First version where a plugin did a backup.
13      bpipe-fd.so created a backup file, wrote a test
14      string to it, and Bacua could restore this fabricated file.
15 02Feb08
16 kes  Implement DB Driver = string for the DBI driver.
17 kes  Remove all old bdb_xxx.c code.  Add dummy routines to bdb.c
18 kes  First cut of code for loading Win32 plugin dlls. Implement
19      dlopen, dlsym, dlclose, and dlerror in src/win32/compat/compat.cpp
20      and implement a dlfcn.h file based on opengroup's definitions of
21      the functions.
22 01Feb08
23 kes  First cut plugin directives.
24 30Jan08
25 kes  Apply patch from bug #1049 to prevent stripping the path on a
26      symlink.
27 kes  Attempt to fix bug #1047 where stripping a path corrupts the
28      heap. Waiting for feedback.
29 kes  Correct the Mount message not to suggest labeling a new tape
30      when doing a restore.  Submitted by email by John Stoffel.
31 kes  Attempt to work around gcc FORTIFY_SOURCE bug that crashes the 
32      FD by using casting. Reported in bug #1042.
33 28Jan08
34 kes  A bit of crypto cleanup.  More later.
35
36 Release Version 2.2.8
37 25Jan08
38 kes  Apply patch from Martin to correct bug #1040, bscan sets existing
39      ClientId to zero.
40 kes  Fixed important spelling error in doc -- bug #1045.
41 23Jan08
42 ebl  Fix bextract to be able to extract non-portable Win32 data to 
43      Unix/Linux clients
44 kes  Move initialization of read/write res lock earlier in the code.
45      This fixes the crash with a null conf file. This fixes bug
46      #1030.
47 kes  Redefine CURES in lib/parse_conf to be URES and move it all
48      into lib/parse_conf.c -- this responds to bug #1042, but does
49      not fix it. The fix is not to compile with FORTIFY_SOURCE.
50 kes  Backport to 2.2.8 fix de-referencing a NULL pointer in the scanner from
51      the trunk SVN. I don't think this was reported as a bug.
52 17Jan08
53 ebl  Fix a bug during tape initialization with MTSETDRVBUFFER.
54 12Jan08
55 kes  Fix Win32 build with new .def files and DLL_IMP_EXP ...
56 10Jan08
57 kes  Add DataDespooling and DataCommitting status (committing is
58      the last despooling).
59 kes  Finish implementation of new reservations code noted below.
60 08Jan08
61 kes  Fix bsnprintf for float point numbers. I broke recently when
62      parameterizing some variables. This fixes bug #1036.
63 kes  Undo recent reservations changes ... will apply them later
64      when they work better.
65 06Jan08
66 ebl  Fixes #1034 which cause mysql to hang the connection after 8h
67 ebl  Change default statistics target of filename.name and path.path
68      fields for PostgreSQL. This speeds lookup by indexes. Thanks
69      to Marc Cousin.
70 kes  A few more tweaks to new reservation code. Make sure to clear
71      vol released flag when retaking volume. When reading label and
72      label is bad mark volume unused. When recycling, mark volume
73      unused so it can be renamed.
74 05Jan08
75 kes  Fix reserve_volume() so it doesn't release a volume in use
76      (i.e. a volume entry not marked released). This should be
77      the last part needed to fix bug #1018.
78 03Jan08
79 kes  Move Heartbeat documentation from Job to Director resource.
80      This fixes bug #1033.
81 02Jan08
82 kes  Fix existing switch drive SD code to call autochanger to release
83      any old volume. This must be done to keep the autochanger from
84      releasing subsequently newly reserved volumes in doing a close().
85      This should fix bug #1018.
86 kes  Fail if attempting to get console input in batch mode. This
87      should help fail RunScript console commands that are incomplete.
88 kes  First cut implementing switch_drive() in SD (not actually called).
89 31Dec07
90 kes  Implement first cut running console commands in a RunScript.
91 29Dec07
92 ebl  Fixes bug #1028 where "Selection Type" option was not usable 
93      with JobDefs.
94 ebl  Fixes bug #897 and bug #1005 where bacula doesn't display runscript
95      output in error.
96
97 Release Version 2.2.7
98 24Dec07
99 kes  Add new free_tls() entry point so that Win32 builds.
100 kes  Fix compile warning in src/lib/util.c
101 kes  Fix entry point for edit_job_codes() so that Win32 builds.
102 kes  Fix seg fault Frank Sweetser reports in regression testing
103      on his systems. The problem was that the original author of
104      bsnprintf.c did not take into account the side effects of
105      using ++x in the argument to a #define.
106 kes  Make SD protocol backward compatible with version 2.2.x.
107 19Dec07
108 ebl  Fixes bug #1015 where bacula failed to restore acl to a socket
109      because Bacula no longer restores sockets.
110 ebl  Always use ignorecase fileset option on win32 FD.
111 14Dec07
112 kes  Apply patch from  Michael Stapelberg <michael@stapelberg.de>
113      that implements double quoting include names in conf files,
114      and also allows piping input by having the first character 
115      be a vertical bar (|). 
116 kes  Apply patch from Bastian Friedrich <bastian.friedrich@collax.com>
117      that implement %f in RunScripts to pass the FileSet name.
118 kes  Skip leading | when lex input comes from a pipe as suggested
119      by Michael Stapelberg <michael@stapelberg.de>.
120 13Dec07
121 kes  Apply patch for bsmtp Win32 daylight savings time fix supplied by
122      Nerijus Baliunas <nerijus@users.sourceforge.net>
123 12Dec07
124 kes  Implement Plugin Directory and plugin events.
125 11Dec07
126 kes  Implement a security enhancement: TLS authentication but no       
127      encryption. Enabled by setting 'TLS Authentication = yes'.
128      Note when this is on, TLS encryption is turned OFF!
129 10Dec07
130 kes  This patch corrects a problem where the maximum concurrent storage
131      jobs counter gets out of sync during restore jobs causing jobs to
132      'wait on max Storage jobs'.  This patch fixes bug #1009.
133 03Dec07
134 kes  This patch fixes bcopy so that it produces correct Volumes.
135      It fixes bug #1022.
136 kes  This patch eliminates spurious output to the console during a VerifyVolume
137      job that contains encrypted data. It fixes bug #1024.
138 02Dec07
139 kes  This patch prevents the 'status dir' command from trying to use a scratch
140      volume and possibly moving it from one pool to another.  This patch fixes
141      bug #1019.
142 01Dec07
143 kes  Add new include to postgresql.c suggested by Marc Cousins so
144      that it compiles correctly with pgre version 8.3.
145 30Nov07
146 kes  Fix --archivedir addition to configure. Replace it with
147      --with-archivedir in configure.in  This fixes the regression       
148      test builds.
149 kes  This patch fixes bug #1012 where the job is canceled because
150       of Max Run Time exceeded when the job has not yet started.
151 29Nov07
152 ebl  Apply Richard Mortimer patch that fixes #1016 when there are more than 
153      one 'part' to write.  Instead of each part being stored on disk, 
154      written to DVD, then deleted from disk, all parts are written to disk,
155      and only the last is written and deleted from disk.
156 kes  This patch fixes the status command to include the formating string for
157      JS_AttrInsterting.  It fixes bug #1021.
158 kes  This patch should fix the Mac OS X build problem on the latest
159      Darwin, where sys/types.h was not included correctly (apparently
160      due to a change in the Mac headers).  The solution was to explicitly
161      ensure that it is defined for the ./configure.
162      This patch also has a rebuild of configure that includes the Debian
163      qt4 patch to check for qmake-qt4. This patch fixes bug #1020.
164 kes  This patch should ensure that queued messages to the console are
165      displayed as soon as possible.  It should fix bug 1007, but has been
166      reported not to work.
167 14Nov07
168 kes  This patch fixes the infinite loop when trying to increase the
169      maximum number of volumes in a Pool during the add command.
170      This patch fixes bug #1008. 
171
172 Release Version 2.2.6
173 09Nov07
174 db   Remove extra data on estimate command in joblist for bat.
175 04Nov07
176 kes  Cleanup of code in SD that sets the LastWritten date. This doesn't 
177      really change anything, but is the beginning of doing it *right*.
178      To do it completely right the LastWritten date must be passed to
179      the SD, but it is not yet done.
180 kes  Minor tweaks to some bat restore SQL.
181 kes  This patch fixes bug #1003 where putting the message output from
182      a Verify job into the catalog results in a recursive loop.  The problem
183      seems to show up only with postgresql (to be verified).
184 kes  Correct %x to %p in postgresql debug statement.
185 02Nov07
186 kes  Fix bug #942 where lots of emails where generated when the heartbeat
187      interval was low and Bacula wanted a different tape from the one in
188      the drive.
189 25Oct07
190 ebl  Add new SD despooling attributes and Dir inserting attributes 
191      job status codes in the catalog (Status table).
192 24Oct07
193 ebl  Use qmake-qt4 instead of qmake when available (debian system).
194 22Oct07
195 kes  Add a security warning to src/cats/make_catalog_backup.in indicating
196      that passing the password via the command line (arg 3) is insecure.
197      This responds to bug #990 (it doesn't fix it).
198 19Oct07
199 kes  Set default debug_level to zero. This corrects bugs #991 and #993. 
200 kes  Fix a crash in bat when it cannot connect to the Director for example
201      if the Director is not running.
202 kes  Remove redundant INDEX (JobId) from File table in the trunk.
203      This fixes bug #992.
204 kes  Make explicit exception to GPL in LICENSE to permit linking
205      the Win32 FD with Microsoft VSS code.
206 kes  Apply the Solaris package patch from 
207      Masopust, Christian <christian.masopust@siemens.com>
208 kes  Apply the patch to optionally add a timestamp in the debug output
209      submitted by Mariusz Czulada <manieq@wp.eu>.
210 18Oct07
211 ebl  Use PQerrorMessage instead of PQresultErrorMessage in postgresql
212      backend (sql_strerror). Fixes bug #989
213 16Oct07
214 kes  Apply Michael Short's <mdshort@gmail.com> Win32 regress patch.
215      It applied with no problems.
216 kes  Add PATH command to SunOS part of mtx-changer.in so that sed and
217      awk are on the path.  
218 kes  Redirect stderror to stdin on mt status command in mtx-changer.in
219      since the status is returned on stderr on Solaris.              
220 kes  Activate Close button on tray-monitor window. This fixes
221      bug #986.
222 kes  Check for NULL item in parse_conf.c before calling it.  In the
223      case of Device, there is no item and this caused a seg fault when
224      Device appears in the conf file.
225 kes  Add a #define __CONFIG_H when including config.h in bacula.h. This
226      avoids pulling in config.h multiple times in some new code.
227 12Oct07
228 kes  Fix spurious warning message printed when creating a volume with
229      a LabelFormat. This fixes bug #976.
230
231 Release Version 2.2.5
232 09Oct07
233 kes  Add JobId in place of Job name in all the Jmsg() output.
234 kes  Correct the APP_DESC for the Win32 storage service (remove an e).
235 07Oct07
236 kes  Make maxvol-test and new more strict maxvol2-test work. 
237 kes  Print JobId in all Jmsg() job output.
238 06Oct07
239 kes  Add new SD despooling attributes and Dir inserting attributes 
240      job status codes.  This fixes bug 961.
241 kes  Fix Win32 drive display in bat version browser. Fixes bug #962.
242 05Oct07
243 kes  Fix doc issue. This fixes bug #963.
244 kes  Fix listing performance problems in bat. Pointed out by 
245      Chris Howells.
246 kes  Remove old debug code.
247 kes  Fix bat code that tests for Win32. This should fix bug #968
248 kes  Query 5 list wrong Vol after migration. This fixes bug #960
249 04Oct07
250 ebl  Fix #969 where user can't change Replace option in restore menu.
251 5ASep07
252 kes  Save jcr in thread specific data (tsd) for each thread.
253 kes  Make Dmsg() print JobId as -%u.
254 kes  Make Jmsg, Emsg, and others automatically pickup the jobid
255      for the thread if it exists.
256 kes  Remove old reservation debug jid code.
257 kes  Remove get_jcr_from_tid() from OpenSSL and tls code.
258 ebl  Add an option that permit to specify spool size in job
259      definition. (Applying patches/testing/spoolsize_per_job.patch).
260      You must upgrade SD and DIR at the same time.
261 dvl  Add new configuration item --archivedir
262 dvl  Adjust regression tests to use tmp not /tmp.  This will allow
263      multiple concurrent runs of the regression tests.
264 28Sep07
265 kes  Fix race condition that drops final block written to volume.
266      This happens in rare cases with multiple simultaneous jobs 
267      when the Volume fills.  This fixes bug #964.  May be related
268      to bug #935 and possibly #903.
269 kes  Eliminate more strerror() and replace with bstrerror().
270 kes  Remove BSD getopt and replace with unrestricted IBM version.
271 kes  Fix Win32 build for changed calling sequences.
272 kes  More tweaks to the mount volume routines to get everything
273      right. Changed variable name from find to have_vol, which is
274      much easier to understand.
275 kes  Enhance btimer debug code.
276 27Sep07 
277 kes  Fix FD->SD authorization failure, which was due to spurious
278      wakeups from a pthread_cond_timedwait().  Simply check the
279      predicate before continuing.  This fixes bug #953.
280 kes  Add const char where needed (more to do). Remove temp debug code.
281 26Sep07
282 kes  Setup SQLite busy handler before doing queries. Fixes bug #967.
283 kes  Don't overwrite error message in check_tables_version.
284      Fixes bug #966.
285 kes  Unlock batch insert tables with same calls used elsewhere.
286 kes  Allow starting 59 jobs a second.
287 kes  Make SD session key more random.
288 kes  Add retry for SQLite opening db if it fails. Probably helps
289      for bug #967.
290 kes  Suppress extra error messages during batch insert failure.
291      Fixes bug #966.
292 kes  Add jcr to timer packets so if killed message can be sent to job.
293 kes  Add JobId to all Dmsg() output.
294 kes  Put some FD auth code on dbglvl rather than fixed.
295 kes  Return insert attributes error message in db msg buffer to avoid
296      false error messages. Helps fix bug #966.
297 kes  Separate batch init error messages. Probably helps fix bug #966.
298 kes  Make SD code that contructs attribute insert check string lengths
299      more carefully.
300 kes  If Dir gets an error during inserting attributes, cancel SD.  
301      This reduces unnecessary error messages.
302 24Sep07 
303 kes  Correct search boolean for getting Volume info
304 ebl  Cleanup batch insert code. Probably fixes bug #965.
305 kes  Back out one small change to the reservation system (reserving a volume).
306 kes  Rework how a Volume is mounted. It is now much more intelligent and
307      will always attempt to use any mounted volume if possible and reduces
308      calls to the Director asking about volumes.
309 23Sep07 
310 kes  Turn off some code when batch insert not enabled.
311 kes  Edit FD name in connect error messages.
312 kes  Rework the reservation system to take into account that the Director
313      might give us a Volume that is different from the current one being
314      used, and to ensure that we don't exceed Maximum Volume Jobs.
315      This fixes (mostly) bug #947 '  Maximum Volume Jobs = 1 produces 
316      fatal error with multiple jobs running'
317 kes  Add more debug code in reservation system.
318 kes  Implement maxvol-test to check bug #947.
319 22Sep07 
320 kes  Add code to handle tray monitor separated from Win32 FD.
321 kes  Fix display of Win32 tray monitor after reboot. Fixes bug #952.
322 20Sep07
323 kes  Add missed return in fixing verify bug -- trunk only.
324 ebl  Fix a command parser issue causing a director segfault.
325 kes  Fix ANSI tape labeling. Fix restoring ANSI labeled Volumes. 
326      This fixes bug #954.
327 kes  Increase the max block size to 4MB fixes bug #957.
328 kes  ERABT if user sets min block size > max block size.  Fixes bug #956.
329 kes  Apply 2.2.4-poll-mount fix, that resolves bug #908 where a tape
330      is not properly mounted (recognized) during a poll.
331 kes  Apply 2.2.4-verify patch that resolves bug #958.  A Verify catalog
332      Job that has differences reports Verify OK.
333 ebl  Fixes #955 bug seg fault in Dir introduced  with regexwhere relocation.
334 17Sep07
335 ebl  Add an option to operate on all pools with update vol parameters.
336      This complete the project 20. Patch from Nigel Stepp.
337 ebl  Add history support to bconsole when using readline.
338      Using Ctrl-D to exit doesn't update .bconsole_history
339 kes  Modify new volume algorithm to use max MediaId for generating next
340      volume number rather than the count of Volumes. This should essentially
341      eliminate the failure rate if some volumes were deleted. Bug #921.
342 kes  Begin implemention of Optimize Job Scheduling.
343 kes  Implement restore callback that Dirk and I agreed on for bat 
344      restore. This fixes bug #928. Restore of backup of zero files fails.
345 kes  Fix SQL Catalog logging which broke with new db_escape_string 
346      calling sequence.
347
348 Release Version 2.2.4
349 14Sep07
350 kes  Fix bacula_cats.def for new db_escape_string().
351 kes  Increase size of name string when FD making connection to SD.
352      May fix bug #953. FD->SD connection failure.
353 13Sep07
354 kes  Add code to help Dan debug 2drive-incremental-2disk test.
355 kes  Add code to try to fix bug #908.
356 kes  Add waits to multiple exit detection code to try to force pid
357      file to always be deleted.
358 kes  Restore good dev.tar.gz to rescue set appropriate binary property.
359      This fixes bug #950.
360 kes  Fix seg fault in error exit of acquire_for_read after unsuccessfully
361      trying to switch drives by checking for blocking before unblocking.
362      Fixes bug #906.
363 kes  Cancel storage daemon in all cases where FD reports error. This
364      should fix virtually all cases of bug #920.
365 kes  Fix db_escape_string() for MySQL which did not compile.
366 12Sep07
367 kes  Fix error message that was clobbered when Dir tells SD it does not
368      have write permission on Volume.  This should fix a minor point
369      in bug #942, but not the main problem.
370 kes  Add code to cancel job in SD if FD connection fails. This should
371      fix bug #920.
372 kes  Add code in FD exit to prevent loops and a crash on FreeBSD.
373 dvl  Pass jcr and db into db_escape_string() to enable better escaping
374      of strings
375 kes  Fix migration code to get correct Volume name with multiple volumes 
376      by skipping |.  Fixes bug #936.
377 kes  Implement patch supplied by Landon to fix bug #944 where using
378      TLS with bconsole uses 99+% of the CPU.
379 kes  Note, you need GTK >= 2.10 to be able to link the Tray Monitor
380      program.
381 kes  Move patches into patches directory.
382 11Sep07 
383 ebl  Fix bug #946 about 'bacula-dir -t' which doesn't works
384      as expected.
385 09Sep07 
386 ebl  Using 'm' in bconsole will show messages like before,
387      and not memory usage.
388 kes  Fix bug #935, and probably also bug #903 where files were not
389      restored. MediaId was not properly set in JobMedia record after
390      a Volume change.
391 08Sep07
392 kes  Suppress chown and chmod error messages if the FD is not running
393      as root.
394 07Sep07
395 kes  Apply Martin Simmons' patch that should turn off the new API usage
396      when batch insert is turned off allowing building on older
397      PostgreSQLs.
398 kes  Add ./configure search in qwt-qt4 for qwt package
399 05Sep07
400 kes  Bacula is now free of 3rd party GPL copyrighted code!
401 kes  Remove idcache.c 
402 kes  Add guid_to_name.c/h which replace idcache.
403 kes  Remove enh_fnmatch.c.  Make code that references it use fnmatch.c
404 04Sep07
405 ebl  Detect if new PosgreSQL batch insert API is present.
406 kes  Correct incorrect mempool call causing Director crash. Occurs on
407      systems without va_copy().
408 sb   Update spec files for 2.2.1 release
409 03Sep07
410 kes  Fix memory pool call in ua_output.c. bug #934.
411 kes  Replace fnmatch.c and fnmatch.h by modified BSD versions.
412      Add test program to fnmatch.c
413 02Sep07
414 kes  Integrate patch to README.vc8 from 
415      Hederer Jean-Sébastien <hedererjs@asperience.fr, had to manually
416      edit it to get it into Unix patch format.
417 kes  Implement mkpath.c to replace old FSF makepath.c
418 01Sep07
419 kes  Implement savecwd.h and savecwd.c. Remove FSF versions.
420
421 Release Version 2.2.1
422 30Aug07
423 kes  Update POTFILES.in
424 kes  Cleanup a few underquoted AC_DEFUNs in configure   
425 kes  Apply patch from Martin Simmons that adds a test for va_copy to
426      ./configure
427 29Aug07
428 kes  Fix bug #921 by increasing the number of tries to create a new volume
429      from 11 to 100.
430 kes  Rework bmsg in ua_output to use va_copy() so that bvsnprintf()
431      can be called multiple times.  Implement a version for machines
432      without va_copy() that gets a big buffer.
433 25Aug07
434 kes  Integrate more portable zone offset code into bsmtp.c
435      Submitted by Attila Fülöp.
436 24Aug07
437 kes  Fix bad SD->FD return status reported by 
438      (James Harper) <james.harper@bendigoit.com.au>
439 ebl  Fix a bug in read_close_session which return random status
440      thanks to James Harper
441 23Aug07
442 kes  Fix (hopefully) bug #930 by doing a db_escape_string() on file  
443      and directory names during restore of single file/directories.
444 kes  Add sanity checks to .sql command when string is empty. Hopefully
445      that will resolve Dirks Director crash.
446 22Aug07 
447 kes  Apply patch submitted by Martin Simmons that corrects a seg fault
448      in the bsmtp chat subroutine when debug is >= 10.
449 21Aug07
450 kes  Fix Director crash when running bat SQL queries.
451 kes  Add David's notes on Item 8: Copy pools.
452 18Aug07
453 kes  Rework projects file to be current and ready for a vote.
454 kes  Enhance lex scanner error message.
455 17Aug07
456 kes  Tweak LICENSE file to mention BSD code.
457 kes  Fix bat.pro.in so that it includes the OpenSSL libraries only
458      if specified on the ./configure.
459 kes  Add first (not yet tested) cut of bcomm to the qt-console directory.
460      This class is intended to allow us to open a second bsock to the
461      Director while in the restore subdialog.  
462 16Aug07
463 kes  Fix configure to create bat Makefile before creating dependencies.
464 kes  Eliminate the egg files from the tray-monitor. Use gtk calls.
465 kes  Add a tooltip to the tray monitor.
466 dvl  Set the Director's PID file before dropping privs. This fixes
467      bug #923.
468 15Aug07
469 kes  Update AUTHORs file
470 kes  Increase the default max concurrent jobs to 20 in FD and SD to
471      correspond with the default .conf files.
472 kes  Rewrite the Win32 service routines.  This eliminates the 3 copies
473      some different, of the same file created by RN when porting the 
474      Win32 SD and Dir.
475 kes  Rearrange some of the Win32 directories and the placement of the files
476      in them.
477 kes  Set DEVELOPER flag in version.h
478
479 ========================================================================
480 Release Version 2.2.0
481 09Aug07
482 kes  Apply a second doc patch from Marc.
483 kes  Apply a doc patch from Marc Schiffbauer <marc@schiffbauer.net> that
484      improves the tips section that discusses how to setup multiple
485      simultaneous jobs.
486 08Aug07
487 kes  Update bat README file.
488 kes  Apply patch from Allan Black <Allan.Black@btconnect.com> that     
489      corrects a typo in the Recycle status check in db_find_next_volume().
490      This will probably fix a number of annoying problems with multiple
491      Recycled volumes.
492 kes  Modify most of dird/msgchan.c to use bsock class calls rather than
493      bnet calls -- no functionality change.
494 07Aug07 
495 kes  Modify the Verify output to specify if files are missing on    
496      the Volume(s) or disk.  Fixes confusion in bug #916.
497 kes  When more than one Volume is read in a migration job, the last
498      Volume bytes reported are from the last read volume rather than
499      the last written volume. Fixed. This fixes bug #910.
500 kes  Fix display of Recycle flag after update volume=foo recycle=yes.
501      It previously printed New Recyle flag is: no. This fixes bug
502      #917.
503 06Aug07
504 kes  Correct seg fault when switching tape drives during restore.
505 kes  Commit uid_gid_name.c (replacement for idcache.c), but will not
506      be used until after 2.2.0 release.
507 04Aug07
508 kes  Remove fnmatch() in SD that permitted wild card specifications.
509      This fixes bug #914.
510 31Jul07
511 kes  Fix %g in filename returned by SQL for browse tree reported by
512      Dirk.
513 kes  Fix configure so that it puts config.out in the cwd rather than
514      in src/qt-console
515 kes  Attempt to fix the locking problem reported by Eric in bug #906.
516 kes  Make berrno class to leave errno unchanged after constructor call.
517 kes  Make bnet_server use the heap rather than the stack to allocate
518      its socket fd pointers to avoid a crash at termination. Problem
519      reported by Ryan Novosielski and bugs pointed out by Martin Simmons.
520 30Jul07 
521 kes  Create new depkgs and depkgs-qt separating the qwt out of depkgs
522      and putting it in depkgs-qt along with Qt4.3.
523 29Jul07
524 kes  Rework code in acquire.c that switches drives for reading when
525      the Media Type does not match. This should fix bug #906
526 28Jul07
527 ebl  Fix a director segfault during job setup #907
528 kes  Correct seg fault in postgresql when first operation returns no
529      rows.  Fixes Dirks File browser problem seg fault with bat.
530 25Jul07
531 kes  Apply patch from Felix Schwarz <Felix.Schwarz@web.de> that allows
532      building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with
533      2.6 as well).
534 24Jul07 
535 kes  Implement PopUp YES/NO dialog for bat.
536 23Jul07
537 ebl  Fix a compilation bug when using #define BACL_WANT_NUMERIC_IDS
538 22Jul07
539 kes  Correct RunScript to terminate job in FD on failure.
540 kes  Change abort_on_error and AbortJobOnError to fail_on_error
541      and FailJobOnError in RunScripts.
542 kes  Minor tweaks of code formating in RunScripts, principally to
543      avoid depassing 80 columns.
544 21Jul07
545 kes  Eliminate one #ifdef Win32 in bsmtp
546 kes  Implement grow tool to grow a file for testing very large databases.
547 kes  Add big-vol-test to test Bacula seeking with > 5GB.
548 Release 2.1.28 beta
549 19Jul07
550 kes  Modify find_next_volume() to return all values in Media record.
551 kes  Ensure that we keep Recycle Pool when moving Scratch volumes.
552
553 Release 2.1.28 beta
554 18Jul07
555 kes  Update Release notes 
556 17Jul07
557 ebl  fix a bug in get_scratch_volume() report by Andreas Helmcke
558      Warning, in previous beta version, all media get from scratch keep their
559      old retention.
560 16Jul07
561 kes  Tweaked Win32 installer to remove temp conf files at uninstall time.
562      This should fix bug #842. Made a note to look at removing the temp
563      files at the end of the install.
564 kes  Add ability to mount and unmount a file device providing it is
565      marked as being removable and has the appropriate mount and unmount
566      commands defined in the Device resource. This fixes bug #830.
567 kes  When applying a storage override, release all previous storage
568      definitions rather than just prepending the new storage.
569      This should prevent a good deal of confusion.
570 14Jul07
571 kes  Implement ./configure search for qwt libraries.
572 13Jul07
573 kes  Disable posting the WM_CLOSE message in KillRunningCopy of the 
574      Win32 FD.  This should fix bug #893.
575 kes  Remove an unnecessary beep in Win32 init code.
576 kes  Update copyright dates in Win32 executable about boxes.
577 kes  Replace the FSF copyrighted getopt.c and getopt.h in the Win32
578      code with a BSD getopt.c and getopt.h.
579 kes  Remove sched.h from the Win32 compat directory -- not used.
580 kes  Remove the Exit menu item from the Win32 tray monitor. If you really
581      need to shut it down, do it through the services panel or the command
582      line.
583 kes  Remove some inappropriate Bacula FSFE copyrights.
584 ebl  Tweak status client=xxx to be more easy to parse (more like in 2.0.x)
585 kes  Fix regress config non-portable test as pointed out by
586      Florian Heigl <florian.heigl@gmail.com>
587 kes  Fix PSCMD for HP-UX in configure.in to have proper syntax.
588      as pointed out by Florian Heigl <florian.heigl@gmail.com>
589 12Jul07
590 kes  Fix missing rctx. prefixes on the Darwin code in src/filed/restore.c
591      Reported by Frank Sweetser.
592
593 Release 2.1.26 beta
594 12Jul07
595 kes  Fix client-only build.
596 kes  Integrate client-only fixes for bsys (initgroups) and conio from
597      Sergey Svishchev <svs@ropnet.ru> for the AIX platform.
598 kes  Make arguments to get_scratch_volume() in same order as other
599      such calls.
600 kes  Rework the prune_volumes() subroutine so that after purging and
601      no volume found in desired pool, it will check for a scratch 
602      volume. This prevents recycling the whole scratch pool.
603 kes  Add code to status storage to print boffset_t (largefile support).
604 11Jul07
605 kes  Move qwt (Graphics libarary for Qt4) to depkgs.
606 kes  You now need a --with-qwt=<dir> to be able to build bat.
607 kes  Update src/win32/cats/bacula_cats.def to include the new       
608      db_get_query_dbids() call on Win32.
609 07Jul07
610 kes  Correct a problem when selecting a scratch volume and moving
611      it to another pool that lost some columns.
612 kes  Tweak some code in ua_update.c to use POOL_MEM instead of POOLMEM.
613 kes  Enhance Autochanger error messages to include Volume and device name.
614 kes  Rework prune_volumes() code to take account of InChanger flag,
615      and to handle recycling volumes going to the Scratch pool and
616      current pool because the RecyclePool directive.
617 kes  Implement a better and more efficient db_get_query_dbids() to
618      handle creating and passing back a list of DBIds.
619
620 Release 2.1.24 beta
621 03Jul07
622 kes  Start work on new more efficient DBId subroutine. First use
623      will be for recycling volume to Scratch inchanger.
624 kes  Increase number of JobIds in pruning from 1000 to 10000. 
625      This to be replaced by above routine.
626 kes  Begin implementation of building Qt4 on Win32.
627 kes  Correct typo in fix I added for bad TLS shutdown.
628 kes  Pull 2.0.3 patches into patches directory.
629 kes  Update Release notes.  Include qt-console in line count.
630 kes  Update Projects file.
631 30Jun07
632 kes  Integrate patch from Sergey Svishchev <svs@ropnet.ru> that fixes 
633      bug in migration code where a job that spanned two volumes
634      was migrated twice.
635 29Jun07
636 kes  Implement new BST_DESPOOLING blocked state. Change from locking
637      during despooling in SD to blocking. This means that other threads
638      can work with the device structure, in particular the reservations
639      system while despooling.
640 28Jun07
641 kes  Fix return in reservation message queue that missed clearing
642      the jcr lock (implemented 26Jun07 below).
643 kes  Rename a number of dev methods to make locking function names
644      a bit clearer.
645 kes  Document locking in lock.c. Move lock structures to new file
646      lock.h.
647 26Jun07
648 kes  Move reservations message lock to lock jcr only this
649      fixes bug #861.
650 kes  Move main SD locking code into lock.c (new file).
651 kes  Update Win32 build to include lock.c
652
653 Release 2.1.22 beta
654 26Jun07
655 kes  Dirk committed the qwt library code for drawing graphs in bat.
656 kes  Tweak install of qwt so that it is integrated with ./configure.
657 25Jun07
658 kes  Fix HAVE_BATCH_INSERT to be HAVE_BATCH_FILE_INSERT, pointed
659      out by Eric (my typo).
660 ebl  Fix configure.in to get batch mode enable
661 kes  Return correct string from authenticate.cpp in bat when connecting
662      to Dir.
663 kes  Apply patch suggested by Frank Sweetser to fix bug #888 --     
664      spurious line drops when using TLS.  
665 kes  Do not file reparse points when restoring a file that already
666      exists -- Win32.
667 24Jun07
668 kes  Implement Windows reparse points -- similar to directories, but
669      we do not descend into it. This is a first cut. They seem to 
670      be backed up, but restore is not yet tested.
671 kes  Remove restore_blocking in tls code when shutting a socket to leave
672      it in blocking mode. Hopefully this will fix the encryption bug  
673      reported by Frank Sweetser.
674 kes  When opening a file for backup, tell the OS that we are going to
675      read it sequentially -- optimization.
676 kes  Change variable names in authenticate_director() to not conflict
677      with member names in bat. Caused great confusion with compiler,
678      but no warnings.
679 23Jun07
680 kes  Queue openssl error messages in case of comm problem.
681 kes  Do shutdown() call if socket terminated.
682 kes  Remove some duplicated code in tls.c
683 kes  Move more of the bsock member variables into private and access
684      them with methods.
685 kes  Add Frank Sweetser's tls-test to the regression suite.
686 22Jun07
687 kes  Add Swedish sv.po file
688 21Jun07
689 kes  Don't print clock skew message in FD if less than 3 seconds diff.
690 kes  Add a bit of VSS info to status client.
691 kes  Implement a first cut of Vista VSS, using Win2003 code.
692
693 Release: 2.1.20 beta
694 20Jun07
695 kes  Fixed bug #886 (multidrive autochanger: SD doesn't use drive with
696      loaded tape but uses first drive).
697 kes  Fixed bug #807 Restore encrypted backup failed on Windows 2003
698      This was indeed a Win32 issue.
699 19Jun07 
700 kes  Simplify search of autochanger for in-use Volume.  
701 kes  Fix exit condition of check for in-use volume.  kes Remove
702      inappropriate my_postgresql_free_result() in db_close()
703      routine.
704 kes  Fix bad return in FD when encryption signature not found.
705      Probably caused a crash.
706 kes  Inhibit missing encryption signature error messages for 
707      file types where no signature computed.
708 kes  Correct inverted check on autochanger in reservation system.
709 kes  Tweak debug code in autochanger reservation.
710 18Jun07
711 kes  Add some additional locking in the cats directory in subroutines
712      that modify packet variables called from batch insert.
713 kes  Rework how dcrs are allocated. new_dcr() can now be called
714      with an existing pointer, and it will simply clean it up.
715      This allows the reservation system to test various different
716      devices, and will permit easy device changes.
717 kes  A bunch of changes all over to handle new new_dcr() calling
718      sequence.
719 kes  Work more on the Volume management in the SD. Remember Volumes
720      for tape drives and for autochangers (even virtual disk changers).
721 kes  When looking at the Volume list to reserve a drive, handle 
722      autochanger names correctly by interating through the changer 
723      devices.  Also call the Director to see if a Volume is suitable
724      for the current job.
725 kes  Fix some bugs in bscan. Make sure all media records are written.
726      Make sure that valid JobMedia records are written for disk files.
727      Previously they were completely wrong.
728 kes  Move source tar files for depkgs-mingw32 to www.bacula.org so
729      that the URLs don't change and so that the developers will all
730      work off the same copy. Rebuild from scrach.
731 kes  Upgrade Win32 SQLite3 from 3.3.8 to 3.3.17.
732
733 Release: 2.1.18 beta
734 16Jun07
735 kes  Fix seg fault in FD from incorrect digest size. 
736 kes  Fix argument to non-OpenSSL crypto.c subroutine.      
737
738 Release: 2.1.16 beta
739 16Jun07
740 kes  Remove a few malloc()s from the encryption code.
741 kes  Use the class calls to bsock in filed/backup.c and restore.c in
742      place of the old bnet_xxx code.
743 kes  Implement code that does an on the fly calculation of the  
744      signing digest during restore of encrypted files.  It makes
745      a best guess at the algorithm, and if it is not correct, will
746      then revert to the old code which reads the file after it is
747      restored.
748 kes  Implement at least one missing crypto stream in stream_to_ascii()
749 kes  Apply patch from William <chowmeined@gmail.com> that fixes bug
750      #877 where a reload with bad syntax causes Dir to exit.
751
752 Cut: 2.1.14 beta (not released)
753 14Jun07
754 kes  Do not free a volume on a tape drive until another volume is
755      mounted and read, or the autochanger unloads the volume.
756      This should help the SD re-use volumes that are already mounted,
757      and should fix bug #886.
758 kes  Apply patch from user brettedgar that allows gnome2-console include
759      the OpenSSL libraries, and hence work with SSL.  Fixes bug #885.
760 kes  Apply patch from Lucien Weller that fixes day of week calculation
761      because of DST flag problem. Fixes bug #887.
762 10Jun07
763 kes  Move find_next_appendable_volume() to after acquiring a valid device
764      in reserve.c.  This fixes bug #864 -- confirmed by reporter.
765 09Jun07
766 kes  Unable to reproduce bug 872. However added additional testing for
767      integer.
768 kes  Bug #874 resolved by documenting SQLite limitations.
769 kes  Bug #882 resolved by documenting mtx-changer script for new drive code.
770 kes  Bug #881 resolved by removing typo in mtx-changer script.
771 kes  Made Frank Sweetser's wiki the official Bacula wiki with his
772      approval. Added a link to the wiki on the web page, and implemented
773      a backup from http://paramount.ind.wpi.edu                                          
774 08Jun07
775 kes  Fix update allfrompool to pass pool name.
776 07Jun07
777 kes  Convert to pure GPL v2 license.
778 kes  Fix sscanf problems reported by Peter Buschman that caused
779      a bus error on Solaris.
780 kes  Rework (simplify) the select prompt in bat.
781 kes  Move get_jobid_from_tid() into lib and create a 
782      get_jcr_from_tid().
783 kes  Use get_jcr_from_tid() to conver all tls Emsg() to Jmsg().  This
784      should definitely fix the problem of lost error messages in the
785      encryption code.
786 kes  Remove over zellous addition of FSFE copyright in a few eggxxx files.
787 kes  Eliminate tcpd.h from the project. Enclose the #include from the
788      library with extern C ...
789 kes  Add print of signal name when a signal is trapped.
790
791 Release: 2.1.12 beta
792 04Jun07
793 kes  Fix a seg fault in the PostgreSQL driver dereferencing a NULL pointer.
794 03Jun07
795 kes  Implement SQLITE3_INIT_QUERY in version.h that can do an initial
796      query for SQLite3. Use it to set PRAGMA synchronous = OFF. This
797      makes SQLit3 run 30 times faster, though a bit less safe.
798 kes  Implement --with-batch-insert in configure and detection of thread
799      safe libraries.  It is on by default, but turned off if no thread
800      safe library (e.g. SQLite 2) is available.
801 02Jun07
802 kes  Fix Bacula PostgreSQL buffer overruns.
803 kes  Do better checking for NULL results returned from PostgreSQL;
804      implement retry for failed queries; clear results buffer after
805      failed query. Hopefully this will correct the PostgreSQL failures.
806 01Jun07
807 kes  Implement algorithm to handle only one appendable volume with
808      Prefer Mounted Volumes = no.
809 kes  Fix a Bacula PostgreSQL bug dereferencing a NULL pointer      
810      returned from a query.
811 kes  Make volume lock recursive.
812 kes  Implement an additional volume reservation algorithm that
813      starts by considering all reserved volumes then uses the
814      old brute force algorithm of searching the resources to
815      find a suitable device.
816 kes  Add new reservations debug code and refine the old code.
817 kes  Update the win32/dll/bacula.defs file.
818 29May07
819 kes  Tweak reservations algorithm to permit a few more cases, i.e.
820      volume reserved, but on different drive, ...
821 kes  Enhance SD status to include Pool and Media Type for drive in a
822      more readable format (a bit longer). 
823 kes  Fix PostgreSQL double free.
824 28May07
825 kes  Minor refactoring of restore decryption code.
826 kes  Add code to smartall.c to detect double free of a buffer.
827 27May07
828 kes  Add < > around %r in from field on mail command of bacula-dir.conf.in
829      so that bsmtp will create a correct email address (mailbox only).
830 kes  Modify 'memory' command so that the buffers are listed as 'In use'
831      to avoid confusion with Orphaned buffers.
832 kes  I reworked the OpenSSL include/lib flags to be handled in     
833      the standard Bacula way, which should fix bug #863 concerning
834      non-standard OpenSSL libraries.
835 26May07
836 kes  Implement Help Browser window for bat.
837 kes  Fix reload bug that reset StorageId to zero.
838 25May07
839 kes  Fix TLS #ifdefing when TLS turned off.
840 kes  Ensure that when labelling a tape with Slot=0 that InChanger
841      is not set.
842 kes  Use DISTINCT to make MySQL and PostgreSQL uar_list_temp query        
843      the same.
844 kes  Add StartTime to final uar_sel_jobid_temp query so that we can
845      add DISTINCT (required by PostgreSQL).
846 kes  Implement BSOCK authenticate_director() method. Eventually will
847      authenicate all daemons.
848 kes  Move several more functions into the BSOCK class.
849 24May07
850 kes  Add code to tell the OS that we no longer need a cached
851      file that we were reading. In findlib/bfile.c.  Also,
852      only cache files that we are reading. Thanks to
853      Tobias Oetiker <tobi@oetiker.ch> for the idea.
854 kes  Tweak to bsmtp to eliminate compiler warnings on Win32.
855 kes  Implement script to automatically generate cats and dll .def
856      files for Win32 dll.
857 kes  Update README.mingw32 to include new .def file generation.
858 kes  Correct typo in UTF-8 error message as reported by:
859      jhernandez <julianhernandez@gmail.com>
860 kes  Add additional sm_check() code on debug level 1.
861 kes  Set default debug level to 1.
862 kes  Trap SIGABRT in attempt to get traceback.
863 23May07
864 kes  Reduce bat connect timeout from 30 to 15 seconds.
865 kes  More restructuring and implementing BSOCK class in place of
866      old bnet.c code.
867 kes  Remove a few unnecessary malloc() tests in crypto code.
868 kes  Turn off crypto calls for > 128 bits in crypto.c if HAVE_SHA2
869      not defined. Bug reported by Allan Black <Allan.Black@btconnect.com>
870 kes  Remove duplicate HAVE_CRYPTO definition in config.h.in
871 22May07
872 kes  Fix Verify InitCatalog mysql_escape_string() trashing memory.
873      Make buffer bigger.
874 kes  Fix Verify InitCatalog. The attributes were not pointing to the
875      correct saved location.
876 kes  Implement message callback so that GUI is sure to get all
877      daemon messages. Currently displayed in a dialog in bat.
878 kes  Ignore SIGUSR2 (Bacula timer) in bat.
879 kes  Apply regress patch from bug #859 to allow regress to work 
880      with Solaris compiler.
881 21May07
882 kes  Begin adding TLS support to bat.
883 kes  Apply UTF-8/16 patch from Yves Orton <demerphq@gmail.com> to
884      clean up lex.c and make it more readable.
885 20May07
886 kes  Move more bnet functions into the BSOCK class.
887 kes  Fix tray-monitor by not requiring a timer interval in bnet_connect()
888 kes  Complete change of berrno strerror() method to bstrerror() 
889
890 Release: 2.1.10 beta
891 18May07
892 kes  Cleanup incorrect email addresses in bsmtp.
893 kes  Make bat display initial messages rather than discard them.
894 16May07
895 kes  First cut of adding .mod to the run command.    
896 kes  Implement auto display of messages in bat.
897 kes  Enhanced preferences to allow all Bacula output to be
898      displayed in bat.
899 15May07
900 kes  Try to make bsmtp date routines more generic.
901 kes  Fixed bug #856 autochanger documentation.
902 kes  Rework bsmtp date editing for Win32. This fixes bug #854.
903 kes  Add new cats entry point so Win32 builds.
904 14May07 
905 kes  Attempt to fix bsmtp date editing on OSes without %z editing. 
906      Fixes bug #854.
907 kes  Do better checking for the MySQL 64 bit libraries looking for both
908      .a and .so libraries.
909 kes  Add a kludge for Ubuntu's non-standard locations for MySQL -- allow
910      /usr/include/mysql/mysql.h AND /usr/lib/... rather than /usr/lib/mysql/...
911 kes  Require the thread safe version of MySQL during configure. Thanks
912      to Andre Noll for pointing this out.
913 kes  Ensure that calls to find_jobids_from_mediaid_list() check count before
914      continuing in migration code.
915 kes  Apply implementation of tray-monitor font derived from gnome-console
916      submitted by Andreas Piesk <a.piesk@gmx.net>
917 13May07
918 kes  Eliminate important memory loss in SQLite
919 kes  Fixed the batch insert MySQL thread specific data that was not
920      being freed. See cats/mysql.c:db_thread_cleanup().
921 kes  Fix restore before command.
922 kes  Convert old hdr.name to name() in a few places.
923 kes  Implement update jobid command.
924 kes  Return all time_t dates in db_get_job_record()
925 kes  Stop watchdog in SD earlier.
926 kes  Put Pool just after Storage in please mount message.
927 kes  Fix pointer usage bugs in Verify InitCatalog pointed out by
928      Eric.
929 12May07
930 kes  Update the po files.
931 kes  Fix Verify InitCatalog by making it cache attributes.
932 11May07
933 kes  Change name bacula-bat to bat for man 1 page to correspond to
934      Makefile.
935 kes  Check for client and store NULL pointers in status command.  This
936      fixes bug #845.
937 kes  Fix non-ssl build so that it works (add JCR *jcr to crypto structures).
938 kes  Fix sign extended editing of %p.
939 kes  Clean out a little old #ifdefing in cats/mysql.c
940 10May07
941 kes  If time diff between DIR and FD is more than 600 seconds convert
942      INFO message to WARNING.
943 kes  Implement heap size display in status for all daemons.
944 kes  Attempt to fix MySQL db open memory loss (not successfull).
945 kes  Don't set SIGKILL and SIGSTOP neither can be trapped.
946 kes  Eliminate memory loss in MySQL (possibly other SQLs) during
947      Query. This looks like a MySQL but but by doing extra releases,
948      the memory goes away.  This should fix bug #847.
949 09May07 
950 kes  When backup fails, cancel SD before waiting for sd termination.
951 kes  If SD is waiting for FD to connect during cancel, wake up the 
952      thread.
953 kes  Fix fsf code so that errno is correctly reported.
954 kes  Apply migration patch (with changes) from Sergey Svishchev <svs@ropnet.ru>
955 08May07
956 kes  Make lack of Pool directive in Job an ERROR_TERM rather than FATAL
957      so that Bacula doesn't later stumble into a seg fault.
958 kes  Use the term Restore Client in the restore Job report.
959 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that preserves 
960      the original job's FileSetId.
961 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that implements
962      spooling in migration jobs.  Not yet tested.
963 kes  Merge patch from Jorj Bauer <jorj@seas.upenn.edu> that implements
964      reading conf file from a pipe.  However, do it with open_bpipe()
965      rather than popen.  Not yet tested.
966 07May07 
967 kes  Fix an ugly bug where the VolCatBytes were getting updated
968      during a restore.
969 kes  Implement bconsole memory command that prints current memory
970      usage, plus smartalloc dump.
971 kes  Clarify some error messages in backup, admin, and migrate.
972 kes  Shrink label dialog to smaller size.
973 kes  Invert Cancel OK buttons on restore to be OK Cancel.
974 kes  More strerror() to bstrerror() conversions.
975 06May07 
976 kes  Start implementing bstrerror() in place of strerror().
977 kes  Stripping path -- seems to work.
978 04May07
979 kes  Prevent door and port files from being restored (mostly
980      Solaris stuff).
981 kes  Free an unreleased buffer in compat code.
982 kes  Change console Job name from *Console* to -Console- to eliminate
983      Win32 filename problems.  Put Win32 path separator when creating
984      Console file.  This fixes bug #846.
985 kes  Change berrno::strerror() to berrno::bstrerror().  Not yet full
986      implemented.
987 kes  Pass jcr to crypt_sign_decode because it creates a new SIGNATURE
988      structure.
989 kes  Define b_errno_win32 on Linux to be zero so that it can be or'ed in
990      to force Win32 error message.
991 03May07
992 kes  First cut strip path. The data should be passed to the FD,
993      but nothing is done with it yet.
994 kes  Enhance the digest and signature routines in the crypto
995      library to accept a JCR and to use it to print error messages
996      so that they will go in the Job report rather than the daemon's
997      messages.
998 kes  Simplify some of the verify signature code.
999 kes  Simplify a few of the alternative returns in the signature 
1000      code.
1001 02May07
1002 ebl  Use only POSIX regex instead of GNU regex in breg.c for
1003      File relocation. It fix broken freebsd compilation.
1004 kes  Convert all other Dir files to use new ua class message 
1005      routines for bat.
1006 kes  Tentative fix for missing digest signature in bug 807.
1007 kes  Correct handle problem in new win32_ftruncate routine.
1008 kes  Convert ua_purge.c and ua_update.c to use new ua class
1009      message routines for bat.
1010 29Apr07 
1011 kes  Correct incorrect installation of LICENSE in Win32 installer.
1012 kes  Display LICENSE at the beginning of the Win32 install.
1013 kes  Attempt to correct the need for the png files to be installed 
1014      for bat.
1015 kes  Reapply my bat.conf install script in qt-console. I think I 
1016      editted bat.pro instead of bat.pro.in and it was lost.
1017 kes  Apply CentOS patches someone sent me. Checks for /var/run/subsys,
1018      the /var/lock/subsys for subsysdir.  Also corrects typos in the
1019      doc.
1020 28Apr07
1021 kes  First cut update job.
1022 kes  Correct configure to include qmake of src/qt-console directory.
1023 26Apr07
1024 kes  Make restore job yes/mod/no print in one command so GUI works.
1025 kes  First cut implementing backup and restore client.
1026 kes  Correct editing in Verify output that caused a seg fault.
1027 25Apr07
1028 kes  Insure that bat.conf is not overwritten during installation.
1029 kes  Fix important bug in db_sql_query() in mysql.c.  It was introduced
1030      while I was implementing migration in March 2006 !
1031 24Apr07
1032 ebl  Cleanup file relocation, using char *RegexWhere instead of
1033      char *where + bool where_use_regexp
1034 kes  Update some manpages and add bat manpage.
1035 kes  Make a first cut at converting bacula.spec.in for bwx-console
1036      and bgnome-console.
1037 kes  Apply patch from John Goerzen to add hostname as fourth argument
1038      to make_catalog_backup script.
1039 kes  Fix typos I introduced into bsmtp.c
1040 kes  Make pm_strxxx() routines handle input of NULL pointer. This
1041      is to protect from NULL pointers returned from SQL databases.
1042 kes  Correct typo in bacula-sd manpage as pointed out by John Goerzen.
1043 kes  Add more debug to FIFO code -- fix fifo regression test.
1044 23Apr07
1045 kes  Implement posix_fadvise in FD, and for reading spool files in SD.
1046 kes  Add thread timer to bnet_connect() to break from OS if wait time
1047      expires.
1048 22Apr07
1049 kes  Update Win32 build to include new files, new symbols, and    
1050      renamed files.
1051 kes  Implement socket level heartbeat (tcp_keepidle)
1052 ebl  Commit File relocation patch
1053 kes  Make bat have 'make install' target.
1054 kes  Warn during install if old gnome-console binary found.
1055 kes  Warn during install if old wx-console binary found.
1056 kes  Add -8 option to bsmtp command line to add content type utf-8. 
1057      Fixes bug #809. (Character coding problem in bsmtp).
1058 kes  If < is found in target (from, to, cc) then do not enclose the
1059      target in < >  in bsmtp. Fixes bug #772  (malformed address).
1060 kes  When printing certain items in dbcheck, stop after 300000.
1061      Fixes bug #822. (dbcheck loops).
1062 kes  Incorrect status in Dir after waiting for mount with poll set.
1063      Fixes bug #825.
1064 21Apr07 
1065 kes  Extend idea of Prefer Mounted Volumes to mean a volume about
1066      to be mounted.
1067 kes  Print waiting to reserve a device every 5 mins.           
1068 20Apr07
1069 kes  Don't call close_part in label.c if tape and relabel.
1070 kes  Don't free volume if busy in close() -- should help with
1071      bug 801.
1072 ebl  Fix #824 RunScript bug (After script could be execute twice)
1073      Now, Before Script can use RunsOnSuccess and RunsOnFailure options
1074      By default (like before) RunsOnSuccess=true and RunsOnFailure=false
1075      Add a regression script to test RunScript
1076 19Apr07
1077 kes  Correct usage of MTIOCLRERR ioctl for clearing persistant errors
1078      on Solaris.
1079 18Apr07
1080 kes  The bgnome-console (gnome-console) and bwx-console (wx-console) are
1081      deprecated. No additional bugs will be fixed, and they will be dropped
1082      in a future release (probably 2.4.0).
1083 kes  Change name of wx-console to bwx-console to make it more Bacula
1084      unique.
1085 kes  Change the name of gnome-console to bgnome-console to make it
1086      more Bacula unique.
1087 14Apr07
1088 kes  Some time in March, a Feature Request with patch from Jorj Bauer
1089      <jorj@seas.upenn.edu> was committed by Landon (with my approval).
1090      It implements:
1091      The ability for the director to validate a Client (FD) CN against
1092      an arbitrary set of patterns rather than the hostname, with
1093      A new 'TLS Allowed CN' set of directives which are implemented
1094      in the Client resource.  Then pattern matching is used in place
1095      of hostname matching against the Certificate's CN. As an example, we
1096      have certificates which (a) use a local CA, and (b) have a CN of the
1097      form client_123.
1098 kes  Add new/changed entry points to Win32 build
1099 kes  Create unaccepted-projects for projects that are not accepted.
1100 kes  Simplify locking in the reservations system.
1101 kes  Add more debug code in reservations.
1102 kes  Make sure error condition on reserving a volume is handled correctly.
1103 kes  Correct handling of volume_in_use.
1104 kes  Correct handling of initializing a device.
1105 kes  Move handling of broadcasting releasing a device into release_device().
1106 kes  Correct attaching dcr to dev so that it is only done if device
1107      is properly initiated.
1108 12Apr07
1109 kes  Locking debug level tweaks in SD.
1110 kes  Tweak new Volume code.
1111 11Apr07
1112 kes  Add exec external-command [wait-seconds] to bconsole. This
1113      executes the external-command.  Note! normally external-command
1114      should be enclosed in double quotes.
1115 kes  Turn the .die command on only if DEVELOPER is defined -- i.e.
1116      it should normally be off in a production system.
1117 10Apr07
1118 kes  Implement die command for SD so that we can force it to dump.
1119 kes  Implement SD lock debug code.
1120 kes  Implement new algorithm for keeping Volume list in SD.  It
1121      is now owned by the device.
1122 04Apr07
1123 kes  Implement new code for freeing in use volumes that should 
1124      resolve if not all, some of the problems of multiple drive
1125      tape conflicts described in bug 801.
1126 03Apr07
1127 kes  Fix gui/bacula-web/images files in svn.
1128 kes  Turn on FreeBSD/OpenBSD code to set EOT model on tape.
1129 02Apr07
1130 ebl  Fix a bug in batch mode (in string escape)
1131 kes  Correct migration prune SQL typo that crept in in a    
1132      recent 2.1.x change.
1133 01Apr07
1134 kes  Move bnet_despool() into class in bsock.c
1135 kes  Modify job report to include director name and Build OS.
1136 kes  Move drop root privilege and check_catalog() before fork.
1137 kes  Add update database scripts (version 9 to 10) to updatedb directory.
1138 31Mar07
1139 ebl  Check size and age of each file after its backup to see if
1140      it has changed during backup, if 'checkfilechanges' is set.
1141      The FD will do an extra check (stat(2)) after
1142      each file backup. mtime, ctime and size are compared with
1143      'before backup' information. If time or size mismatch, an
1144      error message will be generated. You must upgrade FD to use it.
1145 30Mar07
1146 kes  Make database name and user configurable
1147      --with-db-name=xxx --with-db-user=xxx
1148 kes  Add back database type to message.c for debugging.
1149 29Mar07
1150 kes  Implement dir_sql() which issues an SQL query.
1151 kes  Modify bat medialist to use dir_sql() and do some minor C++
1152      formatting as well as eliminating a number of pointers, simplifing
1153      the code.
1154 28Mar07
1155 kes  Fix some of the mtx-changer grep commands for tape label readers.
1156 kes  Convert a number of bsendmsg into the appropriate send/warning/error
1157      message class calls.
1158 kes  Suppress the using database message in the .sql command.
1159 kes  Correct an incorrect bnet_tls_client prototype -- patch from Martin.
1160 27Mar07
1161 kes  Add context menu for floating a window.
1162 kes  Some minor cleanup and name changes in qt-console
1163 kes  Add doing mt setblk 0 in Win32 mtx-changer.
1164 kes  Apply Martin's bug fix to move definition of ENODATA for 
1165      FreeBSD to bsock.c
1166 ebl  Add a BUSY handler to sqlite to be able to use multi_db = 1 with
1167      sqlite2 and sqlite3.
1168 26Mar07
1169 kes  More pruning cleanup.
1170 kes  Turn on wait_for_drive by default in mtx-changer.
1171 kes  Turn on Batch insert code by default as it now passes regression.
1172 kes  Add ./configure --enable-bat to enable building of Bat.   
1173      No install yet though.
1174 25Mar07
1175 kes  Implement a new .sql command for bat.
1176 kes  Implement code to turn off pruning in obtaining the next volume.
1177      Pruning is turned off for the status dir command, but turned on
1178      for SD requests and for the list nextvolume command.
1179 24Mar07
1180 kes  Correct Qmsg() that was not updated correctly when committing a
1181      previous change (probably the recent TLS patch).
1182 23Mar07
1183 kes  Write new subroutine is_volume_purged() that explicitly checks
1184      if the Volume is purged, and if so marks it as such. This should
1185      resolve problems reported about needing to mount twice to recycle
1186      volumes.
1187 kes  Rewrite pruning algorithm to do more work in the SQL engine, and
1188      to pass a list of JobIds to be deleted to SQL.  Also, minimize the
1189      amount of duplicated code.     
1190 kes  Do volume pruning only for the Media Type desired (reduces pruning time
1191      if multiple Media Types are in the same pool).
1192 kes  Implement more detailed info in the Job report for the Bacula version
1193      and architecture.
1194 kes  Switch from POOLMEM to POOL_MEM (a real class) in ua_prune.c and
1195      ua_purge.c.
1196 ebl  Add bbatch tool to bench database and insert mode.
1197      Fix sql quote stuff in batch mode
1198      Fix sql stuff for mysql
1199 22Mar07
1200 kes  Correct problems with am/pm scheduling. Fixes bug #808.
1201 kes  Implement new prunning code that prunes up to 1000 jobs at
1202      the same time.  The same technique can be applied to a number
1203      of other prune/purge subroutines.
1204 kes  Add an insanity check when starting a new tape job to ensure
1205      that the tape position has not been changed. If so fail the
1206      job.
1207 kes  Fix Win32 build for dlls to add the folllowing:
1208      src/lib/bsock.c -- new file with new entry points
1209      src/lib/dlist.c  -- new entry points
1210      src/cats/sql_create.c -- new entry point
1211      src/cats/sql_cmds.c -- new DATA item exported
1212 21Mar07
1213 ebl  batch mode cleanup bscan-test is ok now.
1214 kes  Implement SD code to check length of disk volume before appending.
1215 18Mar07
1216 kes  Correct return status on db_batch... routines.
1217 kes  Add call to db_write_batch_file_records() to migration code.
1218 ebl  Fix AfterJob timing
1219 kes  Move the checking of the database in initializion of the Director
1220      to after we drop privileges.  This avoids the need for both root
1221      and bacula access to the DB.
1222 kes  Correct a misplaced variable definition in src/filed/backup.c
1223 kes  Correct how the new batch insert db_create_attributes_record()
1224      uses the arguments.  Caused a seg fault in bscan.
1225 kes  Implement lock() and unlock() methods in DEVICE class.
1226      Implement block() and set_block(xx) methods in DEVICE class.
1227 kes  Modify bnet_connect() so that it uses time() to check for the
1228      wait time expiring (on some OSes, some system calls may not
1229      return immediately).
1230 kes  Modify Verify to obtain the previous JobId when it is actually
1231      running rather than at schedule time (as it was in 1.38.x).     
1232 kes  Fix src/job.c to handle MaxWaitTime correctly.  This should
1233      fix bug #802.
1234 kes  When checking pid in pid file, continue running if the pid is
1235      the same as ours. This occurs on IRIX after a system crash.
1236      Fixes bug #797.
1237 10Mar07
1238 kes  Extend new GUI API.
1239 kes  Make the ua structure a class, and implement send_msg(),
1240      error_msg(), warning_msg(), and info_msg().
1241 08Mar07
1242 kes  Apply fix from for building wx-console on the Mac from
1243      bug #798.
1244 kes  Implement new select mechanism for GUI programs.
1245 kes  Reorganize initialization of stackedWidgets in bat.
1246 07Mar07
1247 kes  Add updated nagios plugin supplied by Christian Masopust.
1248 05Mar07
1249 kes  More bat implementation.
1250 kes  File migrate bug with Pool Occupancy using mediaid instead
1251      of jobids.  Fixes bug #795.
1252 kes  Fix orphaned buffers in filed backup and verify due to
1253      crypto buffers not freed during errors.  Fixes bug #789.
1254 kes  Extend new GUI api code to tree commands.
1255 kes  Ensure that tree and dot commands check console ACLs.
1256 kes  Permit marking directory with trailing slash.
1257 kes  Allow 20 console connections (instead of only 10).
1258 04Mar07
1259 kes  Add smartctl call to bacula-sd.conf as an example of getting
1260      tape alert info.
1261 02Mar07
1262 kes  Modify jobq.c to let simultaneous restore jobs run. This may 
1263      cause them to fail if they cannot get a drive.
1264 kes  Add Client Connect Wait to Storage daemon to permit users to
1265      modify the time the SD waits for a FD connection.
1266 29Feb07
1267 kes  Correct virtual changer check which was backwards. This caused
1268      volumes to be unloaded into slots already occupied.
1269 28Feb07
1270 kes  Apply Command ACL filter to JobId list in restore command.
1271 kes  Correct typeo in var.c patch.
1272 27Feb07
1273 kes  Don't let Bacula prune File or Job records for the current Job.
1274 kes  Fix variable substitution pad + inc bug reported (with patch)
1275      in bug #791.
1276 26Feb07
1277 kes  Correct SQLite log table index as reported by Luca Berra.
1278 24Feb07
1279 ebl  fix fifo stuff, bacula tries to rewind the fifo... Thanks to Andreas
1280 22Feb07
1281 kes  Begin implementing new comm signals for API.
1282 kes  Fix a few places in lib/message.c where the open fd may 
1283      not be zeroed.
1284 kes  Continue implementing lib/bsock.c (real class).  Make jcr,
1285      who, host, and port private. There are new methods to access
1286      them for non-class use. This required touching a number of files.
1287 21Feb07
1288 kes  Add LANG=C to autoconf/randpass so it works with languages other
1289      than English.  Fixes bug #788.
1290 20Feb07
1291 ebl  Revert ClientRunBeforeJob to old position as in 1.38.X.
1292      This fixes bug #780
1293      You will not be able to generate Include/Exclude list any more.
1294      It will be fixed soon.
1295      If you want to use this, you can apply
1296      trunk/bacula/patches/testing/clientrunbeforejob_can_generate_include_exclude_list.patch
1297 19Feb07
1298 kes  Restore of sockets created false error messages because Bacula
1299      no longer restores sockets, but the code was still trying to
1300      set the attributes on a non-existent file. Reported by a user.
1301 ebl  finish RecyclePool feature
1302      Media will takes Pool.RecyclePool
1303      when moving from Scratch to a Pool or when user will do
1304      update volume=xxx frompool
1305      To use it, add RecyclePool = aPool to your Pool resource
1306         Pool {
1307                 Name = Default
1308                 RecyclePool = Scratch
1309                 ...
1310         }
1311      TODO: update manual
1312 kes  Expand new BSOCK class adding signal() and new BNET signals.
1313 kes  Begin enhancing the dot commands adding a new API function
1314      that returns more information and will make it easier
1315      to interface to the Director from a program.
1316 18Feb07
1317 kes  Make DEVICE fd private. Its new name is m_fd, and can be
1318      obtained with dev->fd() outside the class.  This is the
1319      first of many DEVICE members to be made private.
1320 kes  Implement Michael Renner's idea on having a virtual disk
1321      changer. I made some minor modifications (e.g. I did not
1322      implement the Virtual Changer directive, but simply set
1323      the Changer Command to an empty string.
1324 17Feb07
1325 kes  Implement a BSOCK send() method that writes the whole record
1326      in a single write() request rather than in two.
1327 ebl  add update volume=xxx recyclepool=yyyy
1328      volume takes recyclepool from pool when using update volume=xxx from pool
1329 16Feb07
1330 kes  Fix encryption deblocking bug, which caused some restored files
1331      to be truncated. This fixes bug #763.
1332 kes  Add FD event sequence order prepared by Eric -- for RunScripts.
1333 kes  Fix 12am/pm bug as reported in bug #782 -- scheduler problem.
1334 13Feb07
1335 kes  Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1.
1336 ebl  Use btime_t instead of uint64_t in media patch.
1337 11Feb07
1338 kes  Optimize the use of the database a bit in the Status dir command.
1339      Only open it when needed, ensure that if any previous database
1340      was opened, it is closed.
1341 10Feb07
1342 kes  Correct VolCatBytes bug from media patch.
1343 kes  Apply patch from bug #612 by Rudolf Cejka to speedup pruning
1344      in the case of orphaned records.
1345 kes  Modify dbcheck to handle orphaned JobMedia, Path, Filename,
1346      and File records in 300K chunks to be more efficient. This
1347      idea came from Juan Luis Frances (if I remember right).
1348 kes  Apply Eric's scratch patch that moves a purged Volume to
1349      the RecyclePool.  Question: how is RecyclePool set? what
1350      happens to the ScratchPool?
1351 kes  Apply Eric's media patch that collects read/write media
1352      times as well as byte counts.  This patch requires a
1353      simultaneous upgrade of the DIR and SD.  Note, there
1354      should be some way to turn off timing. I'm not sure
1355      times are in Bacula units.
1356 kes  Apply Eric's batch-insert patch.
1357 09Feb07
1358 kes  Update projects list.
1359 08Feb07
1360 kes  Implement Include/Exclude file lists in FD as dlists using
1361      the new dlistString class. This permits efficiently having
1362      large include/exclude lists and completes project Item 25.
1363 kes  Fix dird/ua_cmds.c so that a cancel command checks if the
1364      console is authorized to cancel the job.  This fixes bug 
1365      #767.
1366 kes  Modify SD so that the VolCatJobs medium record is updated
1367      at the beginning of a Job rather than the end.  This
1368      fixes bug #775 where exceeding MaxVolJobs caused jobs
1369      to fail.
1370 kes  Added a mutex around getting and setting Volume information
1371      so that multiple simultaneous jobs will single thread.
1372 07Feb07
1373      Switch to using Subversion
1374 kes  Remove src/pygtk-console/ from configure
1375 06Feb07
1376 kes  Delete src/lib/btree.c from win32 build, then add rblist.c
1377      plus the entrypoints.
1378 kes  Apply patch supplied that corrects debug print
1379      in canceling jobs for max run time.  Supplied as
1380      part of bug #621, which was previously fixed.
1381 05Feb07
1382 kes  Test on job_canceled() and sd_msg_thread_done inside
1383      loop starting the message thread to avoid a race condition.
1384      Fixes bug #771.
1385 kes  Remove rl_catch_signal from console.c as it conflicted
1386      with the header definition. Fixes bug #765.
1387 ebl  Fixes bug #766 about RunsOnClient = Yes (case sensitive)
1388 04Feb07
1389 kes  Clarify some stored/acquire messages to indicate if the
1390      problem is with read or append.
1391 02Feb07
1392 kes  Fix memory leak with storage ids in cats/sql_get.c
1393 kes  Terminate watchdog earlier to avoid reference to released
1394      memory -- reported by Jason Austin.
1395 kes  Move closing the database from jobq.c to the director daemon
1396      termination routine. This fixes memory leaks for shadow jobs
1397      (i.e. migration jobs).
1398 kes  Free up the unique jobid chain items in migrate.c.  This fixes
1399      a memory leak problem.
1400 kes  Convert some ugly looking for statements to use foreach_alist
1401      in findlib/find.c.  This will facilitate converting the structures
1402      to use dlist (for large include/exclude lists).
1403 kes  Fix a bug in the btree.c and btree.h routines, then rename them
1404      rblist and add them to be built in src/lib.  Include some new
1405      methods written by Rudolf Cejka that make the code more readable
1406      (hides some of the ugly casting).
1407 kes  Add set_next() and set_prev() methods which make the code much more 
1408      readable. Also add a new dlistString class that facilitates storing
1409      strings in dlists.  To be used in the large include/exclude lists.
1410 kes  Make some trivial modifications to lib/tree.h that use rblist
1411      rather than dlist for storing the tree links. This was suggested
1412      by Rudolf Cejka.  The result of this is that the restore tree now
1413      uses red-black binary trees rather than simple linked lists. This
1414      should give rather dramatic speed improvements for directories
1415      contining large numbers of directories/files (more than 10000).
1416 28Jan07 
1417 kes  Fix maxruntime bug #621.
1418 26Jan07
1419 ebl  Implement the include JobID in spool file name project.
1420 kes  Reorder projects file in order determined by Jan 2007 vote.
1421 kes  Implement item #12 on project list -- quick release of FD by
1422      the SD.
1423 kes  Fix open of SQLite3 db where user does not have write permission
1424      so that DIR does not crash. Fixes bug #761.
1425 25Jan07
1426 kes  Add back missing @ in Win32 Makefile.
1427 kes  Change 'Device not configured to autolabel' from INFO
1428      to WARNING.
1429 kes  Fix jobq.c to restart failed jobs when Reschedule Times = 0 
1430      which should restart an indefinite # of times.
1431 kes  Fix configure --help to print --with-mysql[=DIR]. Same for
1432      other DIR specifications.
1433 23Jan07
1434 rn   Fix msvc build problems. Fix bacula.dll exports for msvc build.
1435      Fix path quoting in SQLite scripts.
1436      Fix problems with SHGetFolderPath.
1437 19Jan07
1438 kes  Create patches/2.0.1-restart.patch. Fixes bug #755.
1439 18Jan07
1440 kes  Fix Job restart on error bug that promotes an Inc to a Full
1441      backup.  This should fix bug #755.
1442 kes  Add qt-console and first cut of code.
1443
1444 Version 2.0.1
1445 12Jan07
1446 kes  Fix Bacula->Documentation link on Win32 to point to index.html
1447      instead of bacula.html. Fixed bug #750.
1448 kes  Return JobId in db_get_job_record() when JobId==0. This should
1449      fix bug #741.
1450 kes  Do not release source pointers when restarting a failed job.
1451 11Jan07
1452 kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
1453      This *should* fix bug #747.
1454 kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
1455      bug #742.
1456 09Jan07
1457 kes  Modify USTORE constructor to set an empty store_source string, 
1458      and don't copy the store_source string in a cancel.  Hopefully
1459      this will fix Arno's seg fault, bug #744.
1460 kes  Add back code to disable conio in configure. Fixes bug #743.
1461 kes  Correct the Options scanner in the FD to correctly handle  
1462      SHA1 option, which was eating the next option.  Reported by    
1463      Sebastien Guilbaud.
1464 kes  Add code to indicate when the SD is spooling, spool wait, and 
1465      despooling as requested by Alan Brown.
1466
1467 Version 2.0.0 released: 4 January 2007