]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
13 years agoAdd first cut Volume names to disk-changer
Kern Sibbald [Wed, 9 Jun 2010 06:56:17 +0000 (08:56 +0200)]
Add first cut Volume names to disk-changer

13 years agoApply literal string fix in printf submitted by Luca Berra
Kern Sibbald [Mon, 7 Jun 2010 20:04:07 +0000 (22:04 +0200)]
Apply literal string fix in printf submitted by Luca Berra

13 years agoupdate configure
Marco van Wieringen [Sat, 5 Jun 2010 17:46:55 +0000 (19:46 +0200)]
update configure

13 years agoDrop 2 unneeded AC_DEFINE statements from configure.in for AFS.
Marco van Wieringen [Sat, 5 Jun 2010 17:45:22 +0000 (19:45 +0200)]
Drop 2 unneeded AC_DEFINE statements from configure.in for AFS.

13 years agoregress: fix typo
Eric Bollengier [Sat, 5 Jun 2010 09:07:24 +0000 (11:07 +0200)]
regress: fix typo

13 years agoregress: fix multi2-storage-test
Eric Bollengier [Thu, 3 Jun 2010 14:25:42 +0000 (16:25 +0200)]
regress: fix multi2-storage-test

13 years agoFix bug #1582 Restore from multiple storage daemons breaks subsequent backups
Kern Sibbald [Thu, 3 Jun 2010 12:20:03 +0000 (14:20 +0200)]
Fix bug #1582 Restore from multiple storage daemons breaks subsequent backups

13 years agoFix segfault on "cancel jobid=" command
Eric Bollengier [Tue, 1 Jun 2010 20:50:17 +0000 (22:50 +0200)]
Fix segfault on "cancel jobid=" command

13 years agoCreate table with jobids as a temporary table and move the sql definition to sql_cmds...
Marco van Wieringen [Tue, 1 Jun 2010 19:23:56 +0000 (21:23 +0200)]
Create table with jobids as a temporary table and move the sql definition to sql_cmds.c. We use a default query for all databases but Ingres.

13 years agoupdate version
Eric Bollengier [Tue, 1 Jun 2010 12:58:09 +0000 (14:58 +0200)]
update version

13 years agoUpdate makefiles for new libtool revision
Eric Bollengier [Tue, 1 Jun 2010 12:46:57 +0000 (14:46 +0200)]
Update makefiles for new libtool revision

13 years agoupdate configure
Eric Bollengier [Tue, 1 Jun 2010 12:46:32 +0000 (14:46 +0200)]
update configure

13 years agoSimplify libtool revision and use VERSION as default
Eric Bollengier [Tue, 1 Jun 2010 12:46:19 +0000 (14:46 +0200)]
Simplify libtool revision and use VERSION as default

13 years agoSimplify libtool revision
Eric Bollengier [Tue, 1 Jun 2010 12:45:59 +0000 (14:45 +0200)]
Simplify libtool revision

13 years agoFix typo in message.c
Eric Bollengier [Tue, 1 Jun 2010 12:42:59 +0000 (14:42 +0200)]
Fix typo in message.c

13 years agoregress: tweak multi2-storage-test
Eric Bollengier [Tue, 1 Jun 2010 12:40:36 +0000 (14:40 +0200)]
regress: tweak multi2-storage-test

13 years agoConvert all Jmsg on the watchdog thread to Qmsg
Eric Bollengier [Fri, 28 May 2010 11:37:58 +0000 (13:37 +0200)]
Convert all Jmsg on the watchdog thread to Qmsg

13 years agoDon't set socket buffer size unless explicite set by users. Suggested change from...
Kern Sibbald [Sun, 30 May 2010 13:35:39 +0000 (15:35 +0200)]
Don't set socket buffer size unless explicite set by users. Suggested change from bug #1493

13 years agoFix bug #1554 Windows installer doesn't honor /S flag
Kern Sibbald [Sun, 30 May 2010 10:06:58 +0000 (12:06 +0200)]
Fix bug #1554 Windows installer doesn't honor /S flag

13 years agoFix typo reported in bug #1585
Kern Sibbald [Sun, 30 May 2010 09:18:54 +0000 (11:18 +0200)]
Fix typo reported in bug #1585

