Kern Sibbald [Mon, 5 Mar 2007 22:04:23 +0000 (22:04 +0000)]
kes More bat implementation.
kes File migrate bug with Pool Occupancy using mediaid instead
of jobids. Fixes bug #795.
kes Fix orphaned buffers in filed backup and verify due to
crypto buffers not freed during errors. Fixes bug #789.
kes Extend new GUI api code to tree commands.
kes Ensure that tree and dot commands check console ACLs.
kes Permit marking directory with trailing slash.
kes Allow 20 console connections (instead of only 10).
Kern Sibbald [Mon, 5 Mar 2007 09:50:15 +0000 (09:50 +0000)]
kes Extend new GUI api code to tree commands.
kes Ensure that tree and dot commands check console ACLs.
kes Permit marking directory with trailing slash.
kes Allow 20 console connections (instead of only 10).
Kern Sibbald [Fri, 2 Mar 2007 18:02:46 +0000 (18:02 +0000)]
02Mar07
kes Modify jobq.c to let simultaneous restore jobs run. This may
cause them to fail if they cannot get a drive.
kes Add Client Connect Wait to Storage daemon to permit users to
modify the time the SD waits for a FD connection.
Kern Sibbald [Thu, 22 Feb 2007 15:31:08 +0000 (15:31 +0000)]
kes Begin implementing new comm signals for API.
kes Fix a few places in lib/message.c where the open fd may
not be zeroed.
kes Continue implementing lib/bsock.c (real class). Make jcr,
who, host, and port private. There are new methods to access
them for non-class use. This required touching a number of files. 21Feb07
kes Add LANG=C to autoconf/randpass so it works with languages other
than English. Fixes bug #788.
Kern Sibbald [Mon, 19 Feb 2007 17:59:15 +0000 (17:59 +0000)]
kes Restore of sockets created false error messages because Bacula
no longer restores sockets, but the code was still trying to
set the attributes on a non-existent file. Reported by a user.
Kern Sibbald [Mon, 19 Feb 2007 12:09:01 +0000 (12:09 +0000)]
kes Expand new BSOCK class adding signal() and new BNET signals.
kes Begin enhancing the dot commands adding a new API function
that returns more information and will make it easier
to interface to the Director from a program.
Eric Bollengier [Mon, 19 Feb 2007 11:51:46 +0000 (11:51 +0000)]
ebl add RecyclePool to Pool. Media will take Pool.RecyclePool
when moving from Scratch to a Pool or when user will do
update volume=xxx frompool
To use it, add RecyclePool = aPool to your Pool resource
Pool {
Name = Default
RecyclePool = Scratch
...
}
Kern Sibbald [Sun, 18 Feb 2007 15:51:09 +0000 (15:51 +0000)]
kes Make DEVICE fd private. Its new name is m_fd, and can be
obtained with dev->fd() outside the class. This is the
first of many DEVICE members to be made private.
kes Implement Michael Renner's idea on having a virtual disk
changer. I made some minor modifications (e.g. I did not
implement the Virtual Changer directive, but simply set
the Changer Command to an empty string.