Changesets: bareos

master 6ae1cd51

2013-11-06 12:54

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
tape examples now use bigger block and file sizes

As the defaults for Block Size and File Size are much too small
for modern tape drives, we now set some adequate defaults in the
example configs.

Also we link to the tape speed whitepaper where the effect of big
block sizes can be seen in detail.

Fixes 0000248: default values for block and file size for tape devices in
configurations are too small
Affected Issues
0000248
mod - src/defaultconfigs/legacy/bareos-sd.conf.in Diff File
mod - src/stored/stored.conf.in Diff File

bareos-13.2 f8d7ee36

2013-11-04 23:52

Marco van Wieringen

Ported: N/A

Details Diff
Fix small memory leak on exit.
mod - src/dird/dird_conf.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/stored/stored_conf.c Diff File

master 28617156

2013-11-04 23:52

Marco van Wieringen

Ported: N/A

Details Diff
Fix small memory leak on exit.
mod - src/dird/dird_conf.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/stored/stored_conf.c Diff File

bareos-13.2 5602c8e6

2013-11-04 22:52

mvwieringen

Ported: N/A

Details Diff
Fix small memory leak on exit.
mod - src/dird/dird_conf.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/stored/stored_conf.c Diff File

master 455b0c96

2013-11-04 22:52

mvwieringen

Ported: N/A

Details Diff
Fix small memory leak on exit.
mod - src/dird/dird_conf.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/stored/stored_conf.c Diff File

master 1a213f87

2013-11-02 16:09

Marco van Wieringen

Ported: N/A

Details Diff
Fix storage daemon plugin interface.

Instead of stealing symbols from the running storage daemon run the new
record translation via the bfuncs method array. Also don't use the RES
pointer to get the setting of the compatible setting but add an extra sd
plugin variable which can be requested by the plugin to get the exact
setting of the compatible variable.
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/stored/sd_plugins.c Diff File
mod - src/stored/sd_plugins.h Diff File
mod - src/tools/bpluginfo.c Diff File

master d919211a

2013-11-02 15:09

mvwieringen

Ported: N/A

Details Diff
Fix storage daemon plugin interface.

Instead of stealing symbols from the running storage daemon run the new
record translation via the bfuncs method array. Also don't use the RES
pointer to get the setting of the compatible setting but add an extra sd
plugin variable which can be requested by the plugin to get the exact
setting of the compatible variable.
mod - src/plugins/stored/autoxflate-sd.c Diff File
mod - src/stored/sd_plugins.c Diff File
mod - src/stored/sd_plugins.h Diff File
mod - src/tools/bpluginfo.c Diff File

bareos-13.2 431d2026

2013-11-01 22:18

Marco van Wieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File

master 73f23203

2013-11-01 22:18

Marco van Wieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File

bareos-13.2 1d26395d

2013-11-01 22:09

Marco van Wieringen

Ported: N/A

Details Diff
Use OPENSSL_VERSION_NUMBER for version detection.
mod - autoconf/configure.in Diff File
mod - src/lib/crypto_openssl.c Diff File
mod - src/lib/tls_openssl.c Diff File

master c5eb4825

2013-11-01 22:09

Marco van Wieringen

Ported: N/A

Details Diff
Use OPENSSL_VERSION_NUMBER for version detection.
mod - autoconf/configure.in Diff File
mod - src/lib/crypto_openssl.c Diff File
mod - src/lib/tls_openssl.c Diff File

bareos-12.4 ba16645c

2013-11-01 21:21

mvwieringen

Ported: N/A

Details Diff
Use OPENSSL_VERSION_NUMBER for version detection.
mod - src/lib/crypto.c Diff File
mod - src/lib/tls.c Diff File

bareos-12.4 d9f79780

2013-11-01 21:18

mvwieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File

bareos-13.2 4f3cee78

2013-11-01 21:18

mvwieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File

master a717787a

2013-11-01 21:18

mvwieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File

bareos-13.2 ad5dfe49

2013-11-01 21:09

mvwieringen

Ported: N/A

Details Diff
Use OPENSSL_VERSION_NUMBER for version detection.
mod - autoconf/configure.in Diff File
mod - src/lib/crypto_openssl.c Diff File
mod - src/lib/tls_openssl.c Diff File

master c16e47fd

2013-11-01 21:09

mvwieringen

Ported: N/A

Details Diff
Use OPENSSL_VERSION_NUMBER for version detection.
mod - autoconf/configure.in Diff File
mod - src/lib/crypto_openssl.c Diff File
mod - src/lib/tls_openssl.c Diff File

master a13e304f

2013-11-01 18:03

Marco van Wieringen

Ported: N/A

Details Diff
First attempt at supporting IBM lin_tape driver.

Use with:

Use MTIOCGET = No
IOError at EOM = Yes
IBM lintape = Yes
mod - src/lib/protos.h Diff File
mod - src/lib/scsi_lli.c Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/dev.h Diff File

bareos-13.2 a34ce549

2013-11-01 17:20

Marco van Wieringen

Ported: N/A

Details Diff
Add comment for encryption support.

Some libraries may be setup for Library based encryption or for usage of
a Key Management Appliance and that may prohibit the use of Application
Managed Encryption that our scsi-crypto plugin implements. So in those
situations you need to disable the LME or KMA settings of the library.
mod - README.scsicrypto Diff File

master 985dbcab

2013-11-01 17:20

Marco van Wieringen

Ported: N/A

Details Diff
Add comment for encryption support.

Some libraries may be setup for Library based encryption or for usage of
a Key Management Appliance and that may prohibit the use of Application
Managed Encryption that our scsi-crypto plugin implements. So in those
situations you need to disable the LME or KMA settings of the library.
mod - README.scsicrypto Diff File

master 1bd34019

2013-11-01 17:03

mvwieringen

Ported: N/A

Details Diff
First attempt at supporting IBM lin_tape driver.

Use with:

Use MTIOCGET = No
IOError at EOM = Yes
IBM lintape = Yes
mod - src/lib/protos.h Diff File
mod - src/lib/scsi_lli.c Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/dev.h Diff File
mod - src/stored/stored_conf.c Diff File

master 2735a596

2013-11-01 16:20

mvwieringen

Ported: N/A

Details Diff
Add comment for encryption support.

Some libraries may be setup for Library based encryption or for usage of
a Key Management Appliance and that may prohibit the use of Application
Managed Encryption that our scsi-crypto plugin implements. So in those
situations you need to disable the LME or KMA settings of the library.
mod - README.scsicrypto Diff File

bareos-12.4 747c6a0f

2013-11-01 16:20

mvwieringen

Ported: N/A

Details Diff
Add comment for encryption support.

Some libraries may be setup for Library based encryption or for usage of
a Key Management Appliance and that may prohibit the use of Application
Managed Encryption that our scsi-crypto plugin implements. So in those
situations you need to disable the LME or KMA settings of the library.
mod - README.scsicrypto Diff File

bareos-13.2 2d5132b0

2013-11-01 16:20

mvwieringen

Ported: N/A

Details Diff
Add comment for encryption support.

Some libraries may be setup for Library based encryption or for usage of
a Key Management Appliance and that may prohibit the use of Application
Managed Encryption that our scsi-crypto plugin implements. So in those
situations you need to disable the LME or KMA settings of the library.
mod - README.scsicrypto Diff File

bareos-13.2 d9efaf48

2013-10-28 17:03

Marco van Wieringen

Ported: N/A

Details Diff
Make read/written NDMP bytes 64 bits.

A 32 bit counter will wrap around when storing the size of an NDMP save
or restore so use a 64 bits value.
mod - src/ndmp/ndmagents.h Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 627 628 629 630 631 632 633 ... 661 662 663  Next  Last