Changesets: bareos

bareos-14.2 b6931d2d

2015-03-23 11:56

Joerg Steffens

Ported: N/A

Details Diff
allow building SLES 10 packages
mod - platforms/packaging/bareos.spec Diff File

master 83e06c18

2015-03-23 11:56

joergs

Ported: N/A

Details Diff
allow building SLES 10 packages
mod - platforms/packaging/bareos.spec Diff File

master 1848cdc7

2015-03-21 12:58

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
Increase debug message timestamp resolution to include usecs.

From a debugging standpoint you need much higher resolution then the
existing second granularity in the debug messages. This adds the usecs
to the debug message so we have the wanted granularity.
mod - src/lib/message.c Diff File

bareos-14.2 9d89f101

2015-03-21 12:58

mvwieringen

Ported: N/A

Details Diff
Increase debug message timestamp resolution to include usecs.

From a debugging standpoint you need much higher resolution then the
existing second granularity in the debug messages. This adds the usecs
to the debug message so we have the wanted granularity.
mod - src/lib/message.c Diff File

master 8bf64ea1

2015-03-21 11:23

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
When printing protocol messages drop printing \n

All protocol messages exchanged between the daemons already include an
\n at the end so no need to print an extra one and as such create debug
info that is much harder to parse.
mod - src/dird/restore.c Diff File
mod - src/dird/scheduler.c Diff File
mod - src/filed/backup.c Diff File
mod - src/stored/askdir.c Diff File
mod - src/stored/fd_cmds.c Diff File
mod - src/stored/job.c Diff File
mod - src/stored/read.c Diff File
mod - src/stored/sd_stats.c Diff File

bareos-14.2 093b229e

2015-03-21 11:23

mvwieringen

Ported: N/A

Details Diff
When printing protocol messages drop printing \n

All protocol messages exchanged between the daemons already include an
\n at the end so no need to print an extra one and as such create debug
info that is much harder to parse.
mod - src/dird/restore.c Diff File
mod - src/dird/scheduler.c Diff File
mod - src/filed/backup.c Diff File
mod - src/stored/askdir.c Diff File
mod - src/stored/fd_cmds.c Diff File
mod - src/stored/job.c Diff File
mod - src/stored/read.c Diff File
mod - src/stored/sd_stats.c Diff File

master 543bea78

2015-03-20 17:51

mvwieringen


Committer: pstorz

Ported: N/A

Details Diff
When enabling tracing for all daemons also do it for the director.
mod - src/dird/ua_cmds.c Diff File

bareos-14.2 4f367229

2015-03-20 17:51

mvwieringen

Ported: N/A

Details Diff
When enabling tracing for all daemons also do it for the director.
mod - src/dird/ua_cmds.c Diff File

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
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 497 498 499 500 501 502 503 ... 540 ... 600 ... 607 608 609  Next  Last