Kern Sibbald [Mon, 25 Jun 2007 08:13:53 +0000 (08:13 +0000)]
kes Return correct string from authenticate.cpp in bat when connecting
to Dir.
kes Apply patch suggested by Frank Sweetser to fix bug #888 --
spurious line drops when using TLS.
kes Do not file reparse points when restoring a file that already
exists -- Win32.
Kern Sibbald [Sun, 24 Jun 2007 17:27:12 +0000 (17:27 +0000)]
kes Implement Windows reparse points -- similar to directories, but
we do not descend into it. This is a first cut. They seem to
be backed up, but restore is not yet tested.
kes Remove restore_blocking in tls code when shutting a socket to leave
it in blocking mode. Hopefully this will fix the encryption bug
reported by Frank Sweetser.
kes When opening a file for backup, tell the OS that we are going to
read it sequentially -- optimization.
kes Change variable names in authenticate_director() to not conflict
with member names in bat. Caused great confusion with compiler,
but no warnings.
Kern Sibbald [Sat, 23 Jun 2007 09:58:34 +0000 (09:58 +0000)]
kes Remove some duplicated code in tls.c
kes Move more of the bsock member variables into private and access
them with methods.
kes Add Frank Sweetser's tls-test to the regression suite.
Kern Sibbald [Thu, 21 Jun 2007 21:45:36 +0000 (21:45 +0000)]
kes Don't print clock skew message in FD if less than 3 seconds diff.
kes Add a bit of VSS info to status client.
kes Make a gross first cut of Vista VSS, using Win2003 code.
Kern Sibbald [Tue, 19 Jun 2007 09:48:44 +0000 (09:48 +0000)]
kes Fix bad return in FD when encryption signature not found.
Probably caused a crash.
kes Inhibit missing encryption signature error messages for
file types where no signature computed.
kes Correct inverted check on autochanger in reservation system.
kes Tweak debug code in autochanger reservation.
Kern Sibbald [Mon, 18 Jun 2007 19:29:26 +0000 (19:29 +0000)]
kes Add some additional locking in the cats directory in subroutines
that modify packet variables called from batch insert.
kes Rework how dcrs are allocated. new_dcr() can now be called
with an existing pointer, and it will simply clean it up.
This allows the reservation system to test various different
devices, and will permit easy device changes.
kes A bunch of changes all over to handle new new_dcr() calling
sequence.
kes Work more on the Volume management in the SD. Remember Volumes
for tape drives and for autochangers (even virtual disk changers).
kes When looking at the Volume list to reserve a drive, handle
autochanger names correctly by interating through the changer
devices. Also call the Director to see if a Volume is suitable
for the current job.
kes Fix some bugs in bscan. Make sure all media records are written.
Make sure that valid JobMedia records are written for disk files.
Previously they were completely wrong.
Kern Sibbald [Mon, 18 Jun 2007 10:43:01 +0000 (10:43 +0000)]
kes Move source tar files for depkgs-mingw32 to www.bacula.org so
that the URLs don't change and so that the developers will all
work off the same copy. Rebuild from scrach.
Kern Sibbald [Sat, 16 Jun 2007 08:25:03 +0000 (08:25 +0000)]
kes Remove a few malloc()s from the encryption code.
kes Use the class calls to bsock in filed/backup.c and restore.c in
place of the old bnet_xxx code.
kes Implement code that does an on the fly calculation of the
signing digest during restore of encrypted files. It makes
a best guess at the algorithm, and if it is not correct, will
then revert to the old code which reads the file after it is
restored.
kes Implement at least one missing crypto stream in stream_to_ascii()
kes Apply patch from William <chowmeined@gmail.com> that fixes bug
#877 where a reload with bad syntax causes Dir to exit.
Kern Sibbald [Thu, 14 Jun 2007 16:54:30 +0000 (16:54 +0000)]
kes Do not free a volume on a tape drive until another volume is
mounted and read, or the autochanger unloads the volume.
This should help the SD re-use volumes that are already mounted,
and should fix bug #886.
kes Apply patch from user brettedgar that allows gnome2-console include
the OpenSSL libraries, and hence work with SSL. Fixes bug #885.
kes Apply patch from Lucien Weller that fixes day of week calculation
because of DST flag problem. Fixes bug #887.
Kern Sibbald [Mon, 11 Jun 2007 10:49:48 +0000 (10:49 +0000)]
10Jun08
kes Move find_next_appendable_volume() to after acquiring a valid device
in reserve.c. This fixes bug #864 -- confirmed by reporter.
09Jun07
kes Unable to reproduce bug 872. However added additional testing for
integer.
kes Bug #874 resolved by documenting SQLite limitations.
kes Bug #882 resolved by documenting mtx-changer script for new drive code.
kes Bug #881 resolved by removing typo in mtx-changer script.
kes Made Frank Sweetser's wiki the official Bacula wiki with his
approval. Added a link to the wiki on the web page, and implemented
a backup from http://paramount.ind.wpi.edu
08Jun07
kes Fix update allfrompool to pass pool name
Kern Sibbald [Sat, 9 Jun 2007 09:25:27 +0000 (09:25 +0000)]
kes Unable to reproduce bug 872. However added additional testing for
integer.
kes Bug #874 resolved by documenting SQLite limitations.
kes Bug #882 resolved by documenting mtx-changer script for new drive code.
kes Bug #881 resolved by removing typo in mtx-changer script.
kes Made Frank Sweetser's wiki the official Bacula wiki with his
approval. Added a link to the wiki on the web page, and implemented
a backup from http://paramount.ind.wpi.edu
Dirk H Bartley [Thu, 7 Jun 2007 20:40:27 +0000 (20:40 +0000)]
Clear list before populating lists in console.
Add a table in restore tree to show what jobs were selected. Use IN keyword
in sql statements to represent better what the selections really are. They
are show me stuff for this condition preselecting a list of jobs.
Kern Sibbald [Thu, 7 Jun 2007 13:21:44 +0000 (13:21 +0000)]
kes Fix sscanf problems reported by Peter Buschman that caused
a bus error on Solaris.
kes Rework (simplify) the select prompt in bat.
kes Move get_jobid_from_tid() into lib and create a
get_jcr_from_tid().
kes Use get_jcr_from_tid() to conver all tls Emsg() to Jmsg(). This
should definitely fix the problem of lost error messages in the
encryption code.
kes Remove over zellous addition of FSFE copyright in a few eggxxx files.
kes Eliminate tcpd.h from the project. Enclose the #include from the
library with extern C ...
kes Add print of signal name when a signal is trapped.
Dirk H Bartley [Mon, 4 Jun 2007 15:11:18 +0000 (15:11 +0000)]
New interface. The intent is to work towards a window which allows the user to
Browse the files in the catalog and see what versions exist for each file, then
be able to mark directories, files and versions for restore. To this point it
is just good at browsing.
Kern Sibbald [Sun, 3 Jun 2007 20:27:52 +0000 (20:27 +0000)]
kes Implement --with-batch-insert in configure and detection of thread
safe libraries. It is on by default, but turned off if no thread
safe library (e.g. SQLite 2) is available.