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