Changesets: bareos
master 543b70bd 2013-06-21 13:59
Ported: N/A Details Diff |
Tweak text. - Loose some copyright claims. - Drop unused patch files - Loose any references to Kern or Kern Sibbald in relation to bareos. |
||
mod - src/tests/testls.c | Diff File | ||
mod - src/tests/cats_test.c | Diff File | ||
mod - src/tests/bbatch.c | Diff File | ||
mod - src/plugins/fd/test-plugin-fd.c | Diff File | ||
mod - src/lib/tree.c | Diff File | ||
rm - src/cats/make_sqlite3_tables.in.patch | Diff File | ||
rm - src/cats/make_catalog_backup.in.patch | Diff File | ||
rm - src/cats/grant_mysql_privileges.patch | Diff File | ||
rm - src/cats/create_sqlite3_database.in.patch | Diff File | ||
bareos-13.2 42fd0764 2013-06-20 21:54 Marco van Wieringen Ported: N/A Details Diff |
Restore of encrypted data fails when not all files are created. We should check if a file is actually extracted when checking if we encounter an unexpected STREAM_ENCRYPTED_SESSION_DATA. The rctx.cs is setup by a call to crypto_session_decode() and that session lingers until its teared down by close_previous_stream() but that only occurs when the next file is actually extracted. So if we extract one encrypted file and not the one after that the rctx.cs will not be cleared until we hit the next extracted file or the end of the restore. So we should only handle the session at all when we extract the file as otherwise it makes absolutely no sense to even consider the encrypted session data stream at all as we will be skipping the file extract anyway and skip all encrypted data blocks. Fixes 0000192: Restore of PKI encrypted data fails if some of the files should not be replaced |
||
mod - src/filed/restore.c | Diff File | ||
bareos-13.2 5ef01503 2013-06-20 19:54
Ported: N/A Details Diff |
Restore of encrypted data fails when not all files are created. We should check if a file is actually extracted when checking if we encounter an unexpected STREAM_ENCRYPTED_SESSION_DATA. The rctx.cs is setup by a call to crypto_session_decode() and that session lingers until its teared down by close_previous_stream() but that only occurs when the next file is actually extracted. So if we extract one encrypted file and not the one after that the rctx.cs will not be cleared until we hit the next extracted file or the end of the restore. So we should only handle the session at all when we extract the file as otherwise it makes absolutely no sense to even consider the encrypted session data stream at all as we will be skipping the file extract anyway and skip all encrypted data blocks. Fixes 0000192: Restore of PKI encrypted data fails if some of the files should not be replaced |
Affected Issues 0000192 |
|
mod - src/filed/restore.c | Diff File | ||
bareos-12.4 ae186120 2013-06-20 19:54
Ported: N/A Details Diff |
Restore of encrypted data fails when not all files are created. We should check if a file is actually extracted when checking if we encounter an unexpected STREAM_ENCRYPTED_SESSION_DATA. The rctx.cs is setup by a call to crypto_session_decode() and that session lingers until its teared down by close_previous_stream() but that only occurs when the next file is actually extracted. So if we extract one encrypted file and not the one after that the rctx.cs will not be cleared until we hit the next extracted file or the end of the restore. So we should only handle the session at all when we extract the file as otherwise it makes absolutely no sense to even consider the encrypted session data stream at all as we will be skipping the file extract anyway and skip all encrypted data blocks. Fixes 0000192: Restore of PKI encrypted data fails if some of the files should not be replaced |
Affected Issues 0000192 |
|
mod - src/filed/restore.c | Diff File | ||
master 38e8ff91 2013-06-20 19:54
Ported: N/A Details Diff |
Restore of encrypted data fails when not all files are created. We should check if a file is actually extracted when checking if we encounter an unexpected STREAM_ENCRYPTED_SESSION_DATA. The rctx.cs is setup by a call to crypto_session_decode() and that session lingers until its teared down by close_previous_stream() but that only occurs when the next file is actually extracted. So if we extract one encrypted file and not the one after that the rctx.cs will not be cleared until we hit the next extracted file or the end of the restore. So we should only handle the session at all when we extract the file as otherwise it makes absolutely no sense to even consider the encrypted session data stream at all as we will be skipping the file extract anyway and skip all encrypted data blocks. Fixes 0000192: Restore of PKI encrypted data fails if some of the files should not be replaced |
Affected Issues 0000192 |
|
mod - src/filed/restore.c | Diff File | ||
bareos-13.2 4fcd9dbf 2013-06-18 12:02 Marco van Wieringen Ported: N/A Details Diff |
Move include files to right directory. | ||
bareos-13.2 29c4c460 2013-06-18 10:02
Ported: N/A Details Diff |
Move include files to right directory. | ||
bareos-12.4 ecdb7f1b 2013-06-18 10:02
Ported: N/A Details Diff |
Move include files to right directory. | ||
master 835bf89b 2013-06-18 10:02
Ported: N/A Details Diff |
Move include files to right directory. | ||
bareos-12.4 db14f085 2013-06-17 13:10
Ported: N/A Details Diff |
Tweak copyright and some text. | ||
mod - src/include/bc_types.h | Diff File | ||
mod - src/lib/address_conf.h | Diff File | ||
mod - src/lib/attr.c | Diff File | ||
mod - src/lib/htable.c | Diff File | ||
mod - src/lib/md5.h | Diff File | ||
mod - src/lib/openssl.c | Diff File | ||
mod - src/lib/rblist.c | Diff File | ||
mod - src/lib/runscript.c | Diff File | ||
mod - src/lib/runscript.h | Diff File | ||
mod - src/lib/rwlock.c | Diff File | ||
mod - src/lib/rwlock.h | Diff File | ||
mod - src/stored/stored.conf.in | Diff File | ||
master 534ba4a0 2013-06-17 13:10
Ported: N/A Details Diff |
Tweak copyright and some text. | ||
mod - src/stored/stored.conf.in | Diff File | ||
mod - src/lib/rwlock.h | Diff File | ||
mod - src/lib/rwlock.c | Diff File | ||
mod - src/lib/runscript.h | Diff File | ||
mod - src/lib/runscript.c | Diff File | ||
mod - src/lib/rblist.c | Diff File | ||
mod - src/lib/md5.h | Diff File | ||
mod - src/lib/htable.c | Diff File | ||
mod - src/lib/attr.c | Diff File | ||
mod - src/lib/address_conf.h | Diff File | ||
mod - src/include/bc_types.h | Diff File | ||
bareos-13.2 8765beed 2013-06-14 18:01 xtruthx Committer: Marco van Wieringen Ported: N/A Details Diff |
Bugfixes in the uninstall and install scripts Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/opsi/CLIENT_DATA/delsub3264.ins | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/logo.png | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/setup3264.ins | Diff File | ||
bareos-13.2 9e9b610b 2013-06-14 16:01
Ported: N/A Details Diff |
Bugfixes in the uninstall and install scripts Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/opsi/CLIENT_DATA/delsub3264.ins | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/logo.png | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/setup3264.ins | Diff File | ||
bareos-12.4 fd41b90d 2013-06-14 16:01
Ported: N/A Details Diff |
Bugfixes in the uninstall and install scripts Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/opsi/CLIENT_DATA/delsub3264.ins | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/logo.png | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/setup3264.ins | Diff File | ||
master bf260b8d 2013-06-14 16:01
Ported: N/A Details Diff |
Bugfixes in the uninstall and install scripts Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - platforms/opsi/CLIENT_DATA/setup3264.ins | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/logo.png | Diff File | ||
mod - platforms/opsi/CLIENT_DATA/delsub3264.ins | Diff File | ||
bareos-13.2 780d1fa4 2013-06-12 00:20 Marco van Wieringen Ported: N/A Details Diff |
Fix some compiler warnings and fix windows build. | ||
mod - src/lib/md5.c | Diff File | ||
mod - src/lib/var.c | Diff File | ||
mod - src/win32/filed/Makefile | Diff File | ||
mod - src/win32/filed/filedres.rc | Diff File | ||
mod - src/win32/lib/Makefile | Diff File | ||
bareos-13.2 2f2b2dcc 2013-06-11 22:20
Ported: N/A Details Diff |
Fix some compiler warnings and fix windows build. | ||
mod - src/lib/md5.c | Diff File | ||
mod - src/lib/var.c | Diff File | ||
mod - src/win32/filed/Makefile | Diff File | ||
mod - src/win32/filed/filedres.rc | Diff File | ||
mod - src/win32/lib/Makefile | Diff File | ||
bareos-12.4 c5e10ce7 2013-06-11 22:20
Ported: N/A Details Diff |
Fix some compiler warnings. | ||
mod - src/lib/md5.c | Diff File | ||
mod - src/lib/var.c | Diff File | ||
master c6144c97 2013-06-11 22:20
Ported: N/A Details Diff |
Fix some compiler warnings and fix windows build. | ||
mod - src/win32/lib/Makefile | Diff File | ||
mod - src/win32/filed/filedres.rc | Diff File | ||
mod - src/win32/filed/Makefile | Diff File | ||
mod - src/lib/var.c | Diff File | ||
mod - src/lib/md5.c | Diff File | ||
bareos-13.2 ee171942 2013-06-11 18:47 Marco van Wieringen Ported: N/A Details Diff |
Update version date. | ||
mod - src/include/version.h | Diff File | ||
bareos-13.2 cfb6ee80 2013-06-11 16:47
Ported: N/A Details Diff |
Update version date. | ||
mod - src/include/version.h | Diff File | ||
bareos-12.4 64f3ebed 2013-06-11 16:44
Ported: N/A Details Diff |
Update version date. | ||
mod - src/include/version.h | Diff File | ||
bareos-13.2 ef483ddc 2013-06-10 18:07 Marco van Wieringen Ported: N/A Details Diff |
Tweak branch naming. | ||
mod - README.md | Diff File | ||
bareos-13.2 fa07729d 2013-06-10 18:00 Marco van Wieringen Ported: N/A Details Diff |
Add new 13.2 branch. | ||
mod - README.md | Diff File | ||
master 7c49115f 2013-06-10 16:07
Ported: N/A Details Diff |
Tweak branch naming. | ||
mod - README.md | Diff File |