Changesets: bareos
bareos-14.2 432830fb 2014-09-18 08:49 Evgeni Golov Committer: mvwieringen Ported: N/A Details Diff |
be more precise why files are in the public-domain As per [1], "License: public-domain" needs an explanation why the work is in the public-domain. [1] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - debian/copyright | Diff File | ||
mod - debian/copyright.footer | Diff File | ||
master 58872daf 2014-09-17 18:41 Marco van Wieringen Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
master 00ae8d13 2014-09-17 18:15 Joerg Steffens Committer: Marco van Wieringen 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 c6214ba8 2014-09-17 16:41 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
master 5c14c457 2014-09-17 16:41 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-14.2 98296420 2014-09-17 16: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 | ||
master ac27c2d0 2014-09-17 16: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 | ||
master 064dad7e 2014-09-17 15:18 Evgeni Golov Committer: Marco van Wieringen 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 | ||
master be8380a4 2014-09-17 13: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 82b5fa1c 2014-09-17 13: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 | ||
master 0f8e63de 2014-09-16 19:39 aussendorf Committer: Marco van Wieringen 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 | ||
master 43004af1 2014-09-16 17:43 Marco van Wieringen 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 77ffcf3e 2014-09-16 17: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 | ||
master 6cb930f9 2014-09-16 17: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 | ||
master e356735f 2014-09-16 15: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 12c8cb61 2014-09-16 15: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 | ||
master 649a2f76 2014-09-16 12:48 Philipp Storz Committer: Marco van Wieringen 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> |
||
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
bareos-13.2 7a5d4760 2014-09-16 12:48 Philipp Storz Committer: Marco van Wieringen 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> |
||
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
master 7ddd8259 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-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 |