]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
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 agoTweak BSD mntinfo handling a bit as it seems all BSD 4.4 derived version use struct...
Marco van Wieringen [Sat, 18 Sep 2010 09:13:01 +0000 (11:13 +0200)]
Tweak BSD mntinfo handling a bit as it seems all BSD 4.4 derived version use struct statfs only
NetBSD switched to using struct statvfs. This coding should be little easier to read as much
as is possible with these highly OS dependend interfaces.

13 years agoFix getmntinfo handling on FreeBSD as it seems its the same as OSX (no real surprise).
Marco van Wieringen [Sat, 18 Sep 2010 08:54:50 +0000 (10:54 +0200)]
Fix getmntinfo handling on FreeBSD as it seems its the same as OSX (no real surprise).

13 years agobweb: Try to replace NOW by a variable
Eric Bollengier [Wed, 15 Sep 2010 16:47:53 +0000 (18:47 +0200)]
bweb: Try to replace NOW by a variable

13 years agoAdd TODO on AIX acl code
Eric Bollengier [Fri, 10 Sep 2010 13:41:12 +0000 (15:41 +0200)]
Add TODO on AIX acl code

13 years agoDetect acl_get() on AIX to enable ACL code
Eric Bollengier [Fri, 10 Sep 2010 13:05:12 +0000 (15:05 +0200)]
Detect acl_get() on AIX to enable ACL code

13 years agoTweack project file to mark Item 7 done
Eric Bollengier [Wed, 8 Sep 2010 15:11:00 +0000 (17:11 +0200)]
Tweack project file to mark Item 7 done

13 years agoTweak insert_autokey to use unsigned int64 instead of signed int64.
Marco van Wieringen [Mon, 30 Aug 2010 09:42:44 +0000 (11:42 +0200)]
Tweak insert_autokey to use unsigned int64 instead of signed int64.

13 years agoFix the insert_autokey_record functions to be 64bit compliant. This fixes
Marco van Wieringen [Mon, 30 Aug 2010 08:38:04 +0000 (10:38 +0200)]
Fix the insert_autokey_record functions to be 64bit compliant. This fixes
a long standing bug in the postgresql code where the id was converted
using atoi which is now changed into a str_to_int64.

13 years agoWhen moving zlib into its seperate ZLIBS variable forgot to update the stored Makefil...
Marco van Wieringen [Tue, 17 Aug 2010 20:53:25 +0000 (22:53 +0200)]
When moving zlib into its seperate ZLIBS variable forgot to update the stored Makefile.in which
still uses FDLIBS. But as FDLIBS now only contains libraries explicitly needed for building
the filed this doesn't work. This should fix that. This is mostly a problem on Solaris like
operating system as the linker doesn't load all dependency libs and gives unresolved symbols.

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

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 agoregress: try to reproduce #1586 about MaxWaitTime
Eric Bollengier [Fri, 17 Sep 2010 07:37:12 +0000 (09:37 +0200)]
regress: try to reproduce #1586 about MaxWaitTime

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 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 agoBackport 5.0.3 rpm changes.
Scott Barninger [Sat, 11 Sep 2010 16:01:42 +0000 (12:01 -0400)]
Backport 5.0.3 rpm changes.

13 years agoregress: Add test for new jobid= option in verify-voltocat-test
Eric Bollengier [Sat, 4 Sep 2010 20:47:31 +0000 (22:47 +0200)]
regress: Add test for new jobid= option in verify-voltocat-test

13 years agoDisplay job information on jobid in Verify screen
Eric Bollengier [Sat, 4 Sep 2010 20:21:23 +0000 (22:21 +0200)]
Display job information on jobid in Verify screen

13 years agotweak copyright
Eric Bollengier [Sat, 4 Sep 2010 12:51:57 +0000 (14:51 +0200)]
tweak copyright

