]>
 
 
git.sur5r.net Git - bacula/bacula/log 
 
 
 
 
 
 
Jean Michault  [Thu, 24 Nov 2011 15:41:02 +0000  (16:41 +0100)] 
 
Add new Bat French translation from bug #1794 
 
Kern Sibbald  [Thu, 24 Nov 2011 13:48:47 +0000  (14:48 +0100)] 
 
Tweak release notes 
 
Kern Sibbald  [Thu, 24 Nov 2011 13:27:09 +0000  (14:27 +0100)] 
 
Update version date 
 
Kern Sibbald  [Thu, 24 Nov 2011 13:26:24 +0000  (14:26 +0100)] 
 
Ignore certain filenames 
 
Kern Sibbald  [Wed, 23 Nov 2011 13:50:39 +0000  (14:50 +0100)] 
 
Fix Windows build 
 
Kern Sibbald  [Wed, 23 Nov 2011 13:25:19 +0000  (14:25 +0100)] 
 
Fix compile problems with stored/status.c 
 
Kern Sibbald  [Wed, 23 Nov 2011 12:43:08 +0000  (13:43 +0100)] 
 
Update ReleaseNotes and ChangeLog 
 
Kern Sibbald  [Wed, 23 Nov 2011 12:37:24 +0000  (13:37 +0100)] 
 
Implement -t option for Bat 
 
Kern Sibbald  [Wed, 23 Nov 2011 12:35:31 +0000  (13:35 +0100)] 
 
Require correct Qt version to build bat 
 
Kern Sibbald  [Wed, 23 Nov 2011 12:27:59 +0000  (13:27 +0100)] 
 
Get new lib/plugins.h 
 
Kern Sibbald  [Wed, 23 Nov 2011 12:25:25 +0000  (13:25 +0100)] 
 
Pull files from Master 
 
Eric Bollengier  [Wed, 23 Nov 2011 12:03:26 +0000  (13:03 +0100)] 
 
Add systemd files 
 
Kern Sibbald  [Wed, 23 Nov 2011 11:27:31 +0000  (12:27 +0100)] 
 
Update po files 
 
Kern Sibbald  [Wed, 23 Nov 2011 11:23:36 +0000  (12:23 +0100)] 
 
Update ChangeLog and ReleaseNotes 
 
Eric Bollengier  [Wed, 23 Nov 2011 10:45:52 +0000  (11:45 +0100)] 
 
update version.h 
 
Eric Bollengier  [Wed, 23 Nov 2011 10:44:48 +0000  (11:44 +0100)] 
 
update releasenotes 
 
Kern Sibbald  [Wed, 23 Nov 2011 10:18:27 +0000  (11:18 +0100)] 
 
Fix script to set mode of cats scripts 
 
Eric Bollengier  [Wed, 23 Nov 2011 08:08:46 +0000  (09:08 +0100)] 
 
update configure 
 
Eric Bollengier  [Wed, 23 Nov 2011 08:07:00 +0000  (09:07 +0100)] 
 
Create systemd dir if not already exists 
 
Bruno Friedmann  [Wed, 23 Nov 2011 08:04:19 +0000  (09:04 +0100)] 
 
Add Systemd configure options 
 
Kern Sibbald  [Tue, 22 Nov 2011 16:35:01 +0000  (17:35 +0100)] 
 
Fix compiler warning in message.c 
 
Eric Bollengier  [Thu, 17 Nov 2011 16:19:35 +0000  (17:19 +0100)] 
 
Split messages line by line before sending it to syslog() fix #3325 
 
Eric Bollengier  [Thu, 17 Nov 2011 08:55:01 +0000  (09:55 +0100)] 
 
bweb: try to handle windows drive better in bresto 
 
Eric Bollengier  [Wed, 16 Nov 2011 15:46:00 +0000  (16:46 +0100)] 
 
bweb: Fix #3309 by adjusting the graph height depending on the number of items to display 
 
