]> git.sur5r.net Git - bacula/rescue/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)
commit351be18049651b66f07b261f8287bf3066a0d4df
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent45701875f61aa79ba0c49b606c18da49aa2eeeba
- 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.