]>
 
 
git.sur5r.net Git - bacula/bacula/log 
 
 
 
 
 
 
Stefan Reddig  [Fri, 6 Nov 2009 20:42:05 +0000  (21:42 +0100)] 
 
Add commit from Stefan Reddig 
 
Kern Sibbald  [Fri, 6 Nov 2009 20:56:18 +0000  (21:56 +0100)] 
 
Tweak myingres.c so it build only when HAVE_INGRES 
 
Stefan Reddig  [Fri, 6 Nov 2009 20:42:05 +0000  (21:42 +0100)] 
 
Add commit from Stefan Reddig 
 
Eric Bollengier  [Sun, 3 Jan 2010 11:27:10 +0000  (12:27 +0100)] 
 
Simplify initgroups definition for AIX 
 
Eric Bollengier  [Sun, 3 Jan 2010 10:57:57 +0000  (11:57 +0100)] 
 
update technotes 
 
Eric Bollengier  [Sun, 3 Jan 2010 10:57:10 +0000  (11:57 +0100)] 
 
initgroups definition is ok on aix >= 5 
 
Kern Sibbald  [Fri, 1 Jan 2010 14:27:32 +0000  (15:27 +0100)] 
 
Update version + date 
 
Kern Sibbald  [Thu, 31 Dec 2009 17:04:38 +0000  (18:04 +0100)] 
 
Ignore scripts/bacula_config 
 
Kern Sibbald  [Thu, 31 Dec 2009 17:03:36 +0000  (18:03 +0100)] 
 
Remove QWT from configure -- not used 
 
Eric Bollengier  [Thu, 31 Dec 2009 13:51:33 +0000  (14:51 +0100)] 
 
regress: Add helper to test remote client 
 
Marco van Wieringen  [Thu, 31 Dec 2009 13:36:42 +0000  (14:36 +0100)] 
 
Fix typo in acl.c when compiled without acl support. 
 
Kern Sibbald  [Mon, 28 Dec 2009 16:50:22 +0000  (17:50 +0100)] 
 
Revert to configure with C due to old prototypes on some systems 
 
Kern Sibbald  [Mon, 28 Dec 2009 15:40:44 +0000  (16:40 +0100)] 
 
Make ioctl_req_t test less g++ dependent 
 
Kern Sibbald  [Mon, 28 Dec 2009 14:34:27 +0000  (15:34 +0100)] 
 
Make ioctl test more exact 
 
Kern Sibbald  [Mon, 28 Dec 2009 14:18:41 +0000  (15:18 +0100)] 
 
Try to force configure compiles to be more exact 
 
Kern Sibbald  [Mon, 28 Dec 2009 08:05:47 +0000  (09:05 +0100)] 
 
Rebuild configure to handle Marco's changes 
 
Kern Sibbald  [Mon, 28 Dec 2009 02:05:46 +0000  (03:05  +0100)] 
 
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula 
 
Kern Sibbald  [Mon, 28 Dec 2009 02:05:28 +0000  (03:05  +0100)] 
 
Clean old configure 
 
Marco van Wieringen  [Sun, 27 Dec 2009 20:53:02 +0000  (21:53 +0100)] 
 
Updated technotes 
 
Marco van Wieringen  [Sun, 27 Dec 2009 20:51:38 +0000  (21:51 +0100)] 
 
Merge branch 'master' of ssh://marcovw@bacula.git.sourceforge.net/gitroot/bacula/bacula 
 
Marco van Wieringen  [Sun, 27 Dec 2009 20:47:27 +0000  (21:47 +0100)] 
 
Let --enable-libtool and --disable-libtool determine if we build plugins and drop the extra configure option 
 
Kern Sibbald  [Sun, 27 Dec 2009 16:05:36 +0000  (17:05 +0100)] 
 
Tweak ioctl_req_t configure check 
 
Marco van Wieringen  [Sun, 27 Dec 2009 14:59:42 +0000  (15:59 +0100)] 
 
Merge branch 'master' into mvw/plugin-changes 
 
Marco van Wieringen  [Sun, 27 Dec 2009 10:39:32 +0000  (11:39 +0100)] 
 
Fix problem with freeing the data after we switched to use an alist some months ago. 
Again great to have regression testing as that shows these rather obvious errors. 
 
Marco van Wieringen  [Sat, 26 Dec 2009 19:06:17 +0000  (20:06 +0100)] 
 