David Weber  [Wed, 16 Nov 2011 13:36:58 +0000  (14:36 +0100)] 
 
bweb: Fix bresto full directory restore 
 
We need the jobid if we want to restore a full directory 
 
David Weber  [Wed, 16 Nov 2011 13:16:10 +0000  (14:16 +0100)] 
 
Fix bvfs_restore on MySQL 
 
Eric Bollengier  [Wed, 16 Nov 2011 09:51:27 +0000  (10:51 +0100)] 
 
Fix #3308 where a SMTP problem can block the director 
 
Marco van Wieringen  [Mon, 14 Nov 2011 15:51:46 +0000  (16:51 +0100)] 
 
Flush mntent cache on exit. 
 
Any daemon that uses fstype should call the flush_mntent_cache 
function as the fstype on Linux and OSF1 uses the mntent cache 
for mountpoint lookups. 
 
Eric Bollengier  [Mon, 14 Nov 2011 19:52:21 +0000  (20:52 +0100)] 
 
tweak bat to remove unused control 
 
Eric Bollengier  [Mon, 14 Nov 2011 19:22:25 +0000  (20:22 +0100)] 
 
update on 1612 
 
Eric Bollengier  [Mon, 14 Nov 2011 10:52:14 +0000  (11:52 +0100)] 
 
bweb: Fix #1787 provided by David Weber 
 
Marco van Wieringen  [Sat, 12 Nov 2011 08:59:54 +0000  (09:59 +0100)] 
 
Change locking scheme of the mountpoint cache. 
 
We now lock the mount cache from the moment a caller enters 
find_mntent_mapping. This way we know for sure no one can 
be tampering our structures until we finish. As flush_mntent_cache 
is not called from the outside and now is a function which needs 
the lock hold we remove it as an external interface. 
 
Marco van Wieringen  [Fri, 11 Nov 2011 11:55:05 +0000  (12:55 +0100)] 
 
Move the shortcut logic up so its a real shortcut again. 
 
Marco van Wieringen  [Fri, 11 Nov 2011 09:15:02 +0000  (10:15 +0100)] 
 
Enhance mountcache with rescan option after interval. 
 
The mountcache shouldn't be a static cache that lives forever 
in the filed. Mountpoint come and go on modern systems so 
on a failure to lookup a mountpoint in the cache we trigger 
a rescan. We also rescan the cache on lookup when more 
the 30 minutes have past since the last rescan of the data. 
This way we should have less stale data. Having old data 
is not so much a problem but missing new data is this new 
rules should make this cache somewhat robust. 
 
Eric Bollengier  [Thu, 10 Nov 2011 17:10:40 +0000  (18:10 +0100)] 
 
regress: fix lockmgr-test error 
 
Marco van Wieringen  [Thu, 10 Nov 2011 12:08:18 +0000  (13:08 +0100)] 
 
Tweak switch statement remove unneeded breaks. 
 
Bastian Friedrich  [Thu, 10 Nov 2011 08:46:37 +0000  (09:46 +0100)] 
 
Add %D option to edit_job_code, simplify callbacks on director side 
 
Unifies the two callbacks "job_code_callback_filesetname" and 
"job_code_callback_clones" into a single one ("job_code_callback_director"). 
 
Signed-off-by: Eric Bollengier <eric@baculasystems.com>  
Eric Bollengier  [Thu, 10 Nov 2011 08:43:09 +0000  (09:43 +0100)] 
 
Tweak win32 build for Zdeflate changes 
 
Martin Simmons  [Wed, 9 Nov 2011 18:16:39 +0000  (19:16 +0100)] 
 
Move Zdeflate and Zinflate to seperate file. 
 
Move Zdeflate and Zinflate to sr/lib/binflate.c from src/lib/bsys.c, 
to allow various executables to link with bsys.o without pulling in 
functions that need libz. This is needed because some of Bacula's 
executables don't link with libz, but they do use code from bsys.c. 
 
