]> git.sur5r.net Git - bacula/docs/commit
- Detect if fseeko exists with autoconf. If so, use it
authorKern Sibbald <kern@sibbald.com>
Thu, 17 Mar 2005 18:24:54 +0000 (18:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 17 Mar 2005 18:24:54 +0000 (18:24 +0000)
commit2436a8dc97b7e6765e1b93d10ae7ba89f9ce7a88
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent8120db3ac4c73567cef2b1c35f3a83cd65e9c108
- Detect if fseeko exists with autoconf. If so, use it
  and ftello.
- Remove old bacula-*.conf from examples directory (out
  of date).
- Remove latex-fr index files from CVS.
- Rewrite code that stops reading the tape so that the
  tape is marked at EOT, then once the work is done,
  the EOT flag is removed.
- Flush output to file after every send in console.
- Make setting VolFiles to smaller number fatal.
- Disable Multiple Connections code.
- Add patch from user for NetBSD statvsfs() fix to
  fstype.c
- Take more care with errors in acquire.c
- Don't run through dvd code in append.c if bad status
  returned.
- Modify code so that an autochanger fault is fatal.
- Use dev->print_name() in more places.
- Implement dev->can_steal_lock() to simplify code.
- Make btape re-read first 10000 records on fill command.
- Check error return and fail job from fseeko and ftello
  in spool.c.  Don't let a -1 slip in as size.