]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
19 years agoAdd tcpwrappers config + improve Incremental test
Kern Sibbald [Fri, 23 Jul 2004 21:08:43 +0000 (21:08 +0000)]
Add tcpwrappers config + improve Incremental test

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1487 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoConvert queries to standard SQL by using DISTINCT instead of GROUP BY.
Dan Langille [Fri, 23 Jul 2004 15:39:14 +0000 (15:39 +0000)]
Convert queries to standard SQL by using DISTINCT instead of GROUP BY.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1486 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix bscan walk DCRs + add some bools to dev.c
Kern Sibbald [Thu, 22 Jul 2004 21:44:59 +0000 (21:44 +0000)]
Fix bscan walk DCRs + add some bools to dev.c

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1485 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoRescue updates + misc
Kern Sibbald [Wed, 21 Jul 2004 15:39:19 +0000 (15:39 +0000)]
Rescue updates + misc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1484 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoImplement new attached_dcrs code
Kern Sibbald [Sun, 18 Jul 2004 18:57:50 +0000 (18:57 +0000)]
Implement new attached_dcrs code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1483 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMisc
Kern Sibbald [Sun, 18 Jul 2004 16:05:07 +0000 (16:05 +0000)]
Misc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1482 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd version strings
Kern Sibbald [Sun, 18 Jul 2004 09:33:26 +0000 (09:33 +0000)]
Add version strings

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1481 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoSome Win32 fixes
Kern Sibbald [Sun, 18 Jul 2004 09:23:42 +0000 (09:23 +0000)]
Some Win32 fixes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1480 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoReplace INTEGER UNSIGNED and BIGINT UNSIGNED
Dan Langille [Sat, 17 Jul 2004 15:51:34 +0000 (15:51 +0000)]
Replace INTEGER UNSIGNED and BIGINT UNSIGNED
with BIGINT.  UNSIGNED is not supported by all databases.
However, BIGINT works on SQLite, MySQL, and PostgreSQL