Signed-off-by: Marco van Wieringen <mvw@planets.elm.net>  
Martin Simmons  [Wed, 9 Nov 2011 18:13:33 +0000  (19:13 +0100)] 
 
Put libraries in the correct order for non shared libs. 
 
Signed-off-by: Marco van Wieringen <mvw@planets.elm.net>  
Martin Simmons  [Wed, 9 Nov 2011 18:05:45 +0000  (19:05 +0100)] 
 
define DB_LIBS in stored Makefile.in 
 
Signed-off-by: Marco van Wieringen <mvw@planets.elm.net>  
Kern Sibbald  [Tue, 8 Nov 2011 11:20:10 +0000  (12:20 +0100)] 
 
Tweak recompile configure 
 
Marco van Wieringen  [Mon, 7 Nov 2011 19:01:49 +0000  (20:01 +0100)] 
 
Remove last traces of @SQL_BINDIR@ and @DB_TYPE@ 
 
During the backend refactoring SQL_BINDIR and DB_TYPE were 
replaced with backend specific variables as multiple backends 
can be configured in one configure run. This should remove 
the last traces of these variables from the active source. 
The only pieces left with the old SQL_BINDIR are the unsupported 
Windows director database creation scripts. 
 
Marco van Wieringen  [Mon, 7 Nov 2011 18:39:32 +0000  (19:39 +0100)] 
 
Fix bug #1774 
 
Incorrect symlink created by version 5.2.1 when using DESTDIR to 
build a package. Instead of creating a absolute symlink create 
a releative one. 
 
Marco van Wieringen  [Mon, 7 Nov 2011 18:38:03 +0000  (19:38 +0100)] 
 
Move batch insert detection into db.m4 
 
Moved the batch insert detection logic into the db.m4 
macros so they only run when an enable command is set. 
This makes configure.in much cleaner. We also keep 
a list of backends which have batch insert enabled 
now that we allow multiple configured backends the 
simple yes or no doesn't cut it anymore so we 
output all backends that have batch insert enabled. 
Also fixed some problems in detecting the batch file 
enablers by splitting the LDFLAGS and LIBS for 
configure. So now a postgresql or mysql in a non 
standard place should work better. 
 
Kern Sibbald  [Sun, 6 Nov 2011 15:00:01 +0000  (16:00 +0100)] 
 
Free jcr in btape before other pointers 
 
Kern Sibbald  [Sun, 6 Nov 2011 13:46:07 +0000  (14:46 +0100)] 
 
Tweak eliminate bat uic warning 
 
Eric Bollengier  [Fri, 4 Nov 2011 09:32:56 +0000  (10:32 +0100)] 
 
bat: try to fix offset button problem when clicking too much on previous 
 
Eric Bollengier  [Fri, 4 Nov 2011 09:20:43 +0000  (10:20 +0100)] 
 
bvfs: Use single transaction for each job during update 
 
Eric Bollengier  [Mon, 30 May 2011 15:52:25 +0000  (17:52 +0200)] 
 
bvfs: add clear_cache function 
 
Eric Bollengier  [Mon, 30 May 2011 15:47:53 +0000  (17:47 +0200)] 
 
bvfs: Handle windows drive when building path hierarchy 
 
Bruno Friedmann  [Wed, 2 Nov 2011 08:15:15 +0000  (09:15 +0100)] 
 
Add missing bwild & bregex man8 pages 
 
Eric Bollengier  [Wed, 2 Nov 2011 13:49:17 +0000  (14:49 +0100)] 
 
Fix compilation issue of wx-console #1778 
 
Eric Bollengier  [Mon, 31 Oct 2011 15:38:34 +0000  (16:38 +0100)] 
 
bvfs: fix filter for pattern= bvfs parameter 
 
