From: Kern Sibbald Date: Wed, 19 Apr 2006 17:14:19 +0000 (+0000) Subject: - Apply patch from Christopher Hull X-Git-Tag: Release-2.0.0~937 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92f75f931653128fd2de5abdbcf2bed5f73386ea;p=bacula%2Frescue - 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. ---