]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
10 years agoTurn off DEVELOPER Branch-5.0
Kern Sibbald [Sun, 30 Mar 2014 10:44:35 +0000 (12:44 +0200)]
Turn off DEVELOPER

12 years agoFix bug #1811 Filed fails to backup more then one xattr. origin/Branch-5.0
Marco van Wieringen [Fri, 6 Jan 2012 19:44:18 +0000 (20:44 +0100)]
Fix bug #1811 Filed fails to backup more then one xattr.

On Solaris we fail to backup more then one xattr. There
are two serious wrong tests in the code that seem to predate
switch to the new bxattr_exit_* codes. Due to a side effect
the retval variable only gets set to a non 0 value
(bxattr_exit_ok) when the first xattr is saved as then the
hidden directory is saved and as such the retval
is set.

While scanning through the code for possible other retval
initialization errors and wrong code I fixed one other problem
in the Tru64 xattr code which we probably never encounter
as that platform is kind of dying.

12 years agoFix xattr/acl regression script.
Marco van Wieringen [Fri, 6 Jan 2012 09:02:44 +0000 (10:02 +0100)]
Fix xattr/acl regression script.

The test for the second xattr was not working as we need
to append to the logfile not overwrite it.

12 years agoFix xattr/acl regression.
Marco van Wieringen [Wed, 4 Jan 2012 09:23:36 +0000 (10:23 +0100)]
Fix xattr/acl regression.

12 years agoRebuild configure.
Marco van Wieringen [Tue, 3 Jan 2012 12:27:41 +0000 (13:27 +0100)]
Rebuild configure.

12 years agoDrop last reference to afs detection.
Marco van Wieringen [Tue, 3 Jan 2012 12:26:34 +0000 (13:26 +0100)]
Drop last reference to afs detection.

12 years agoFix bug #1806 failure to save second and more xattr.
Marco van Wieringen [Tue, 3 Jan 2012 11:58:30 +0000 (12:58 +0100)]
Fix bug #1806 failure to save second and more xattr.

12 years agoAdd second xattr to show bug 1806
Marco van Wieringen [Tue, 3 Jan 2012 11:51:44 +0000 (12:51 +0100)]
Add second xattr to show bug 1806

12 years agoProhibit multiple Jobs from writing state file at same time
Kern Sibbald [Tue, 25 Oct 2011 14:32:16 +0000 (16:32 +0200)]
Prohibit multiple Jobs from writing state file at same time

12 years agoFix typo
Marco van Wieringen [Mon, 24 Oct 2011 09:28:26 +0000 (11:28 +0200)]
Fix typo

12 years agoFix to Windows socket error detection -- should fix bug #1770
Kern Sibbald [Sun, 23 Oct 2011 14:13:23 +0000 (16:13 +0200)]
Fix to Windows socket error detection -- should fix bug #1770

12 years agoRebuild configure
Marco van Wieringen [Mon, 6 Jun 2011 11:30:26 +0000 (13:30 +0200)]
Rebuild configure

12 years agoDrop AFS detection.
Marco van Wieringen [Mon, 16 May 2011 15:26:55 +0000 (17:26 +0200)]
Drop AFS detection.

12 years agoBackport of acl check logic from master. This should fix bug #1735
Marco van Wieringen [Mon, 16 May 2011 14:16:39 +0000 (16:16 +0200)]
Backport of acl check logic from master. This should fix bug #1735

12 years agoDrop unused variable.
Marco van Wieringen [Fri, 29 Apr 2011 19:42:53 +0000 (21:42 +0200)]
Drop unused variable.

12 years agoCleanup Solaris init scripts and made them zone aware.
Marco van Wieringen [Fri, 29 Apr 2011 19:32:54 +0000 (21:32 +0200)]
Cleanup Solaris init scripts and made them zone aware.

Some cleanups to the option parsing added in previous patch.
Added support for checking if we run on a Solaris 10 or later
global zone where using pkill -x is kind of dangerous as we
kill all bacula processes also in non-global zones.

12 years agoMake the solaris init scripts user/group aware
Ben Walton [Fri, 29 Apr 2011 15:53:45 +0000 (11:53 -0400)]
Make the solaris init scripts user/group aware