Eric Bollengier  [Mon, 31 Oct 2011 09:54:55 +0000  (10:54 +0100)] 
 
Improve speed of BVFS with SQLite, Thanks to J.Starek 
 
Kern Sibbald  [Sun, 30 Oct 2011 12:03:42 +0000  (13:03 +0100)] 
 
Tweak update release number in build config 
 
Kern Sibbald  [Sun, 30 Oct 2011 12:01:40 +0000  (13:01 +0100)] 
 
Tweak update files for 5.2.1 release 
 
Kern Sibbald  [Sun, 30 Oct 2011 11:46:46 +0000  (12:46 +0100)] 
 
Tweak update spec version 
 
Kern Sibbald  [Sun, 30 Oct 2011 11:20:58 +0000  (12:20 +0100)] 
 
Tweak pull fixed plugins fd_common.h from master 
 
Kern Sibbald  [Sun, 30 Oct 2011 10:27:04 +0000  (11:27 +0100)] 
 
Change name of authors -- confuses Mac 
 
Kern Sibbald  [Sun, 30 Oct 2011 10:19:07 +0000  (11:19 +0100)] 
 
Tweak rebuild configure 
 
Kern Sibbald  [Sun, 30 Oct 2011 10:18:33 +0000  (11:18 +0100)] 
 
Don't define HAVE_POSTGRESQL twice 
 
Kern Sibbald  [Sun, 30 Oct 2011 10:15:38 +0000  (11:15 +0100)] 
 
Update version 
 
Kern Sibbald  [Sun, 30 Oct 2011 10:15:06 +0000  (11:15 +0100)] 
 
Tweak rebuild configure 
 
Marco van Wieringen  [Sat, 29 Oct 2011 22:07:58 +0000  (00:07  +0200)] 
 
Don't use the -R (runtime link path) when not using libtool for the linking. 
 
Marco van Wieringen  [Sat, 29 Oct 2011 21:55:35 +0000  (23:55 +0200)] 
 
Fix detection of batch insert enabler functions. 
 
-R is not supported when not run through libtool. For linking the 
database backend this is no problem as that is done with libtool 
but for detection of things like PQisthreadsafe, PQputCopyData etc 
from configure this doesn't work. So we work around that problem 
using a special LFLAGS variable which is only used in configure 
and which is not used outside configure. 
 
Kern Sibbald  [Sat, 29 Oct 2011 15:47:43 +0000  (17:47 +0200)] 
 
Turn off developer 
 
Kern Sibbald  [Sat, 29 Oct 2011 15:41:54 +0000  (17:41 +0200)] 
 
Tweak ChangeLog and ReleaseNotes 
 
Kern Sibbald  [Sat, 29 Oct 2011 15:36:00 +0000  (17:36 +0200)] 
 
Add script to list authors 
 
Kern Sibbald  [Sat, 29 Oct 2011 15:35:38 +0000  (17:35 +0200)] 
 
Update AUTHORS 
 
Kern Sibbald  [Sat, 29 Oct 2011 14:55:53 +0000  (16:55 +0200)] 
 
Tweak correct date 
 
Kern Sibbald  [Sat, 29 Oct 2011 14:50:04 +0000  (16:50 +0200)] 
 
Tweak update .gitignore 
 
Kern Sibbald  [Sat, 29 Oct 2011 14:47:45 +0000  (16:47 +0200)] 
 
Tweak release notes 
 
Kern Sibbald  [Sat, 29 Oct 2011 14:47:21 +0000  (16:47 +0200)] 
 
Tweak update configure 
 
Kern Sibbald  [Sat, 29 Oct 2011 14:46:58 +0000  (16:46 +0200)] 
 
Update configure.in to setup new db tables 
 
Kern Sibbald  [Sat, 29 Oct 2011 14:45:47 +0000  (16:45 +0200)] 
 
Add new updatedb files 
 
Kern Sibbald  [Sat, 29 Oct 2011 14:45:02 +0000  (16:45 +0200)] 
 
