]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
14 years agoFix minor issues in the osx installer package builder.
Lorenz Schori [Tue, 8 Sep 2009 15:00:20 +0000 (17:00 +0200)]
Fix minor issues in the osx installer package builder.

14 years agoFix -p/-P in bscan.8 man page
John Goerzen [Tue, 8 Sep 2009 14:50:30 +0000 (16:50 +0200)]
Fix -p/-P in bscan.8 man page

14 years agofix compilation warning
Eric Bollengier [Mon, 7 Sep 2009 18:38:09 +0000 (20:38 +0200)]
fix compilation warning

14 years agoMake output of new commands .lsdir/.lsfile more usable.
Eric Bollengier [Mon, 7 Sep 2009 16:28:51 +0000 (18:28 +0200)]
Make output of new commands .lsdir/.lsfile more usable.
Fix Bvfs with new db_list object

14 years agoFix header defines
Marco van Wieringen [Sun, 6 Sep 2009 18:52:43 +0000 (20:52 +0200)]
Fix header defines

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoRemove some #ifdef-ed code and make it just as the acl and xattr code use a const...
Marco van Wieringen [Sun, 6 Sep 2009 18:50:10 +0000 (20:50 +0200)]
Remove some #ifdef-ed code and make it just as the acl and xattr code use a const bool to enable the code.

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoRedone comments
Marco van Wieringen [Sun, 6 Sep 2009 18:45:12 +0000 (20:45 +0200)]
Redone comments

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoMove restore struct defintions to seperate include file. Small change to acl.h and...
Marco van Wieringen [Sun, 6 Sep 2009 18:43:48 +0000 (20:43 +0200)]
Move restore struct defintions to seperate include file. Small change to acl.h and xattr.h to use define inline with other header files.

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoMove finderinfo restore into seperate function so we can use cleaner coding in the...
Marco van Wieringen [Sun, 6 Sep 2009 18:41:38 +0000 (20:41 +0200)]
Move finderinfo restore into seperate function so we can use cleaner coding in the restore loop.

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoLoose #ifdef and use const bool wrapper for some cleaner coding.
Marco van Wieringen [Sun, 6 Sep 2009 18:39:26 +0000 (20:39 +0200)]
Loose #ifdef and use const bool wrapper for some cleaner coding.

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoAdded support for acl and xattr regression test on Solaris
Marco van Wieringen [Sun, 6 Sep 2009 09:41:03 +0000 (11:41 +0200)]
Added support for acl and xattr regression test on Solaris

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoApply Marco's git format-patch patches for bugs #1365 and #1366
Kern Sibbald [Mon, 7 Sep 2009 09:24:50 +0000 (11:24 +0200)]
Apply Marco's git format-patch patches for bugs #1365 and #1366

14 years agoThis patch should fix bug #1366
Marco van Wieringen [Sun, 6 Sep 2009 16:06:48 +0000 (18:06 +0200)]
This patch should fix bug #1366

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoThis patch should fix bug #1365
Marco van Wieringen [Sun, 6 Sep 2009 15:56:20 +0000 (17:56 +0200)]
This patch should fix bug #1365

Signed-off-by: Kern Sibbald <kern@sibbald.com>
14 years agoCommit Mac pathlen patch
Kern Sibbald [Sun, 6 Sep 2009 09:09:41 +0000 (11:09 +0200)]
Commit Mac pathlen patch

14 years agoIncrement minor version to avoid future conflict
Kern Sibbald [Sun, 6 Sep 2009 09:04:34 +0000 (11:04 +0200)]
Increment minor version to avoid future conflict

14 years agoFix bug #1368. Increase default path/file length to 2048
Kern Sibbald [Sun, 6 Sep 2009 09:03:41 +0000 (11:03 +0200)]
Fix bug #1368. Increase default path/file length to 2048

14 years agoMerge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula
Kern Sibbald [Sat, 5 Sep 2009 20:17:30 +0000 (22:17 +0200)]
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agoAdd acl script code for Mac
Marco van Wieringen [Sat, 5 Sep 2009 20:17:19 +0000 (22:17 +0200)]
Add acl script code for Mac

