]> git.sur5r.net Git - bacula/docs/commit
kes Fix dird/ua_cmds.c so that a cancel command checks if the
authorKern Sibbald <kern@sibbald.com>
Thu, 8 Feb 2007 10:54:40 +0000 (10:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 8 Feb 2007 10:54:40 +0000 (10:54 +0000)
commit489d991b510a443fb347616ac7e0bd02fcfdcdff
tree68ad98b3a879bc2d9ed2b546c9459dcf1fb00425
parentd039a8c8e92028aff3eaec79ae5f8b60d69c1dca
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.