13 years agoAdd z (size_t) prefix to bsnprintf
Kern Sibbald [Sat, 29 May 2010 18:39:20 +0000 (20:39 +0200)]
Add z (size_t) prefix to bsnprintf

13 years agoTweak: use C++ rather than C and use Bacula indenting standards
Kern Sibbald [Sat, 29 May 2010 15:42:58 +0000 (17:42 +0200)]
Tweak: use C++ rather than C and use Bacula indenting standards

13 years agoFix #1571 and install libraries with 755 perms
Eric Bollengier [Fri, 28 May 2010 07:15:24 +0000 (09:15 +0200)]
Fix #1571 and install libraries with 755 perms

13 years agoFix bug #1581 ASSERTs in src/dird/jobq.c can never trigger
Kern Sibbald [Thu, 27 May 2010 20:41:12 +0000 (22:41 +0200)]
Fix bug #1581 ASSERTs in src/dird/jobq.c can never trigger

13 years agoRemoved workaround for bug in Ingres with insert into tables with sequences from...
Marco van Wieringen [Thu, 27 May 2010 19:29:10 +0000 (21:29 +0200)]
Removed workaround for bug in Ingres with insert into tables with sequences from the batch insert temporary table. Added comment to the Ingres make table script to document the bug numbers which should be fixed in the Ingres version to be able to run batch inserts and currently known patch numbers for Solaris x86 and Linux x86_64.

13 years agoregress: test when a multi-storage restore needs to wait for a busy drive
Eric Bollengier [Thu, 27 May 2010 13:31:55 +0000 (15:31 +0200)]
regress: test when a multi-storage restore needs to wait for a busy drive

13 years agoregress: tweak multi2-storage-test
Eric Bollengier [Thu, 27 May 2010 13:16:15 +0000 (15:16 +0200)]
regress: tweak multi2-storage-test

13 years agoregress: Reproduce #1582 about multiple devices restore
Eric Bollengier [Thu, 27 May 2010 12:50:54 +0000 (14:50 +0200)]
regress: Reproduce #1582 about multiple devices restore

13 years agoFix segfault in action on purge test
Eric Bollengier [Tue, 25 May 2010 20:11:19 +0000 (22:11 +0200)]
Fix segfault in action on purge test

13 years agoTweak update version date
Kern Sibbald [Mon, 24 May 2010 14:34:55 +0000 (16:34 +0200)]
Tweak update version date

13 years agoTweak: add comments to new action on purge code
Kern Sibbald [Mon, 24 May 2010 14:02:15 +0000 (16:02 +0200)]
Tweak: add comments to new action on purge code

13 years agoFirst cut Share Point plugin
James Harper [Mon, 24 May 2010 13:03:51 +0000 (15:03 +0200)]
First cut Share Point plugin

13 years agoAdd more debug code for bactrace
Kern Sibbald [Mon, 24 May 2010 10:08:27 +0000 (12:08 +0200)]
Add more debug code for bactrace

13 years agoFix for bug #1569 deadlock/crash in Dir
Kern Sibbald [Sun, 23 May 2010 16:37:10 +0000 (18:37 +0200)]
Fix for bug #1569 deadlock/crash in Dir

13 years agoFix sqlite.c typo that fails build
Kern Sibbald [Sun, 23 May 2010 10:40:29 +0000 (12:40 +0200)]
Fix sqlite.c typo that fails build

13 years agoFix problem with BaseJob and Accurate FileSet options on client side
Eric Bollengier [Thu, 20 May 2010 10:05:43 +0000 (12:05 +0200)]
Fix problem with BaseJob and Accurate FileSet options on client side

13 years agoDo not use mtime with basejobs
Eric Bollengier [Thu, 20 May 2010 10:05:23 +0000 (12:05 +0200)]
Do not use mtime with basejobs

13 years agoFix typos.
Marco van Wieringen [Tue, 18 May 2010 13:51:12 +0000 (15:51 +0200)]
Fix typos.

13 years agoOptimize the selection process for saving either AFS or Native ACLS by keeping track...
Marco van Wieringen [Tue, 18 May 2010 08:37:33 +0000 (10:37 +0200)]
Optimize the selection process for saving either AFS or Native ACLS by keeping track of the filesystem we are doing a backup of. This way we don't have to check if a filesystem is still either AFS or not as when we know if it is all files on the same filesystem are either AFS or not. We also clear the native save flag when a filesystem says it doesn't support acls so we don't keep on trying saving acls on filesystem that don't support them.