13 years agoAllow to verify any job specified in argument
Eric Bollengier [Sat, 4 Sep 2010 12:35:07 +0000 (14:35 +0200)]
Allow to verify any job specified in argument

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 agoTweak handle skip code 900 in vss plugin
Kern Sibbald [Fri, 3 Sep 2010 17:29:05 +0000 (19:29 +0200)]
Tweak handle skip code 900 in vss plugin

13 years agoAllow plugin to skip restore if problem
Kern Sibbald [Fri, 3 Sep 2010 15:43:39 +0000 (17:43 +0200)]
Allow plugin to skip restore if problem

13 years agoAttempt to eliminate waiting on Storage message during restore
Kern Sibbald [Fri, 3 Sep 2010 15:42:39 +0000 (17:42 +0200)]
Attempt to eliminate waiting on Storage message during restore

13 years agoAdd quotes around resource name in status output
Kern Sibbald [Fri, 3 Sep 2010 15:42:05 +0000 (17:42 +0200)]
Add quotes around resource name in status output

13 years agoChange FD protocol version to avoid error message when sending RestoreObjects
Eric Bollengier [Fri, 3 Sep 2010 15:24:15 +0000 (17:24 +0200)]
Change FD protocol version to avoid error message when sending RestoreObjects

13 years agoAllow limit= for all list sub commands
Eric Bollengier [Sun, 22 Aug 2010 16:34:13 +0000 (18:34 +0200)]
Allow limit= for all list sub commands

13 years agoTweak readdir return code check saves a compiler warning.
Marco van Wieringen [Tue, 17 Aug 2010 17:00:38 +0000 (19:00 +0200)]
Tweak readdir return code check saves a compiler warning.

13 years agoMake third argument of DEVICE::d_ioctl optionnal to emulate varg
Eric Bollengier [Thu, 12 Aug 2010 13:24:21 +0000 (15:24 +0200)]
Make third argument of DEVICE::d_ioctl optionnal to emulate varg

13 years agoUse SMARTALLOC+memset instead of overload new/delete that doesn't work in bat
Eric Bollengier [Thu, 12 Aug 2010 13:20:08 +0000 (15:20 +0200)]
Use SMARTALLOC+memset instead of overload new/delete that doesn't work in bat

The global overload of new/delete in smartalloc.h crashes bat (seems
to be incompatible with QT)

I added memset(0) in default SMARTALLOC class, and now DEVICE uses it.

13 years agoFix typo so things compile on systems without vtape support.
Marco van Wieringen [Wed, 11 Aug 2010 13:30:25 +0000 (15:30 +0200)]
Fix typo so things compile on systems without vtape support.

13 years agoFix bug #1601 where prune client pool=xx apply pool retention for all volumes.
Eric Bollengier [Thu, 2 Sep 2010 13:52:23 +0000 (15:52 +0200)]
Fix bug #1601 where prune client pool=xx apply pool retention for all volumes.

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 17:01:25 +0000 (19:01 +0200)]
Fix #1624 about segfault in dvd driver when calling rewind(NULL)

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:48:08 +0000 (15:48 +0200)]
Rebuild configure

13 years agoAdd scripts/reload
Kern Sibbald [Sun, 29 Aug 2010 13:46:07 +0000 (15:46 +0200)]
Add scripts/reload

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 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 agoAdd crc32sum in makefile
Eric Bollengier [Thu, 12 Aug 2010 07:53:11 +0000 (09:53 +0200)]
Add crc32sum in makefile

13 years agoAdd ENDIAN detection in config.h/configure.in
Eric Bollengier [Wed, 11 Aug 2010 17:22:36 +0000 (19:22 +0200)]
Add ENDIAN detection in config.h/configure.in

13 years agoUse HAVE_LITTLE_ENDIAN in crc32 code
Eric Bollengier [Wed, 11 Aug 2010 14:10:09 +0000 (16:10 +0200)]
Use HAVE_LITTLE_ENDIAN in crc32 code

13 years agocrc32 optimization
Joakim Tjernlund [Sun, 8 Aug 2010 16:00:29 +0000 (18:00 +0200)]
crc32 optimization

