]> git.sur5r.net Git - bacula/bacula/commit
- Add a kludge to detect bad date/times, which cause a seg fault in
authorKern Sibbald <kern@sibbald.com>
Wed, 13 Oct 2004 16:10:10 +0000 (16:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 13 Oct 2004 16:10:10 +0000 (16:10 +0000)
commit4b3430480af8d9d61134fc35979ad1f83b1c57ab
tree0fae14d340ccea1b047e7a81eb055279afae5ee9
parentf26360547c288c2670aad5d6d5e67b5635004b4c
- Add a kludge to detect bad date/times, which cause a seg fault in
  Microsoft's version of localtime_r().  So, now we know that Microsoft
  programmers do not check return codes!
- Minor update to web site (new projects page).
- Remove bigint for filenameid from postgresql table -- as demonstrated
  by Martin, it has negative performance repercussions.
- Rework getuser() and getgroup() to avoid any possible race condition
  by returning the value in a buffer rather than from the cached table.
- Add a bit more debug code to the FD status output.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1644 91ce42f0-d328-0410-95d8-f526ca767f89
14 files changed:
bacula/ReleaseNotes
bacula/kernstodo
bacula/src/cats/make_postgresql_tables.in
bacula/src/dird/ua_tree.c
bacula/src/filed/job.c
bacula/src/filed/status.c
bacula/src/lib/attr.c
bacula/src/lib/bnet.c
bacula/src/lib/bsys.c
bacula/src/lib/idcache.c
bacula/src/lib/message.c
bacula/src/lib/util.c
bacula/src/version.h
bacula/src/win32/compat/compat.cpp