Kern Sibbald [Thu, 8 Feb 2007 10:56:41 +0000 (10:56 +0000)]
kes Fix dird/ua_cmds.c so that a cancel command checks if the
console is authorized to cancel the job. This fixes bug
#767.
kes Modify SD so that the VolCatJobs medium record is updated
at the beginning of a Job rather than the end. This
fixes bug #775 where exceeding MaxVolJobs caused jobs
to fail.
kes Added a mutex around getting and setting Volume information
so that multiple simultaneous jobs will single thread.
Switch to using Subversion
kes Remove src/pygtk-console/ from configure
Kern Sibbald [Tue, 6 Feb 2007 14:37:57 +0000 (14:37 +0000)]
06Feb07
kes Delete src/lib/btree.c from win32 build, then add rblist.c
plus the entrypoints.
kes Apply patch supplied that corrects debug print
in canceling jobs for max run time. Supplied as
part of bug #621, which was previously fixed. 05Feb07
kes Test on job_canceled() and sd_msg_thread_done inside
loop starting the message thread to avoid a race condition.
Fixes bug #771.
kes Remove rl_catch_signal from console.c as it conflicted
with the header definition. Fixes bug #765.
ebl Fixes bug #766 about RunsOnClient = Yes 04Feb07
kes Clarify some stored/acquire messages to indicate if the
problem is with read or append. 02Feb07
kes Fix memory leak with storage ids in cats/sql_get.c
kes Terminate watchdog earlier to avoid reference to released
memory -- reported by Jason Austin.
kes Move closing the database from jobq.c to the director daemon
termination routine. This fixes memory leaks for shadow jobs
(i.e. migration jobs).
kes Free up the unique jobid chain items in migrate.c. This fixes
a memory leak problem.
kes Convert some ugly looking for statements to use foreach_alist
in findlib/find.c. This will facilitate converting the structures
to use dlist (for large include/exclude lists).
kes Fix a bug in the btree.c and btree.h routines, then rename them
rblist and add them to be built in src/lib. Include some new
methods written by Rudolf Cejka that make the code more readable
(hides some of the ugly casting).
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.