]> 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)
commiteecae5bbee34f428e4909d90fd1d01365c404515
treeca48fd336ca2979d4713522908d361e13392a75b
parentc60355e991ba92ec5d7eb3c887b24291f635e16c
- 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