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.
kes When doing a label, pass the VolBytes back to the Director,
which puts it in the catalog.
kes Print an error message if the user attempts to prune an
archived Volume.
kes Need to start using %ld when sscanfing 32 bit values.
kes Update the free
kes Correct the counting of VolCatBytes for DVDs.
kes Add code to mount.c to require that VolCatBytes corresponds to
what is actually found when doing an append.
kes Update freespace only after writing on the DVD.
kes Remove code that blows away the current part in the spool file.
es Apply new dvd-handler patch from Richard Mortimer.
kes Tweak so that debug level 20 shows only DVD commands.
kes Correct spooled_part flag in dev.c close() so that it is cleared
when the spool file is deleted or does not exist.
kes Print part number in read_records when eof hit (restore).
Robert Nelson [Fri, 1 Sep 2006 00:49:21 +0000 (00:49 +0000)]
Update the Microsoft Visual Studio build to match the MinGW32 build.
Fix precedence problem in an ASSERT.
Put DLL_IMP_EXP macros in the right place so they work with both gcc and msvc.
Change make_session_key on WIN32 to use WIN32 APIs to produce a better seed.
Add sed to external dependencies, it is used only during installation.
Remove unused code from winmain.cpp and winservice.cpp for the three daemons.
Fix /kill for file and storage daemons.
Add bfree to the exports for bacula.dll.
Add new tool scsilist.exe which displays the changer, tape and CD/DVD (1394, SCSI, SATA, ATAPI) devices and the information required to add them to bacula-sd.conf.
Added full configuration generation to the installer.
Kern Sibbald [Thu, 31 Aug 2006 21:07:14 +0000 (21:07 +0000)]
kes Make find with no args in tree restore return error rather than
stopping the selection. Fixes bug #665
kes Rework DVD writing to ensure that the last part is written
on open_next_part when dealing with a spool file.
kes Correct the lseek_dev() routine to handle end point correctly
(bug introduced by me).
kes Allow part number to exceed num_dvd_parts in lseek_dev().
Kern Sibbald [Wed, 30 Aug 2006 16:19:32 +0000 (16:19 +0000)]
kes Apply dvd-handler patch from Richard Mortimer.
kes Apply dvd error check patch from Richard Mortimer.
kes Apply bpipe race patch from Richard Mortimer.
kes Rework how DVD labels are handled and set append only
when part > num_dvd_parts.
Kern Sibbald [Sun, 27 Aug 2006 18:30:57 +0000 (18:30 +0000)]
kes Rework many features of DVD writing and reading. Added many error
messages. Most importantly changed part to represent the current
part number base zero. This makes current DVD writing incompatible
with previous version.
26Aug06
kes Add host:port to connect failure messages to FD and SD from Dir.
kes Add WhereACL to console ACL list. If nothing is specified, only
the default is permitted for restore. Otherwise, *all* allows any
path, or you can specify permitted paths. This should allow control
over where users can restore files. This is untested.
kes Modified message to add a ? (as in loaded?) when querying the autochanger
for what Slot is loaded.
kes Fixed the use of Slot, so that is more correctly maintained, thus
eliminating unneeded duplicate calls to determine what Slot is loaded.
Kern Sibbald [Sat, 26 Aug 2006 11:28:39 +0000 (11:28 +0000)]
kes Add host:port to connect failure messages to FD and SD from Dir.
kes Add WhereACL to console ACL list. If nothing is specified, only
the default is permitted for restore. Otherwise, *all* allows any
path, or you can specify permitted paths. This should allow control
over where users can restore files. This is untested.
kes Modified message to add a ? (as in loaded?) when querying the autochanger
for what Slot is loaded.
kes Fixed the use of Slot, so that is more correctly maintained, thus
eliminating unneeded duplicate calls to determine what Slot is loaded.
Kern Sibbald [Fri, 25 Aug 2006 12:35:45 +0000 (12:35 +0000)]
kes wx-console crashes because of differences between Bacula and wxWidgets
malloc()/free(). Tweek wx-console to use bmalloc()/bfree() for Bacula
calls.
kes correct improper indenting in wx-console/console_conf.c
kes update wx-console header copyrights
kes Fix bug #658 where wx-console mangles file/directory names containing
commas.
Kern Sibbald [Thu, 24 Aug 2006 09:48:11 +0000 (09:48 +0000)]
kes Add Media.Enabled flag to client backups for dotcmds.c
kes Enforce Media.Enabled=1 for a current restore to work.
kes Require restore case 3 to have sqlquery permission to work.
kes Remove obsolete del_MAC sql command.
Eric Bollengier [Tue, 22 Aug 2006 20:34:22 +0000 (20:34 +0000)]
ebl - change default config file format, use Data::Dumper now
- add load_old function to do convert from old_format
- add add/del/mod autochanger from configuration