]> git.sur5r.net Git - bacula/bacula/commit
- Correct buffer length passed to inet_ntop() in address_conf.c
authorKern Sibbald <kern@sibbald.com>
Mon, 27 Sep 2004 07:01:38 +0000 (07:01 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 27 Sep 2004 07:01:38 +0000 (07:01 +0000)
commit5c5a7a4abbd563746ed836d8e817222a7a5a9d31
tree64e96525038c1ec5dad4ba547e5f2c2310c4491a
parentb103b352f3753749876ac04a4e0c55b1c2c205d7
- Correct buffer length passed to inet_ntop() in address_conf.c
- Increase the debug level of a lot of messages to reduce the
  debugging noise.
- Modify how ST_APPEND is handled so that nothing is written
  to the Volume if it is not set. It is now set only when
  the Volume label is verified, and released when the volume
  is released. This required a number of minor but rather
  critical and fundamental changes.
- Improve quickly terminating a job in the SD when it errs.
  More status checking and a few additional checks on
  job_canceled() and check more error return statuses.
- Added a number of debug statements (to be removed later) that
  check the VolCatName for a name.
- Create a single subroutine that handles terminating writing
  on a Volume at the end of the volume (or after an error).
- Continued to add use of the berrno classs for strerror().

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1619 91ce42f0-d328-0410-95d8-f526ca767f89
19 files changed:
bacula/src/lib/address_conf.c
bacula/src/lib/bget_msg.c
bacula/src/lib/message.c
bacula/src/lib/workq.c
bacula/src/stored/acquire.c
bacula/src/stored/append.c
bacula/src/stored/askdir.c
bacula/src/stored/block.c
bacula/src/stored/dev.c
bacula/src/stored/device.c
bacula/src/stored/fd_cmds.c
bacula/src/stored/job.c
bacula/src/stored/label.c
bacula/src/stored/mount.c
bacula/src/stored/protos.h
bacula/src/stored/record.c
bacula/src/stored/spool.c
bacula/src/stored/stored.c
bacula/src/version.h