13 years agoTweak: rebuild configure
Kern Sibbald [Sun, 16 May 2010 20:19:17 +0000 (22:19 +0200)]
Tweak: rebuild configure

13 years agoTweak copyright
Marco van Wieringen [Sun, 16 May 2010 14:18:18 +0000 (16:18 +0200)]
Tweak copyright

13 years agoAdded preliminary AFS acl support. The code may need some testing on a real AFS enabl...
Marco van Wieringen [Sun, 16 May 2010 14:10:53 +0000 (16:10 +0200)]
Added preliminary AFS acl support. The code may need some testing on a real AFS enabled server as most of the code was written using information available on the Internet. The code compiles and links on Linux using OpenAFS 1.4.

13 years agoTweak copyright.
Marco van Wieringen [Sun, 16 May 2010 14:02:10 +0000 (16:02 +0200)]
Tweak copyright.

13 years agoAdded fstype rewrite code so we have a uniform way of retrieving the fstype on Linux...
Marco van Wieringen [Sun, 16 May 2010 13:59:45 +0000 (15:59 +0200)]
Added fstype rewrite code so we have a uniform way of retrieving the fstype on Linux and OSF1 without the need to add code for each new filesystem added to a OS.

13 years agoFirst stab at a simple script to dump the content of the complete Ingres bacula datab...
Marco van Wieringen [Fri, 14 May 2010 08:16:26 +0000 (10:16 +0200)]
First stab at a simple script to dump the content of the complete Ingres bacula database for disaster recovery purposes.

13 years agoAdd .dump command
Eric Bollengier [Mon, 10 May 2010 18:26:26 +0000 (20:26 +0200)]
Add .dump command

13 years agoregress: Add SystemstateJob
Eric Bollengier [Mon, 10 May 2010 16:03:00 +0000 (18:03 +0200)]
regress: Add SystemstateJob

13 years agoupdate comments
Eric Bollengier [Mon, 10 May 2010 16:02:33 +0000 (18:02 +0200)]
update comments

13 years agoupdate version
Eric Bollengier [Mon, 10 May 2010 15:02:37 +0000 (17:02 +0200)]
update version

13 years agoremove pragma warnings
James Harper [Sat, 8 May 2010 13:22:56 +0000 (15:22 +0200)]
remove pragma warnings

13 years agotweak release script
Eric Bollengier [Thu, 6 May 2010 19:18:04 +0000 (21:18 +0200)]
tweak release script

13 years agotweak debug level
Eric Bollengier [Thu, 6 May 2010 18:43:18 +0000 (20:43 +0200)]
tweak debug level

13 years agoFix problem when sending Cancel event to plugin
Eric Bollengier [Thu, 6 May 2010 15:37:51 +0000 (17:37 +0200)]
Fix problem when sending Cancel event to plugin

13 years agoAdd comments and cleanup
Eric Bollengier [Thu, 6 May 2010 15:18:43 +0000 (17:18 +0200)]
Add comments and cleanup

13 years agofirst attempt at making bacula set the backup level in VSS
James Harper [Thu, 6 May 2010 12:46:48 +0000 (14:46 +0200)]
first attempt at making bacula set the backup level in VSS

13 years agotweak bpipe-fd to display PluginCommand
Eric Bollengier [Thu, 6 May 2010 11:58:33 +0000 (13:58 +0200)]
tweak bpipe-fd to display PluginCommand

13 years agoImplement bEventPluginCommand event for systemstate plugin
Eric Bollengier [Thu, 6 May 2010 11:18:14 +0000 (13:18 +0200)]
Implement bEventPluginCommand event for systemstate plugin

13 years agoFix typo reported by Philipp Storz
Eric Bollengier [Thu, 6 May 2010 11:03:18 +0000 (13:03 +0200)]
Fix typo reported by Philipp Storz

13 years agoMySQL compilation fix
Eric Bollengier [Thu, 6 May 2010 09:50:04 +0000 (11:50 +0200)]
MySQL compilation fix

13 years agoregress: add KEEP_SOURCE to avoid removing win32 source
Eric Bollengier [Wed, 5 May 2010 08:16:30 +0000 (10:16 +0200)]
regress: add KEEP_SOURCE to avoid removing win32 source

