]>
git.sur5r.net Git - bacula/bacula/log
Eric Bollengier [Mon, 31 Jul 2017 08:45:12 +0000 (10:45 +0200)]
bpipe: Fix compiler warning
The new GCC reports that the strncpy is incorrect. As the length was
tested just before, this is not a bug fix.
Kern Sibbald [Sat, 5 Aug 2017 06:57:35 +0000 (08:57 +0200)]
Tweak remove trailing spaces
Kern Sibbald [Thu, 3 Aug 2017 19:15:55 +0000 (21:15 +0200)]
Fix bug #2301 Solaris Available space incorrectly reported by turning off the output for Solaris
Kern Sibbald [Thu, 3 Aug 2017 19:15:08 +0000 (21:15 +0200)]
Fix bug #2300 mount/unmount/release of single tape drive does not work
Marcin Haba [Tue, 1 Aug 2017 16:51:44 +0000 (18:51 +0200)]
baculum: Fix writing config for schedule and message names with space
Marcin Haba [Mon, 31 Jul 2017 05:56:40 +0000 (07:56 +0200)]
baculum: Fix drag & drop file version elements
Marcin Haba [Sun, 30 Jul 2017 14:29:53 +0000 (16:29 +0200)]
baculum: Add fileset info endpoint and use it in restore wizard
Marcin Haba [Sun, 30 Jul 2017 13:00:06 +0000 (15:00 +0200)]
baculum: Use client name instead of clientid and start using fileset to prepare restore tree
Marcin Haba [Sun, 30 Jul 2017 12:41:09 +0000 (14:41 +0200)]
baculum: Remove fileset parameter from run restore
Marcin Haba [Sun, 30 Jul 2017 12:35:01 +0000 (14:35 +0200)]
baculum: Fix lstat regex pattern
Marcin Haba [Sun, 30 Jul 2017 12:34:45 +0000 (14:34 +0200)]
baculum: Get the most recent jobs by client and fileset or by clientid and filesetid
Kern Sibbald [Sun, 30 Jul 2017 04:45:17 +0000 (06:45 +0200)]
Fix: bug #3048: jobs are stuck in endless loop in reserve.c
Kern Sibbald [Sun, 30 Jul 2017 04:40:26 +0000 (06:40 +0200)]
Add total time to test.out file
Marcin Haba [Sat, 29 Jul 2017 18:48:50 +0000 (20:48 +0200)]
baculum: Add restore job selection in restore job wizard
Wanderlei Huttel [Wed, 26 Jul 2017 11:30:26 +0000 (13:30 +0200)]
Enhance verify job report from bug 2249
Kern Sibbald [Sun, 23 Jul 2017 16:31:57 +0000 (18:31 +0200)]
Tweak update version date + ChangeLog + ReleaseNotes
Kern Sibbald [Sun, 23 Jul 2017 16:30:59 +0000 (18:30 +0200)]
Tweak update po files
Kern Sibbald [Sun, 23 Jul 2017 12:41:31 +0000 (14:41 +0200)]
Use Bacula in place of Libz variables so we can build with/without libz and lzo
Kern Sibbald [Sun, 23 Jul 2017 08:30:09 +0000 (10:30 +0200)]
Tweak retweak previous patch
Kern Sibbald [Sun, 23 Jul 2017 08:24:53 +0000 (10:24 +0200)]
Retweak previous stats slots patch
Kern Sibbald [Sun, 23 Jul 2017 08:13:00 +0000 (10:13 +0200)]
Apply ideas from bug #2255 prettier status slots output
Kern Sibbald [Sun, 23 Jul 2017 08:10:42 +0000 (10:10 +0200)]
Tweak recompile configure.in
Kern Sibbald [Sun, 23 Jul 2017 08:10:12 +0000 (10:10 +0200)]
Configure and install bacula-tray-monitor.desktop
Kern Sibbald [Sat, 22 Jul 2017 18:39:12 +0000 (20:39 +0200)]
regress: enhance btape-test to detect NOT correct message
Kern Sibbald [Sat, 22 Jul 2017 16:09:50 +0000 (18:09 +0200)]
Tweak update version date
Kern Sibbald [Sat, 22 Jul 2017 16:09:19 +0000 (18:09 +0200)]
Fix btape test which counted files incorrectly on EOT
Kern Sibbald [Sat, 22 Jul 2017 09:39:19 +0000 (11:39 +0200)]
Tweak cleaning tape code
Kern Sibbald [Fri, 21 Jul 2017 13:23:16 +0000 (15:23 +0200)]
Tweak update version date
Kern Sibbald [Fri, 21 Jul 2017 13:22:50 +0000 (15:22 +0200)]
Fix bug #2296 where Bacula would not compile with postgres 8 or older
Kern Sibbald [Thu, 20 Jul 2017 17:46:23 +0000 (19:46 +0200)]
Tweak update version date
Kern Sibbald [Thu, 20 Jul 2017 17:44:39 +0000 (19:44 +0200)]
Fix bug #2294 Bacula does not build with MariaDB 10.2
Kern Sibbald [Mon, 17 Jul 2017 07:52:22 +0000 (09:52 +0200)]
Tweak prototype.conf in regress
Kern Sibbald [Mon, 17 Jul 2017 07:05:05 +0000 (09:05 +0200)]
Tweak prototype.conf
Kern Sibbald [Sat, 15 Jul 2017 15:37:23 +0000 (17:37 +0200)]
Tweak update time/date
Marcin Haba [Fri, 14 Jul 2017 17:47:24 +0000 (19:47 +0200)]
baculum: Fix multiple directors support
Marcin Haba [Fri, 14 Jul 2017 17:26:13 +0000 (19:26 +0200)]
baculum: Fix showing errors from the API
Kern Sibbald [Thu, 13 Jul 2017 14:37:14 +0000 (16:37 +0200)]
Update ReleaseNotes and ChangeLog
Kern Sibbald [Thu, 13 Jul 2017 14:35:11 +0000 (16:35 +0200)]
Tweak update version date
Eric Bollengier [Wed, 5 Jul 2017 10:26:37 +0000 (12:26 +0200)]
Fix compilation for Debian Stretch with GCC 6.3
Eric Bollengier [Thu, 6 Jul 2017 08:45:08 +0000 (10:45 +0200)]
bvfs: Do not insert deleted directories in PathVisibility table
Kern Sibbald [Mon, 10 Jul 2017 18:24:10 +0000 (20:24 +0200)]
Remove two incorrect trailing commas in bsock.h
Kern Sibbald [Mon, 10 Jul 2017 18:18:13 +0000 (20:18 +0200)]
Tweak update version + date
Kern Sibbald [Mon, 10 Jul 2017 17:10:34 +0000 (19:10 +0200)]
Fix bug #2293 bad big endian detection in lz4.c
Kern Sibbald [Mon, 10 Jul 2017 15:50:29 +0000 (17:50 +0200)]
Add new tray-monitor files that were omitted in the backport from Enterprise
Davide Franco [Tue, 4 Jul 2017 12:11:07 +0000 (14:11 +0200)]
rpm: Add aligned plugin spec file
Davide Franco [Tue, 4 Jul 2017 12:09:27 +0000 (14:09 +0200)]
rpm: Add baculabackupreport script
Kern Sibbald [Sun, 2 Jul 2017 07:51:42 +0000 (09:51 +0200)]
Update release date, ChangeLog and ReleaseNotes
Kern Sibbald [Sun, 2 Jul 2017 07:48:17 +0000 (09:48 +0200)]
Skip verify-data-test if not running Linux
Kern Sibbald [Sun, 2 Jul 2017 07:47:53 +0000 (09:47 +0200)]
Skip lzo-test if lzo not in Bacula
Kern Sibbald [Sun, 2 Jul 2017 07:46:59 +0000 (09:46 +0200)]
Remove double define HAVE_LZO in config.h
Kern Sibbald [Sat, 1 Jul 2017 14:14:47 +0000 (16:14 +0200)]
Add documentation on baculabackupreport to delete_catalog_backup.in
Kern Sibbald [Sat, 1 Jul 2017 12:22:47 +0000 (14:22 +0200)]
Install baculabackupreport and ignore script without .in
Kern Sibbald [Sat, 1 Jul 2017 12:11:35 +0000 (14:11 +0200)]
Recompile configure.in
Kern Sibbald [Sat, 1 Jul 2017 12:11:18 +0000 (14:11 +0200)]
Add Bill's baculabackupreport script
Kern Sibbald [Fri, 30 Jun 2017 16:39:37 +0000 (18:39 +0200)]
Generate new tls regress test pems
Kern Sibbald [Fri, 30 Jun 2017 07:10:57 +0000 (09:10 +0200)]
Update version/date, ChangeLog and ReleaseNotes
Kern Sibbald [Fri, 30 Jun 2017 06:36:54 +0000 (08:36 +0200)]
Update po files
Kern Sibbald [Thu, 29 Jun 2017 19:32:13 +0000 (21:32 +0200)]
Tweak update version date
Kern Sibbald [Thu, 29 Jun 2017 19:31:20 +0000 (21:31 +0200)]
regress: minor changes to regress scripts
Kern Sibbald [Thu, 29 Jun 2017 19:30:49 +0000 (21:30 +0200)]
Fix error in FreeBSD during maxtime-test
Eric Bollengier [Fri, 23 Jun 2017 07:30:23 +0000 (09:30 +0200)]
Fix #2940 Allow specific Director job code in WriteBootstrap directive
Eric Bollengier [Tue, 27 Jun 2017 09:25:02 +0000 (11:25 +0200)]
Fix #2853 About character substitution for "virtual full" job level in RunAfterJob
Kern Sibbald [Mon, 26 Jun 2017 11:53:20 +0000 (13:53 +0200)]
Tweak update version date
Kern Sibbald [Mon, 26 Jun 2017 11:49:45 +0000 (13:49 +0200)]
Attempt to fix timing problem with console-dotcmd-test on FreeBSD
Kern Sibbald [Mon, 26 Jun 2017 11:31:59 +0000 (13:31 +0200)]
Ensure we have a DIR connection in dequeue_messages
Kern Sibbald [Mon, 26 Jun 2017 08:29:34 +0000 (10:29 +0200)]
Tweak another attempt to fix script in file-span-vol-test to be FreeBSD compatibile
Kern Sibbald [Sun, 25 Jun 2017 09:48:46 +0000 (11:48 +0200)]
Tweak update version date
Kern Sibbald [Sun, 25 Jun 2017 09:47:41 +0000 (11:47 +0200)]
Add more debug to regress for FreeBSD failures
Gary R. Schmidt [Wed, 21 Jun 2017 17:05:29 +0000 (19:05 +0200)]
Fix pragma pack to allow lz4.c work on Solaris and other machines
Kern Sibbald [Wed, 21 Jun 2017 17:02:37 +0000 (19:02 +0200)]
Tweak save a copy of the original lz4.c
Marcin Haba [Mon, 19 Jun 2017 19:15:31 +0000 (21:15 +0200)]
baculum: Fix working logout button
Kern Sibbald [Mon, 19 Jun 2017 08:11:49 +0000 (10:11 +0200)]
Tweak update version + date
Kern Sibbald [Mon, 19 Jun 2017 08:09:34 +0000 (10:09 +0200)]
A more correct fix for lz4.c on Solaris 10
Kern Sibbald [Sun, 18 Jun 2017 16:48:49 +0000 (18:48 +0200)]
Remove use of #pragma pack in lib/lz4.c for Solaris 10
Kern Sibbald [Sun, 18 Jun 2017 16:48:16 +0000 (18:48 +0200)]
Recompile configure from configure.in
Kern Sibbald [Sun, 18 Jun 2017 16:47:55 +0000 (18:47 +0200)]
Detect Solaris 10
Kern Sibbald [Sat, 17 Jun 2017 13:14:57 +0000 (15:14 +0200)]
Update version/data, ReleaseNotes, and ChangeLog
Kern Sibbald [Sat, 17 Jun 2017 13:10:55 +0000 (15:10 +0200)]
Fix bug #2289 version 7.9 not compatible with old FDs -- comm compression
Marcin Haba [Sat, 10 Jun 2017 16:24:22 +0000 (18:24 +0200)]
baculum: Tweak remove unused api get methods
Kern Sibbald [Sat, 10 Jun 2017 14:33:41 +0000 (16:33 +0200)]
Update version + date
Kern Sibbald [Sat, 10 Jun 2017 14:24:51 +0000 (16:24 +0200)]
Make getmsg.c compatible with old FDs
Kern Sibbald [Fri, 9 Jun 2017 06:28:37 +0000 (08:28 +0200)]
Use one MAX_BLOCK_SIZE and set to 20M
Davide Franco [Thu, 8 Jun 2017 13:25:30 +0000 (15:25 +0200)]
rpm: Add Fedora 25 build platform
Kern Sibbald [Wed, 7 Jun 2017 08:42:15 +0000 (10:42 +0200)]
Update ReleaseNotes, ChangeLog and version
Kern Sibbald [Wed, 7 Jun 2017 08:37:36 +0000 (10:37 +0200)]
Remove vestiges of crc32_bad -- fixes Solaris build
Eric Bollengier [Wed, 7 Jun 2017 07:29:34 +0000 (09:29 +0200)]
Fix #2890 about segfault in .status command on Redhat 5 32bit
Eric Bollengier [Tue, 30 May 2017 12:59:05 +0000 (14:59 +0200)]
Display the correct address in lockdump for db_lock()
Kern Sibbald [Wed, 7 Jun 2017 07:53:16 +0000 (09:53 +0200)]
Add missing semi-colon in bsys.c
Marcin Haba [Tue, 6 Jun 2017 16:59:22 +0000 (18:59 +0200)]
baculum: Fix incorrect table name error during restore start
Kern Sibbald [Mon, 5 Jun 2017 16:32:09 +0000 (18:32 +0200)]
Tweak update version + ChangeLog + ReleaseNotes
Kern Sibbald [Mon, 5 Jun 2017 16:25:12 +0000 (18:25 +0200)]
Fix getmsg to handle additional forms of Progress messages
Marcin Haba [Sun, 4 Jun 2017 17:27:21 +0000 (19:27 +0200)]
baculum: Fix double assets and runtime symbolic links in baculum-web deb package
Kern Sibbald [Sat, 3 Jun 2017 18:22:37 +0000 (20:22 +0200)]
Tweak fix typo in comment
Marcin Haba [Sat, 3 Jun 2017 17:47:55 +0000 (19:47 +0200)]
baculum: Fix missing php-xml dependency in deb metafile
Marcin Haba [Sat, 3 Jun 2017 17:35:40 +0000 (19:35 +0200)]
baculum: Improve errors handling in API restore pages
Davide Franco [Mon, 29 May 2017 11:53:20 +0000 (13:53 +0200)]
rpm: Remove libbacsd.la for both Red Hat and Suse
Davide Franco [Mon, 29 May 2017 09:32:11 +0000 (11:32 +0200)]
rpm: Add missing libs bbconsjson, bdirjson and bsdjson
Davide Franco [Mon, 29 May 2017 09:31:16 +0000 (11:31 +0200)]
rpm: Fix libstdc++ version in BAT spec file
Davide Franco [Fri, 26 May 2017 15:04:21 +0000 (17:04 +0200)]
rpm: Add missing tapealert script
Davide Franco [Fri, 26 May 2017 15:01:45 +0000 (17:01 +0200)]
rpm: Add missing libbacsd