14 years agoMerge branch 'master' of ssh://kerns@bacula.git.sourceforge.net/gitroot/bacula/bacula
Kern Sibbald [Sat, 5 Sep 2009 19:48:28 +0000 (21:48 +0200)]
Merge branch 'master' of ssh://kerns@bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agoUp timeout for rewind and changer on btest script
Kern Sibbald [Sat, 5 Sep 2009 19:48:17 +0000 (21:48 +0200)]
Up timeout for rewind and changer on btest script

14 years agoTry to fix zombies in next-vol-test
Kern Sibbald [Sat, 5 Sep 2009 13:42:30 +0000 (15:42 +0200)]
Try to fix zombies in next-vol-test

14 years agoFix broken editing code
Kern Sibbald [Fri, 4 Sep 2009 16:07:52 +0000 (18:07 +0200)]
Fix broken editing code

14 years agoUse edit routine instead of %f for rates
Kern Sibbald [Fri, 4 Sep 2009 15:57:44 +0000 (17:57 +0200)]
Use edit routine instead of %f for rates

14 years agoImplement BlockChecksum in Device
Kern Sibbald [Fri, 4 Sep 2009 13:47:46 +0000 (15:47 +0200)]
Implement BlockChecksum in Device

14 years agoImplement BlockChecksum in Device
Kern Sibbald [Fri, 4 Sep 2009 13:46:33 +0000 (15:46 +0200)]
Implement BlockChecksum in Device

14 years agobtape: Add speed command and test drive speed with Bacula blocks
Eric Bollengier [Fri, 4 Sep 2009 12:58:18 +0000 (14:58 +0200)]
btape: Add speed command and test drive speed with Bacula blocks

14 years agobtape: cleanup
Eric Bollengier [Fri, 4 Sep 2009 08:18:45 +0000 (10:18 +0200)]
btape: cleanup

14 years agoFinal tweaks to certification btape fill scripts and code
Kern Sibbald [Fri, 4 Sep 2009 10:38:05 +0000 (12:38 +0200)]
Final tweaks to certification btape fill scripts and code

14 years agoMerge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula
Kern Sibbald [Thu, 3 Sep 2009 17:52:47 +0000 (19:52 +0200)]
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agoTweak btape.c
Kern Sibbald [Thu, 3 Sep 2009 17:52:37 +0000 (19:52 +0200)]
Tweak btape.c

14 years agobtape: tweak output
Eric Bollengier [Thu, 3 Sep 2009 16:37:55 +0000 (18:37 +0200)]
btape: tweak output

14 years agobtape: Make zero test first (fastest)
Eric Bollengier [Thu, 3 Sep 2009 16:36:31 +0000 (18:36 +0200)]
btape: Make zero test first (fastest)
btape: tweak ouputs

14 years agobtape: Add speed command
Eric Bollengier [Thu, 3 Sep 2009 16:16:39 +0000 (18:16 +0200)]
btape: Add speed command

14 years agobtape: Add speed information on qfill and raw command
Eric Bollengier [Thu, 3 Sep 2009 15:04:18 +0000 (17:04 +0200)]
btape: Add speed information on qfill and raw command

14 years agoUse MaxFileSize device configuration in btape
Eric Bollengier [Thu, 3 Sep 2009 12:39:09 +0000 (14:39 +0200)]
Use MaxFileSize device configuration in btape
Make less tweaks in random buffer in btape

14 years agoMerge branch 'master' of ssh://kerns@bacula.git.sourceforge.net/gitroot/bacula/bacula
Kern Sibbald [Thu, 3 Sep 2009 11:42:55 +0000 (13:42 +0200)]
Merge branch 'master' of ssh://kerns@bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agoEliminate btape flush + tweak btape regression scripts
Kern Sibbald [Thu, 3 Sep 2009 11:42:27 +0000 (13:42 +0200)]
Eliminate btape flush + tweak btape regression scripts

14 years agoCommit patch for: Fix bug #1355 Director crashes with double free in Accurate SQL...
Kern Sibbald [Thu, 3 Sep 2009 09:07:03 +0000 (11:07 +0200)]
Commit patch for: Fix bug #1355 Director crashes with double free in Accurate SQL query