Import the values for the user and group settings specified by
configure when generating the solaris init scripts.  Use these values
for the -u and -g parameters when starting the daemons.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
13 years agoFix seg fault during cancel in SD
Kern Sibbald [Mon, 21 Feb 2011 08:16:30 +0000 (09:16 +0100)]
Fix seg fault during cancel in SD

13 years agoFix #1695 about bacula-sd crash in detach_dcr_from_dev()
Eric Bollengier [Mon, 14 Feb 2011 14:38:19 +0000 (15:38 +0100)]
Fix #1695 about bacula-sd crash in detach_dcr_from_dev()

13 years agoTweak select_media_dbr()
Eric Bollengier [Sat, 5 Feb 2011 11:01:07 +0000 (12:01 +0100)]
Tweak select_media_dbr()

13 years agoCheck if volume name is valid in select_media_dbr()
Eric Bollengier [Sat, 5 Feb 2011 09:55:45 +0000 (10:55 +0100)]
Check if volume name is valid in select_media_dbr()

13 years agoFix #1674 about rpmbuild failed for bacula-mtx.spec
Eric Bollengier [Thu, 3 Feb 2011 09:05:59 +0000 (10:05 +0100)]
Fix #1674 about rpmbuild failed for bacula-mtx.spec

13 years agotweak year in copyright model
Eric Bollengier [Mon, 3 Jan 2011 18:05:33 +0000 (19:05 +0100)]
tweak year in copyright model

13 years agoAdd client watch script for regress
Kern Sibbald [Mon, 13 Dec 2010 16:18:45 +0000 (17:18 +0100)]
Add client watch script for regress

13 years agoSet proper status of autochanger slots with 0 on startup -- no volume rather than...
Kern Sibbald [Sun, 19 Dec 2010 08:36:30 +0000 (09:36 +0100)]
Set proper status of autochanger slots with 0 on startup -- no volume rather than unknown

13 years agoAdd short-incremental regression test
Kern Sibbald [Mon, 13 Dec 2010 02:41:14 +0000 (03:41 +0100)]
Add short-incremental regression test

13 years agoPrint plugin end records in bls
Kern Sibbald [Sun, 12 Dec 2010 16:58:35 +0000 (17:58 +0100)]
Print plugin end records in bls

13 years agoCenter bat run window on screen
Kern Sibbald [Sun, 12 Dec 2010 16:16:59 +0000 (17:16 +0100)]
Center bat run window on screen

13 years agoUpdate bat console display only if new text comes in
Kern Sibbald [Sat, 27 Nov 2010 20:21:54 +0000 (21:21 +0100)]
Update bat console display only if new text comes in

13 years agoPut debug code on test + fix focus on Volume in label dialog box
Kern Sibbald [Sat, 27 Nov 2010 18:07:47 +0000 (19:07 +0100)]
Put debug code on test + fix focus on Volume in label dialog box

13 years agoImproved error message when drive busy
Kern Sibbald [Fri, 12 Nov 2010 09:47:18 +0000 (10:47 +0100)]
Improved error message when drive busy

13 years agoMake Win32 service name include the word Backup
Kern Sibbald [Tue, 9 Nov 2010 22:11:42 +0000 (23:11 +0100)]
Make Win32 service name include the word Backup

13 years agoTweak regress .gitignore
Kern Sibbald [Wed, 3 Nov 2010 12:47:16 +0000 (13:47 +0100)]
Tweak regress .gitignore

13 years agoTweak .gitignore
Kern Sibbald [Fri, 29 Oct 2010 08:23:18 +0000 (10:23 +0200)]
Tweak .gitignore

13 years agoPrevent timer recursion in bat
Kern Sibbald [Fri, 12 Nov 2010 08:02:06 +0000 (09:02 +0100)]
Prevent timer recursion in bat

13 years agoTry to fix #1660 about segfault during pruning
Eric Bollengier [Fri, 5 Nov 2010 09:25:14 +0000 (10:25 +0100)]
Try to fix #1660 about segfault during pruning

13 years agoStop restore if job is canceled
Eric Bollengier [Wed, 3 Nov 2010 18:23:12 +0000 (19:23 +0100)]
Stop restore if job is canceled

13 years agoMake sure JobErrors is always nonzero on fatal error
Kern Sibbald [Wed, 3 Nov 2010 18:21:02 +0000 (19:21 +0100)]
Make sure JobErrors is always nonzero on fatal error

