From: Kern Sibbald Date: Thu, 22 Mar 2007 13:10:04 +0000 (+0000) Subject: kes Implement new prunning code that prunes up to 1000 jobs at X-Git-Tag: Release-2.2.0~890 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e1727e71c167f76a96fa714b96b57a4dd0eac189;p=bacula%2Frescue 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 ---