Lets use a xattr specific constant and not the stdio BUFSIZ which is kind of platform dependend. 
 
Kern Sibbald  [Sat, 26 Dec 2009 15:27:24 +0000  (16:27 +0100)] 
 
Fix typo in LICENSE 
 
Kern Sibbald  [Sat, 26 Dec 2009 13:53:23 +0000  (14:53 +0100)] 
 
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula 
 
Kern Sibbald  [Sat, 26 Dec 2009 13:52:58 +0000  (14:52 +0100)] 
 
Attempt to autoconfigure ioctl_req_t 
 
Marco van Wieringen  [Sat, 26 Dec 2009 12:54:30 +0000  (13:54 +0100)] 
 
Merge branch 'master' into mvw/plugin-changes 
 
Marco van Wieringen  [Sat, 26 Dec 2009 10:51:45 +0000  (11:51 +0100)] 
 
Lets not mix initialized stack variable with uninitialized ones in the same definition. 
 
Marco van Wieringen  [Sat, 26 Dec 2009 10:22:26 +0000  (11:22 +0100)] 
 
Added some handling of EPERM and EOPNOTSUPP which seem to be returned when you try to 
retrieve the system extended attributes a non root user. 
 
Marco van Wieringen  [Sat, 26 Dec 2009 09:26:49 +0000  (10:26 +0100)] 
 
Lets not orphan the buffer returned by extattr_namespace_to_string as it seems by looking 
at the code it strdups the string it returns so no need to bstrdup it ourself. 
 
Marco van Wieringen  [Fri, 25 Dec 2009 10:39:54 +0000  (11:39 +0100)] 
 
Show that plugins are enabled or not in configure output. 
 
Marco van Wieringen  [Thu, 24 Dec 2009 21:50:28 +0000  (22:50 +0100)] 
 
Plugins are dependable on libtool now so cleaned the Makefiles and the fd plugins are only 
build when --enable-plugins is set and libtool is used. 
 
Kern Sibbald  [Thu, 24 Dec 2009 20:54:31 +0000  (21:54 +0100)] 
 
Clarify catalog grant permissions message 
 
Kern Sibbald  [Thu, 24 Dec 2009 20:46:42 +0000  (21:46 +0100)] 
 
Fix typo in Dir usage output 
 
Marco van Wieringen  [Wed, 23 Dec 2009 20:43:01 +0000  (21:43 +0100)] 
 
Fix depend for changes to SRC variables. 
 
Marco van Wieringen  [Wed, 23 Dec 2009 10:07:45 +0000  (11:07 +0100)] 
 
Drop the usage of macros within macros as it seems some platforms native makes don't support that. 
While converting the Makefiles also made things somewhat more uniform in naming the lib objects. 
 
Eric Bollengier  [Tue, 22 Dec 2009 13:24:33 +0000  (14:24 +0100)] 
 
update technotes 
 
Eric Bollengier  [Tue, 22 Dec 2009 13:20:12 +0000  (14:20 +0100)] 
 
Add scripts/bacula_config script that displays configure options and results 
 
Eric Bollengier  [Tue, 22 Dec 2009 09:21:58 +0000  (10:21 +0100)] 
 
Continue to support Batch Mode with PostgreSQL < 8.2 
 
Eric Bollengier  [Mon, 21 Dec 2009 10:19:27 +0000  (11:19 +0100)] 
 
update technotes 
 
Eric Bollengier  [Mon, 21 Dec 2009 10:15:47 +0000  (11:15 +0100)] 
 
M_ABORT Bacula If batch insert is turned on when we try to open a connection and thread safe is not enabled 
 
Eric Bollengier  [Mon, 21 Dec 2009 10:13:16 +0000  (11:13 +0100)] 
 
Cleanup configure.in to use AC_CHECK_LIB instead of grep 
 
Marco van Wieringen  [Mon, 21 Dec 2009 09:05:45 +0000  (10:05 +0100)] 
 
Try to fix problem on FreeBSD with unsupported extended attributes which gives lots of orphaned buffers as seen in regression testing. 
 
Kern Sibbald  [Sun, 20 Dec 2009 20:51:46 +0000  (21:51 +0100)] 
 
Update technotes and version 
 
Kern Sibbald  [Sun, 20 Dec 2009 20:50:56 +0000  (21:50 +0100)] 
 
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula 
 