13 years agostop Bacula aborting the job when one of the writers reports a problem
James Harper [Wed, 5 May 2010 08:05:01 +0000 (10:05 +0200)]
stop Bacula aborting the job when one of the writers reports a problem

13 years agoFix #1567 about display of long volume names truncated during restore
Eric Bollengier [Tue, 4 May 2010 15:22:25 +0000 (17:22 +0200)]
Fix #1567 about display of long volume names truncated during restore

13 years agotweak make-win32 for bat
Eric Bollengier [Tue, 4 May 2010 14:45:58 +0000 (16:45 +0200)]
tweak make-win32 for bat

13 years agoupdate release scripts
Eric Bollengier [Tue, 4 May 2010 13:54:15 +0000 (15:54 +0200)]
update release scripts

13 years agoFix segfault when loading Plugins
Eric Bollengier [Mon, 3 May 2010 08:02:58 +0000 (10:02 +0200)]
Fix segfault when loading Plugins

13 years agoAdded new bacula-libs package.
Scott Barninger [Sun, 2 May 2010 18:44:37 +0000 (14:44 -0400)]
Added new bacula-libs package.

13 years agotweak comments
Eric Bollengier [Sun, 2 May 2010 14:03:46 +0000 (16:03 +0200)]
tweak comments

13 years agoFix RestoreObject for PostgreSQL
Eric Bollengier [Sun, 2 May 2010 13:24:01 +0000 (15:24 +0200)]
Fix RestoreObject for PostgreSQL

13 years agoTweak update configure
Marco van Wieringen [Sat, 1 May 2010 19:44:28 +0000 (21:44 +0200)]
Tweak update configure

13 years agoMove some AC_MSG_RESULT macros around so the configure output looks somewhat cleaner.
Marco van Wieringen [Sat, 1 May 2010 19:42:10 +0000 (21:42 +0200)]
Move some AC_MSG_RESULT macros around so the configure output looks somewhat cleaner.

13 years agoMove libz out of FDLIBS into a seperate variable as we need it for libbac.so now...
Marco van Wieringen [Sat, 1 May 2010 15:34:04 +0000 (17:34 +0200)]
Move libz out of FDLIBS into a seperate variable as we need it for libbac.so now too as it also has libz compiled functions. This way we keep the FDLIBS cleaner with only extra libs need for the Filed to compile.

Conflicts:

bacula/configure

13 years agoFix RestoreObject schema on PostgreSQL
Eric Bollengier [Sat, 1 May 2010 09:12:43 +0000 (11:12 +0200)]
Fix RestoreObject schema on PostgreSQL

13 years agoFix insertion of RestoreObject
Eric Bollengier [Sat, 1 May 2010 12:58:34 +0000 (14:58 +0200)]
Fix insertion of RestoreObject

13 years agoChange Byline
Kern Sibbald [Sat, 1 May 2010 09:24:09 +0000 (11:24 +0200)]
Change Byline

13 years agoRemove RestoreObjects when pruning Jobs
Kern Sibbald [Sat, 1 May 2010 08:59:06 +0000 (10:59 +0200)]
Remove RestoreObjects when pruning Jobs

13 years agoFix bug #1538 Start Scripts return incorrect value
Kern Sibbald [Sat, 1 May 2010 08:41:45 +0000 (10:41 +0200)]
Fix bug #1538 Start Scripts return incorrect value

13 years agoFix bug #1564 init scripts not LSB compliant
Kern Sibbald [Sat, 1 May 2010 08:29:11 +0000 (10:29 +0200)]
Fix bug #1564 init scripts not LSB compliant

13 years agoRework sql queries for update copies
Eric Bollengier [Sat, 1 May 2010 08:05:37 +0000 (10:05 +0200)]
Rework sql queries for update copies

13 years agoDon't hardcode temporary table creation as some backend have a somewhat different...
Marco van Wieringen [Fri, 30 Apr 2010 18:05:05 +0000 (20:05 +0200)]
Don't hardcode temporary table creation as some backend have a somewhat different SQL syntax.

13 years agoFix typo
Marco van Wieringen [Fri, 30 Apr 2010 17:40:59 +0000 (19:40 +0200)]
Fix typo

