Changesets: bareos2015
bareos-14.2 03fd84e4 2013-11-06 18:00 Committer: mvwieringen Ported: N/A Details Diff |
removed unused or outdated translations removed files that do not contain any translations, removed translation that are outdated, removed outdated informations from README Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - po/README | Diff File | ||
rm - po/es_AR.po | Diff File | ||
rm - po/fi.po | Diff File | ||
mod - po/pl.po | Diff File | ||
bareos-13.2 9a54eea6 2013-11-06 18:00 Committer: mvwieringen Ported: N/A Details Diff |
removed unused or outdated translations removed files that do not contain any translations, removed translation that are outdated, removed outdated informations from README Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - po/README | Diff File | ||
rm - po/es_AR.po | Diff File | ||
rm - po/fi.po | Diff File | ||
mod - po/pl.po | Diff File | ||
bareos-12.4 28087f4e 2013-11-06 18:00 Committer: mvwieringen Ported: N/A Details Diff |
removed unused or outdated translations removed files that do not contain any translations, removed translation that are outdated, removed outdated informations from README Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - po/README | Diff File | ||
rm - po/es_AR.po | Diff File | ||
rm - po/fi.po | Diff File | ||
mod - po/pl.po | Diff File | ||
bareos-14.2 9716f086 2013-11-06 13:54 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-14.2 28617156 2013-11-04 23:52 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 f8d7ee36 2013-11-04 23:52 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-14.2 1a213f87 2013-11-02 16:09 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-12.4 fefad9d6 2013-11-01 22:21 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-14.2 73f23203 2013-11-01 22:18 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 431d2026 2013-11-01 22:18 Ported: N/A Details Diff |
Rebuild configure and config.h.in | ||
mod - autoconf/config.h.in | Diff File | ||
mod - configure | Diff File | ||
bareos-12.4 f5057dc4 2013-11-01 22:18 Ported: N/A Details Diff |
Rebuild configure and config.h.in | ||
mod - autoconf/config.h.in | Diff File | ||
bareos-14.2 c5eb4825 2013-11-01 22:09 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-13.2 1d26395d 2013-11-01 22:09 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-14.2 a13e304f 2013-11-01 18:03 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-14.2 985dbcab 2013-11-01 17:20 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 a34ce549 2013-11-01 17:20 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 ea2faa83 2013-11-01 17:20 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-14.2 1a8a119d 2013-10-28 17:03 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 | ||
bareos-13.2 d9efaf48 2013-10-28 17:03 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 | ||
bareos-12.4 57cdcf00 2013-10-28 17:03 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 | ||
bareos-14.2 511a95a5 2013-10-27 21:57 Ported: N/A Details Diff |
Fix AIX configure output. It seems AIX compiles with large file support but the configure summary doesn't show that. As this may triggers others to take the wrong conclusion set largefile_support explictly to yes just like is done for BSDI and FreeBSD. |
||
mod - autoconf/configure.in | Diff File | ||
mod - configure | Diff File | ||
bareos-13.2 23b3e687 2013-10-27 21:57 Ported: N/A Details Diff |
Fix AIX configure output. It seems AIX compiles with large file support but the configure summary doesn't show that. As this may triggers others to take the wrong conclusion set largefile_support explictly to yes just like is done for BSDI and FreeBSD. |
||
mod - autoconf/configure.in | Diff File | ||
mod - configure | Diff File | ||
bareos-12.4 3a7c7c9b 2013-10-27 21:57 Ported: N/A Details Diff |
Fix AIX configure output. It seems AIX compiles with large file support but the configure summary doesn't show that. As this may triggers others to take the wrong conclusion set largefile_support explictly to yes just like is done for BSDI and FreeBSD. |
||
mod - autoconf/configure.in | Diff File | ||
mod - configure | Diff File | ||
bareos-14.2 501fbe76 2013-10-27 14:24 Ported: N/A Details Diff |
Fix problem with poll() on AIX. Its seems that unlike Linux, Solaris and Windows AIX has a somewhat other idea in what flags it needs in the events field of the poll structure. This patch makes poll() work on AIX and should also keep it working on the other platforms. |
||
mod - src/lib/bnet_server.c | Diff File | ||
mod - src/lib/poll.c | Diff File | ||
bareos-13.2 216c6b92 2013-10-27 14:24 Ported: N/A Details Diff |
Fix problem with poll() on AIX. Its seems that unlike Linux, Solaris and Windows AIX has a somewhat other idea in what flags it needs in the events field of the poll structure. This patch makes poll() work on AIX and should also keep it working on the other platforms. |
||
mod - src/lib/bnet_server.c | Diff File | ||
mod - src/lib/poll.c | Diff File |