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