]> git.sur5r.net Git - bacula/rescue/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)
commitd01f60eb2900888818960fe218c5edc0886256bc
tree4fe53d81100bb701cb5f323eb61ec2bc404adba1
parent6dd99e53ff4522c6a2c01b896792938eea6ef9d1
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.