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=489d991b510a443fb347616ac7e0bd02fcfdcdff;p=bacula%2Fdocs 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. ---