Kern Sibbald [Thu, 22 Mar 2007 21:11:49 +0000 (21:11 +0000)]
kes Implement new prunning code that prunes up to 1000 jobs at
the same time. The same technique can be applied to a number
of other prune/purge subroutines.
Kern Sibbald [Thu, 22 Mar 2007 13:10:04 +0000 (13:10 +0000)]
kes Implement new prunning code that prunes up to 1000 jobs at
the same time. The same technique can be applied to a number
of other prune/purge subroutines.
kes Add an insanity check when starting a new tape job to ensure
that the tape position has not been changed. If so fail the
job.
kes Fix Win32 build for dlls to add the folllowing:
src/lib/bsock.c -- new file with new entry points
src/lib/dlist.c -- new entry points
src/cats/sql_create.c -- new entry point
src/cats/sql_cmds.c -- new DATA item exported
Kern Sibbald [Sun, 18 Mar 2007 20:10:58 +0000 (20:10 +0000)]
kes Move the checking of the database in initializion of the Director
to after we drop privileges. This avoids the need for both root
and bacula access to the DB.
kes Correct a misplaced variable definition in src/filed/backup.c
kes Correct how the new batch insert db_create_attributes_record()
uses the arguments. Caused a seg fault in bscan.
kes Implement lock() and unlock() methods in DEVICE class.
Implement block() and set_block(xx) methods in DEVICE class.
kes Modify bnet_connect() so that it uses time() to check for the
wait time expiring (on some OSes, some system calls may not
return immediately).
kes Modify Verify to obtain the previous JobId when it is actually
running rather than at schedule time (as it was in 1.38.x).
kes Fix src/job.c to handle MaxWaitTime correctly. This should
fix bug #802.
kes When checking pid in pid file, continue running if the pid is
the same as ours. This occurs on IRIX after a system crash.
Fixes bug #797.
Kern Sibbald [Thu, 8 Mar 2007 18:50:23 +0000 (18:50 +0000)]
kes Apply fix from for building wx-console on the Mac from
bug #798.
kes Implement new select mechanism for GUI programs.
kes Reorganize initialization of stackedWidgets in bat.
Kern Sibbald [Mon, 5 Mar 2007 22:04:23 +0000 (22:04 +0000)]
kes More bat implementation.
kes File migrate bug with Pool Occupancy using mediaid instead
of jobids. Fixes bug #795.
kes Fix orphaned buffers in filed backup and verify due to
crypto buffers not freed during errors. Fixes bug #789.
kes Extend new GUI api code to tree commands.
kes Ensure that tree and dot commands check console ACLs.
kes Permit marking directory with trailing slash.
kes Allow 20 console connections (instead of only 10).
Kern Sibbald [Mon, 5 Mar 2007 09:50:15 +0000 (09:50 +0000)]
kes Extend new GUI api code to tree commands.
kes Ensure that tree and dot commands check console ACLs.
kes Permit marking directory with trailing slash.
kes Allow 20 console connections (instead of only 10).
Kern Sibbald [Fri, 2 Mar 2007 18:02:46 +0000 (18:02 +0000)]
02Mar07
kes Modify jobq.c to let simultaneous restore jobs run. This may
cause them to fail if they cannot get a drive.
kes Add Client Connect Wait to Storage daemon to permit users to
modify the time the SD waits for a FD connection.