This is a port of the Linux kernel crc32 function I developed
over the years. This impl. is several times faster than the one it
replaces. Adapted to bacula usage.

The new crc32 function needs to know the endian of the
computing CPU and it uses HAVE_BIG_ENDIAN and HAVE_LITTLE_ENDIAN
defines to deduce what endian the CPU uses.

13 years agoAdd crc32 test program
Eric Bollengier [Sun, 8 Aug 2010 15:58:55 +0000 (17:58 +0200)]
Add crc32 test program

13 years agobweb: Add display_files action to list files for a jobid
Eric Bollengier [Sun, 22 Aug 2010 17:06:49 +0000 (19:06 +0200)]
bweb:  Add display_files action to list files for a jobid

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

13 years agoModify DEVICE class to use subclass for each driver implementation.
Eric Bollengier [Tue, 10 Aug 2010 14:23:04 +0000 (16:23 +0200)]
Modify DEVICE class to use subclass for each driver implementation.

 - modify vtape to use the new DEVIVE interface
 - let the actual tape/file/fifo code as it is.

13 years agoAdd USE_FTP in version.h
Eric Bollengier [Tue, 10 Aug 2010 14:19:35 +0000 (16:19 +0200)]
Add USE_FTP in version.h

13 years agoAdd new/delete operators with memset(0) on smartalloc
Eric Bollengier [Tue, 10 Aug 2010 14:16:43 +0000 (16:16 +0200)]
Add new/delete operators with memset(0) on smartalloc

With class using virtual functions, it seems to be impossible
to use memset() to cleanup and object after it's creation.
It breaks virtual functions.

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:51:49 +0000 (11:51 +0200)]
Update projects

13 years agoTweak pull 5.0 ChangeLog and ReleaseNotes
Kern Sibbald [Fri, 6 Aug 2010 18:43:26 +0000 (20:43 +0200)]
Tweak pull 5.0 ChangeLog and ReleaseNotes

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: GPLv2 to AGPLv3
Eric Bollengier [Sun, 25 Jul 2010 14:28:36 +0000 (16:28 +0200)]
bweb: GPLv2 to AGPLv3

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 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

13 years agoRemove patches directory
Kern Sibbald [Tue, 3 Aug 2010 15:50:51 +0000 (17:50 +0200)]
Remove patches directory

13 years agoCleanup patches a bit
Kern Sibbald [Tue, 3 Aug 2010 15:49:43 +0000 (17:49 +0200)]
Cleanup patches a bit

13 years agoregress: fix timing in prune-migration-test
Eric Bollengier [Mon, 2 Aug 2010 21:01:29 +0000 (23:01 +0200)]
regress: fix timing in prune-migration-test

13 years agoregress: fix timing problem in prune-test
Eric Bollengier [Mon, 2 Aug 2010 20:54:29 +0000 (22:54 +0200)]
regress: fix timing problem in prune-test

13 years agoregress: add new prune-config-test
Eric Bollengier [Mon, 2 Aug 2010 20:35:18 +0000 (22:35 +0200)]
regress: add new prune-config-test

13 years agoregress: Add test to test pruning on old objects
Eric Bollengier [Mon, 2 Aug 2010 20:33:12 +0000 (22:33 +0200)]
regress: Add test to test pruning on old objects

13 years agoFix prune sql handler
Eric Bollengier [Mon, 2 Aug 2010 19:36:42 +0000 (21:36 +0200)]
Fix prune sql handler

13 years agoregress: add a start message in regress-win32.pl
Eric Bollengier [Wed, 21 Jul 2010 08:46:54 +0000 (10:46 +0200)]
regress: add a start message in regress-win32.pl

13 years agoAllow sorting of MeditView table columns
Kern Sibbald [Mon, 2 Aug 2010 14:00:33 +0000 (16:00 +0200)]
Allow sorting of MeditView table columns

13 years agoregress: tweak prune tests
Eric Bollengier [Mon, 2 Aug 2010 08:57:00 +0000 (10:57 +0200)]
regress: tweak prune tests