14 years agoInclude file,blk in btape fill output
Kern Sibbald [Thu, 3 Sep 2009 09:06:26 +0000 (11:06 +0200)]
Include file,blk in btape fill output

14 years agoCreate exit_code for fill with multiple tapes
Kern Sibbald [Thu, 3 Sep 2009 09:01:37 +0000 (11:01 +0200)]
Create exit_code for fill with multiple tapes

14 years agoFix #1364 and #1363 about compression buffer error.
Eric Bollengier [Thu, 3 Sep 2009 06:15:54 +0000 (08:15 +0200)]
Fix #1364 and #1363 about compression buffer error.

14 years agofix variable name
Eric Bollengier [Wed, 2 Sep 2009 16:57:37 +0000 (18:57 +0200)]
fix variable name

14 years agoMerge branch 'master' of ssh://ricozz@bacula.git.sourceforge.net/gitroot/bacula/bacula
Eric Bollengier [Wed, 2 Sep 2009 16:55:34 +0000 (18:55 +0200)]
Merge branch 'master' of ssh://ricozz@bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agofix variable name
Eric Bollengier [Wed, 2 Sep 2009 16:54:33 +0000 (18:54 +0200)]
fix variable name

14 years agoWork on certification scripts
Kern Sibbald [Wed, 2 Sep 2009 14:16:33 +0000 (16:16 +0200)]
Work on certification scripts

14 years agoEliminate DDS-4 in favor of tape + create btape-test-changer test
Kern Sibbald [Wed, 2 Sep 2009 09:58:07 +0000 (11:58 +0200)]
Eliminate DDS-4 in favor of tape + create btape-test-changer test

14 years agoTweak tape tests + add btape fill changer test
Kern Sibbald [Wed, 2 Sep 2009 06:45:43 +0000 (08:45 +0200)]
Tweak tape tests + add btape fill changer test

14 years agoMany debug code fixes in regression scripts
Kern Sibbald [Tue, 1 Sep 2009 20:30:15 +0000 (22:30 +0200)]
Many debug code fixes in regression scripts

14 years agoMerge with Source Forge
Kern Sibbald [Tue, 1 Sep 2009 20:10:49 +0000 (22:10 +0200)]
Merge with Source Forge

14 years agoAttempt to fix SQLite3 seg fault in list routines
Kern Sibbald [Tue, 1 Sep 2009 20:08:11 +0000 (22:08 +0200)]
Attempt to fix SQLite3 seg fault in list routines

14 years agoMerge master with SF
Kern Sibbald [Tue, 1 Sep 2009 20:07:09 +0000 (22:07 +0200)]
Merge master with SF

14 years agotweak btape fill test
Kern Sibbald [Tue, 1 Sep 2009 16:54:58 +0000 (18:54 +0200)]
tweak btape fill test

14 years agotweak full tape tests
Kern Sibbald [Tue, 1 Sep 2009 16:48:25 +0000 (18:48 +0200)]
tweak full tape tests

14 years agoUpdate tape tests for hardware certification
Kern Sibbald [Tue, 1 Sep 2009 16:46:00 +0000 (18:46 +0200)]
Update tape tests for hardware certification

14 years agotweak comments
Eric Bollengier [Tue, 1 Sep 2009 15:38:30 +0000 (17:38 +0200)]
tweak comments

14 years agoUpdate projects file
Eric Bollengier [Tue, 1 Sep 2009 15:14:43 +0000 (17:14 +0200)]
Update projects file

14 years agoUpdate tape tests for hardware certification
Kern Sibbald [Tue, 1 Sep 2009 14:44:09 +0000 (16:44 +0200)]
Update tape tests for hardware certification

14 years agoMerge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula
Kern Sibbald [Tue, 1 Sep 2009 11:59:06 +0000 (13:59 +0200)]
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agoEliminate xattr.c compiler warning
Kern Sibbald [Tue, 1 Sep 2009 11:58:55 +0000 (13:58 +0200)]
Eliminate xattr.c compiler warning

14 years agoProhibit copy and assignment in db_list_ctx
Eric Bollengier [Mon, 31 Aug 2009 13:04:15 +0000 (15:04 +0200)]
Prohibit copy and assignment in db_list_ctx

