kes Update src/win32/dll/bacula.def for change in BPIPE definition for
Win32 build.
kes Fix a compiler warning in compat.cpp
kes Change strcpy to bstrncpy in compat.cpp
kes Remove some broken code in bdb_list.c
kes Fix, hopefully the last, ACL problem in the restore command.
kes Update the README.mingw32
kes Add new version of upgrade-win32-client.txt to examples directory.
Submitted by Michel Meyers.
kes Print an INFO message in the job report when a Volume is marked Purged.
Robert Nelson [Mon, 25 Sep 2006 09:13:43 +0000 (09:13 +0000)]
Fixed the routine that handles executing external programs and scripts so that it is a lot more flexible about the format of the command line. It now translates path names containing spaces to the equivalent short name. It then passes the name with the quotes removed to cmd.exe.
kes Apply the recycle patch from Richard Mortimer.
kes Convert a few if statements in dev.c to switch statements.
kes Start using print_errmsg instead of bstrerror().
kes Print a job message in SD when a job is marked to be canceled.
kes All code added back. Fixed block.c read/write to loop only 3
times. This apparently keeps the OS from crashing (at least
most of the time).
kes The kernel bug still persists. Backup something then immediately
do a bscan on the same tape, and the kernel will crash.
kes Simplifed tape open(). It no longer uses nonblocking mode, which
means that opening with no tape loaded will probably take at least
6 minutes before an error is reported.
kes Do not use MTSETDRVBUFFER if not running as root. Do a MTRESET
when doing set_os_device_parameters.
kes Report open error in mount.c
kes Remove all .exe files from the installer directory on make clean.
kes Add -c option to pg_dump so that it initializes tables when
restored.
kes Fix FirstWritten time on Volume to be obtained from SD so that
it is the actual time the volume was first written.
kes Minor Makefile changes.
kes Handle EBUSY during read(). Improve how EBUSY is handled in write().
kes Correct a test in block.c that prevented restore of a DVD from
looking at the last part in the spool directory.
kes Make some error messages clearer mostly by using the word DVD
in the message. Improve infor message in read_record for DVDs.
kes Remove DVD kludges in dircmd.c label/relabel.
kes Move the dvd relabel code from dircmd.c into
write_new_volume_label_to_dvd() adding a relabel argument.
kes Rewrite the truncate_dvd() code to be much simpler and
more logical. First blow away any spool part, then create a
new empty part and write to the DVD.
kes Rewrite the can_write_on_non_blank_dvd() code making it
only ensure that no valid data is on the DVD -- i.e. it
can be overwritten.
kes Put attach_dcr_to_dev in a subroutine.
kes Make attaching/detaching to/from a device use a flag and
only detach if actually attached.
kes Add dvd-simulator.in to scripts directory and add to configure.
kes Fix code in acquire.c that checks fd != 0 to use dev->is_open().
This could be a cause of a number of drive reservation problems.
Note, this code is now in attach_dcr_to_dev().
kes Suppress doing Volume updates if it is a system job. This should
prevent the DVD label blocking.
kes Clear the freespace ok flag in a couple of strategic places.
kes Put removing zero sized spool part file in subroutine and
call from release_device().
kes Add Richard's patch for relabel to dircmd.c, but save and restore
dev Volume name.
kes Rework a lot of subroutines in dev.c to take dcr as an
argument. This is done to eliminate the usage of attached_dcrs
in lseek().
kes Change truncated_dvd to blank_dvd, which seems more suitable.
kes Apply most of Richard Mortimer's truncate patch.
kes Create lseek() method for DEVICE that takes dcr as an
argument. This is to eliminate the use of attached_dcrs in
lseek(). The calls to lseek_dev() must still be changed.
kes Create lseek() method for DEVICE that takes dcr as an
argument. This is to eliminate the use of attached_dcrs in
lseek(). The calls to lseek_dev() must still be changed.
kes Make sure valid argument passed to str_to_utime() where Arno
had a seg fault.
kes Apply Richard Mortimer's patch for bcopy, bextract, and bscan.
I.e. part of two different patches.
kes Modify disk changer to simulate some of the error conditions
of mtx-changer.
kes Make sure the close() call in the SD tools is just before the
getchar() call.
kes Implement dir_get_volume_info() in bls using the patch from
Richard Mortimer but call find_num_dvd_parts().
kes Implement find_num_dvd_parts() that mounts and scans a DVD
and counts the parts.
kes Move the omode code in open_dvd() up so that the cannot
write on blank disk can check can be bypassed for read mode.
Not yet implemented.
kes Make two separate Win32 menu links for starting bconsole and
wx-console in winbacula.nsi
kes Apply DVD part_spooled patch from Richard Mortimer
richm@oldelvet.org.uk
kes Use get_catalog_resource() to open catalog database
to ensure that ACLs are respected and that user is
correctly prompted for database.
kes Integrate multiple console/director patch from
Carsten Paeth calle@calle.in-berlin.de
kes Apply patch supplied in bug #656 to pass priority field
in the run dialog to the Director.
kes Restore DCR after VOL_NAME_ERROR in mount.c. Hopefully
this will fix bug #627 where Bacula eventually gets
confused about what Volume it wants.
kes Add a new close_part() class in the SD to save the device
state around open/close_part/open for DVD writing. This
should fix the num_dvd_parts getting zeroed as reported by
Richard Mortimer.
kes Apply patch from Richard Mortimer that correct edit code
for debug output of st_size.
Robert Nelson [Wed, 6 Sep 2006 17:12:00 +0000 (17:12 +0000)]
Fixed symbol file generation on Microsoft Visual Studio builds.
Change daemon /kill processing to pause .5 second between attempts to post WM_CLOSE message.
Installer changes:
- Add new Install Type page, used to select between Automatic and Custom installs. Automatic installs only prompt for configuration items that can't be reasonably defaulted.
- Added Bacula logo to page headers.
- Added Upgrade support
Configuration and component selection is migrated from pre-1.39 installs.
Configuration of upgraded components is preserved and not prompted for
Configuration of new components is handled according the Automatic / Custom selection.
New components are shown in bold on Component page.
Component selection is defaulted to previously selected components.
- Installation of Server components is disabled on Windows 95, 98 and ME.
- Changed installer to use previous executable to /kill and /remove services being upgraded.
Added URLs for support, info and upgrades to Bacula entry in Add/Remove Programs.
Added Version info to Bacula entry in Add/Remove Programs.