]> 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)
commit8f79bff4a81494579450cb0be9ce5092c8fd1dc5
tree90e7022e4c8453664a94213be6c2c46b59ae3dfd
parentbbf107a18d4ed7ac78eb2bb2a1fe451a7b98b63d
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
23 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/gnome2-console/Makefile.in
bacula/src/lib/Makefile.in
bacula/src/lib/crypto.c
bacula/src/stored/Makefile.in
bacula/src/tools/Makefile.in
bacula/src/tray-monitor/Makefile.in
bacula/src/tray-monitor/tray-monitor.c
bacula/src/win32/build-win32-cross-tools
bacula/src/win32/mingw-utils.patch [new file with mode: 0644]
bacula/src/wx-console/Makefile.in