]> git.sur5r.net Git - bacula/bacula/commit
25Jun06
authorKern Sibbald <kern@sibbald.com>
Sun, 25 Jun 2006 13:58:36 +0000 (13:58 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 25 Jun 2006 13:58:36 +0000 (13:58 +0000)
commit0612d7e050f600b62bb8d159119fd79f30116991
tree164e7824cdcb69e2995e8a1f66a7d84591c8c9e2
parenta945e4a80b0122a2cbc37e95b823e4e151433cdc
25Jun06
- Apply fix for scheduler for missing unlock_jobs().
- Clean out autoconf caches before rebuilding configure
- Fix the FreeBSD pthreads lib define updated by Dan.
- Add missing semicolon in src/console/console.c
- Add Robert's enhanced version of build-win32-cross-tools
  as well as his patch file.
- Note, the new gcc options are likely to break building of
  wx-console or the tray-monitor ...
24Jun06
- Implement Robert's suggestion to suppress printing compile lines.
- Detect GCC correctly (I hope)
- If using GCC (actually g++) add the following compiler flags
  -fno-strict-aliasing -fno-exceptions -fno-rtti
- Turn on new bsnprintf() code.
- Fix crypto when not using openssl. I previously overlooked this.
- Eliminate crypto type punning problems by eliminating void * and
  using uint8_t * instead.
- Harden authentication failure in FD by single threading errors
  and forcing a 6 second wait.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3074 91ce42f0-d328-0410-95d8-f526ca767f89
17 files changed:
bacula/Makefile.in
bacula/autoconf/Make.common.in
bacula/autoconf/bacula-macros/os.m4
bacula/autoconf/configure.in
bacula/configure
bacula/kes-1.39
bacula/src/cats/Makefile.in
bacula/src/console/Makefile.in
bacula/src/console/console.c
bacula/src/dird/Makefile.in
bacula/src/dird/scheduler.c
bacula/src/filed/Makefile.in
bacula/src/findlib/Makefile.in
bacula/src/lib/Makefile.in
bacula/src/lib/crypto.c
bacula/src/stored/Makefile.in
bacula/src/tools/Makefile.in