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
Kern Sibbald [Sun, 20 Aug 2006 13:27:55 +0000 (13:27 +0000)]
kes Print JobIds to be migrated in Job Report.
kes Add additional user supplied notes to the messages part of
bacula-dir.conf concerning multiple email addresses.
kes Fix an incorrect comment pointed out by a user in dvd_handler.in
kes Add more recent Feature requests to Projects file.
Dan Langille [Sun, 20 Aug 2006 01:45:45 +0000 (01:45 +0000)]
The introduction to Job Migration contained a few run-on sentences. This
stuff needs to be kept short and sweet. These changes say the same things,
only in shorter sentences. HTH.
Kern Sibbald [Sat, 19 Aug 2006 10:10:21 +0000 (10:10 +0000)]
kes Apply Maritn's fix to src/win32/Makefile.
kes Apply Martin's fix to configure.in for pthreads on FreeBSD 4.x
kes Implement pruning for Migration and migrated jobs.
kes Implement PoolOccupancy migration.
kes Implement PoolTime migration.
Kern Sibbald [Tue, 15 Aug 2006 20:43:54 +0000 (20:43 +0000)]
kes If doing a mount, look for a slot, and if specified pass it to
the SD so that it can load the autochanger.
kes Return DVD=1 flag if a label command is done to a DVD. This
permits setting VolParts to 1.
kes Apply DVD patch from Richard Mortimer <richm@oldelvet.org.uk>, but
rework ua_label code based on DVD media type to use DVD flag returned.
Kern Sibbald [Tue, 15 Aug 2006 13:51:22 +0000 (13:51 +0000)]
kes Eliminate some compile warnings in dird_conf.c
kes Format the bytes field in the terminated jobs part of the status
command for the three daemons with suffixes to reduce print size
of backup bytes. Suggested by a user.
kes When not descending into a directory, print the File= name that
triggered it -- makes why not descending a bit clearer.
kes Do not unload autochanger when doing a list command -- basic code
from Eric Bollengier.
Robert Nelson [Sat, 12 Aug 2006 23:18:24 +0000 (23:18 +0000)]
Reworked the MinGW32 build-dependencies script, it has been renamed to build-depkgs-mingw32. It now handles two options -h to display help and -C to reextract the source and apply the patches. The -C option is useful for updating the source after new patches are released.
Moved the 3rd party package URLs to a separate file External-mingw32. This allows us to update to new versions without having to modify the script and makes it easier to figure out which packages and which versions are used.
Added a new script build-depkgs-msvc.cmd which does the same thing as build-depkgs-mingw32 except they are built using Microsoft Visual C and placed in the depkgs-msvc directory. There is also an External-msvc file to describe the packages.
Updated README.mingw32 with the updated instructions.
Added a couple of missing files to the installer for PostgreSQL.