13 years agoFix bug #1655 Quitting bconsole with ctrl+d doesn't save history
Kern Sibbald [Tue, 2 Nov 2010 15:42:46 +0000 (16:42 +0100)]
Fix bug #1655 Quitting bconsole with ctrl+d doesn't save history

13 years agoTurn off debug code
Kern Sibbald [Mon, 1 Nov 2010 09:05:36 +0000 (10:05 +0100)]
Turn off debug code

13 years agoFix bad handling of c: during restore in bat
Kern Sibbald [Sun, 31 Oct 2010 15:23:43 +0000 (16:23 +0100)]
Fix bad handling of c: during restore in bat

13 years agoIgnore unknown dot commands in restore tree code
Kern Sibbald [Sun, 31 Oct 2010 13:46:26 +0000 (14:46 +0100)]
Ignore unknown dot commands in restore tree code

13 years agoFix bug 1639.
Scott Barninger [Sun, 3 Oct 2010 15:16:28 +0000 (11:16 -0400)]
Fix bug 1639.

13 years agoRebuild configure
Kern Sibbald [Fri, 1 Oct 2010 10:06:11 +0000 (12:06 +0200)]
Rebuild configure

13 years agoFix batch insert detection for MySQL and no .a libraries
Kern Sibbald [Fri, 1 Oct 2010 10:00:39 +0000 (12:00 +0200)]
Fix batch insert detection for MySQL and no .a libraries

13 years agoAdd debug to next_vol.c + shorten retention for recycle-test
Kern Sibbald [Wed, 22 Sep 2010 08:10:27 +0000 (10:10 +0200)]
Add debug to next_vol.c + shorten retention for recycle-test

13 years agoFix seg fault introduced during restore cut and paste
Kern Sibbald [Wed, 22 Sep 2010 06:52:45 +0000 (08:52 +0200)]
Fix seg fault introduced during restore cut and paste

13 years agoFix bat browser to ignore copy jobs. Fix bug #1604
Kern Sibbald [Tue, 21 Sep 2010 13:59:40 +0000 (15:59 +0200)]
Fix bat browser to ignore copy jobs. Fix bug #1604

13 years agoCreate dummy to create test data
Kern Sibbald [Tue, 21 Sep 2010 13:58:59 +0000 (15:58 +0200)]
Create dummy to create test data

13 years agopatch 96793e fixes bug #1584
Kern Sibbald [Tue, 21 Sep 2010 12:30:00 +0000 (14:30 +0200)]
patch 96793e fixes bug #1584

13 years agoFix bug #1623 about indexes that are already created or deleted in postgresql upgrade...
Eric Bollengier [Mon, 20 Sep 2010 14:42:29 +0000 (16:42 +0200)]
Fix bug #1623 about indexes that are already created or deleted in postgresql upgrade process.

13 years agoFix bconsole bug with new BNET signals
Kern Sibbald [Mon, 20 Sep 2010 19:30:08 +0000 (21:30 +0200)]
Fix bconsole bug with new BNET signals

13 years agoAdd skeleton of new bat run dialogs
Kern Sibbald [Mon, 20 Sep 2010 19:28:19 +0000 (21:28 +0200)]
Add skeleton of new bat run dialogs

13 years agoFirst cut of bat rerun a Job from Jobs Run
Kern Sibbald [Mon, 20 Sep 2010 14:49:01 +0000 (16:49 +0200)]
First cut of bat rerun a Job from Jobs Run

13 years agoAllow sorting of more bat media columns
Kern Sibbald [Mon, 20 Sep 2010 09:00:53 +0000 (11:00 +0200)]
Allow sorting of more bat media columns

13 years agoSuppress superfluous warning messages if SD polling
Kern Sibbald [Mon, 20 Sep 2010 08:33:42 +0000 (10:33 +0200)]
Suppress superfluous warning messages if SD polling

13 years agoAdd comm error output when cram-md5 fails with comm error
Kern Sibbald [Sun, 19 Sep 2010 06:52:32 +0000 (08:52 +0200)]
Add comm error output when cram-md5 fails with comm error

13 years agoQuote device name in SD and implement releasing message
Kern Sibbald [Sat, 18 Sep 2010 13:14:49 +0000 (15:14 +0200)]
Quote device name in SD and implement releasing message