13 years agoregress: raise an error if we don t have two "list jobs"
Eric Bollengier [Mon, 2 Aug 2010 07:50:49 +0000 (09:50 +0200)]
regress: raise an error if we don t have two "list jobs"

13 years agoregress: add comments to prune-xxx test
Eric Bollengier [Sun, 1 Aug 2010 20:25:49 +0000 (22:25 +0200)]
regress: add comments to prune-xxx test

13 years agofix typo
Eric Bollengier [Sun, 1 Aug 2010 20:24:21 +0000 (22:24 +0200)]
fix typo

13 years agoMake Win32 no filesystem change more explicit
Kern Sibbald [Sun, 1 Aug 2010 17:14:44 +0000 (19:14 +0200)]
Make Win32 no filesystem change more explicit

13 years agoRevert to old block.c to fix recycling
Kern Sibbald [Sat, 31 Jul 2010 20:01:32 +0000 (22:01 +0200)]
Revert to old block.c to fix recycling

13 years agoRemove some old files
Kern Sibbald [Thu, 29 Jul 2010 07:07:29 +0000 (09:07 +0200)]
Remove some old files

13 years agoupdate configure
Eric Bollengier [Wed, 28 Jul 2010 18:59:48 +0000 (20:59 +0200)]
update configure

13 years agoFix #1606 about OpenSSLv1 detection using non-standard location
Eric Bollengier [Wed, 28 Jul 2010 16:17:36 +0000 (18:17 +0200)]
Fix #1606 about OpenSSLv1 detection using non-standard location

The AC_CHECK_LIB was trying to detect the EVP_PKEY_encrypt_old just after
that LIBS and CFLAGS were cleared.

13 years agoAnother Affero license tweak
Kern Sibbald [Wed, 28 Jul 2010 16:46:17 +0000 (18:46 +0200)]
Another Affero license tweak

13 years agoUpdate the license template files
Kern Sibbald [Tue, 27 Jul 2010 12:43:44 +0000 (14:43 +0200)]
Update the license template files

13 years agoFix postgresql catalog creation when version is not on the first line
Eric Bollengier [Mon, 26 Jul 2010 15:49:55 +0000 (17:49 +0200)]
Fix postgresql catalog creation when version is not on the first line

13 years agoTweak git2changelog to use Author timestamp instead of commit timestamp. (useful...
Eric Bollengier [Mon, 26 Jul 2010 13:13:03 +0000 (15:13 +0200)]
Tweak git2changelog to use Author timestamp instead of commit timestamp. (useful for rebase)

13 years agoTweak error message
Kern Sibbald [Sun, 25 Jul 2010 20:10:27 +0000 (22:10 +0200)]
Tweak error message

13 years agoFix typo in qt-console make-win32 script
Kern Sibbald [Sun, 25 Jul 2010 20:12:44 +0000 (22:12 +0200)]
Fix typo in qt-console make-win32 script

13 years agoMore changes from GPLv2 to AGPLv3
Kern Sibbald [Sun, 25 Jul 2010 14:31:34 +0000 (16:31 +0200)]
More changes from GPLv2 to AGPLv3

13 years agoFix some missed copyright changes
Kern Sibbald [Sun, 25 Jul 2010 14:06:07 +0000 (16:06 +0200)]
Fix some missed copyright changes

13 years agoFix some missed copyright changes
Kern Sibbald [Sun, 25 Jul 2010 14:03:31 +0000 (16:03 +0200)]
Fix some missed copyright changes

13 years agoFix some missed copyright changes
Kern Sibbald [Sun, 25 Jul 2010 14:00:50 +0000 (16:00 +0200)]
Fix some missed copyright changes

13 years agoFix some missed copyright changes
Kern Sibbald [Sun, 25 Jul 2010 13:58:55 +0000 (15:58 +0200)]
Fix some missed copyright changes

13 years agoTweak version date
Kern Sibbald [Sun, 25 Jul 2010 09:46:51 +0000 (11:46 +0200)]
Tweak version date