Kern Sibbald [Fri, 4 May 2007 15:15:59 +0000 (15:15 +0000)]
kes Change console Job name from *Console* to -Console- to eliminate
Win32 filename problems. Put Win32 path separator when creating
Console file. This fixes bug #846.
kes Change berrno::strerror() to berrno::bstrerror(). Not yet full
implemented.
kes Pass jcr to crypt_sign_decode because it creates a new SIGNATURE
structure.
kes Define b_errno_win32 on Linux to be zero so that it can be or'ed in
to force Win32 error message.
Kern Sibbald [Thu, 3 May 2007 17:10:55 +0000 (17:10 +0000)]
kes First cut strip path. The data should be passed to the FD,
but nothing is done with it yet.
kes Enhance the digest and signature routines in the crypto
library to accept a JCR and to use it to print error messages
so that they will go in the Job report rather than the daemon's
messages.
kes Simplify some of the verify signature code.
kes Simplify a few of the alternative returns in the signature
code.
backup.c: Send the cryptographic session data for all files. This includes zero-length files with non-zero-length resource forks.
restore.c: Allocate the cipher decryption context on-demand, thus disabling decryption / allocation of cipher context for zero-length files.
kes Correct incorrect installation of LICENSE in Win32 installer.
kes Display LICENSE at the beginning of the Win32 install.
kes Attempt to correct the need for the png files to be installed
for bat.
kes Reapply my bat.conf install script in qt-console. I think I
editted bat.pro instead of bat.pro.in and it was lost.
kes Apply CentOS patches someone sent me. Checks for /var/run/subsys,
the /var/lock/subsys for subsysdir. Also corrects typos in the
doc.
Added delete and purge options in medialist. Shorten headings to get more to
show up. Now I am testing with my companies old DDS3 autochangers. Added
mount dialog so that if a mount is requested on an autochanger, a dialog asks
the user which slot.
Add slot to display in medialist. Turn media edit into a QDialog like the label
dialog and make functional for three propeties. Pool, Slot and Volume status.
Add context sensitive options in storage for label, mount and umount.
Modify label class to have an overoaded constructor so as to have the
ablility to get the storage to default to a specific storage.
kes Make a first cut at converting bacula.spec.in for bwx-console
and bgnome-console.
kes Apply patch from John Goerzen to add hostname as fourth argument
to make_catalog_backup script.
kes Make pm_strxxx() routines handle input of NULL pointer. This
is to protect from NULL pointers returned from SQL databases.
kes Correct typo in bacula-sd manpage as pointed out by John Goerzen.
kes Add more debug to FIFO code -- fix fifo regression test.
Add six context sensitive menu options to the joblist. I think I got
all the ones that made sense doing "jobid=" searches in documentation.
Commented out one passed value in line 122 of console.cpp to get a
successful compilation.
Auto select console tree widget of current console when a command is entered in the
console command line entry LineEdit box.
Display and dress up the context sensitive command when a popup menu is pressed
causing a console command to be entered. I'd almost prefer to see if there is a
way to have the command entered be BOLD or something to bring it out.
Have the title of undocked window describe the type of window it is like the
page selector and the director that it represents.
Also add bat.pro to svn property svn:ignore to make more svn friendly.
kes Make bat have 'make install' target.
kes Warn during install if old gnome-console binary found.
kes Warn during install if old wx-console binary found.
kes Add -8 option to bsmtp command line to add content type utf-8.
Fixes bug #809. (Character coding problem in bsmtp).
kes If < is found in target (from, to, cc) then do not enclose the
target in < > in bsmtp. Fixes bug #772 (malformed address).
kes When printing certain items in dbcheck, stop after 300000.
Fixes bug #822. (dbcheck loops).
kes Incorrect status in Dir after waiting for mount with poll set.
Fixes bug #825.
Little big change. This fixes the undocked windows becoming active when the
current console is not the console of the ondocked window. Important fix here.