Changesets: bareos
bareos-13.2 91830e87 2014-09-16 10:48 Committer: mvwieringen Ported: N/A Details Diff |
Check for encryption before loading key Now we check if we need an encryption key before we try to get it. Fixes 0000338: bls always fails when scsicrypto-sd plugin is loaded Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000338 |
|
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
bareos-14.2 a41448da 2014-09-16 10:48 Committer: mvwieringen Ported: N/A Details Diff |
Check for encryption before loading key Now we check if we need an encryption key before we try to get it. Fixes 0000338: bls always fails when scsicrypto-sd plugin is loaded Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000338 |
|
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
bareos-12.4 8c9277c3 2014-09-16 10:48 Committer: mvwieringen Ported: N/A Details Diff |
Check for encryption before loading key Now we check if we need an encryption key before we try to get it. Fixes 0000338: bls always fails when scsicrypto-sd plugin is loaded Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000338 |
|
mod - src/plugins/sd/scsicrypto-sd.c | Diff File | ||
master 53e7557f 2014-09-15 22:32 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
fixes opensuse release information Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
master 1e0f913b 2014-09-15 22:22 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
added storage device example configuration files added configuration files for the Storage Daemon backends tape and fifo. Also setting file permissions properly. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - autoconf/configure.in | Diff File | ||
mod - debian/bareos-storage-fifo.install.in | Diff File | ||
add - debian/bareos-storage-fifo.postinst | Diff File | ||
mod - debian/bareos-storage-tape.install.in | Diff File | ||
add - debian/bareos-storage-tape.postinst | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
mod - src/defaultconfigs/bareos-sd.d/device-ceph-rados.conf | Diff File | ||
add - src/defaultconfigs/bareos-sd.d/device-fifo.conf | Diff File | ||
mod - src/defaultconfigs/bareos-sd.d/device-gluster.conf | Diff File | ||
add - src/defaultconfigs/bareos-sd.d/device-tape-with-autoloader.conf | Diff File | ||
mod - src/defaultconfigs/diskonly/bareos-sd.conf.in | Diff File | ||
bareos-14.2 ec755bcb 2014-09-15 20:32 Committer: mvwieringen Ported: N/A Details Diff |
fixes opensuse release information Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
master 934c93c8 2014-09-15 20:32 Committer: mvwieringen Ported: N/A Details Diff |
fixes opensuse release information Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-14.2 d5588edc 2014-09-15 20:22 Committer: mvwieringen Ported: N/A Details Diff |
added storage device example configuration files added configuration files for the Storage Daemon backends tape and fifo. Also setting file permissions properly. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - autoconf/configure.in | Diff File | ||
mod - debian/bareos-storage-fifo.install.in | Diff File | ||
add - debian/bareos-storage-fifo.postinst | Diff File | ||
mod - debian/bareos-storage-tape.install.in | Diff File | ||
add - debian/bareos-storage-tape.postinst | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
mod - src/defaultconfigs/bareos-sd.d/device-ceph-rados.conf | Diff File | ||
add - src/defaultconfigs/bareos-sd.d/device-fifo.conf | Diff File | ||
mod - src/defaultconfigs/bareos-sd.d/device-gluster.conf | Diff File | ||
add - src/defaultconfigs/bareos-sd.d/device-tape-with-autoloader.conf | Diff File | ||
mod - src/defaultconfigs/diskonly/bareos-sd.conf.in | Diff File | ||
master 3bbb6e87 2014-09-15 20:22 Committer: mvwieringen Ported: N/A Details Diff |
added storage device example configuration files added configuration files for the Storage Daemon backends tape and fifo. Also setting file permissions properly. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - autoconf/configure.in | Diff File | ||
mod - debian/bareos-storage-fifo.install.in | Diff File | ||
add - debian/bareos-storage-fifo.postinst | Diff File | ||
mod - debian/bareos-storage-tape.install.in | Diff File | ||
add - debian/bareos-storage-tape.postinst | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
mod - src/defaultconfigs/bareos-sd.d/device-ceph-rados.conf | Diff File | ||
add - src/defaultconfigs/bareos-sd.d/device-fifo.conf | Diff File | ||
mod - src/defaultconfigs/bareos-sd.d/device-gluster.conf | Diff File | ||
add - src/defaultconfigs/bareos-sd.d/device-tape-with-autoloader.conf | Diff File | ||
mod - src/defaultconfigs/diskonly/bareos-sd.conf.in | Diff File | ||
bareos-13.2 8d6fb8b0 2014-09-15 12:31 Marco van Wieringen Ported: N/A Details Diff |
Fix small memory leak. When we start using the ignoredir alist we should initialize it to let the code know its owns the data so it will free all data on a destroy. |
||
mod - src/dird/inc_conf.c | Diff File | ||
master fdbb9ad5 2014-09-15 12:27 Marco van Wieringen Ported: N/A Details Diff |
Fix small memory leak. When we start using the ignoredir alist we should initialize it to let the code know its owns the data so it will free all data on a destroy. |
||
mod - src/dird/inc_conf.c | Diff File | ||
bareos-12.4 dab6dec1 2014-09-15 10:31 Ported: N/A Details Diff |
Fix small memory leak. When we start using the ignoredir alist we should initialize it to let the code know its owns the data so it will free all data on a destroy. |
||
mod - src/dird/inc_conf.c | Diff File | ||
bareos-13.2 b077af8e 2014-09-15 10:31 Ported: N/A Details Diff |
Fix small memory leak. When we start using the ignoredir alist we should initialize it to let the code know its owns the data so it will free all data on a destroy. |
||
mod - src/dird/inc_conf.c | Diff File | ||
master 6aa4c324 2014-09-15 10:27 Ported: N/A Details Diff |
Fix small memory leak. When we start using the ignoredir alist we should initialize it to let the code know its owns the data so it will free all data on a destroy. |
||
mod - src/dird/inc_conf.c | Diff File | ||
bareos-14.2 1231d441 2014-09-15 10:27 Ported: N/A Details Diff |
Fix small memory leak. When we start using the ignoredir alist we should initialize it to let the code know its owns the data so it will free all data on a destroy. |
||
mod - src/dird/inc_conf.c | Diff File | ||
master 4152deb3 2014-09-13 15:13 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
no /etc/bareos/bareos-dir.d in client-only builds Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
master f8901fa5 2014-09-13 13:54 Marco van Wieringen Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-14.2 431ce257 2014-09-13 13:13 Committer: mvwieringen Ported: N/A Details Diff |
no /etc/bareos/bareos-dir.d in client-only builds Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
master dc433299 2014-09-13 13:13 Committer: mvwieringen Ported: N/A Details Diff |
no /etc/bareos/bareos-dir.d in client-only builds Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
master 26be086f 2014-09-13 11:54 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-14.2 0f07c494 2014-09-13 11:54 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
master 40c47503 2014-09-12 19:02 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
fixed packages dependencies Required dependencies are determined automatically by build process. Add missing bareos-storage dependencies. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
master e985170f 2014-09-12 18:57 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
add config include files for storage backends Different configuration backends require different configurations. With this patch, backend specific include files can be installed at /etc/bareos/bareos-sd.d/. If they should be used, they have to be included in the main configuration file. The configuration files bareos-sd.conf and bareos-dir.conf have been twice in git. One version is replaced by a link. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - autoconf/configure.in | Diff File | ||
mod - debian/bareos-common.dirs | Diff File | ||
mod - debian/bareos-common.postinst | Diff File | ||
mod - debian/bareos-storage.dirs | Diff File | ||
mod - debian/bareos-storage.postinst | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
add - src/defaultconfigs/bareos-sd.d/device-ceph-rados.conf | Diff File | ||
add - src/defaultconfigs/bareos-sd.d/device-gluster.conf | Diff File | ||
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in | Diff File | ||
mod - src/defaultconfigs/diskonly/bareos-sd.conf.in | Diff File | ||
mod - src/dird/Makefile.in | Diff File | ||
rm - src/dird/bareos-dir.conf.in | Diff File | ||
add - src/dird/bareos-dir.conf.in | Diff File | ||
mod - src/stored/Makefile.in | Diff File | ||
mod - src/stored/backends/Makefile.in | Diff File | ||
rm - src/stored/bareos-sd.conf.in | Diff File | ||
add - src/stored/bareos-sd.conf.in | Diff File | ||
bareos-14.2 f291baac 2014-09-12 17:02 Committer: mvwieringen Ported: N/A Details Diff |
fixed packages dependencies Required dependencies are determined automatically by build process. Add missing bareos-storage dependencies. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
master b0817754 2014-09-12 17:02 Committer: mvwieringen Ported: N/A Details Diff |
fixed packages dependencies Required dependencies are determined automatically by build process. Add missing bareos-storage dependencies. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File |