]> git.sur5r.net Git - bacula/docs/commit
kes Move the checking of the database in initializion of the Director
authorKern Sibbald <kern@sibbald.com>
Sun, 18 Mar 2007 20:10:58 +0000 (20:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 18 Mar 2007 20:10:58 +0000 (20:10 +0000)
commitc8b5825392369397913d77ad0ba13aa5d21b9076
treefb0636aa458f8be359644ab21d8f930b893ab160
parent53433029c62db38058d1f37b86c53aa139647bf4
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.