]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
15 years agoCreate tag Release-2.4.3 Release-2.4.3
Kern Sibbald [Fri, 10 Oct 2008 18:44:10 +0000 (18:44 +0000)]
Create tag Release-2.4.3

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/tags/Release-2.4.3@7751 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoCorrect db_passwd misspelling
Kern Sibbald [Fri, 10 Oct 2008 18:42:46 +0000 (18:42 +0000)]
Correct db_passwd misspelling

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7749 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoCreate tag Release-2.4.3
Kern Sibbald [Fri, 10 Oct 2008 18:23:16 +0000 (18:23 +0000)]
Create tag Release-2.4.3

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/tags/Release-2.4.3@7747 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFinal changes
Kern Sibbald [Fri, 10 Oct 2008 18:22:50 +0000 (18:22 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7746 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate release notes, etc
Kern Sibbald [Fri, 10 Oct 2008 11:51:37 +0000 (11:51 +0000)]
Update release notes, etc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7745 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel
Eric Bollengier [Fri, 10 Oct 2008 10:58:59 +0000 (10:58 +0000)]
ebl  Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel
     a non created job faster.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7744 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Fix migration SQL not to migrate a job that has not terminated.
Kern Sibbald [Wed, 8 Oct 2008 16:50:49 +0000 (16:50 +0000)]
kes  Fix migration SQL not to migrate a job that has not terminated.
     This is a partial fix to bug #1164.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7736 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoThis patch should correct bug #1159 where Migration does not properly
Kern Sibbald [Wed, 8 Oct 2008 10:28:44 +0000 (10:28 +0000)]
This patch should correct bug #1159 where Migration does not properly
 respect the Migration Low Bytes directive.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7729 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd send shell script
Kern Sibbald [Sun, 5 Oct 2008 19:37:17 +0000 (19:37 +0000)]
Add send shell script

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7716 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Fix typo in configure.in that breaks --with-db-password option
Eric Bollengier [Thu, 2 Oct 2008 15:26:05 +0000 (15:26 +0000)]
ebl  Fix typo in configure.in that breaks --with-db-password option

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7683 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Fix typo in configure.in that breaks --with-db-password option
Eric Bollengier [Thu, 2 Oct 2008 15:25:46 +0000 (15:25 +0000)]
ebl  Fix typo in configure.in that breaks --with-db-password option

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7682 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix broken jobend patch
Kern Sibbald [Wed, 24 Sep 2008 18:18:30 +0000 (18:18 +0000)]
Fix broken jobend patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7631 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoCorrect technotes date
Kern Sibbald [Wed, 24 Sep 2008 16:20:05 +0000 (16:20 +0000)]
Correct technotes date

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7629 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoThis code should fix the race condition that leads to a Director
Kern Sibbald [Wed, 24 Sep 2008 16:13:15 +0000 (16:13 +0000)]
This code should fix the race condition that leads to a Director
     crash at job end time when the job list is updated. This was reported
     in bug #1162.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7628 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoRemove all double quotes from SQLite creating script and replace by single quotes...
Kern Sibbald [Sat, 20 Sep 2008 09:24:17 +0000 (09:24 +0000)]
Remove all double quotes from SQLite creating script and replace by single quotes as suggested by John Huttley

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7614 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoEnhance verify test to do DiskToCatalog
Kern Sibbald [Mon, 8 Sep 2008 21:56:33 +0000 (21:56 +0000)]
Enhance verify test to do DiskToCatalog

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7576 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Fix SQL case problem that may cause the failure of DiskToCatalog
Kern Sibbald [Mon, 8 Sep 2008 19:21:08 +0000 (19:21 +0000)]
kes  Fix SQL case problem that may cause the failure of DiskToCatalog
     in bug #1149.
kes  Copy missing storage name into edit buffer. As far as I can tell
     this never caused a bug.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7566 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdjust single directory install, add switch to supress rescue files.
Scott Barninger [Sun, 7 Sep 2008 14:05:53 +0000 (14:05 +0000)]
Adjust single directory install, add switch to supress rescue files.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7557 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Remove catalog dependency for bcopy
Eric Bollengier [Thu, 28 Aug 2008 12:54:56 +0000 (12:54 +0000)]
ebl  Remove catalog dependency for bcopy

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7517 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Modify catalog scripts to have an easier packaging integration,
Eric Bollengier [Thu, 28 Aug 2008 11:26:11 +0000 (11:26 +0000)]
ebl  Modify catalog scripts to have an easier packaging integration,
     using default variables.
     Make difference between SQLite3 and SQLite in db_get_type()

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7515 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAttempt to fix bug #1128 InChanger flag cleared during Migration
Kern Sibbald [Tue, 26 Aug 2008 13:14:38 +0000 (13:14 +0000)]
Attempt to fix bug #1128 InChanger flag cleared during Migration
     job when reading from one autochanger and writing to another.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7508 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd support for install to /opt/bacula
Scott Barninger [Sun, 24 Aug 2008 18:19:12 +0000 (18:19 +0000)]
Add support for install to /opt/bacula

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7504 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoCommit NULL vol name patch
Kern Sibbald [Sun, 24 Aug 2008 09:42:10 +0000 (09:42 +0000)]
Commit NULL vol name patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7503 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Fix NULL Volume name error when reading and the drive must
Kern Sibbald [Sun, 24 Aug 2008 09:39:52 +0000 (09:39 +0000)]
kes  Fix NULL Volume name error when reading and the drive must
     be switched.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7501 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoRemove libtermcap dependency for fc9.
Scott Barninger [Sun, 17 Aug 2008 15:01:15 +0000 (15:01 +0000)]
Remove libtermcap dependency for fc9.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7487 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix a Verify InitCatalog problem where in certain cases
Kern Sibbald [Fri, 15 Aug 2008 16:58:28 +0000 (16:58 +0000)]
Fix a Verify InitCatalog problem where in certain cases
     a garbage filename may be entered in the verification database.  This
     fixes bug #1143.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7479 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd space after version before date in bat about dialog
Kern Sibbald [Thu, 14 Aug 2008 07:21:08 +0000 (07:21 +0000)]
Add space after version before date in bat about dialog

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7475 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate copyright date
Kern Sibbald [Wed, 13 Aug 2008 21:31:28 +0000 (21:31 +0000)]
Update copyright date

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7474 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix seg fault in Dir during estimate command with no level value
Kern Sibbald [Wed, 13 Aug 2008 14:35:59 +0000 (14:35 +0000)]
Fix seg fault in Dir during estimate command with no level value
     given. This fixes bug #1140

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7472 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd bat patch
Kern Sibbald [Mon, 11 Aug 2008 21:44:03 +0000 (21:44 +0000)]
Add bat patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7470 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix bat package dependencies for fc8/fc9
Scott Barninger [Mon, 4 Aug 2008 22:45:37 +0000 (22:45 +0000)]
Fix bat package dependencies for fc8/fc9

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7465 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd message to migration job when the target job is already migrated.
Kern Sibbald [Mon, 4 Aug 2008 08:49:59 +0000 (08:49 +0000)]
Add message to migration job when the target job is already migrated.
     This closes bug #1129.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7462 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoThis fixes the HAVE_QWT issues that were made aware to me on the mailing list
Dirk H Bartley [Sun, 3 Aug 2008 17:11:20 +0000 (17:11 +0000)]
This fixes the HAVE_QWT issues that were made aware to me on the mailing list
by Erik P. Olsen <epodata@gmail.com>.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7461 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoBringing one fix and one feature from the head to 2.4 branch. This feature is rememb...
Dirk H Bartley [Sun, 3 Aug 2008 16:52:47 +0000 (16:52 +0000)]
Bringing one fix and one feature from the head to 2.4 branch.  This feature is remembering the
state of the medilist tree.  The fix is the fileset query will only retrieve the most recent
record.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7460 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoThis adds the fixes to avoid the repeated popups of busy dialogs from the head
Dirk H Bartley [Sun, 3 Aug 2008 16:27:06 +0000 (16:27 +0000)]
This adds the fixes to avoid the repeated popups of busy dialogs from the head
to the 2.4 branch.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7459 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoRemove -q option from grep
Kern Sibbald [Wed, 30 Jul 2008 13:43:52 +0000 (13:43 +0000)]
Remove -q option from grep

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7452 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoPull regexwhere from trunk
Kern Sibbald [Wed, 30 Jul 2008 13:40:23 +0000 (13:40 +0000)]
Pull regexwhere from trunk

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7451 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFinal changes
Kern Sibbald [Sun, 27 Jul 2008 09:07:47 +0000 (09:07 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7445 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate release notes
Kern Sibbald [Sun, 27 Jul 2008 06:41:44 +0000 (06:41 +0000)]
Update release notes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7444 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd some patches
Kern Sibbald [Sun, 27 Jul 2008 05:56:57 +0000 (05:56 +0000)]
Add some patches

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7442 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sat, 26 Jul 2008 20:54:28 +0000 (20:54 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7441 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes When a migration job actually runs, re-check the Job record
Kern Sibbald [Sat, 26 Jul 2008 20:52:40 +0000 (20:52 +0000)]
kes  When a migration job actually runs, re-check the Job record
     and skip if the job is already migrated. This should
     significantly reduce the problems with bug #1129.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7439 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoChange text
Kern Sibbald [Fri, 25 Jul 2008 06:16:09 +0000 (06:16 +0000)]
Change text

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7433 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Break the do_swapping into do_unload, do_swapping, and
Kern Sibbald [Thu, 24 Jul 2008 15:26:41 +0000 (15:26 +0000)]
kes  Break the do_swapping into do_unload, do_swapping, and
     do_load.  It is much more logical that way.
kes  Implement a set_dcr_from_vol subroutine in acquire.c for
     reading volumes. This allows the dcr to be refreshed after being
     zapped when the wrong volume is mounted.
     This should fix bug #1126 -- During multiple tape restore, bacula
     does not ask for physical tape change, but rereads same tape

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7432 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate Release Notes
Kern Sibbald [Wed, 23 Jul 2008 17:20:37 +0000 (17:20 +0000)]
Update Release Notes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7426 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoMore debug
Kern Sibbald [Wed, 23 Jul 2008 16:13:49 +0000 (16:13 +0000)]
More debug

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7425 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Apply patch submitted for bug #1107 with a small modification.
Kern Sibbald [Wed, 23 Jul 2008 15:21:42 +0000 (15:21 +0000)]
kes  Apply patch submitted for bug #1107 with a small modification.
     This fixes a bug where bcopy copied too many records.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7424 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Make some tweaks to bsmtp based on patch submitted in bug #1124.
Kern Sibbald [Wed, 23 Jul 2008 14:57:01 +0000 (14:57 +0000)]
kes  Make some tweaks to bsmtp based on patch submitted in bug #1124.
     This fixes bug #1124.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7423 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoMake the default bat restore Pool be Any. This fixes bug #1118.
Kern Sibbald [Wed, 23 Jul 2008 08:23:02 +0000 (08:23 +0000)]
Make the default bat restore Pool be Any. This fixes bug #1118.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7419 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoMinor cleanups
Kern Sibbald [Tue, 22 Jul 2008 14:48:21 +0000 (14:48 +0000)]
Minor cleanups

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7416 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix bug #1125 which reports a SD crash at the end of a tape
Kern Sibbald [Tue, 22 Jul 2008 12:38:26 +0000 (12:38 +0000)]
Fix bug #1125 which reports a SD crash at the end of a tape
     during restore. It was a debug statement that should not be
     in a release.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7414 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd mount patch
Kern Sibbald [Sun, 20 Jul 2008 23:49:29 +0000 (23:49 +0000)]
Add mount patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7411 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sun, 20 Jul 2008 18:49:43 +0000 (18:49 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7409 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sun, 20 Jul 2008 18:47:37 +0000 (18:47 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7408 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sun, 20 Jul 2008 18:26:08 +0000 (18:26 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7406 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sun, 20 Jul 2008 18:25:52 +0000 (18:25 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7405 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl fix #1034 by setting big timeout on mysql connections
Eric Bollengier [Sun, 20 Jul 2008 11:53:40 +0000 (11:53 +0000)]
ebl  fix #1034 by setting big timeout on mysql connections

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7403 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl fix #1034 by setting big timeout on mysql connections
Eric Bollengier [Sun, 20 Jul 2008 10:32:02 +0000 (10:32 +0000)]
ebl  fix #1034 by setting big timeout on mysql connections

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7402 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Do partial integration of the Win32 bat build created by Eric.
Kern Sibbald [Sat, 19 Jul 2008 15:50:38 +0000 (15:50 +0000)]
kes  Do partial integration of the Win32 bat build created by Eric.
kes  Fix bat not to block.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7401 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix a pthreads bug in the Win32 pthreads emulation code
Kern Sibbald [Tue, 15 Jul 2008 18:18:38 +0000 (18:18 +0000)]
Fix a pthreads bug in the Win32 pthreads emulation code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7390 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Ensure that SD tried to mount a volume not in an autochanger
Kern Sibbald [Tue, 15 Jul 2008 18:16:36 +0000 (18:16 +0000)]
kes  Ensure that SD tried to mount a volume not in an autochanger
     at least once before asking for operator intervention.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7389 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Use -mwindows mode in win32
Eric Bollengier [Sun, 13 Jul 2008 13:39:49 +0000 (13:39 +0000)]
ebl  Use -mwindows mode in win32

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7377 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Update win32 port
Eric Bollengier [Sun, 13 Jul 2008 13:27:14 +0000 (13:27 +0000)]
ebl  Update win32 port

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7376 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Update win32 port documentation
Eric Bollengier [Sun, 13 Jul 2008 13:23:30 +0000 (13:23 +0000)]
ebl  Update win32 port documentation

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7375 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoBack out unintended changes
Kern Sibbald [Sun, 13 Jul 2008 07:43:05 +0000 (07:43 +0000)]
Back out unintended changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7371 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate README.mingw32
Kern Sibbald [Sun, 13 Jul 2008 07:33:41 +0000 (07:33 +0000)]
Update README.mingw32

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7370 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate README.mingw32 to have trunk changes
Kern Sibbald [Sat, 12 Jul 2008 18:48:56 +0000 (18:48 +0000)]
Update README.mingw32 to have trunk changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7369 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate README.mingw32 to include gdb info
Kern Sibbald [Sat, 12 Jul 2008 18:43:54 +0000 (18:43 +0000)]
Update README.mingw32 to include gdb info

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7367 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoMake make_def work at several directory levels
Kern Sibbald [Sat, 12 Jul 2008 18:38:14 +0000 (18:38 +0000)]
Make make_def work at several directory levels

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7366 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoMake make_def work at several directory levels
Kern Sibbald [Sat, 12 Jul 2008 18:37:04 +0000 (18:37 +0000)]
Make make_def work at several directory levels

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7365 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Add project file for mingw
Eric Bollengier [Sat, 12 Jul 2008 16:42:17 +0000 (16:42 +0000)]
ebl  Add project file for mingw

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7364 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Fix socket problem on win32
Eric Bollengier [Sat, 12 Jul 2008 16:01:33 +0000 (16:01 +0000)]
ebl  Fix socket problem on win32

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7362 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix bug in Win32 pthread pthread_getspecific function
Kern Sibbald [Sat, 12 Jul 2008 15:48:17 +0000 (15:48 +0000)]
Fix bug in Win32 pthread pthread_getspecific function

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7359 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Tweak for win32 compilation
Eric Bollengier [Sat, 12 Jul 2008 12:36:26 +0000 (12:36 +0000)]
ebl  Tweak for win32 compilation

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7357 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoebl Update MaxWaitTime and MaxRunSchedTime patch
Eric Bollengier [Wed, 9 Jul 2008 09:02:54 +0000 (09:02 +0000)]
ebl  Update MaxWaitTime and MaxRunSchedTime patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7347 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate version
Kern Sibbald [Mon, 7 Jul 2008 21:52:38 +0000 (21:52 +0000)]
Update version

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7335 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFinal changes
Kern Sibbald [Mon, 7 Jul 2008 21:08:50 +0000 (21:08 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7333 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoCorrect bad placement of last patch
Kern Sibbald [Mon, 7 Jul 2008 09:31:09 +0000 (09:31 +0000)]
Correct bad placement of last patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7329 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoClear in-use bit on vol when unused while swapping
Kern Sibbald [Mon, 7 Jul 2008 08:28:21 +0000 (08:28 +0000)]
Clear in-use bit on vol when unused while swapping

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7328 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoMore debug
Kern Sibbald [Sun, 6 Jul 2008 15:18:19 +0000 (15:18 +0000)]
More debug

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7326 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Remove sleep at end of ./bacula
Kern Sibbald [Sun, 6 Jul 2008 13:06:15 +0000 (13:06 +0000)]
kes  Remove sleep at end of ./bacula
kes  Clear hash packet for hardlinked files correctly. This corrects
     a long standing bug where hardlinked files selected individually
     would occasionally not be restored.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7325 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoApply Eric's patch to ensure that autoprune does not return
Kern Sibbald [Sat, 5 Jul 2008 13:35:28 +0000 (13:35 +0000)]
Apply Eric's patch to ensure that autoprune does not return
     a Volume not in the autochanger unless requested to do so.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7320 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sat, 5 Jul 2008 13:24:02 +0000 (13:24 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7319 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sat, 5 Jul 2008 13:22:29 +0000 (13:22 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7318 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sat, 5 Jul 2008 13:16:53 +0000 (13:16 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7317 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate
Kern Sibbald [Sat, 5 Jul 2008 12:41:20 +0000 (12:41 +0000)]
Update

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7316 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoGet correct selection when clicking a dir in bat restore
Kern Sibbald [Sat, 5 Jul 2008 12:30:27 +0000 (12:30 +0000)]
Get correct selection when clicking a dir in bat restore

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7314 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoAdd new bat set_status function
Kern Sibbald [Sat, 5 Jul 2008 10:52:36 +0000 (10:52 +0000)]
Add new bat set_status function

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7311 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoCorrect bat restore display of multiple drives. This fixes
Kern Sibbald [Sat, 5 Jul 2008 10:39:06 +0000 (10:39 +0000)]
Correct bat restore display of multiple drives. This fixes
     bug #1117.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7310 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoDo find_a_volume() each time an unload is done. This
Kern Sibbald [Sat, 5 Jul 2008 05:52:04 +0000 (05:52 +0000)]
Do find_a_volume() each time an unload is done. This
     fixes the failure of maxvol2-test.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7309 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFinal changes
Kern Sibbald [Fri, 4 Jul 2008 14:22:31 +0000 (14:22 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7304 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUse Qmsg() in job.c watchdog callback.
Kern Sibbald [Fri, 4 Jul 2008 14:11:23 +0000 (14:11 +0000)]
Use Qmsg() in job.c watchdog callback.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7303 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoRelease main control rwlock if ABORTing.
Kern Sibbald [Thu, 3 Jul 2008 15:09:49 +0000 (15:09 +0000)]
Release main control rwlock if ABORTing.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7299 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoMake watchdog connect timeout queue messages rather than sending
Kern Sibbald [Thu, 3 Jul 2008 14:46:12 +0000 (14:46 +0000)]
Make watchdog connect timeout queue messages rather than sending
     directly to avoid lock conflicts with the real thread.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7298 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoTweak python some more
Kern Sibbald [Thu, 3 Jul 2008 10:50:08 +0000 (10:50 +0000)]
Tweak python some more

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7297 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Remove const char that causes problems with Python, which has
Kern Sibbald [Thu, 3 Jul 2008 10:06:43 +0000 (10:06 +0000)]
kes  Remove const char that causes problems with Python, which has
     older 'incorrect' headers.
kes  Add const char in dbd.c to avoid compiler warnings.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7295 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agokes Fix mtx-changer to detect both versions of Ubuntu (Debian)
Kern Sibbald [Wed, 2 Jul 2008 20:49:44 +0000 (20:49 +0000)]
kes  Fix mtx-changer to detect both versions of Ubuntu (Debian)
     mt. This fixes bug #1116.
kes  Fix failure of 2drive-concurrent-test. Always read label;
     clear_unload() only after drive is defined in acquire_for_read().

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7291 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFix Win32 build
Kern Sibbald [Tue, 1 Jul 2008 17:25:58 +0000 (17:25 +0000)]
Fix Win32 build

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7284 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoUpdate version
Kern Sibbald [Tue, 1 Jul 2008 16:24:25 +0000 (16:24 +0000)]
Update version

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7281 91ce42f0-d328-0410-95d8-f526ca767f89

15 years agoFinal changes
Kern Sibbald [Tue, 1 Jul 2008 16:19:45 +0000 (16:19 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7279 91ce42f0-d328-0410-95d8-f526ca767f89