Changesets: bareos2015
bareos-14.2 14d3b051 2014-09-17 18:41 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-14.2 daeff998 2014-09-17 18:15 Committer: mvwieringen Ported: N/A Details Diff |
renamed Python plugins example to .py.template to prevent, that users modify them directly, as these files get replaced on a package update. Attention: if plugin is activated (package is installed and Plugin Directory is definied in the configuration file), bareos-dir and bareos-sd will refuse to work, because of the missing Python code. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in | Diff File | ||
mod - src/defaultconfigs/diskonly/bareos-sd.conf.in | Diff File | ||
mod - src/filed/bareos-fd.conf.in | Diff File | ||
mod - src/plugins/dird/Makefile.in | Diff File | ||
mod - src/plugins/filed/Makefile.in | Diff File | ||
mod - src/plugins/stored/Makefile.in | Diff File | ||
bareos-14.2 af667283 2014-09-17 15:18 Evgeni Golov Committer: mvwieringen Ported: N/A Details Diff |
drop SHA license, it's unused and only confuses lintian we do not ship the problematic SHA files anymore Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/copyright | Diff File | ||
mod - debian/copyright.footer | Diff File | ||
bareos-14.2 d17f9622 2014-09-16 19:39 aussendorf Committer: mvwieringen Ported: N/A Details Diff |
creating directories and logging Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
bareos-14.2 e70ccbf4 2014-09-16 17:43 Ported: N/A Details Diff |
Pass Python debug and job messages as literals. We don't want the Jmsg and Dmsg calls to expand the data that it gets passed in from a plugin. So we pass it now using a simple '%s' format and just print the whole buffer. |
||
mod - src/plugins/filed/python-fd.c | Diff File | ||
bareos-14.2 757c758c 2014-09-16 12: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-13.2 7a5d4760 2014-09-16 12: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 310d554d 2014-09-16 12: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 | ||
bareos-14.2 4cd6453d 2014-09-15 22: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 92699691 2014-09-15 22: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 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 77982a3e 2014-09-15 12: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-14.2 1f42205e 2014-09-15 12: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 2874f76e 2014-09-13 15: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 | ||
bareos-14.2 e65b5686 2014-09-13 13:54 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-14.2 b5a3274a 2014-09-12 19: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 | ||
bareos-14.2 9cfc797a 2014-09-12 18:57 Committer: mvwieringen 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 995a10b7 2014-09-12 18:41 Ported: N/A Details Diff |
Update NLS files. | ||
mod - po/POTFILES.in | Diff File | ||
mod - po/de.po | Diff File | ||
mod - po/es.po | Diff File | ||
mod - po/fr.po | Diff File | ||
mod - po/it.po | Diff File | ||
mod - po/nl.po | Diff File | ||
mod - po/pl.po | Diff File | ||
mod - po/sv.po | Diff File | ||
mod - po/uk.po | Diff File | ||
bareos-14.2 62456edd 2014-09-12 18:36 Ported: N/A Details Diff |
Bump version number. | ||
mod - configure | Diff File | ||
mod - platforms/packaging/bareos-Univention_3.1.dsc | Diff File | ||
mod - platforms/packaging/bareos-Univention_3.2.dsc | Diff File | ||
mod - platforms/packaging/bareos.changes | Diff File | ||
mod - platforms/packaging/bareos.dsc | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
mod - platforms/win32/mingw-debugsrc-devel.spec | Diff File | ||
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos32.spec | Diff File | ||
mod - platforms/win32/winbareos64.spec | Diff File | ||
mod - src/cats/ddl/versions.map.in | Diff File | ||
mod - src/include/version.h | Diff File | ||
bareos-14.2 90425bfe 2014-09-12 12:21 Committer: mvwieringen Ported: N/A Details Diff |
Make nsi build more robust for pnglib updates | ||
mod - platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - platforms/win32/winbareos.nsi | Diff File | ||
bareos-14.2 2dd8e9d2 2014-09-12 11:45 Committer: mvwieringen Ported: N/A Details Diff |
Updated libnames for new windows buildchain | ||
mod - platforms/win32/winbareos32.spec | Diff File | ||
mod - platforms/win32/winbareos64.spec | Diff File | ||
bareos-13.2 f851f024 2014-09-12 11:45 Committer: mvwieringen Ported: N/A Details Diff |
Updated libnames for new windows buildchain Conflicts: platforms/win32/winbareos32.spec platforms/win32/winbareos64.spec |
||
mod - platforms/win32/winbareos32.spec | Diff File | ||
mod - platforms/win32/winbareos64.spec | Diff File | ||
bareos-14.2 876fefb3 2014-09-10 19:23 Committer: mvwieringen Ported: N/A Details Diff |
don't create bareos-doc packages on Debian This packages has nearly no content and is also not build as RPM. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/control.dummy | Diff File | ||
mod - debian/control.in | Diff File | ||
bareos-14.2 5ca919e8 2014-09-10 15:55 Committer: mvwieringen Ported: N/A Details Diff |
build bareos-storage-glusterfs packages on RedHat RHEL7 includes current glusterfs packages, therefore the Bareos GlusterFS backend is build on this platform. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-14.2 6f0f0557 2014-09-10 15:13 Committer: mvwieringen Ported: N/A Details Diff |
added debian/copyright file Added debian/copyright file, generated from LICENSE file. Debian policy requires that the file debian/copyright is part of the source and not generated during build. LICENSE: moved fastlzlib, fastlz and lz4 to section 1e to clarify, that these are additions to the original Bacula license. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - LICENSE | Diff File | ||
mod - debian/Makefile | Diff File | ||
add - debian/copyright | Diff File |