Dan Langille [Tue, 23 Oct 2007 14:08:20 +0000 (14:08 +0000)]
When mentioning catalog backups, link to the Catalog Maintenance page.
Use the updated calls to invoke Bacula daemons on FreeBSD
Show Bacula running as non-root. Pointed out by Mike Erdley.
Kern Sibbald [Mon, 22 Oct 2007 21:48:14 +0000 (21:48 +0000)]
kes Add a security warning to src/cats/make_catalog_backup.in indicating
that passing the password via the command line (arg 3) is insecure.
This responds to bug #990 (it doesn't fix it).
Kern Sibbald [Fri, 19 Oct 2007 15:31:45 +0000 (15:31 +0000)]
kes Set default debug_level to zero. This corrects bugs #991 and #993.
kes Fix a crash in bat when it cannot connect to the Director for example
if the Director is not running.
kes Remove redundant INDEX (JobId) from File table in the trunk.
This fixes bug #992.
kes Make explicit exception to GPL in LICENSE to permit linking
the Win32 FD with Microsoft VSS code.
kes Apply the Solaris package patch from
Masopust, Christian <christian.masopust@siemens.com>
kes Apply the patch to optionally add a timestamp in the debug output
submitted by Mariusz Czulada <manieq@wp.eu>.
Kern Sibbald [Fri, 19 Oct 2007 10:07:03 +0000 (10:07 +0000)]
kes Make explicit exception to GPL in LICENSE to permit linking
the Win32 FD with Microsoft VSS code.
kes Apply the Solaris package patch from
Masopust, Christian <christian.masopust@siemens.com>
kes Apply the patch to optionally add a timestamp in the debug output
submitted by Mariusz Czulada <manieq@wp.eu>
Kern Sibbald [Tue, 16 Oct 2007 19:10:47 +0000 (19:10 +0000)]
kes Add PATH command to SunOS part of mtx-changer.in so that sed and
awk are on the path.
kes Redirect stderror to stdin on mt status command in mtx-changer.in
since the status is returned on stderr on Solaris.
kes Activate Close button on tray-monitor window. This fixes
bug #986.
kes Check for NULL item in parse_conf.c before calling it. In the
case of Device, there is no item and this caused a seg fault when
Device appears in the conf file.
kes Add a #define __CONFIG_H when including config.h in bacula.h. This
avoids pulling in config.h multiple times in some new code.
Kern Sibbald [Fri, 5 Oct 2007 16:56:55 +0000 (16:56 +0000)]
kes Fix listing performance problems in bat. Pointed out by
Chris Howells.
kes Remove old debug code.
kes Fix bat code that tests for Win32. This should fix bug #968
kes Query 5 list wrong Vol after migration. This fixes bug #960
Dan Langille [Tue, 2 Oct 2007 19:50:54 +0000 (19:50 +0000)]
Rename some sample configuration files to *.in
This allows us to rm *.conf and get back to the start.
Adjust scripts/do_sed to do a cp of those two files
Dan Langille [Mon, 1 Oct 2007 00:28:27 +0000 (00:28 +0000)]
Welcome to self-contained regression testing.
You should now be able to run multiple regression
test instances on the same machine without
stepping on each others toes.
kes Save jcr in thread specific data (tsd) for each thread.
kes Make Dmsg() print JobId as -%u.
kes Make Jmsg, Emsg, and others automatically pickup the jobid
for the thread if it exists.
kes Remove old reservation debug jid code.
kes Remove get_jcr_from_tid() from OpenSSL and tls code.
ebl Add an option that permit to specify spool size in job
definition. (Applying patches/testing/spoolsize_per_job.patch).
You must upgrade SD and DIR at the same time.
More tweaks to the mount volume routines to get everything
right. Changed variable name from find to have_vol, which is
much easier to understand.
kes Enhance btimer debug code.