Changesets: bareos
|
bareos-13.2 56ea00de 2013-10-09 19:43 Bastian Friedrich Committer: Marco van Wieringen Ported: N/A Details Diff |
Missing handling of "close" errors When backing up on a CIFS target (others?), a full (remote) file system is not detected until close() returns (returning -1 and setting errno). However, the return value is not verified, and the incorrect write operation is not detected. The final job result is "ok", but the volume files are small or empty. Fixes 0000233: Missing handling of "close" errors Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
| mod - src/stored/dev.c | Diff File | ||
|
master d2296ef6 2013-10-09 17:43 Ported: N/A Details Diff |
Missing handling of "close" errors When backing up on a CIFS target (others?), a full (remote) file system is not detected until close() returns (returning -1 and setting errno). However, the return value is not verified, and the incorrect write operation is not detected. The final job result is "ok", but the volume files are small or empty. Fixes 0000233: Missing handling of "close" errors Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000233 |
|
| mod - src/stored/dev.c | Diff File | ||
|
bareos-12.4 ce6baf19 2013-10-09 17:43 Ported: N/A Details Diff |
Missing handling of "close" errors When backing up on a CIFS target (others?), a full (remote) file system is not detected until close() returns (returning -1 and setting errno). However, the return value is not verified, and the incorrect write operation is not detected. The final job result is "ok", but the volume files are small or empty. Fixes 0000233: Missing handling of "close" errors Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000233 |
|
| mod - src/stored/dev.c | Diff File | ||
|
bareos-13.2 b27b5445 2013-10-09 17:43 Ported: N/A Details Diff |
Missing handling of "close" errors When backing up on a CIFS target (others?), a full (remote) file system is not detected until close() returns (returning -1 and setting errno). However, the return value is not verified, and the incorrect write operation is not detected. The final job result is "ok", but the volume files are small or empty. Fixes 0000233: Missing handling of "close" errors Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000233 |
|
| mod - src/stored/dev.c | Diff File | ||
|
master 6ded1e85 2013-10-09 10:35 Ported: N/A Details Diff |
Fix compiler warning. | ||
| mod - src/plugins/filed/test-plugin-fd.c | Diff File | ||
|
master c494044b 2013-10-07 17:10 Ported: N/A Details Diff |
Fix typo. | ||
| mod - src/include/version.h | Diff File | ||
|
bareos-13.2 100050bd 2013-10-07 11:21 Marco van Wieringen Ported: N/A Details Diff |
Update README.md with important new stuff in 13.2.x | ||
| mod - README.md | Diff File | ||
|
master 93a4b3ae 2013-10-07 10:34 Ported: N/A Details Diff |
Fix compiler warning. NULL is NOT 0 (zero). |
||
| mod - src/lib/edit.c | Diff File | ||
|
master 56dfa0a1 2013-10-07 09:27 Ported: N/A Details Diff |
Fix typo. | ||
| mod - README.md | Diff File | ||
|
bareos-13.2 4c241e2d 2013-10-07 09:21 Ported: N/A Details Diff |
Update README.md with important new stuff in 13.2.x | ||
| mod - README.md | Diff File | ||
|
master 621965a7 2013-10-07 09:10 Ported: N/A Details Diff |
Update README.md with important new stuff in 13.3.x | ||
| mod - README.md | Diff File | ||
|
bareos-13.2 c615e720 2013-10-02 21:36 Marco van Wieringen Ported: N/A Details Diff |
Move plugins to new layout. | ||
| mod - autoconf/configure.in | Diff File | ||
| mod - configure | Diff File | ||
| mod - platforms/win32/winbareos32.spec | Diff File | ||
| mod - platforms/win32/winbareos64.spec | Diff File | ||
| rm - src/plugins/Makefile | Diff File | ||
| mod - src/win32/plugins/Makefile | Diff File | ||
|
bareos-13.2 bc044d04 2013-10-02 19:36 Ported: N/A Details Diff |
Move plugins to new layout. | ||
| mod - autoconf/configure.in | Diff File | ||
| mod - configure | Diff File | ||
| mod - platforms/win32/winbareos32.spec | Diff File | ||
| mod - platforms/win32/winbareos64.spec | Diff File | ||
| rm - src/plugins/Makefile | Diff File | ||
| mod - src/win32/plugins/Makefile | Diff File | ||
|
master 1a9e4cd2 2013-10-02 15:11 Ported: N/A Details Diff |
Fix problem with copy/migrate jobs. Now we select the right catalog and not always set a pool override of the catalog we run into a crash in set_jcr_defaults as that now derefences the job->client pointer which for copy/migrate jobs may not have been set. This patch adds an extra catalog override method to allow you to set a job specfic catalog setting. If none is set the default (first) catalog is choosen for the copy/migration Job. |
||
| mod - src/dird/dird_conf.c | Diff File | ||
| mod - src/dird/dird_conf.h | Diff File | ||
| mod - src/dird/job.c | Diff File | ||
|
bareos-13.2 68e6fa85 2013-10-01 15:54 Marco van Wieringen Ported: N/A Details Diff |
When using multiple catalogs always the first is chosen. With the introduction of the autoselection of the right catalog when none is selected we also auto select a catalog in the pool resource. That is of course wrong as that means every pool always has an explicit override of the catalog to use to the first catalog which makes the override in the client useless. Fixes 0000229: When using multiple catalogs always the first is chosen. |
||
| mod - src/dird/dird_conf.c | Diff File | ||
|
bareos-12.4 d8191b14 2013-10-01 13:54 Ported: N/A Details Diff |
When using multiple catalogs always the first is chosen. With the introduction of the autoselection of the right catalog when none is selected we also auto select a catalog in the pool resource. That is of course wrong as that means every pool always has an explicit override of the catalog to use to the first catalog which makes the override in the client useless. Fixes 0000229: When using multiple catalogs always the first is chosen. |
Affected Issues 0000229 |
|
| mod - src/dird/dird_conf.c | Diff File | ||
|
bareos-13.2 5b9f9f57 2013-10-01 13:54 Ported: N/A Details Diff |
When using multiple catalogs always the first is chosen. With the introduction of the autoselection of the right catalog when none is selected we also auto select a catalog in the pool resource. That is of course wrong as that means every pool always has an explicit override of the catalog to use to the first catalog which makes the override in the client useless. Fixes 0000229: When using multiple catalogs always the first is chosen. |
Affected Issues 0000229 |
|
| mod - src/dird/dird_conf.c | Diff File | ||
|
master feef1bbc 2013-10-01 13:50 Ported: N/A Details Diff |
When using multiple catalogs always the first is chosen. With the introduction of the autoselection of the right catalog when none is selected we also auto select a catalog in the pool resource. That is of course wrong as that means every pool always has an explicit override of the catalog to use to the first catalog which makes the override in the client useless. Fixes 0000229: When using multiple catalogs always the first is chosen. |
Affected Issues 0000229 |
|
| mod - src/dird/dird_conf.c | Diff File | ||
|
master d72c5178 2013-10-01 10:12 Marco van Wieringen Ported: N/A Details Diff |
See if enabling hardening on Ubuntu is now fixed. We remove the unsetting of the LDFLAGS so on Ubuntu it should now start using the default hardening flags again. |
||
| mod - debian/rules | Diff File | ||
|
master d6bf486f 2013-10-01 08:12 Ported: N/A Details Diff |
See if enabling hardening on Ubuntu is now fixed. We remove the unsetting of the LDFLAGS so on Ubuntu it should now start using the default hardening flags again. |
||
| mod - debian/rules | Diff File | ||
|
master 144e8f3c 2013-10-01 08:12 Ported: N/A Details Diff |
See if enabling hardening on Ubuntu is now fixed. We remove the unsetting of the LDFLAGS so on Ubuntu it should now start using the default hardening flags again. |
||
| mod - debian/rules | Diff File | ||
|
master 21b23fa3 2013-09-30 22:32 Ported: N/A Details Diff |
Fix to get ride of last MAXSTRING variables. And fixes to make testfind work again after some time. As no one probably uses this ever it was broken for some time already. |
||
| mod - src/dird/testfind.c | Diff File | ||
| mod - src/qt-console/restore/restore.cpp | Diff File | ||
|
master 1e036223 2013-09-30 20:07 Ported: N/A Details Diff |
Fix problems in qt programs with new config engine. | ||
| mod - src/console/console_conf.c | Diff File | ||
| mod - src/qt-console/bat_conf.cpp | Diff File | ||
| mod - src/qt-tray-monitor/tray_conf.cpp | Diff File | ||
|
master 4d771cb9 2013-09-30 19:23 Ported: N/A Details Diff |
Enable __builtin_va_copy on mingw. | ||
| mod - src/win32/compat/include/mingwconfig.h | Diff File | ||
|
master d2ce847c 2013-09-29 10:53 Ported: N/A Details Diff |
Updated version to 13.4.0 | ||
| mod - configure | Diff File | ||
| mod - platforms/packaging/bareos-Debian_6.0.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Debian_7.0.dsc | Diff File | ||
| mod - platforms/packaging/bareos-Univention_3.1.dsc | Diff File | ||
| mod - platforms/packaging/bareos-xUbuntu_10.04.dsc | Diff File | ||
| mod - platforms/packaging/bareos-xUbuntu_12.04.dsc | Diff File | ||
| mod - platforms/packaging/bareos.changes | Diff File | ||
| mod - platforms/packaging/bareos.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 | ||