Changesets: bareos

master 5b42862b

2015-03-20 17:34

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Set JCR in TSD for stored and filed.
mod - src/filed/dir_cmd.c Diff File
mod - src/stored/dir_cmd.c Diff File

bareos-14.2 c0c8f129

2015-03-20 17:34

mvwieringen

Ported: N/A

Details Diff
Set JCR in TSD for stored and filed.
mod - src/filed/dir_cmd.c Diff File
mod - src/stored/dir_cmd.c Diff File

master a150cd1f

2015-03-19 21:19

cviecco


Committer: pstorz

Ported: N/A

Details Diff
Allow TLS 1.2 connections when using openssl

Adding TLS 1.2 support will allow us to be more future-proof and have
better ciphersuites such as as the use of ECDHE-ECDSA-AES256-GCM-SHA384.
This patch allows tls 1.2. 1.1 and 1.0 while the broken sslv2 and
sslv3 are disabled.

Fixes 0000440: Allow TLS 1.2 connections when using openssl
Affected Issues
0000440
mod - AUTHORS Diff File
mod - src/lib/tls_openssl.c Diff File

bareos-14.2 fc760fcc

2015-03-19 21:19

cviecco


Committer: mvwieringen

Ported: N/A

Details Diff
Allow TLS 1.2 connections when using openssl

Adding TLS 1.2 support will allow us to be more future-proof and have
better ciphersuites such as as the use of ECDHE-ECDSA-AES256-GCM-SHA384.
This patch allows tls 1.2. 1.1 and 1.0 while the broken sslv2 and
sslv3 are disabled.

Fixes 0000440: Allow TLS 1.2 connections when using openssl
Affected Issues
0000440
mod - AUTHORS Diff File
mod - src/lib/tls_openssl.c Diff File

master 9a5cd605

2015-03-19 17:46

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Changed sample files for cloud backends for new syntax.
mod - src/defaultconfigs/bareos-sd.d/device-ceph-rados.conf Diff File
mod - src/defaultconfigs/bareos-sd.d/device-gluster.conf Diff File

master fe20ed8a

2015-03-19 11:36

pstorz

Ported: N/A

Details Diff
Enable restore on storage with different name

Before, the restoration of a backup done on a different
storage resource was not possible.

To reproduce make a backup on a autochanger, change the
autochanger name and try to restore the old backup.

JobId 38: Warning: Could not get storage resource 'Autochanger'.
JobId 38: Fatal error: No Volume names found for restore.
JobId 38: Fatal error: dir_cmd.c:2169 Bad response to Read Data command. Wanted 3000 OK data
, got 3000 error
JobId 38: Fatal error: Could not get storage resource 'Autochanger'.

With this change now it works:

JobId 55: Start Restore Job
JobId 55: Using Device "Drive-1" to read.
JobId 55: Warning: Could not get storage resource 'Autochanger'.
JobId 55: Ready to read from volume "E01002L4" on device "Drive-1" (/dev/nst0).
JobId 55: Forward spacing Volume "E01002L4" to file:block 0:1.
JobId 55: End of Volume at file 1 on device "Drive-1" (/dev/nst0), Volume "E01002L4"
JobId 55: End of all volumes.
mod - src/dird/bsr.c Diff File

master f5df5af4

2015-03-18 10:46

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Use compressbound()
mod - src/filed/backup.c Diff File

bareos-14.2 dbcfdf83

2015-03-18 10:46

mvwieringen

Ported: N/A

Details Diff
Use compressbound()
mod - src/filed/backup.c Diff File

master 5fee772b

2015-03-17 18:05

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Add small README on how to add additional storage backends.
add - README.storagebackend Diff File

master 095f66ea

2015-03-17 17:30

pstorz

Ported: N/A

Details Diff
Make now stops on first error with GNUmakefile

Instead of going on with the build in other
subdirectories. As the new Makefile is not portable
to e.g Solaris the new behaviour is added as "GNUmakefile"
which is used by gnu make, other makes will use "Makefile".
add - GNUmakefile.in Diff File
mod - autoconf/configure.in Diff File
mod - configure Diff File
mod - src/lib/Makefile.in Diff File

