From: Kern Sibbald Date: Thu, 8 Feb 2007 10:54:40 +0000 (+0000) Subject: kes Fix dird/ua_cmds.c so that a cancel command checks if the X-Git-Tag: Release-2.2.0~1073 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=95746669559c1c393c54d5f458d31fd900ec0a32;p=bacula%2Frescue 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. ---