Kern Sibbald  [Sun, 20 Dec 2009 20:49:42 +0000  (21:49 +0100)] 
 
Fix thread safe detection in ./configure 
 
Eric Bollengier  [Sat, 19 Dec 2009 17:32:12 +0000  (18:32 +0100)] 
 
Tweak bweb deb script 
 
Eric Bollengier  [Sat, 19 Dec 2009 17:26:59 +0000  (18:26 +0100)] 
 
tweak debs for bweb 
 
Eric Bollengier  [Sat, 19 Dec 2009 17:22:03 +0000  (18:22 +0100)] 
 
Update bweb deb 
 
Eric Bollengier  [Sat, 19 Dec 2009 10:10:51 +0000  (11:10 +0100)] 
 
Fix breload make_catalog_backup.pl rights 
 
Eric Bollengier  [Thu, 17 Dec 2009 10:47:11 +0000  (11:47 +0100)] 
 
tweak bacula macro 
 
Eric Bollengier  [Thu, 17 Dec 2009 10:44:45 +0000  (11:44 +0100)] 
 
update technotes 
 
Eric Bollengier  [Thu, 17 Dec 2009 10:43:57 +0000  (11:43 +0100)] 
 
LSBize Debian init scripts 
 
Kern Sibbald  [Tue, 15 Dec 2009 20:48:38 +0000  (21:48 +0100)] 
 
Fix #undef of lock manager 
 
Kern Sibbald  [Sun, 13 Dec 2009 17:13:53 +0000  (18:13 +0100)] 
 
Remove checkout master 
 
Kern Sibbald  [Sun, 13 Dec 2009 16:36:47 +0000  (17:36 +0100)] 
 
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula 
 
Kern Sibbald  [Sun, 13 Dec 2009 16:34:27 +0000  (17:34 +0100)] 
 
Add more debug for Solaris regression timeouts 
 
Kern Sibbald  [Sun, 13 Dec 2009 16:32:32 +0000  (17:32 +0100)] 
 
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula 
 
Marco van Wieringen  [Sun, 13 Dec 2009 16:31:53 +0000  (17:31 +0100)] 
 
Make SUN C++ compiler stop complaining about enum definition. 
 
Marco van Wieringen  [Sun, 13 Dec 2009 16:26:11 +0000  (17:26 +0100)] 
 
Make SUN C++ compiler stop complaining about enum definition. 
 
Kern Sibbald  [Sun, 13 Dec 2009 13:46:09 +0000  (14:46 +0100)] 
 
Use %c and %n in bootstrap in default bacula-dir.conf 
 
Kern Sibbald  [Fri, 11 Dec 2009 21:09:28 +0000  (22:09 +0100)] 
 
remove a ref to sqlite 
 
Kern Sibbald  [Fri, 11 Dec 2009 18:10:33 +0000  (19:10 +0100)] 
 
Remove ua_prune.c debug code 
 
Kern Sibbald  [Fri, 11 Dec 2009 17:58:14 +0000  (18:58 +0100)] 
 
Print any traceback or bactrace 
 
Kern Sibbald  [Fri, 11 Dec 2009 17:11:04 +0000  (18:11 +0100)] 
 
Fix old stuff in Makefile 
 
Eric Bollengier  [Fri, 11 Dec 2009 17:07:26 +0000  (18:07 +0100)] 
 
Allow deadlock manager on FreeBSD, MacOSX and SunOs 
 
Eric Bollengier  [Fri, 11 Dec 2009 16:50:54 +0000  (17:50 +0100)] 
 
Add allowcompress-test 
 
Eric Bollengier  [Fri, 11 Dec 2009 16:48:58 +0000  (17:48 +0100)] 
 
Add test for AllowCompress option 
 
Kern Sibbald  [Thu, 10 Dec 2009 16:38:36 +0000  (17:38 +0100)] 
 
Eliminate compiler warning 
 
Kern Sibbald  [Thu, 10 Dec 2009 15:10:15 +0000  (16:10 +0100)] 
 
Rework Mac OS 10.6 mtio.h fix 
 
Kern Sibbald  [Thu, 10 Dec 2009 13:09:44 +0000  (14:09 +0100)] 
 
Attempt to fix mtio.h problem on Mac 10.6 
 
Kern Sibbald  [Thu, 10 Dec 2009 12:48:19 +0000  (13:48 +0100)] 
 
Allow mount to wake job waiting for op 
 