Replace a GROUP BY [which fails on PostgreSQL because
it's not standard SQL] with a DISTINCT, which is what
we are really trying to do anyway.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1479 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoNot all databases allow you to refer to field in an "AS field" clause.
Dan Langille [Sat, 17 Jul 2004 15:49:39 +0000 (15:49 +0000)]
Not all databases allow you to refer to field in an "AS field" clause.
So use count(*) instead of the field name in selects.

Use DISTINCT intead of GROUP BY, because that's what we really want
because this won't work on non-MySQL.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1478 91ce42f0-d328-0410-95d8-f526ca767f89

19 years ago- wxbRestorePanel & wxbHistoryTextCtrl : Fixed unsigned comparisons.
Nicolas Boichat [Sat, 17 Jul 2004 13:20:20 +0000 (13:20 +0000)]
- wxbRestorePanel & wxbHistoryTextCtrl : Fixed unsigned comparisons.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1477 91ce42f0-d328-0410-95d8-f526ca767f89

19 years ago- wxbRestorePanel : Fixed problem when the newly created job is not at the end of...
Nicolas Boichat [Sat, 17 Jul 2004 09:39:57 +0000 (09:39 +0000)]
- wxbRestorePanel : Fixed problem when the newly created job is not at the end of the list.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1476 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoRemove fd from scripts directory
Kern Sibbald [Fri, 16 Jul 2004 22:19:03 +0000 (22:19 +0000)]
Remove fd from scripts directory

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1475 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix -c option in dbcheck
Kern Sibbald [Fri, 16 Jul 2004 22:14:28 +0000 (22:14 +0000)]
Fix -c option in dbcheck

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1474 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix RH start scripts to use -u and -g if specified
Kern Sibbald [Fri, 16 Jul 2004 21:51:51 +0000 (21:51 +0000)]
Fix RH start scripts to use -u and -g if specified

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1473 91ce42f0-d328-0410-95d8-f526ca767f89

19 years ago- wxbRestorePanel : Fixed crash when an error occurs while querying restore list...
Nicolas Boichat [Fri, 16 Jul 2004 21:47:03 +0000 (21:47 +0000)]
- wxbRestorePanel : Fixed crash when an error occurs while querying restore list (reported by Dan Langille).

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1472 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMore DCR changes
Kern Sibbald [Fri, 16 Jul 2004 21:27:10 +0000 (21:27 +0000)]
More DCR changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1471 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMore dcr updates
Kern Sibbald [Fri, 16 Jul 2004 16:34:56 +0000 (16:34 +0000)]
More dcr updates

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1470 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoPool + label cleanups from bug reports
Kern Sibbald [Fri, 16 Jul 2004 07:23:41 +0000 (07:23 +0000)]
Pool + label cleanups from bug reports

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1469 91ce42f0-d328-0410-95d8-f526ca767f89

19 years ago- wxbMainFrame : When an unexpected question is in this format (***? (yes/mod/no...
Nicolas Boichat [Thu, 15 Jul 2004 21:17:56 +0000 (21:17 +0000)]
- wxbMainFrame : When an unexpected question is in this format (***? (yes/mod/no):), a list is shown to choose one of these possibilities.
- wxbRestorePanel : Fixed crash when there is no backup available (fresh install)

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1468 91ce42f0-d328-0410-95d8-f526ca767f89

19 years ago - wxbHistoryTextCtrl : Created a new text control that keep an history
Nicolas Boichat [Thu, 15 Jul 2004 17:13:36 +0000 (17:13 +0000)]
 - wxbHistoryTextCtrl : Created a new text control that keep an history
     of typed commands.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1467 91ce42f0-d328-0410-95d8-f526ca767f89

19 years ago - wxbHistoryTextCtrl : Created a new text control that keep an history
Nicolas Boichat [Thu, 15 Jul 2004 17:09:06 +0000 (17:09 +0000)]
 - wxbHistoryTextCtrl : Created a new text control that keep an history
     of typed commands.
 - wxbMainFrame : Fixed config file problem when changing the default
     configuration file (Linux)

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1466 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix st_ctime on Win32 + fix status dir scheduled jobs + cleanup configure
Kern Sibbald [Fri, 9 Jul 2004 18:39:40 +0000 (18:39 +0000)]
Fix st_ctime on Win32 + fix status dir scheduled jobs + cleanup configure

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1465 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix PostgreSQL
Kern Sibbald [Thu, 8 Jul 2004 16:53:12 +0000 (16:53 +0000)]
Fix PostgreSQL

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1464 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoDoc + compiler fixes
Kern Sibbald [Thu, 8 Jul 2004 14:04:54 +0000 (14:04 +0000)]
Doc + compiler fixes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1463 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate root tests
Kern Sibbald [Thu, 8 Jul 2004 12:29:20 +0000 (12:29 +0000)]
Update root tests

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1462 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMinor updates
Kern Sibbald [Thu, 8 Jul 2004 10:25:50 +0000 (10:25 +0000)]
Minor updates

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1461 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate kernstodo
Kern Sibbald [Thu, 8 Jul 2004 10:05:22 +0000 (10:05 +0000)]
Update kernstodo

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1460 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMore DCR implementation + debug code for zeroed block headers
Kern Sibbald [Thu, 8 Jul 2004 09:25:36 +0000 (09:25 +0000)]
More DCR implementation + debug code for zeroed block headers

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1459 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate version
Kern Sibbald [Wed, 7 Jul 2004 09:11:06 +0000 (09:11 +0000)]
Update version

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1458 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUse dcr more in SD + int to bool conversions
Kern Sibbald [Wed, 7 Jul 2004 09:10:27 +0000 (09:10 +0000)]
Use dcr more in SD + int to bool conversions

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1457 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd more DCRs
Kern Sibbald [Sun, 4 Jul 2004 19:22:16 +0000 (19:22 +0000)]
Add more DCRs

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1456 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMisc cleanups
Kern Sibbald [Sun, 4 Jul 2004 13:22:53 +0000 (13:22 +0000)]
Misc cleanups

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1455 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agowxbConfigPanel : Fixed ?: operator cast problem with gcc 2.95.
Nicolas Boichat [Sat, 3 Jul 2004 13:28:15 +0000 (13:28 +0000)]
wxbConfigPanel : Fixed ?: operator cast problem with gcc 2.95.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1454 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd regex to FileSet + fix ACL crash + gnome1 Makefile + 30 second retry for DB
Kern Sibbald [Thu, 1 Jul 2004 16:41:54 +0000 (16:41 +0000)]
Add regex to FileSet + fix ACL crash + gnome1 Makefile + 30 second retry for DB

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1453 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd heap stats to Dir and SD -- eliminate #ifdefs
Kern Sibbald [Sun, 27 Jun 2004 17:02:14 +0000 (17:02 +0000)]
Add heap stats to Dir and SD -- eliminate #ifdefs

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1452 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd Dir heap stats
Kern Sibbald [Sun, 27 Jun 2004 16:51:56 +0000 (16:51 +0000)]
Add Dir heap stats

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1451 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMore minor Win32 fixes
Kern Sibbald [Sun, 27 Jun 2004 15:22:56 +0000 (15:22 +0000)]
More minor Win32 fixes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1450 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoCorrect tool tip length problem
Kern Sibbald [Sun, 27 Jun 2004 12:37:38 +0000 (12:37 +0000)]
Correct tool tip length problem

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1449 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate the version
Kern Sibbald [Sun, 27 Jun 2004 11:32:21 +0000 (11:32 +0000)]
Update the version

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1448 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoWin32 fixes + resources array fix
Kern Sibbald [Sun, 27 Jun 2004 11:23:25 +0000 (11:23 +0000)]
Win32 fixes + resources array fix

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1447 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoRewrite spool error cod + level keyword for estimate
Kern Sibbald [Sat, 26 Jun 2004 12:51:12 +0000 (12:51 +0000)]
Rewrite spool error cod + level keyword for estimate

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1446 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agovarious updates/fixes.
Nicolas Boichat [Fri, 25 Jun 2004 16:03:53 +0000 (16:03 +0000)]
various updates/fixes.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1445 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agofixed tests
Nicolas Boichat [Fri, 25 Jun 2004 16:02:06 +0000 (16:02 +0000)]
fixed tests

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1444 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix file size truncated if >100mb.
Nicolas Boichat [Fri, 25 Jun 2004 15:58:55 +0000 (15:58 +0000)]
Fix file size truncated if >100mb.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1443 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix MinGW compiler bug.
Nicolas Boichat [Fri, 25 Jun 2004 13:47:48 +0000 (13:47 +0000)]
Fix MinGW compiler bug.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1442 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoReally, really fix the gconsole rpm package symlink.
Scott Barninger [Thu, 24 Jun 2004 20:20:02 +0000 (20:20 +0000)]
Really, really fix the gconsole rpm package symlink.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1441 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoReduce casting in smartall + turn off reload debug output
Kern Sibbald [Tue, 22 Jun 2004 15:54:25 +0000 (15:54 +0000)]
Reduce casting in smartall + turn off reload debug output

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1440 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix reload algorithm + reload orphaned buffer + term_wait destruction
Kern Sibbald [Tue, 22 Jun 2004 13:07:01 +0000 (13:07 +0000)]
Fix reload algorithm + reload orphaned buffer + term_wait destruction

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1439 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix Gnome crash on up/down arrow and no history
Kern Sibbald [Mon, 21 Jun 2004 13:46:11 +0000 (13:46 +0000)]
Fix Gnome crash on up/down arrow and no history

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1436 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoPut resources on a pointer
Kern Sibbald [Mon, 21 Jun 2004 13:18:41 +0000 (13:18 +0000)]
Put resources on a pointer

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1435 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoSort Scheduled Jobs list
Kern Sibbald [Mon, 21 Jun 2004 12:40:46 +0000 (12:40 +0000)]
Sort Scheduled Jobs list

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1434 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate kernstodo
Kern Sibbald [Sun, 20 Jun 2004 20:28:40 +0000 (20:28 +0000)]
Update kernstodo

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1433 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMisc updates
Kern Sibbald [Sun, 20 Jun 2004 20:16:58 +0000 (20:16 +0000)]
Misc updates

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1432 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFirst cut SIGHUM + misc
Kern Sibbald [Sat, 19 Jun 2004 20:53:12 +0000 (20:53 +0000)]
First cut SIGHUM + misc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1428 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix symlink creation in rpm gnome-console package (again).
Scott Barninger [Fri, 18 Jun 2004 20:10:14 +0000 (20:10 +0000)]
Fix symlink creation in rpm gnome-console package (again).

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1427 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFinish new restore tree code
Kern Sibbald [Fri, 18 Jun 2004 10:07:42 +0000 (10:07 +0000)]
Finish new restore tree code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1426 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agohave close() call closesocket if _close() returns error
Christopher S. Hull [Fri, 18 Jun 2004 03:44:12 +0000 (03:44 +0000)]
have close() call closesocket if _close() returns error

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1425 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoRestructure tree.c + misc
Kern Sibbald [Thu, 17 Jun 2004 10:50:05 +0000 (10:50 +0000)]
Restructure tree.c + misc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1424 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd extern C to callback functions
Kern Sibbald [Tue, 15 Jun 2004 17:22:20 +0000 (17:22 +0000)]
Add extern C to callback functions

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1423 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd Andreas' patch
Kern Sibbald [Tue, 15 Jun 2004 12:11:26 +0000 (12:11 +0000)]
Add Andreas' patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1422 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd Peter Eriksson's const code + turn bsscanf code
Kern Sibbald [Tue, 15 Jun 2004 10:40:48 +0000 (10:40 +0000)]
Add Peter Eriksson's const code + turn bsscanf code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1421 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFinal changes
Kern Sibbald [Sun, 13 Jun 2004 17:10:45 +0000 (17:10 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1418 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix ACL code
Kern Sibbald [Sat, 12 Jun 2004 19:11:34 +0000 (19:11 +0000)]
Fix ACL code

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1417 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoACL changes
Kern Sibbald [Sat, 12 Jun 2004 19:04:04 +0000 (19:04 +0000)]
ACL changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1416 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFixed error in rpm gconsole post install script.
Scott Barninger [Sat, 12 Jun 2004 14:37:33 +0000 (14:37 +0000)]
Fixed error in rpm gconsole post install script.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1415 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate test
Kern Sibbald [Sat, 12 Jun 2004 13:35:28 +0000 (13:35 +0000)]
Update test

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1414 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate doc
Kern Sibbald [Sat, 12 Jun 2004 13:08:42 +0000 (13:08 +0000)]
Update doc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1413 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoApply Time Oberfoell's ACL patch
Kern Sibbald [Sat, 12 Jun 2004 12:38:17 +0000 (12:38 +0000)]
Apply Time Oberfoell's ACL patch

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1412 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate rpm patch for make_catalog_backup script.
Scott Barninger [Sat, 12 Jun 2004 12:04:29 +0000 (12:04 +0000)]
Update rpm patch for make_catalog_backup script.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1411 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate and add tests
Kern Sibbald [Sat, 12 Jun 2004 11:36:03 +0000 (11:36 +0000)]
Update and add tests

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1410 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMisc see kes-1.34
Kern Sibbald [Sat, 12 Jun 2004 07:51:27 +0000 (07:51 +0000)]
Misc see kes-1.34

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1409 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAttr spooling stats + storage override for restore
Kern Sibbald [Thu, 10 Jun 2004 17:33:23 +0000 (17:33 +0000)]
Attr spooling stats + storage override for restore

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1408 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoupdate barcodes removes Volumes not in magazine
Kern Sibbald [Thu, 10 Jun 2004 13:08:01 +0000 (13:08 +0000)]
update barcodes removes Volumes not in magazine

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1407 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix uninitialized stack variable + seg fault in label + PoolId in InChanger clear
Kern Sibbald [Thu, 10 Jun 2004 09:45:41 +0000 (09:45 +0000)]
Fix uninitialized stack variable + seg fault in label + PoolId in InChanger clear

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1406 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoalways have CreateChildProcess execute process command via $COMSPEC
Christopher S. Hull [Wed, 9 Jun 2004 16:58:57 +0000 (16:58 +0000)]
always have CreateChildProcess execute process command via $COMSPEC

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1405 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFinal changes
Kern Sibbald [Wed, 9 Jun 2004 13:12:42 +0000 (13:12 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1403 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFinal changes
Kern Sibbald [Wed, 9 Jun 2004 12:58:52 +0000 (12:58 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1402 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFinal changes
Kern Sibbald [Wed, 9 Jun 2004 12:44:37 +0000 (12:44 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1401 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFinal changes
Kern Sibbald [Wed, 9 Jun 2004 11:52:24 +0000 (11:52 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1400 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFinal changes
Kern Sibbald [Tue, 8 Jun 2004 20:18:18 +0000 (20:18 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1399 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFinal changes
Kern Sibbald [Tue, 8 Jun 2004 19:09:53 +0000 (19:09 +0000)]
Final changes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1398 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix Solaris -d100 crash in SD
Kern Sibbald [Tue, 8 Jun 2004 18:49:25 +0000 (18:49 +0000)]
Fix Solaris -d100 crash in SD

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1397 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate doc
Kern Sibbald [Tue, 8 Jun 2004 15:08:36 +0000 (15:08 +0000)]
Update doc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1396 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate tests
Kern Sibbald [Tue, 8 Jun 2004 14:39:52 +0000 (14:39 +0000)]
Update tests

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1395 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd btimers.cpp to win32
Kern Sibbald [Tue, 8 Jun 2004 13:52:10 +0000 (13:52 +0000)]
Add btimers.cpp to win32

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1394 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoChange default PostgreSQL search location
Kern Sibbald [Tue, 8 Jun 2004 13:48:35 +0000 (13:48 +0000)]
Change default PostgreSQL search location

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1393 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMove the database name to the command line rather than embedded in the
Dan Langille [Tue, 8 Jun 2004 11:37:21 +0000 (11:37 +0000)]
Move the database name to the command line rather than embedded in the
coammnds.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1392 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate todo
Kern Sibbald [Tue, 8 Jun 2004 09:53:53 +0000 (09:53 +0000)]
Update todo

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1391 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate doc
Kern Sibbald [Tue, 8 Jun 2004 09:53:30 +0000 (09:53 +0000)]
Update doc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1390 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoUpdate version
Kern Sibbald [Tue, 8 Jun 2004 08:44:54 +0000 (08:44 +0000)]
Update version

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1389 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix moving from one Pool to another
Kern Sibbald [Tue, 8 Jun 2004 08:44:05 +0000 (08:44 +0000)]
Fix moving from one Pool to another

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1388 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoAdd locking-mtx-changer + more doc
Kern Sibbald [Mon, 7 Jun 2004 14:40:44 +0000 (14:40 +0000)]
Add locking-mtx-changer + more doc

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1387 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoFix Win32 status
Kern Sibbald [Mon, 7 Jun 2004 12:40:09 +0000 (12:40 +0000)]
Fix Win32 status

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1386 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoZero Slot if cannot mount volume
Kern Sibbald [Mon, 7 Jun 2004 10:49:02 +0000 (10:49 +0000)]
Zero Slot if cannot mount volume

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1385 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMisc update slots fixes
Kern Sibbald [Sat, 5 Jun 2004 10:15:55 +0000 (10:15 +0000)]
Misc update slots fixes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1384 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agofix bsmtp, do release documentation
Kern Sibbald [Fri, 4 Jun 2004 15:19:37 +0000 (15:19 +0000)]
fix bsmtp, do release documentation

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1383 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMisc bug fixes
Kern Sibbald [Wed, 2 Jun 2004 20:00:22 +0000 (20:00 +0000)]
Misc bug fixes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1382 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoMake restore jobs wait for exclusive use of Storage device
Kern Sibbald [Tue, 1 Jun 2004 20:10:04 +0000 (20:10 +0000)]
Make restore jobs wait for exclusive use of Storage device

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1381 91ce42f0-d328-0410-95d8-f526ca767f89

19 years agoWin32 fixes
Kern Sibbald [Mon, 31 May 2004 16:30:40 +0000 (16:30 +0000)]
Win32 fixes

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1380 91ce42f0-d328-0410-95d8-f526ca767f89