13 years agoMassive bat notifier rewrite + fix seg fault + implement text input dialog
Kern Sibbald [Sat, 18 Sep 2010 13:04:54 +0000 (15:04 +0200)]
Massive bat notifier rewrite + fix seg fault + implement text input dialog

13 years agoFix postgresql version detection in database creation script
Richard Mortimer [Wed, 15 Sep 2010 07:42:34 +0000 (09:42 +0200)]
Fix postgresql version detection in database creation script

Do not quote shell case patterns. They lose their special meaning when
quoted and only match exactly.

Signed-off-by: Eric Bollengier <eric@eb.homelinux.org>
13 years agoSend back updated jobs status from FD
Kern Sibbald [Fri, 3 Sep 2010 17:33:48 +0000 (19:33 +0200)]
Send back updated jobs status from FD

13 years agoMake Ubuntu autostart scripts LSB compliant
Kern Sibbald [Mon, 13 Sep 2010 10:59:33 +0000 (12:59 +0200)]
Make Ubuntu autostart scripts LSB compliant

13 years agoFix restore browser to permit checking first item and to start in focus
Kern Sibbald [Sun, 12 Sep 2010 13:44:39 +0000 (15:44 +0200)]
Fix restore browser to permit checking first item and to start in focus

13 years agoFix another bat seg fault
Kern Sibbald [Sun, 12 Sep 2010 12:59:55 +0000 (14:59 +0200)]
Fix another bat seg fault

13 years agoFix bat seg fault
Kern Sibbald [Sun, 12 Sep 2010 09:42:38 +0000 (11:42 +0200)]
Fix bat seg fault

13 years ago5.0.3 rpm release. Postgres defines for version and package names. Drop sqlite support.
Scott Barninger [Mon, 6 Sep 2010 13:48:01 +0000 (09:48 -0400)]
5.0.3 rpm release. Postgres defines for version and package names. Drop sqlite support.

13 years agoAdd level option to estimate help command
Eric Bollengier [Tue, 31 Aug 2010 21:01:50 +0000 (23:01 +0200)]
Add level option to estimate help command

13 years agoFix #1633 Windows service is not removed if still running
Bastian Friedrich [Tue, 31 Aug 2010 12:43:44 +0000 (14:43 +0200)]
Fix #1633 Windows service is not removed if still running

Signed-off-by: Eric Bollengier <eric@eb.homelinux.org>
13 years agoFix #1624 about segfault in dvd driver when calling rewind(NULL)
Eric Bollengier [Mon, 30 Aug 2010 16:56:40 +0000 (18:56 +0200)]
Fix #1624 about segfault in dvd driver when calling rewind(NULL)

13 years agoUpdate version date
Kern Sibbald [Mon, 30 Aug 2010 11:28:10 +0000 (13:28 +0200)]
Update version date

13 years agoTweak spec files
Kern Sibbald [Mon, 30 Aug 2010 11:16:10 +0000 (13:16 +0200)]
Tweak spec files

13 years agoRebuild configure
Kern Sibbald [Sun, 29 Aug 2010 13:47:50 +0000 (15:47 +0200)]
Rebuild configure

13 years agoTweak another try at detecting batch insert on SLES for postgres
Kern Sibbald [Thu, 12 Aug 2010 10:28:30 +0000 (12:28 +0200)]
Tweak another try at detecting batch insert on SLES for postgres

13 years agoTweak fix backward test in batch insert configure test
Kern Sibbald [Thu, 12 Aug 2010 08:18:39 +0000 (10:18 +0200)]
Tweak fix backward test in batch insert configure test

13 years agoFix batch insert detection on SLES 11
Kern Sibbald [Thu, 12 Aug 2010 07:38:58 +0000 (09:38 +0200)]
Fix batch insert detection on SLES 11

13 years agof42191faa6e2070591efd7845e56c5d711fd3b25
Kern Sibbald [Sun, 29 Aug 2010 13:38:50 +0000 (15:38 +0200)]
f42191faa6e2070591efd7845e56c5d711fd3b25