Kern Sibbald  [Thu, 10 Dec 2009 12:46:24 +0000  (13:46 +0100)] 
 
Make wait longer for better recycling 
 
Kern Sibbald  [Thu, 10 Dec 2009 11:33:46 +0000  (12:33 +0100)] 
 
Tweak waiting messages 
 
Kern Sibbald  [Thu, 10 Dec 2009 11:28:20 +0000  (12:28 +0100)] 
 
Update version 
 
Kern Sibbald  [Thu, 10 Dec 2009 11:27:15 +0000  (12:27 +0100)] 
 
Fix another volume_lock dlock order problem 
 
Kern Sibbald  [Thu, 10 Dec 2009 09:33:51 +0000  (10:33 +0100)] 
 
Fix and add ASSERT debug 
 
Kern Sibbald  [Thu, 10 Dec 2009 08:24:10 +0000  (09:24 +0100)] 
 
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula 
 
Kern Sibbald  [Thu, 10 Dec 2009 08:24:00 +0000  (09:24 +0100)] 
 
Tweak btraceback manpage 
 
Eric Bollengier  [Thu, 10 Dec 2009 07:58:56 +0000  (08:58 +0100)] 
 
tweak bconsole man page about no-conio option 
 
Eric Bollengier  [Thu, 10 Dec 2009 07:53:31 +0000  (08:53 +0100)] 
 
update technotes 
 
Eric Bollengier  [Thu, 10 Dec 2009 07:47:41 +0000  (08:47 +0100)] 
 
Fix compilation problem with lockmgr 
 
Kern Sibbald  [Wed, 9 Dec 2009 22:15:25 +0000  (23:15 +0100)] 
 
Fix misnamed variable 
 
Kern Sibbald  [Wed, 9 Dec 2009 21:47:08 +0000  (22:47 +0100)] 
 
Reorder lock_volumes and dlock in SD to avoid race conditions 
 
Lucas B. Cohen  [Wed, 9 Dec 2009 15:23:36 +0000  (16:23 +0100)] 
 
- five more updates to manpages options I had forgotten in a corner, 
- a reformated and edited page for bsmtp 
- a brand new one for btraceback, based on the Problem Resolution Guide 
  and discussions (to be continued?) on this list. 
 
Eric Bollengier  [Wed, 9 Dec 2009 14:34:04 +0000  (15:34 +0100)] 
 
Fix compilation pb 
 
Eric Bollengier  [Wed, 9 Dec 2009 14:29:33 +0000  (15:29 +0100)] 
 
Add mutex some priority info for SD 
 
Eric Bollengier  [Wed, 9 Dec 2009 13:50:24 +0000  (14:50 +0100)] 
 
Tweak mutex order for SD 
 
Eric Bollengier  [Wed, 9 Dec 2009 13:49:49 +0000  (14:49 +0100)] 
 
Add info in dump about lock priority 
 
Kern Sibbald  [Wed, 9 Dec 2009 14:24:23 +0000  (15:24 +0100)] 
 
Update projects + todo 
 
Kern Sibbald  [Wed, 9 Dec 2009 13:23:42 +0000  (14:23 +0100)] 
 
Fix CentOS/RHEL detection 
 
Eric Bollengier  [Wed, 9 Dec 2009 10:21:10 +0000  (11:21 +0100)] 
 
Cleanup 
 
Kern Sibbald  [Wed, 9 Dec 2009 10:01:48 +0000  (11:01 +0100)] 
 
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula 
 
Kern Sibbald  [Wed, 9 Dec 2009 09:57:32 +0000  (10:57 +0100)] 
 
Fix #defines when lock manager turned off 
 
Eric Bollengier  [Wed, 9 Dec 2009 08:39:43 +0000  (09:39 +0100)] 
 
Add USE_LOCKMGR_PRIORITY switch to enable new priority management 
 
Eric Bollengier  [Wed, 9 Dec 2009 08:20:58 +0000  (09:20 +0100)] 
 
Add Macro BTHREAD_MUTEX_PRIORITY(p) and lib/mutex_list.h to manage locks 
 
Eric Bollengier  [Wed, 9 Dec 2009 08:01:51 +0000  (09:01 +0100)] 
 
Make pthread_mutex_init/destroy compatible with bthread_mutex_t 
 
Kern Sibbald  [Wed, 9 Dec 2009 07:46:59 +0000  (08:46 +0100)] 
 
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula