]>
git.sur5r.net Git - bacula/bacula/log
Kern Sibbald [Sun, 11 Jul 2010 13:06:17 +0000 (15:06 +0200)]
Tweak remove bdb from cats Makefile.in
Kern Sibbald [Sun, 11 Jul 2010 12:40:33 +0000 (14:40 +0200)]
Tweak fix compile problems due to new .exit command
Kern Sibbald [Sun, 11 Jul 2010 12:33:31 +0000 (14:33 +0200)]
Fix .dump, .die, .exit when DEVELOPER turned off
Kern Sibbald [Sat, 10 Jul 2010 18:20:59 +0000 (20:20 +0200)]
Tweak correct typo pointed out by Arno
Kern Sibbald [Sat, 10 Jul 2010 16:22:56 +0000 (18:22 +0200)]
Make SD automatically fix the Volume size in the Catalog when out of sync
Kern Sibbald [Sat, 10 Jul 2010 12:23:31 +0000 (14:23 +0200)]
Tweak reduce compiler warnings
Kern Sibbald [Sat, 10 Jul 2010 12:22:31 +0000 (14:22 +0200)]
Add bigger print buffer for sm_dump
Kern Sibbald [Sat, 10 Jul 2010 12:21:46 +0000 (14:21 +0200)]
Add .dump and .exit commands for daemons
Kern Sibbald [Fri, 9 Jul 2010 18:57:47 +0000 (20:57 +0200)]
Use Pmsg in smartall.c rather than printf for tracing Windows
Kern Sibbald [Sat, 10 Jul 2010 12:20:05 +0000 (14:20 +0200)]
Protect bsnprintf against NULL pointer
Eric Bollengier [Thu, 8 Jul 2010 16:57:33 +0000 (18:57 +0200)]
regress: add comment to win32-fd-test
Kern Sibbald [Wed, 7 Jul 2010 17:31:54 +0000 (19:31 +0200)]
Up maximum block size to 20M
Kern Sibbald [Wed, 7 Jul 2010 05:49:48 +0000 (07:49 +0200)]
Fix for TLS bugs #1568 and #1599
Kern Sibbald [Fri, 2 Jul 2010 15:03:36 +0000 (17:03 +0200)]
Improve comm line error handling for TLS, may fix bug #1568 and #1599
Kern Sibbald [Sun, 4 Jul 2010 20:12:51 +0000 (22:12 +0200)]
Add new tls-duplicate-job test
Kern Sibbald [Sun, 4 Jul 2010 18:34:15 +0000 (20:34 +0200)]
Tweak source-addr-test
Kern Sibbald [Fri, 2 Jul 2010 10:16:20 +0000 (12:16 +0200)]
Fix SD crash due to mismatched lock/unlock in error condition
Eric Bollengier [Tue, 29 Jun 2010 14:29:40 +0000 (16:29 +0200)]
add comments
Eric Bollengier [Tue, 29 Jun 2010 13:10:39 +0000 (15:10 +0200)]
Fix #1600 about problems with Accurate code on MySQL
Eric Bollengier [Tue, 29 Jun 2010 07:08:29 +0000 (09:08 +0200)]
regress: update diff.pl output
Eric Bollengier [Mon, 28 Jun 2010 20:35:59 +0000 (22:35 +0200)]
regress: tweak diff.pl output
Kern Sibbald [Sat, 26 Jun 2010 11:17:09 +0000 (13:17 +0200)]
Tweak remove old debug code
Kern Sibbald [Sat, 26 Jun 2010 11:07:24 +0000 (13:07 +0200)]
Fix bug #1587 if you have clients with different catalogs configured, both catalogs contains all clients after a reload or restart of the dir
Kern Sibbald [Sat, 26 Jun 2010 10:38:48 +0000 (12:38 +0200)]
Fix bug #1577 During migration: ERROR in block.c:950 Failed ASSERT: dev->is_open() by moving and commenting out the ASSERT()
Eric Bollengier [Thu, 24 Jun 2010 14:50:32 +0000 (16:50 +0200)]
Fix new killsafe code
Eric Bollengier [Thu, 24 Jun 2010 12:14:44 +0000 (14:14 +0200)]
Add USE_LOCKMGR_SAFEKILL in version.h
Eric Bollengier [Thu, 24 Jun 2010 12:07:56 +0000 (14:07 +0200)]
Add wrapper for pthread_kill() to check if thread exists before using kill
You can enable this extra check to be sure that we use pthread_kill()
only with valid pthread id USE_LOCKMGR_SAFEKILL in version.h.
It looks like that some implementation, like the linux one, segfaults
when you are sending a signal to a non existing thread. This problem can
be fixed by using non detached thread, or by checking if the thread is still
present before sending the signal.
Eric Bollengier [Wed, 23 Jun 2010 12:50:47 +0000 (14:50 +0200)]
regress: replace testls by diff.pl in weird-files-test
Eric Bollengier [Wed, 23 Jun 2010 12:49:58 +0000 (14:49 +0200)]
regress: diff.pl - check mtime on directories with --mtime-dir, add support for pipe, char and block file
Depending on the restore order, a directory could be restored before a
file inside it. The resulting mtime could be wrong.
Add support for special files like named pipe, char and block special devices.
Kern Sibbald [Wed, 23 Jun 2010 06:26:29 +0000 (08:26 +0200)]
Skip HB kill in FD if HB thread terminated
Eric Bollengier [Tue, 22 Jun 2010 14:16:55 +0000 (16:16 +0200)]
regress: add new diff tool in debug mode
Eric Bollengier [Tue, 22 Jun 2010 14:10:35 +0000 (16:10 +0200)]
regress: update diff.pl
- Fix problem when reading filename ending with space
- Use lstat for symlinks
- Don't compare atime between versions
- Don't compare mtime/ctime for symlinks
- add windows attributes testing
- Don't compare ctime between versions
Eric Bollengier [Mon, 21 Jun 2010 09:55:22 +0000 (11:55 +0200)]
update windows defs
Kern Sibbald [Sun, 20 Jun 2010 15:47:29 +0000 (17:47 +0200)]
Tweak ignore dumps
Kern Sibbald [Sun, 20 Jun 2010 15:44:59 +0000 (17:44 +0200)]
Fix crash from unequal volume_lock/unlock calls
Eric Bollengier [Sun, 20 Jun 2010 11:55:11 +0000 (13:55 +0200)]
regress: add new prune test to cdash
Eric Bollengier [Sun, 20 Jun 2010 09:50:35 +0000 (11:50 +0200)]
regress: Add prune test for copy jobs
Eric Bollengier [Sun, 20 Jun 2010 09:41:56 +0000 (11:41 +0200)]
regress: Add prune test for migration jobs
Eric Bollengier [Sun, 20 Jun 2010 09:39:33 +0000 (11:39 +0200)]
Fix pruning for migration jobs and do some optimization
Kern Sibbald [Sun, 20 Jun 2010 07:19:02 +0000 (09:19 +0200)]
Print TestName at beginning of dump
Marco van Wieringen [Sat, 19 Jun 2010 13:23:46 +0000 (15:23 +0200)]
Remove prototypes of removed prune queries.
Eric Bollengier [Fri, 18 Jun 2010 07:03:28 +0000 (09:03 +0200)]
Adapt new prune code with old db_accurate_get_jobids()
Eric Bollengier [Fri, 18 Jun 2010 06:57:56 +0000 (08:57 +0200)]
regress: tweak estimate-test
Eric Bollengier [Thu, 17 Jun 2010 13:48:21 +0000 (15:48 +0200)]
regress: add new prune test to regress suite
Eric Bollengier [Thu, 17 Jun 2010 12:02:01 +0000 (14:02 +0200)]
regress: display ERROR properly
Eric Bollengier [Thu, 17 Jun 2010 12:01:26 +0000 (14:01 +0200)]
tweak ua_prune
Eric Bollengier [Thu, 17 Jun 2010 11:53:04 +0000 (13:53 +0200)]
regress: tweak lockmgr-test
Eric Bollengier [Thu, 17 Jun 2010 09:11:37 +0000 (11:11 +0200)]
tweak comments
Eric Bollengier [Thu, 17 Jun 2010 08:47:47 +0000 (10:47 +0200)]
Cleanup prune queries
Eric Bollengier [Thu, 17 Jun 2010 08:36:15 +0000 (10:36 +0200)]
regress: add more tests to prune-base-job-test
Eric Bollengier [Thu, 17 Jun 2010 08:03:42 +0000 (10:03 +0200)]
regress: update prune-base-job-test
Eric Bollengier [Thu, 17 Jun 2010 07:30:59 +0000 (09:30 +0200)]
regress: update base-job-test
Eric Bollengier [Thu, 17 Jun 2010 07:11:05 +0000 (09:11 +0200)]
regress: update prune test for base jobs
Eric Bollengier [Thu, 17 Jun 2010 07:10:37 +0000 (09:10 +0200)]
regress: add function to test pruning
Eric Bollengier [Thu, 17 Jun 2010 07:10:05 +0000 (09:10 +0200)]
update prune code
Eric Bollengier [Thu, 17 Jun 2010 07:08:21 +0000 (09:08 +0200)]
Fix db_get_base_jobid()
Eric Bollengier [Wed, 16 Jun 2010 22:21:14 +0000 (00:21 +0200)]
regress: add prune verification for base jobs
Eric Bollengier [Wed, 16 Jun 2010 22:12:14 +0000 (00:12 +0200)]
regress: update prune-test
Eric Bollengier [Wed, 16 Jun 2010 21:48:36 +0000 (23:48 +0200)]
regress: add prune-test
Eric Bollengier [Wed, 16 Jun 2010 20:42:26 +0000 (22:42 +0200)]
Cleanup prune code
Eric Bollengier [Wed, 16 Jun 2010 16:33:54 +0000 (18:33 +0200)]
Make new prune algo to work with backup
Eric Bollengier [Wed, 16 Jun 2010 06:56:03 +0000 (08:56 +0200)]
start to tweak prune algo
Kern Sibbald [Sat, 19 Jun 2010 14:09:51 +0000 (16:09 +0200)]
Tweak remove ref to master
Kern Sibbald [Sat, 19 Jun 2010 13:58:28 +0000 (15:58 +0200)]
Save any dumps during regression to dumps directory
Kern Sibbald [Sat, 19 Jun 2010 09:56:13 +0000 (11:56 +0200)]
Update LICENSE
Kern Sibbald [Sat, 19 Jun 2010 06:45:15 +0000 (08:45 +0200)]
Tweak: remove old code
Kern Sibbald [Sat, 19 Jun 2010 06:23:35 +0000 (08:23 +0200)]
Fix crash from rw_lock/unlock miss match
Kern Sibbald [Fri, 18 Jun 2010 21:43:38 +0000 (23:43 +0200)]
Attempt to fix duplicate job kill seg fault
Eric Bollengier [Fri, 18 Jun 2010 14:00:10 +0000 (16:00 +0200)]
Replace pthread_kill by my_thread_send_signal() in jcr.c
Eric Bollengier [Fri, 18 Jun 2010 14:38:42 +0000 (16:38 +0200)]
Fix postgresql error in grant script
Eric Bollengier [Fri, 18 Jun 2010 08:19:31 +0000 (10:19 +0200)]
update configure
Eric Bollengier [Fri, 18 Jun 2010 08:18:12 +0000 (10:18 +0200)]
fix #1595 about batch mode detection problem for postgresql with non standard install dir
Kern Sibbald [Fri, 18 Jun 2010 11:50:28 +0000 (13:50 +0200)]
Add TestName to gdb traceback
Eric Bollengier [Fri, 18 Jun 2010 07:02:34 +0000 (09:02 +0200)]
Fix accurate code
Eric Bollengier [Thu, 17 Jun 2010 15:34:40 +0000 (17:34 +0200)]
update configure
Eric Bollengier [Thu, 17 Jun 2010 15:33:19 +0000 (17:33 +0200)]
Remove bdb from configure
Eric Bollengier [Thu, 17 Jun 2010 13:16:47 +0000 (15:16 +0200)]
regress: add new tests
Kern Sibbald [Wed, 16 Jun 2010 19:21:09 +0000 (21:21 +0200)]
make new update tables executable
Eric Bollengier [Wed, 16 Jun 2010 12:48:48 +0000 (14:48 +0200)]
Improve the "update stats" sql command
Eric Bollengier [Wed, 16 Jun 2010 09:35:18 +0000 (11:35 +0200)]
Improve performance for MySQL with update stats command
Eric Bollengier [Tue, 15 Jun 2010 17:03:35 +0000 (19:03 +0200)]
cleanup sql queries
Kern Sibbald [Tue, 15 Jun 2010 10:00:01 +0000 (12:00 +0200)]
Tweak update .gitignore src/win32/dll
Kern Sibbald [Wed, 16 Jun 2010 18:19:52 +0000 (20:19 +0200)]
Fix Makefile and build problems
Eric Bollengier [Mon, 14 Jun 2010 11:36:53 +0000 (13:36 +0200)]
Fix #1594 about prune copy jobs
Eric Bollengier [Mon, 14 Jun 2010 07:15:34 +0000 (09:15 +0200)]
regress: add bperl alias and update functions.pm
Kern Sibbald [Mon, 14 Jun 2010 06:34:02 +0000 (08:34 +0200)]
Fix restore object compression flag -- James
Kern Sibbald [Fri, 11 Jun 2010 20:39:57 +0000 (22:39 +0200)]
Add new upgrade script from DB vers 12 to 13
Kern Sibbald [Fri, 11 Jun 2010 15:32:32 +0000 (17:32 +0200)]
Correct copy/paste typos
Kern Sibbald [Fri, 11 Jun 2010 14:29:27 +0000 (16:29 +0200)]
Update version
Kern Sibbald [Fri, 11 Jun 2010 14:29:16 +0000 (16:29 +0200)]
Tweak update configure
Kern Sibbald [Fri, 11 Jun 2010 14:28:29 +0000 (16:28 +0200)]
Update .gitignore for new updatedb files
Kern Sibbald [Fri, 11 Jun 2010 14:27:29 +0000 (16:27 +0200)]
Add BDB_VERSION for scripts + prepare update 11 to 12 + automate BDB_VERSION checking
Kern Sibbald [Wed, 9 Jun 2010 08:00:56 +0000 (10:00 +0200)]
Tweak update version and date
Kern Sibbald [Wed, 9 Jun 2010 06:56:17 +0000 (08:56 +0200)]
Add first cut Volume names to disk-changer
Kern Sibbald [Mon, 7 Jun 2010 20:04:07 +0000 (22:04 +0200)]
Apply literal string fix in printf submitted by Luca Berra
Marco van Wieringen [Sat, 5 Jun 2010 17:46:55 +0000 (19:46 +0200)]
update configure
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.
Eric Bollengier [Sat, 5 Jun 2010 09:07:24 +0000 (11:07 +0200)]
regress: fix typo
Eric Bollengier [Thu, 3 Jun 2010 14:25:42 +0000 (16:25 +0200)]
regress: fix multi2-storage-test
Kern Sibbald [Thu, 3 Jun 2010 12:20:03 +0000 (14:20 +0200)]
Fix bug #1582 Restore from multiple storage daemons breaks subsequent backups