master 43bf8601

2015-03-13 19:32

mvwieringen

Ported: N/A

Details Diff
Don't trash dcr->rec while doing autolabeling.

Fixes 0000437: When storing on multiple volumes via File backend, a data
block of 64k gets lost
Affected Issues
0000437
mod - src/stored/label.c Diff File

bareos-14.2 263240ea

2015-03-13 19:32

Marco van Wieringen

Ported: N/A

Details Diff
Don't trash dcr->rec while doing autolabeling.

Fixes 0000437: When storing on multiple volumes via File backend, a data
block of 64k gets lost
mod - src/stored/label.c Diff File

master 4b0a7cf9

2015-03-06 19:15

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
improved JSON support

In order to better interact with other programs,
the Bareos Director console now supports
the ".api json" command, to switch to JSON output.
Currently only a subset of the commands are supported
(the ones required by bareos-webui).

To archieve this, Bareos can be linked against the jansson library.
Other parts of Bareos (output of the configuration options)
now also use the jansson library.
mod - autoconf/configure.in Diff File
mod - platforms/packaging/bareos-Univention_4.0.dsc Diff File
mod - platforms/packaging/bareos.dsc Diff File
mod - platforms/packaging/bareos.spec Diff File
mod - src/cats/cats.h Diff File
mod - src/cats/protos.h Diff File
mod - src/cats/sql.c Diff File
mod - src/cats/sql_list.c Diff File
mod - src/console/Makefile.in Diff File
mod - src/console/console.c Diff File
mod - src/console/console_conf.c Diff File
mod - src/dird/Makefile.in Diff File
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/inc_conf.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/sd_cmds.c Diff File
mod - src/dird/ua.h Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_dotcmds.c Diff File
mod - src/dird/ua_output.c Diff File
mod - src/dird/ua_query.c Diff File
mod - src/dird/ua_restore.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_server.c Diff File
mod - src/dird/ua_update.c Diff File
mod - src/filed/Makefile.in Diff File
mod - src/filed/filed.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/include/baconfig.h Diff File
mod - src/lib/Makefile.in Diff File
add - src/lib/json.c Diff File
mod - src/lib/lib.h Diff File
mod - src/lib/mem_pool.c Diff File
mod - src/lib/mem_pool.h Diff File
add - src/lib/output_formatter.c Diff File
add - src/lib/output_formatter.h Diff File
mod - src/lib/parse_conf.h Diff File
mod - src/lib/protos.h Diff File
mod - src/lib/res.c Diff File
mod - src/qt-tray-monitor/tray-monitor.cpp Diff File
mod - src/qt-tray-monitor/tray-monitor.pro.in Diff File
mod - src/qt-tray-monitor/tray_conf.cpp Diff File
mod - src/stored/Makefile.in Diff File
mod - src/stored/stored.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/win32/lib/Makefile Diff File

master 28178569

2015-03-06 12:46

stephand

Ported: N/A

Details Diff
Patch proposed by Marco to fix bareos-fd and bareos-sd -t segfault
mod - src/dird/socket_server.c Diff File
mod - src/filed/socket_server.c Diff File
mod - src/stored/socket_server.c Diff File

master cdf44495

2015-03-05 18:32

mvwieringen

Ported: N/A

Details Diff
Tweak layout.

- If crypto is disabled on the drive make the plugin inactive.
- As build system only builds this module when requirements are
met no need to have dummy stubs for functions.
- Some code layout changes.
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/plugins/stored/scsicrypto-sd.c Diff File

bareos-14.2 9bcc2d82

2015-03-05 18:32

mvwieringen

Ported: N/A

Details Diff
Tweak layout.

- If crypto is disabled on the drive make the plugin inactive.
- As build system only builds this module when requirements are
met no need to have dummy stubs for functions.
- Some code layout changes.
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/plugins/stored/scsicrypto-sd.c Diff File

master 6cc660d7

