]> git.sur5r.net Git - bacula/bacula/commit
- Start implementing Christopher's St.Bernard code.
authorKern Sibbald <kern@sibbald.com>
Fri, 28 Apr 2006 13:19:34 +0000 (13:19 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 28 Apr 2006 13:19:34 +0000 (13:19 +0000)
commit9d9ff0561552075ccc677c4e5b86d4f6e960ef66
tree67fae830a14d8f7a3f77182bc8df87f1e73afb58
parent12cb8e955bc75fa77373104144be7ee3c5c1d48b
- 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

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2983 91ce42f0-d328-0410-95d8-f526ca767f89
17 files changed:
bacula/LICENSE
bacula/kernstodo
bacula/kes-1.38
bacula/kes-1.39
bacula/src/dird/backup.c
bacula/src/dird/fd_cmds.c
bacula/src/dird/job.c
bacula/src/filed/job.c
bacula/src/filed/restore.c
bacula/src/filed/status.c
bacula/src/findlib/bfile.c
bacula/src/version.h
bacula/src/win32/License.txt [deleted file]
bacula/src/win32/compat/compat.cpp
bacula/src/win32/lib/attr.cpp
bacula/src/win32/pebuilder/Makefile.in
bacula/src/win32/winbacula.nsi.in