]>
git.sur5r.net Git - bacula/rescue/log
Scott Barninger [Sat, 10 Nov 2007 15:41:19 +0000 (15:41 +0000)]
Add suse 10.3
Eric Bollengier [Sat, 10 Nov 2007 13:18:24 +0000 (13:18 +0000)]
ebl remove user managment
Eric Bollengier [Sat, 10 Nov 2007 13:18:12 +0000 (13:18 +0000)]
ebl remove user managment
Kern Sibbald [Sat, 10 Nov 2007 10:53:11 +0000 (10:53 +0000)]
Merge changes from trunk
Kern Sibbald [Sat, 10 Nov 2007 10:44:24 +0000 (10:44 +0000)]
Merge in changes from trunk
Kern Sibbald [Sat, 10 Nov 2007 10:19:53 +0000 (10:19 +0000)]
Merge trunk changes
Kern Sibbald [Sat, 10 Nov 2007 09:00:23 +0000 (09:00 +0000)]
Update doc for release
Kern Sibbald [Fri, 9 Nov 2007 04:31:14 +0000 (04:31 +0000)]
Get fix for joblist bug in bat from trunk.
Scott Barninger [Sun, 4 Nov 2007 17:28:46 +0000 (17:28 +0000)]
rh qt4 packages don't provide qt so fix that too
Scott Barninger [Sun, 4 Nov 2007 16:17:48 +0000 (16:17 +0000)]
- fix dist defines for rhel5 and clones
- fix rhel broken 64 bit QT4 paths
Kern Sibbald [Sun, 4 Nov 2007 11:10:30 +0000 (11:10 +0000)]
kes This patch fixes bug #1003 where putting the message output from
a Verify job into the catalog results in a recursive loop. The problem
seems to show up only with postgresql (to be verified).
Kern Sibbald [Sun, 4 Nov 2007 11:06:53 +0000 (11:06 +0000)]
Undo change in r5841 as log comment was wrong
Kern Sibbald [Sun, 4 Nov 2007 10:43:02 +0000 (10:43 +0000)]
kes Fix bug #942 where lots of emails where generated when the heartbeat
interval was low and Bacula wanted a different tape from the one in
the drive.
Kern Sibbald [Sun, 4 Nov 2007 08:53:17 +0000 (08:53 +0000)]
kes Fix bug #942 where lots of emails where generated when the heartbeat
interval was low and Bacula wanted a different tape from the one in
the drive.
Scott Barninger [Mon, 29 Oct 2007 21:52:15 +0000 (21:52 +0000)]
Correct installed permissions of sqlite database file.
Eric Bollengier [Fri, 26 Oct 2007 17:19:39 +0000 (17:19 +0000)]
ebl Fix the LastWritten field which was updated during
a restore (or a reading migration) This fixes bug #982
Eric Bollengier [Thu, 25 Oct 2007 21:07:17 +0000 (21:07 +0000)]
ebl fix #982
Eric Bollengier [Wed, 24 Oct 2007 18:37:02 +0000 (18:37 +0000)]
ebl Use qmake-qt4 instead of qmake when available (debian system)
Kern Sibbald [Mon, 22 Oct 2007 21:47:58 +0000 (21:47 +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 [Mon, 22 Oct 2007 10:31:08 +0000 (10:31 +0000)]
kes Apply 2.2.5-postgresql-errors.patch
kes Remove unneeded File table index on JobId, which is already
present as the first index of another multi-index.
Kern Sibbald [Mon, 22 Oct 2007 10:12:58 +0000 (10:12 +0000)]
Update
Eric Bollengier [Sun, 21 Oct 2007 17:36:17 +0000 (17:36 +0000)]
ebl Apply 2.2.4-replace.patch to fix replace option on restore.
Kern Sibbald [Fri, 19 Oct 2007 11:47:58 +0000 (11:47 +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.
Eric Bollengier [Thu, 18 Oct 2007 21:06:19 +0000 (21:06 +0000)]
ebl Fix #989
Kern Sibbald [Tue, 16 Oct 2007 19:00:51 +0000 (19:00 +0000)]
kes Activate Close button on tray-monitor window. This fixes
bug #986.
Kern Sibbald [Sat, 13 Oct 2007 16:46:27 +0000 (16:46 +0000)]
kes Fix spurious warning message printed when creating a volume with
a LabelFormat. This fixes bug #976.
Kern Sibbald [Tue, 9 Oct 2007 15:46:04 +0000 (15:46 +0000)]
Fix message.c problem reported by Dan
Kern Sibbald [Tue, 9 Oct 2007 15:29:44 +0000 (15:29 +0000)]
Update
Kern Sibbald [Tue, 9 Oct 2007 15:24:42 +0000 (15:24 +0000)]
Update from trunk
Kern Sibbald [Tue, 9 Oct 2007 15:13:30 +0000 (15:13 +0000)]
Update date
Kern Sibbald [Tue, 9 Oct 2007 15:07:27 +0000 (15:07 +0000)]
Update ChangeLog
Kern Sibbald [Tue, 9 Oct 2007 15:06:15 +0000 (15:06 +0000)]
09Oct07
kes Add JobId in place of Job name in all the Jmsg() output.
kes Correct the APP_DESC for the Win32 storage service (remove an e).
Kern Sibbald [Sat, 6 Oct 2007 12:49:33 +0000 (12:49 +0000)]
Add new SD despooling attributes and Dir inserting attributes
job status codes. This fixes bug 961.
Kern Sibbald [Sat, 6 Oct 2007 10:44:15 +0000 (10:44 +0000)]
Correct technotes bug #
Kern Sibbald [Sat, 6 Oct 2007 10:40:13 +0000 (10:40 +0000)]
Fix Win32 drive display in bat version browser. Fixes bug #961.
Kern Sibbald [Fri, 5 Oct 2007 14:59:31 +0000 (14:59 +0000)]
kes Fix listing performance problems in bat. Pointed out by
Chris Howells.
ebl Fix replace on restore. This fixes bug #969
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
Eric Bollengier [Thu, 4 Oct 2007 18:16:08 +0000 (18:16 +0000)]
ebl fix bug 969
Kern Sibbald [Thu, 4 Oct 2007 15:01:59 +0000 (15:01 +0000)]
Correct lib/Makefile.in to include enh_fnmatch.o that was removed
in back porting from 2.3.x
Kern Sibbald [Thu, 4 Oct 2007 09:32:55 +0000 (09:32 +0000)]
Copy trunk regress into Branch
Kern Sibbald [Thu, 4 Oct 2007 09:32:22 +0000 (09:32 +0000)]
Delete unwanted subdirectory
Kern Sibbald [Thu, 4 Oct 2007 09:29:00 +0000 (09:29 +0000)]
Delete unwanted subdirectory
Kern Sibbald [Thu, 4 Oct 2007 09:27:43 +0000 (09:27 +0000)]
Copy trunk regress into Branch
Kern Sibbald [Wed, 3 Oct 2007 21:09:59 +0000 (21:09 +0000)]
Fix Win32 build
Kern Sibbald [Wed, 3 Oct 2007 16:22:07 +0000 (16:22 +0000)]
Backport more code from 2.3 to 2.2.5
Kern Sibbald [Wed, 3 Oct 2007 11:36:47 +0000 (11:36 +0000)]
Backport almost 4000 lines of 2.3 code that fixes a number of bugs.
Kern Sibbald [Wed, 3 Oct 2007 07:48:04 +0000 (07:48 +0000)]
add new getopt
Kern Sibbald [Wed, 3 Oct 2007 07:47:05 +0000 (07:47 +0000)]
zap old getopt
Kern Sibbald [Wed, 3 Oct 2007 05:59:42 +0000 (05:59 +0000)]
Backport 2.3 code that fixes: it fixes incorrect or incomplete error
messages; it fixes a problem opening the SQLite3 database when multiple
simultaneous jobs were running; it fixes a bug with certain versions of
MySQL where batch inserts failed because of table name character case
(upper/lower) differences.
Kern Sibbald [Sat, 29 Sep 2007 07:09:20 +0000 (07:09 +0000)]
Fix race condition that drops final block written to volume.
This happens in rare cases with multiple simultaneous jobs
when the Volume fills. This fixes bug #964. May be related
to bug #935 and possibly #903.
Kern Sibbald [Fri, 28 Sep 2007 22:01:16 +0000 (22:01 +0000)]
es Fix FD->SD authorization failure, which was due to spurious
wakeups from a pthread_cond_timedwait(). Simply check the
predicate before continuing. This fixes bug #953
Kern Sibbald [Sat, 22 Sep 2007 09:08:29 +0000 (09:08 +0000)]
kes Add code to handle tray monitor separated from Win32 FD.
kes Fix display of Win32 tray monitor after reboot. Fixes bug #952.
Kern Sibbald [Thu, 20 Sep 2007 19:01:19 +0000 (19:01 +0000)]
Correct ansi patch
Eric Bollengier [Thu, 20 Sep 2007 17:03:10 +0000 (17:03 +0000)]
ebl Add a patch for a command parser issue causing a director segfault.
Kern Sibbald [Thu, 20 Sep 2007 16:36:18 +0000 (16:36 +0000)]
Fix ANSI tape reading
Kern Sibbald [Thu, 20 Sep 2007 13:22:04 +0000 (13:22 +0000)]
kes Fix ANSI tape labeling. This fixes bug #954.
kes Increase the max block size to 4MB fixes bug #957.
Eric Bollengier [Thu, 20 Sep 2007 11:51:09 +0000 (11:51 +0000)]
ebl Add a patch to fix #955
Kern Sibbald [Thu, 20 Sep 2007 08:30:56 +0000 (08:30 +0000)]
0Sep07
kes Apply 2.2.4-poll-mount fix, that resolves bug #908 where a tape
is not properly mounted (recognized) during a poll.
kes Apply 2.2.4-verify patch that resolves bug #958. A Verify catalog
Job that has differences reports Verify OK.
Kern Sibbald [Thu, 20 Sep 2007 08:19:48 +0000 (08:19 +0000)]
Update technotes
Kern Sibbald [Thu, 20 Sep 2007 06:58:56 +0000 (06:58 +0000)]
Update patches
Kern Sibbald [Thu, 20 Sep 2007 06:56:13 +0000 (06:56 +0000)]
Correct technotes
Kern Sibbald [Thu, 20 Sep 2007 06:55:43 +0000 (06:55 +0000)]
kes Apply 2.2.4-poll-mount fix, that resolves bug ##908 where a tape
is not properly mounted (recognized) during a poll.
Kern Sibbald [Wed, 19 Sep 2007 11:49:20 +0000 (11:49 +0000)]
Update technotes
Kern Sibbald [Wed, 19 Sep 2007 11:48:32 +0000 (11:48 +0000)]
Add patch for bug #908
Scott Barninger [Sun, 16 Sep 2007 10:48:32 +0000 (10:48 +0000)]
Fix disable-batch-insert.
Scott Barninger [Sat, 15 Sep 2007 10:35:45 +0000 (10:35 +0000)]
Fix changelog
Scott Barninger [Fri, 14 Sep 2007 22:43:13 +0000 (22:43 +0000)]
Add new files for mtx package (09Sep07 depkgs update)
Kern Sibbald [Fri, 14 Sep 2007 18:22:37 +0000 (18:22 +0000)]
Fix escaping
Kern Sibbald [Fri, 14 Sep 2007 18:16:54 +0000 (18:16 +0000)]
Final changes
Kern Sibbald [Fri, 14 Sep 2007 17:22:24 +0000 (17:22 +0000)]
Update to trunk
Kern Sibbald [Fri, 14 Sep 2007 17:19:23 +0000 (17:19 +0000)]
Update to trunk
Kern Sibbald [Fri, 14 Sep 2007 17:17:12 +0000 (17:17 +0000)]
Update to trunk
Kern Sibbald [Fri, 14 Sep 2007 17:14:06 +0000 (17:14 +0000)]
Update
Kern Sibbald [Fri, 14 Sep 2007 17:13:18 +0000 (17:13 +0000)]
Update to trunk
Kern Sibbald [Fri, 14 Sep 2007 17:11:00 +0000 (17:11 +0000)]
update to trunk
Kern Sibbald [Fri, 14 Sep 2007 17:03:07 +0000 (17:03 +0000)]
Update to trunk
Kern Sibbald [Fri, 14 Sep 2007 16:58:40 +0000 (16:58 +0000)]
Update release date
Scott Barninger [Fri, 14 Sep 2007 14:11:33 +0000 (14:11 +0000)]
Turn of gconsole build for fc3.
Kern Sibbald [Fri, 14 Sep 2007 09:50:04 +0000 (09:50 +0000)]
Correct typo in ReleaseNotes
Kern Sibbald [Fri, 14 Sep 2007 09:49:06 +0000 (09:49 +0000)]
Commit backports from 2.3.x
Kern Sibbald [Thu, 13 Sep 2007 16:00:00 +0000 (16:00 +0000)]
Fix dev.tar.gz
Kern Sibbald [Wed, 12 Sep 2007 07:17:50 +0000 (07:17 +0000)]
kes Fix migration code to get correct Volume name with multiple volumes
by skipping |. Fixes bug #936.
Kern Sibbald [Tue, 11 Sep 2007 22:09:32 +0000 (22:09 +0000)]
kes Implement patch supplied by Landon to fix bug #944 where using
TLS with bconsole uses 99+% of the CPU.
kes Move patches into patches directory.
Scott Barninger [Mon, 10 Sep 2007 21:15:19 +0000 (21:15 +0000)]
fix typo line 199 spec file.
Kern Sibbald [Mon, 10 Sep 2007 12:08:15 +0000 (12:08 +0000)]
Final changes
Kern Sibbald [Mon, 10 Sep 2007 12:03:40 +0000 (12:03 +0000)]
Update release notes
Kern Sibbald [Sun, 9 Sep 2007 21:12:32 +0000 (21:12 +0000)]
Correct date
Kern Sibbald [Sun, 9 Sep 2007 18:46:00 +0000 (18:46 +0000)]
Update Release Notes
Kern Sibbald [Sun, 9 Sep 2007 10:03:23 +0000 (10:03 +0000)]
kes Fix bug #935, and probably also bug #903 where files were not
restored. MediaId was not properly set in JobMedia record after
a Volume change.
Scott Barninger [Sat, 8 Sep 2007 12:00:18 +0000 (12:00 +0000)]
Turn off batch-insert for older platforms. Add build target for rhel5
and clones.
Kern Sibbald [Fri, 7 Sep 2007 12:57:05 +0000 (12:57 +0000)]
kes Apply Martin Simmons patch that should turn off the new API usage
when batch insert is turned off allowing building on older
PostgreSQLs.
Kern Sibbald [Fri, 7 Sep 2007 12:00:34 +0000 (12:00 +0000)]
Add ./configure search in qwt-qt4 for qwt package
Dan Langille [Thu, 6 Sep 2007 19:42:06 +0000 (19:42 +0000)]
Same changes as in my previous commit, but on the 2.2 Branch.
MySQL >= 4.1
PostgreSQL >= 7.4
Kern Sibbald [Thu, 6 Sep 2007 08:20:25 +0000 (08:20 +0000)]
Update release
Kern Sibbald [Thu, 6 Sep 2007 08:19:47 +0000 (08:19 +0000)]
Update release
Kern Sibbald [Thu, 6 Sep 2007 07:58:02 +0000 (07:58 +0000)]
Create new branch 2.2
Kern Sibbald [Thu, 6 Sep 2007 07:41:25 +0000 (07:41 +0000)]
Final changes
Kern Sibbald [Tue, 4 Sep 2007 10:04:42 +0000 (10:04 +0000)]
Apply trunk fixes update technotes
Scott Barninger [Mon, 3 Sep 2007 22:49:17 +0000 (22:49 +0000)]
Release 2.2.1
Kern Sibbald [Sat, 1 Sep 2007 07:26:37 +0000 (07:26 +0000)]
Create 2.2.1 branch
Kern Sibbald [Thu, 30 Aug 2007 16:36:45 +0000 (16:36 +0000)]
Create tag Release-2.2.1