]> git.sur5r.net Git - bacula/bacula/commit
- Put Dmsg() on inside if() to avoid calling subroutine.
authorKern Sibbald <kern@sibbald.com>
Wed, 25 May 2005 19:35:02 +0000 (19:35 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 25 May 2005 19:35:02 +0000 (19:35 +0000)
commitf5727a2417ede1709c78329eceee239a88f6bf84
tree0af8eca385486e877e76b6a408d00e71b181470e
parent0da0e454b2bc05001b0f4c9d151a9e57c54ff243
- Put Dmsg() on inside if() to avoid calling subroutine.
- Make restore.bsr have unique name.
- Allow user to define bsr filename on restore command line
  with bootstrap=xxx.bsr
- Add limit=nnn to list jobs command.
- Remove old restore code that did not use .bsr file.
- unlink automatically generated bsr file.
- Cleanup heartbeat code so that duped fd is almost sure
  to be released. Previously under certain conditions, the
  memory was not released due to race conditions.
- Shorten copyright.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2083 91ce42f0-d328-0410-95d8-f526ca767f89
26 files changed:
bacula/kernstodo
bacula/kes-1.37
bacula/src/baconfig.h
bacula/src/cats/cats.h
bacula/src/cats/sql_list.c
bacula/src/dird/bsr.c
bacula/src/dird/msgchan.c
bacula/src/dird/protos.h
bacula/src/dird/restore.c
bacula/src/dird/ua_output.c
bacula/src/dird/ua_restore.c
bacula/src/dird/verify.c
bacula/src/filed/heartbeat.c
bacula/src/filed/job.c
bacula/src/jcr.h
bacula/src/lib/bnet.c
bacula/src/lib/bsock.h
bacula/src/lib/mem_pool.c
bacula/src/lib/message.c
bacula/src/lib/tree.c
bacula/src/stored/acquire.c
bacula/src/stored/dev.c
bacula/src/stored/match_bsr.c
bacula/src/stored/parse_bsr.c
bacula/src/stored/read.c
bacula/src/stored/spool.c