13 years agoAdded missing column in Ingres database definition for new database object as reporte...
Marco van Wieringen [Fri, 30 Apr 2010 17:37:15 +0000 (19:37 +0200)]
Added missing column in Ingres database definition for new database object as reported by Stefan.

13 years agoPatch from Martin to avoid error when single tape used
Kern Sibbald [Wed, 28 Apr 2010 20:19:28 +0000 (22:19 +0200)]
Patch from Martin to avoid error when single tape used

13 years agoJames' patch
James Harper [Wed, 28 Apr 2010 18:39:07 +0000 (20:39 +0200)]
James' patch

13 years agoFix File and Job Retention in show pool command
Eric Bollengier [Wed, 28 Apr 2010 13:00:52 +0000 (15:00 +0200)]
Fix File and Job Retention in show pool command

13 years agoregress: update duplicate-job
Eric Bollengier [Wed, 28 Apr 2010 09:48:16 +0000 (11:48 +0200)]
regress: update duplicate-job

13 years agoregress: revert duplicate-job-test with comment
Eric Bollengier [Wed, 28 Apr 2010 06:43:25 +0000 (08:43 +0200)]
regress: revert duplicate-job-test with comment

13 years agotweak
Eric Bollengier [Tue, 27 Apr 2010 20:17:05 +0000 (22:17 +0200)]
tweak

13 years agoAdd Polish translation. This translation project is sponsored by Inteos Sp. z o.o...
Grzegorz Grabowski [Tue, 27 Apr 2010 15:29:21 +0000 (17:29 +0200)]
Add Polish translation. This translation project is sponsored by Inteos Sp. z o.o. based in Warsaw, PL.

13 years agoChange Ingres query filter to set a realy early timestamp instead of an empty string...
Marco van Wieringen [Tue, 27 Apr 2010 19:05:38 +0000 (21:05 +0200)]
Change Ingres query filter to set a realy early timestamp instead of an empty string which doesn't seem to work on all Ingres versions.

13 years agoAdd new file I missed from James' plugin patch
Kern Sibbald [Tue, 27 Apr 2010 12:20:56 +0000 (14:20 +0200)]
Add new file I missed from James' plugin patch

13 years agoregress: fix error on vtape-big-test-changer
Eric Bollengier [Mon, 26 Apr 2010 19:50:29 +0000 (21:50 +0200)]
regress: fix error on vtape-big-test-changer

13 years agoProbable fix for SD crash bug #1553
Kern Sibbald [Mon, 26 Apr 2010 20:02:38 +0000 (22:02 +0200)]
Probable fix for SD crash bug #1553

13 years agoRemove bad debug line
Kern Sibbald [Mon, 26 Apr 2010 17:07:00 +0000 (19:07 +0200)]
Remove bad debug line

13 years agoAdd extra lock debug code but turned off
Kern Sibbald [Mon, 26 Apr 2010 16:50:10 +0000 (18:50 +0200)]
Add extra lock debug code but turned off

13 years agoReduce accurate test output when not debug
Kern Sibbald [Mon, 26 Apr 2010 15:59:05 +0000 (17:59 +0200)]
Reduce accurate test output when not debug

13 years agoregress: Add test for dlock pb
Eric Bollengier [Mon, 26 Apr 2010 15:04:52 +0000 (17:04 +0200)]
regress: Add test for dlock pb

13 years agoAdd lmgr_is_locked() function to test if a thread own a mutex
Eric Bollengier [Mon, 26 Apr 2010 09:39:30 +0000 (11:39 +0200)]
Add lmgr_is_locked() function to test if a thread own a mutex

13 years agoPut attr.c debug on dbglvl
Kern Sibbald [Sun, 25 Apr 2010 07:20:41 +0000 (09:20 +0200)]
Put attr.c debug on dbglvl

13 years agoUse lwps cmd in dbx and no threads as it seems to give some strange side effects...
Marco van Wieringen [Sat, 24 Apr 2010 21:10:30 +0000 (23:10 +0200)]
Use lwps cmd in dbx and no threads as it seems to give some strange side effects e.g. doesn't work and lwps seems to always work. So lwps it is then.

13 years agoFix typo
Marco van Wieringen [Sat, 24 Apr 2010 20:53:37 +0000 (22:53 +0200)]
Fix typo