Tweak release notes and change log 
 
Kern Sibbald  [Sat, 29 Oct 2011 12:29:29 +0000  (14:29 +0200)] 
 
Tweak version date 
 
Kern Sibbald  [Sat, 29 Oct 2011 12:27:28 +0000  (14:27 +0200)] 
 
Make PurgeMigrationJob directive name correspond to doc 
 
Kern Sibbald  [Sat, 29 Oct 2011 12:25:11 +0000  (14:25 +0200)] 
 
Tweak ReleaseNotes 
 
Kern Sibbald  [Sat, 29 Oct 2011 10:42:25 +0000  (12:42 +0200)] 
 
Tweak correct silly typo 
 
Kern Sibbald  [Sat, 29 Oct 2011 10:34:16 +0000  (12:34 +0200)] 
 
Put Win exchange plugin debug code on level 100 
 
Kern Sibbald  [Sat, 29 Oct 2011 10:13:14 +0000  (12:13 +0200)] 
 
Tweak update copyright date 
 
Kern Sibbald  [Sat, 29 Oct 2011 10:04:56 +0000  (12:04 +0200)] 
 
Update configure 
 
Kern Sibbald  [Sat, 29 Oct 2011 10:04:19 +0000  (12:04 +0200)] 
 
Cleanup some old configure code 
 
Kern Sibbald  [Sat, 29 Oct 2011 10:00:45 +0000  (12:00 +0200)] 
 
Remove old gnome console files 
 
Kern Sibbald  [Sat, 29 Oct 2011 09:55:47 +0000  (11:55 +0200)] 
 
Tweak remove old status file 
 
Kern Sibbald  [Sat, 29 Oct 2011 09:54:21 +0000  (11:54 +0200)] 
 
Update po files 
 
Kern Sibbald  [Sat, 29 Oct 2011 09:10:26 +0000  (11:10 +0200)] 
 
Tweak release notes 
 
Marco van Wieringen  [Fri, 28 Oct 2011 21:06:53 +0000  (23:06 +0200)] 
 
Fix bug #1771 BAT crashes. 
 
As it seems B_ISSPACE is much wider then I thought it would 
be as I only wanted to remove both spaces and tabs but that 
seems to break the BAT protocol. So lets backout that patch. 
 
Marco van Wieringen  [Thu, 27 Oct 2011 17:29:55 +0000  (19:29 +0200)] 
 
Fix regression on Solaris. 
 
Kern Sibbald  [Tue, 25 Oct 2011 14:32:16 +0000  (16:32 +0200)] 
 
Prohibit multiple Jobs from writing state file at same time 
 
Lukáš Nykrýn  [Tue, 25 Oct 2011 10:28:34 +0000  (12:28 +0200)] 
 
Apply autochanger temp file security fix to examples files 
 
Kern Sibbald  [Tue, 25 Oct 2011 10:24:02 +0000  (12:24 +0200)] 
 
Tweak bat console code 
 
Kern Sibbald  [Tue, 25 Oct 2011 10:23:42 +0000  (12:23 +0200)] 
 
Update date 
 
Marco van Wieringen  [Mon, 24 Oct 2011 09:30:44 +0000  (11:30 +0200)] 
 
Fix typo 
 
Marco van Wieringen  [Mon, 24 Oct 2011 09:28:26 +0000  (11:28 +0200)] 
 
Fix typo 
 
Kern Sibbald  [Sun, 23 Oct 2011 17:00:17 +0000  (19:00 +0200)] 
 
Tweak regress debug 
 
Kern Sibbald  [Sun, 23 Oct 2011 14:19:54 +0000  (16:19 +0200)] 
 
Update version 
 
Kern Sibbald  [Sun, 23 Oct 2011 14:13:23 +0000  (16:13 +0200)] 
 
Fix to Windows socket error detection -- should fix bug #1770