14 years agoTweak technotes
Kern Sibbald [Mon, 31 Aug 2009 10:36:57 +0000 (12:36 +0200)]
Tweak technotes

14 years agoExclude OSX resource forks from saving using the xattr code
Marco van Wieringen [Mon, 31 Aug 2009 07:36:38 +0000 (09:36 +0200)]
Exclude OSX resource forks from saving using the xattr code
Exclude OSX acl data from saving using the xattr code when normal acl mode is also enabled.
Make excluding certain xattr in the generic functions somewhat easier for certain OS specific attributes.

14 years agotweak comment
Eric Bollengier [Mon, 31 Aug 2009 07:13:16 +0000 (09:13 +0200)]
tweak comment

14 years agoFix Win32/64 build
Kern Sibbald [Sun, 30 Aug 2009 22:16:03 +0000 (00:16 +0200)]
Fix Win32/64 build

14 years agoRemove old subroutine prototype
Kern Sibbald [Sun, 30 Aug 2009 21:25:19 +0000 (23:25 +0200)]
Remove old subroutine prototype

14 years agoMerge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula
Kern Sibbald [Sun, 30 Aug 2009 20:54:05 +0000 (22:54 +0200)]
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agoprohibe copy and assignment in Bvfs module
Eric Bollengier [Sun, 30 Aug 2009 20:19:57 +0000 (22:19 +0200)]
prohibe copy and assignment in Bvfs module

14 years agoFix bug #1355 Director crashes with double free in Accurate SQL query
Kern Sibbald [Sun, 30 Aug 2009 18:29:15 +0000 (20:29 +0200)]
Fix bug #1355 Director crashes with double free in Accurate SQL query

14 years agoFix bug #1357 Verify jobs fail when job has zero files
Kern Sibbald [Sat, 29 Aug 2009 13:07:02 +0000 (15:07 +0200)]
Fix bug #1357 Verify jobs fail when job has zero files

14 years agoRework verify-voltocat-test and add to normal tests
Kern Sibbald [Sat, 29 Aug 2009 13:06:09 +0000 (15:06 +0200)]
Rework verify-voltocat-test and add to normal tests

14 years agoRelease orphanned buffers in accurate code
Kern Sibbald [Wed, 26 Aug 2009 16:56:54 +0000 (18:56 +0200)]
Release orphanned buffers in accurate code

14 years agoFix possible seg fault in db_get_int_handler in accurate code
Kern Sibbald [Wed, 26 Aug 2009 16:55:58 +0000 (18:55 +0200)]
Fix possible seg fault in db_get_int_handler in accurate code

14 years agoSuppress some error messages generated after cancelling a job
Kern Sibbald [Tue, 25 Aug 2009 06:56:36 +0000 (08:56 +0200)]
Suppress some error messages generated after cancelling a job

14 years agoApply and commit Lorenz Schori <lo@znerol.ch> patch for OSX
Kern Sibbald [Mon, 24 Aug 2009 16:32:21 +0000 (18:32 +0200)]
Apply and commit Lorenz Schori <lo@znerol.ch> patch for OSX

14 years agoApply Lorenz' OSX patch
Lorenz Schori [Mon, 24 Aug 2009 16:29:27 +0000 (18:29 +0200)]
Apply Lorenz' OSX patch

14 years agoClose bug #1351 SQLite2 to SQLite3 conversion
Kern Sibbald [Mon, 24 Aug 2009 14:53:55 +0000 (16:53 +0200)]
Close bug #1351 SQLite2 to SQLite3 conversion

14 years agoRemove unnecessary subroutine import definition
Kern Sibbald [Mon, 24 Aug 2009 14:52:58 +0000 (16:52 +0200)]
Remove unnecessary subroutine import definition

14 years agoMerge branch 'master' of git@github.com:bacula/bacula
Scott Barninger [Sun, 23 Aug 2009 18:27:45 +0000 (14:27 -0400)]
Merge branch 'master' of git@github.com:bacula/bacula

14 years agoTest of git commit.
Scott Barninger [Sun, 23 Aug 2009 15:52:35 +0000 (11:52 -0400)]
Test of git commit.

