]> git.sur5r.net Git - bacula/bacula/commit - bacula/src/lib/bnet.c
- Applied a patch from Peter Eriksson that removes a dynamic stack
authorKern Sibbald <kern@sibbald.com>
Tue, 24 Aug 2004 12:18:45 +0000 (12:18 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 24 Aug 2004 12:18:45 +0000 (12:18 +0000)
commit4fdf53e67e489beef502bab24a989cff20e7d255
treed2b179dc11494b5488073df1561882142d288dba
parentcfacb5dd983d68faa1b1747eb24439c6937b1889
- Applied a patch from Peter Eriksson that removes a dynamic stack
  allocation (replaced by alloca) and fixes some const problems.
- Fixed a free() of a static variable in the new IP code bnet.c
- Got the new Bacula Rescue CDROM booting.
- Replaced a dynamic template by a simple store when using the
  native C compiler.
- Reworked some of the block.c error handling.
- Changed a Dmsgx(000, to Dmsgx(100 in dev.c that was dumping
  debug output on a user.
- Integrated patch from 1.34.6 block.c to 1.35

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1553 91ce42f0-d328-0410-95d8-f526ca767f89
12 files changed:
bacula/kernstodo
bacula/src/dird/bacula-dir.conf.in
bacula/src/filed/status.c
bacula/src/findlib/attribs.c
bacula/src/findlib/bfile.c
bacula/src/lib/bnet.c
bacula/src/lib/bsys.c
bacula/src/lib/tree.h
bacula/src/stored/block.c
bacula/src/stored/dev.c
bacula/src/stored/status.c
bacula/src/version.h