Kern Sibbald [Thu, 25 Jan 2007 11:26:57 +0000 (11:26 +0000)]
kes Change 'Device not configured to autolabel' from INFO
to WARNING.
kes Fix jobq.c to restart failed jobs when Reschedule Times = 0
which should restart an indefinite # of times.
kes Fix configure --help to print --with-mysql[=DIR]. Same for
other DIR specifications.
Kern Sibbald [Thu, 11 Jan 2007 20:15:48 +0000 (20:15 +0000)]
kes Add dynamic dll entry point for SHGetFolderPath to Win32 code.
This *should* fix bug #747.
kes Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
bug #742.
Kern Sibbald [Thu, 11 Jan 2007 16:38:35 +0000 (16:38 +0000)]
kes Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
bug #742.
09Jan06
kes Modify USTORE constructor to set an empty store_source string,
and don't copy the store_source string in a cancel. Hopefully
this will fix Arno's seg fault, bug #744.
kes Add back code to disable conio in configure. Fixes bug #743.
kes Correct the Options scanner in the FD to correctly handle
SHA1 option, which was eating the next option. Reported by
Sebastien Guilbaud.
kes Add code to indicate when the SD is spooling, spool wait, and
despooling as requested by Alan Brown.
Eric Bollengier [Wed, 3 Jan 2007 20:22:07 +0000 (20:22 +0000)]
ebl add file_histo and rep_histo new graph they works with bfileview
and only on postgresql at this time. With this graph, you will
follow directory and file evolution across backup.
Kern Sibbald [Thu, 28 Dec 2006 17:14:00 +0000 (17:14 +0000)]
kes Convert dbcheck to use 64 bit DB IDs.
kes Update projects
kes Make rescue work.
kes Clarify Volume migration error message.
kes Look for Job keyword when opening DB in console.
Kern Sibbald [Sat, 23 Dec 2006 16:33:53 +0000 (16:33 +0000)]
kes Add code in catreq.c to reject volumes not marked Enabled.
kes Add a few more ACL access checks.
kes Add \n in gnome2-console restore command so that output prints
nicer -- i.e. lines do not run together.
kes Fix autolabeling so that it will not mark a volume in error
if the volume was not actually opened. This should fix bugs
#737 and 738.
kes Require tape drive to be open before autolabeling.
kes Require explicit mount command on non-tapes before autolabeling.
kes Implement an open_client_db() that searches the keywords for
either a catolg or client, and opens the appropriate catalog.
This makes Bacula adjust better to multiple catalogs.
kes Use more name() methods for resources rather than hdr.name.
Kern Sibbald [Fri, 22 Dec 2006 15:01:05 +0000 (15:01 +0000)]
kes Apply Eric's patch for recycling the Scratch pool.
kes Note, for the tray-monitor (or almost any restricted console_
to work, in version 1.39.x you must add CatalogACL = catalog-name
kes Add appropriate new #undefs to autoconf/acconfig.h so that
configure works correctly.
kes Implement configure code to allow the user to disable IPv6 with
--disable-ipv6
kes Apply Richard Mortimer's patch to prevent seg fault if mount point
not specified -- SD refuses to start.
kes Add magic.bacula from bug #715 to the scripts directory along with
Arno's explanation of how to install it.
kes Convert a bunch of hdr.name into name() method calls.
kes Fix the code to remove .bsr files. Fixes bug #736 -- Martin.