Changesets: bareos
bareos-14.2 6f1ce0dc 2016-03-11 15:31 Ported: N/A Details Diff |
win32: Fix open_bpipe() in windows compat emulation. Fixes 0000632: fd-bpipe plugin merges stderr with stdout, which can result in corrupted backups. |
Affected Issues 0000632 |
|
mod - src/win32/compat/compat.c | Diff File | ||
master cd498436 2016-03-11 11:52 Ported: N/A Details Diff |
Merge branch 'bareos-15.2' | ||
mod - src/lib/bpipe.c | Diff File | ||
mod - src/lib/protos.h | Diff File | ||
mod - src/plugins/filed/bpipe-fd.c | Diff File | ||
bareos-15.2 bd780a7f 2016-03-11 10:59 Ported: N/A Details Diff |
bpipe-fd: stderr is merged with stdout, possible corruption. When changing from using popen() to open_bpipe() it was overlooked that popen() just ignores stderr but open_bpipe() dups both stdout and stderr onto the read pipe used. This patch adds a flag to open_bpipe() which is by default set to true to dup stderr or not. For now this fixes the problem but a better solution could probably be coded by adding an extra member to the BPIPE class with the name efd which is the error handle just as we now have a write and read handle. Fixes 0000632: fd-bpipe plugin merges stderr with stdout, which can result in corrupted backups. |
Affected Issues 0000632 |
|
mod - src/lib/bpipe.c | Diff File | ||
mod - src/lib/protos.h | Diff File | ||
mod - src/plugins/filed/bpipe-fd.c | Diff File | ||
bareos-14.2 747d34cf 2016-03-11 10:59 Ported: N/A Details Diff |
bpipe-fd: stderr is merged with stdout, possible corruption. When changing from using popen() to open_bpipe() it was overlooked that popen() just ignores stderr but open_bpipe() dups both stdout and stderr onto the read pipe used. This patch adds a flag to open_bpipe() which is by default set to true to dup stderr or not. For now this fixes the problem but a better solution could probably be coded by adding an extra member to the BPIPE class with the name efd which is the error handle just as we now have a write and read handle. Fixes 0000632: fd-bpipe plugin merges stderr with stdout, which can result in corrupted backups. |
Affected Issues 0000632 |
|
mod - src/lib/bpipe.c | Diff File | ||
mod - src/lib/protos.h | Diff File | ||
mod - src/plugins/filed/bpipe-fd.c | Diff File | ||
master 574602ae 2016-03-08 16:23 Ported: N/A Details Diff |
Merge branch 'bareos-15.2' | ||
bareos-15.2 9f3e1e26 2016-03-08 16:16 Ported: N/A Details Diff |
plugins: Prefix messages with <pluginname>-<plugtype>: For better uniformity of plugin messages. |
||
mod - src/plugins/dird/python-dir.c | Diff File | ||
mod - src/plugins/filed/bpipe-fd.c | Diff File | ||
mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
mod - src/plugins/filed/python-fd.c | Diff File | ||
mod - src/plugins/filed/rados-fd.c | Diff File | ||
mod - src/plugins/stored/autoxflate-sd.c | Diff File | ||
mod - src/plugins/stored/python-sd.c | Diff File | ||
master a0719149 2016-03-08 16:16 Ported: N/A Details Diff |
plugins: Prefix messages with <pluginname>-<plugtype>: For better uniformity of plugin messages. |
||
mod - src/plugins/dird/python-dir.c | Diff File | ||
mod - src/plugins/filed/bpipe-fd.c | Diff File | ||
mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
mod - src/plugins/filed/python-fd.c | Diff File | ||
mod - src/plugins/filed/rados-fd.c | Diff File | ||
mod - src/plugins/stored/autoxflate-sd.c | Diff File | ||
mod - src/plugins/stored/python-sd.c | Diff File | ||
bareos-15.2 43af31c7 2016-03-08 16:09 Ported: N/A Details Diff |
fix typo | ||
mod - platforms/packaging/bareos.changes | Diff File | ||
bareos-15.2 a3bba9de 2016-03-07 12:24 Ported: N/A Details Diff |
build: Update NLS files. | ||
mod - po/POTFILES.in | Diff File | ||
mod - po/bareos.pot | 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-15.2 ac383e14 2016-03-07 12:22 Ported: N/A Details Diff |
Bump version number | ||
mod - configure | Diff File | ||
mod - platforms/packaging/bareos-Univention_4.0.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/include/version.h | Diff File | ||
master 094a27fe 2016-03-06 12:29 Ported: N/A Details Diff |
Merge branch 'bareos-15.2' | ||
mod - src/dird/ua_label.c | Diff File | ||
mod - src/lmdb/mdb.c | Diff File | ||
mod - src/lmdb/midl.h | Diff File | ||
mod - src/plugins/filed/bpipe-fd.c | Diff File | ||
mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
mod - src/plugins/filed/rados-fd.c | Diff File | ||
mod - src/plugins/filed/test-deltaseq-fd.c | Diff File | ||
mod - src/plugins/filed/test-plugin-fd.c | Diff File | ||
bareos-15.2 06bceeef 2016-03-06 12:26 Ported: N/A Details Diff |
lmdb: Sync to upstream. | ||
mod - src/lmdb/mdb.c | Diff File | ||
mod - src/lmdb/midl.h | Diff File | ||
bareos-15.2 0a0b0a64 2016-03-06 12:21 Ported: N/A Details Diff |
plugins: Remove confusing comment. setFileAttributes() is called for every restored file by the plugin so lets remove the confusing comment. |
||
mod - src/plugins/filed/bpipe-fd.c | Diff File | ||
mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
mod - src/plugins/filed/rados-fd.c | Diff File | ||
mod - src/plugins/filed/test-deltaseq-fd.c | Diff File | ||
mod - src/plugins/filed/test-plugin-fd.c | Diff File | ||
bareos-15.2 7399408d 2016-03-05 14:36 Ported: N/A Details Diff |
Fix compiler warning: ua_label.c:399:13: warning: suggest parentheses around â&&â within â||â [-Wparentheses] if (!yes && ^ |
||
mod - src/dird/ua_label.c | Diff File | ||
bareos-15.2 82817ff3 2016-03-04 18:41 Ported: N/A Details Diff |
cephfs: Rename variable from new_entry to entry. Use the same naming as in the other pop from stack case. Only call the entry new_entry when we push the entry onto the stack. |
||
mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
bareos-15.2 c684d5ef 2016-03-04 18:41 Ported: N/A Details Diff |
cephfs: Return right return code. On a unknown filetype we should return CF_ERROR and when we have a DELETED file we should return CF_SKIP. |
||
mod - src/plugins/filed/cephfs-fd.c | Diff File | ||
bareos-15.2 54aa86b3 2016-03-04 18:41 Ported: N/A Details Diff |
gfapi: Return right return code. On a unknown filetype we should return CF_ERROR and when we have a DELETED file we should return CF_SKIP. |
||
mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
bareos-15.2 bb0653f7 2016-03-04 18:41 Ported: N/A Details Diff |
gfapi: Rename variable from new_entry to entry. Use the same naming as in the other pop from stack case. Only call the entry new_entry when we push the entry onto the stack. |
||
mod - src/plugins/filed/gfapi-fd.c | Diff File | ||
master d990fbf9 2016-03-04 16:41 Ported: N/A Details Diff |
Merge branch 'bareos-15.2' | ||
mod - src/dird/ua_label.c | Diff File | ||
master a797c82a 2016-03-04 16:16 Ported: N/A Details Diff |
Fix inverse logic for automatic labeling with "yes" | ||
mod - src/dird/ua_label.c | Diff File | ||
master e70b0281 2016-03-04 12:25 Jörg Steffens Ported: N/A Details Diff |
Merge pull request #18 from aussendorf/master Pool definition / storage resource list and readme |
||
mod - manuals/en/main/README.document-conventions.txt | Diff File | ||
mod - manuals/en/main/director-resource-pool-definitions.tex | Diff File | ||
master f9e01790 2016-03-04 12:07 Maik Aussendorf Ported: N/A Details Diff |
Update README.document-conventions.txt | ||
mod - manuals/en/main/README.document-conventions.txt | Diff File | ||
master b008960d 2016-03-03 15:59 aussendorf Ported: N/A Details Diff |
Hint about storage resource list in pool configuration | ||
mod - manuals/en/main/director-resource-pool-definitions.tex | Diff File | ||
master 1ab5cb2f 2016-02-26 16:29 Frank Bergkemper Ported: N/A Details Diff |
Merge branch 'bareos-15.2' | ||
mod - module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
mod - vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
master e3641ae3 2016-02-26 14:42 Frank Bergkemper Ported: N/A Details Diff |
Bugfix 0000548 Adds missing quotes around the restore job name to allow names including whitespaces. Fixes 0000548: Unable to use "Restore" function in bareos-webui (Error: Restore Job resource "Restore" does not exist.) |
||
mod - vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File |