14 years agoupdate technotes
Eric Bollengier [Sun, 23 Aug 2009 09:16:14 +0000 (11:16 +0200)]
update technotes

14 years agobat: fix variable name
Eric Bollengier [Sun, 23 Aug 2009 08:39:00 +0000 (10:39 +0200)]
bat: fix variable name

14 years agobat: Simplify the code to make TableWidget in read-only
Eric Bollengier [Sun, 23 Aug 2009 08:36:17 +0000 (10:36 +0200)]
bat: Simplify the code to make TableWidget in read-only

14 years agoFree Volume in several places. Fixes virtual-changer problem
Kern Sibbald [Sun, 23 Aug 2009 07:58:52 +0000 (09:58 +0200)]
Free Volume in several places. Fixes virtual-changer problem
     and possibly bug #1346.

14 years agoAdd SD Volume debug code
Kern Sibbald [Sun, 23 Aug 2009 07:58:19 +0000 (09:58 +0200)]
Add SD Volume debug code

14 years agoDon't print different filesystem. Will not descend message if directory explicitly...
Kern Sibbald [Sat, 22 Aug 2009 11:42:54 +0000 (13:42 +0200)]
Don't print different filesystem. Will not descend message if directory explicitly excluded

14 years agocapitalize bytes in message
Kern Sibbald [Sat, 22 Aug 2009 10:15:07 +0000 (12:15 +0200)]
capitalize bytes in message

14 years agoPrune a few dev tests
Kern Sibbald [Fri, 21 Aug 2009 12:50:58 +0000 (14:50 +0200)]
Prune a few dev tests

14 years agoupdate technotes
Eric Bollengier [Fri, 21 Aug 2009 12:37:16 +0000 (14:37 +0200)]
update technotes

14 years agoMerge branch 'master' of ssh://ricozz@bacula.git.sourceforge.net/gitroot/bacula/bacula
Eric Bollengier [Fri, 21 Aug 2009 12:36:10 +0000 (14:36 +0200)]
Merge branch 'master' of ssh://ricozz@bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agoMade shorter developers test
Kern Sibbald [Fri, 21 Aug 2009 11:41:35 +0000 (13:41 +0200)]
Made shorter developers test

14 years agoRework the bsock.h class to put public structures last
Kern Sibbald [Fri, 21 Aug 2009 11:26:17 +0000 (13:26 +0200)]
Rework the bsock.h class to put public structures last

14 years agoUpdate AUTHORS file
Kern Sibbald [Fri, 21 Aug 2009 06:52:42 +0000 (08:52 +0200)]
Update AUTHORS file

14 years agoIntegrate patch for building dmg on OSX from Lorenz Schori <lo@znerol.ch>
Lorenz Schori [Fri, 21 Aug 2009 06:50:45 +0000 (08:50 +0200)]
Integrate patch for building dmg on OSX from Lorenz Schori <lo@znerol.ch>

14 years agoAdd commas in num files for estimate command
Kern Sibbald [Fri, 21 Aug 2009 06:40:33 +0000 (08:40 +0200)]
Add commas in num files for estimate command

14 years agoin status slots command, unlock db just after sql query
Eric Bollengier [Thu, 20 Aug 2009 19:42:05 +0000 (21:42 +0200)]
in status slots command, unlock db just after sql query

14 years agoUpdate version
Kern Sibbald [Thu, 20 Aug 2009 13:02:17 +0000 (15:02 +0200)]
Update version

14 years agoMerge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula
Kern Sibbald [Thu, 20 Aug 2009 06:23:58 +0000 (08:23 +0200)]
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula

14 years agoAdd BWEBCONF env variable to specify the bweb.conf path without
Eric Bollengier [Wed, 19 Aug 2009 10:57:35 +0000 (12:57 +0200)]
Add BWEBCONF env variable to specify the bweb.conf path without
touching the Bweb.pm file with lighttpd

14 years agobweb: fix bweb.conf path
Eric Bollengier [Wed, 19 Aug 2009 10:15:18 +0000 (12:15 +0200)]
bweb: fix bweb.conf path