2015-03-01 11:53

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Updated README.md
mod - README.md Diff File

master f9214b8f

2015-02-27 21:54

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Add escape parsing to generic plugin option parser.

Backport the new escaping of the ':' using '\:' to all existing plugin
config parsers. This code comes from the new cephfs-fd and gfapi-fd
plugins.

Fixes 0000428: bpipe plugin on windows and colon character problem
Affected Issues
0000428
mod - src/plugins/dird/python-dir.c Diff File
mod - src/plugins/filed/bpipe-fd.c Diff File
mod - src/plugins/filed/python-fd.c Diff File
mod - src/plugins/filed/rados-fd.c Diff File
mod - src/plugins/stored/python-sd.c Diff File
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

bareos-14.2 c5425bd7

2015-02-27 21:54

mvwieringen

Ported: N/A

Details Diff
Add escape parsing to generic plugin option parser.

Backport the new escaping of the ':' using '\:' to all existing plugin
config parsers. This code comes from the new cephfs-fd and gfapi-fd
plugins.

Fixes 0000428: bpipe plugin on windows and colon character problem
Affected Issues
0000428
mod - src/plugins/dird/python-dir.c Diff File
mod - src/plugins/filed/bpipe-fd.c Diff File
mod - src/plugins/filed/python-fd.c Diff File
mod - src/plugins/stored/python-sd.c Diff File
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

master 89db0759

2015-02-23 11:12

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Fix FIXME from ages ago.

Check ACL for access to pool by ua in update_all_vols_from_pool.
mod - src/dird/ua_update.c Diff File

master 43beec07

2015-02-23 11:12

mvwieringen

Ported: N/A

Details Diff
Fix FIXME from ages ago.

Check ACL for access to pool by ua in update_all_vols_from_pool.

Seems merging some branches removed this commit so applying it again.
mod - src/dird/ua_update.c Diff File

bareos-14.2 e9579855

2015-02-23 11:12

mvwieringen

Ported: N/A

Details Diff
Fix FIXME from ages ago.

Check ACL for access to pool by ua in update_all_vols_from_pool.
mod - src/dird/ua_update.c Diff File

master a19cea8a

2015-02-23 00:01

mvwieringen

Ported: N/A

Details Diff
Allow scanning and storing restore objects with bscan.

Now that we start using restore objects in more plugins
we should also be able to restore these objects using
bscan.
mod - src/stored/bscan.c Diff File

master fa7a54a3

2015-02-21 12:20

mvwieringen

Ported: N/A

Details Diff
Fix split brain problem.

The storage daemon asks the director for the next volume to use but it
can happen that this volume is already loaded but due to restrictions in
the storage daemon config the job cannot reserve the volume for append.
In the previous code this would lead to the storage daemon asking for
a new volume and getting exactly the same as the director has no
knowledge of the reservation limitiations but then the Storage daemon
would give up as it already knows that the volume cannot be used. This
patch adds some stop-gap logic in which we let the director know what
volumes we already tried and which we don't want to get in return for
the next available volume. The real problem is that the reservation
logic is split between DIR and SD without both having a full overview of
reality so this is bound to fail. The only real solution is a redesign
of the whole reservation logic from scratch without trying to work
around the weird way things work now.
mod - src/cats/protos.h Diff File
mod - src/cats/sql_find.c Diff File
mod - src/dird/catreq.c Diff File
mod - src/dird/dird.h Diff File
mod - src/dird/next_vol.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/recycle.c Diff File
mod - src/dird/ua_output.c Diff File
mod - src/dird/ua_status.c Diff File
mod - src/stored/askdir.c Diff File

bareos-13.2 e95e6a02

2015-02-19 22:04

Philipp Storz

Ported: N/A

Details Diff
Fixed source name in specs from _ to -
mod - platforms/packaging/bareos-RHEL_4.spec Diff File
mod - platforms/packaging/bareos-SLE_10.spec Diff File
mod - platforms/packaging/bareos.spec Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 552 553 554 555 556 557 558 ... 560 ... 630 ... 662 663 664  Next  Last