13 years agoTweak fix MySQL quoting again :-(
Kern Sibbald [Fri, 13 Aug 2010 08:03:13 +0000 (10:03 +0200)]
Tweak fix MySQL quoting again :-(

13 years agoTweak fix bad quoting in make_mysql_tables.in
Kern Sibbald [Fri, 13 Aug 2010 07:46:33 +0000 (09:46 +0200)]
Tweak fix bad quoting in make_mysql_tables.in

13 years agoTweak bacula.spec for Community
Kern Sibbald [Sun, 15 Aug 2010 17:07:09 +0000 (13:07 -0400)]
Tweak bacula.spec for Community

13 years agoUpdate spec files
Kern Sibbald [Tue, 10 Aug 2010 15:47:55 +0000 (17:47 +0200)]
Update spec files

13 years agoFix bug #1504 -- Error when creating tables in MySQL 5.5
Kern Sibbald [Sun, 8 Aug 2010 16:00:07 +0000 (18:00 +0200)]
Fix bug #1504 -- Error when creating tables in MySQL 5.5

13 years agoTweak projects file
Kern Sibbald [Sun, 8 Aug 2010 10:45:32 +0000 (12:45 +0200)]
Tweak projects file

13 years agoUpdate projects
Kern Sibbald [Sun, 8 Aug 2010 09:52:04 +0000 (11:52 +0200)]
Update projects

13 years agoTweak turn on DEVELOPER
Kern Sibbald [Sat, 7 Aug 2010 19:51:09 +0000 (21:51 +0200)]
Tweak turn on DEVELOPER

13 years agoTweak release script Release-5.0.3
Kern Sibbald [Thu, 5 Aug 2010 16:26:17 +0000 (18:26 +0200)]
Tweak release script

13 years agoTweak makeall again
Kern Sibbald [Thu, 5 Aug 2010 14:29:51 +0000 (16:29 +0200)]
Tweak makeall again

13 years agoTweak rename Windows binaries
Kern Sibbald [Thu, 5 Aug 2010 14:26:42 +0000 (16:26 +0200)]
Tweak rename Windows binaries

13 years agoTweak release makeall
Kern Sibbald [Thu, 5 Aug 2010 14:13:54 +0000 (16:13 +0200)]
Tweak release makeall

13 years agoTweak update po files
Kern Sibbald [Thu, 5 Aug 2010 14:12:31 +0000 (16:12 +0200)]
Tweak update po files

13 years agoFinal po changes for Release-5.0.3
Kern Sibbald [Thu, 5 Aug 2010 14:07:16 +0000 (16:07 +0200)]
Final po changes for Release-5.0.3

13 years agoTweak update release script
Kern Sibbald [Thu, 5 Aug 2010 11:36:48 +0000 (13:36 +0200)]
Tweak update release script

13 years agoTweak bweb ReleaseNotes
Kern Sibbald [Thu, 5 Aug 2010 10:35:27 +0000 (12:35 +0200)]
Tweak bweb ReleaseNotes

13 years agoTweak get release version from main bacula directory
Kern Sibbald [Thu, 5 Aug 2010 10:25:44 +0000 (12:25 +0200)]
Tweak get release version from main bacula directory

13 years agoTweak release notes
Kern Sibbald [Thu, 5 Aug 2010 09:30:05 +0000 (11:30 +0200)]
Tweak release notes

13 years agobweb: tweak perl MANIFEST
Eric Bollengier [Wed, 4 Aug 2010 13:21:44 +0000 (15:21 +0200)]
bweb: tweak perl MANIFEST

13 years agobweb: Update some GPL2 notice to AGPL
Eric Bollengier [Wed, 4 Aug 2010 12:58:14 +0000 (14:58 +0200)]
bweb: Update some GPL2 notice to AGPL

13 years agoTweak update date
Kern Sibbald [Wed, 4 Aug 2010 09:57:50 +0000 (11:57 +0200)]
Tweak update date

13 years agoTweak update .gitignore
Kern Sibbald [Wed, 4 Aug 2010 09:45:48 +0000 (11:45 +0200)]
Tweak update .gitignore

13 years agoregress: tweak prune-xxx script to display accurate results
Eric Bollengier [Wed, 4 Aug 2010 08:16:09 +0000 (10:16 +0200)]
regress: tweak prune-xxx script to display accurate results

13 years agoregress: tweak prune-xxx timing
Eric Bollengier [Tue, 3 Aug 2010 18:07:26 +0000 (20:07 +0200)]
regress: tweak prune-xxx timing