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