From: Kern Sibbald Date: Wed, 13 Oct 2004 16:10:10 +0000 (+0000) Subject: - Add a kludge to detect bad date/times, which cause a seg fault in X-Git-Tag: Release-1.36.0~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=351be18049651b66f07b261f8287bf3066a0d4df;p=bacula%2Frescue - 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. ---