From: Kern Sibbald Date: Fri, 28 Apr 2006 13:19:34 +0000 (+0000) Subject: - Start implementing Christopher's St.Bernard code. X-Git-Tag: Release-2.0.0~897 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=409ee9ff6e1cf26a72db33ad939984027b248c2e;p=bacula%2Fdocs - Start implementing Christopher's St.Bernard code. - Add Christopher's mods for opening files. - Strip \r \n from Win32 error messages (Christopher) - Add more info about Win32 system if unknown (Christopher) - Use bstrn(cpy, cat) routines to avoid overrun in compat.cpp - Fix a number of incorrect strings marked for translation, when they should not be (e.g. commands). - Fix StartTime bug reported for ClientRunBeforeJob and RunBeforeJob Patches supplied by user in bugs #608 and #599. - Use most recent of st_ctime and st_mtime in restore tree DIR listing. This fixes some problems with Win32 printing incorrect values. - Correct the clock shift comm time calculation between the DIR and the FD. It was added rather than subtracted. - Strip all backslashes in filenames to be restored on Win32 machines -- the names should all be in Unix format, and if there are any backslashes it is most likely due to an improper FileSet definition, and the files will not otherwise be restorable. - Remove lib/regex.c (replaced by bregex.c). - Delete src/win32/License.txt - Modify installer to install LICENSE ---