]> git.sur5r.net Git - bacula/docs/commit
- Apply patch from Christopher Hull
authorKern Sibbald <kern@sibbald.com>
Wed, 19 Apr 2006 17:14:19 +0000 (17:14 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 19 Apr 2006 17:14:19 +0000 (17:14 +0000)
commit4e221cc4cdd71a1c40e484a120a077c91c57cd8e
treeb0d7a4e2c00d8cedbb76c3f216ef6f48fc53d775
parentf7877d0a008e458ab78837adf8d1f03492b32877
- Apply patch from Christopher Hull
  - Allow multiple connections to database with different
    parameters.
  - Invalidate the scheduler when doing a reload. Fixes seg
    fault, but still 60 second window.
  - Additional info in Reschedule message.
  - Use set_jcr_job_status() everywhere to prevent loss of
    cancel, error.
  - Display peer IP in FD if error from connecting DIR.
  - Don't increment file count for DIRBEGIN.
  - Replace illegal characters in Win32 filename by _.
  - Add SE_CREATE_PERMANENT_NAME privilege in Win32.
  - Hash hard link filenames rather than linked list.
  - Fix for security failure in chdir on Win32.
  - Add CreateDirectoryA/W win32 API entry points.
- Add /silent option to Win32 FD for Install/Remove service.
- Always print Heap statistics in FD.