Changesets: bareos
master 621a6f05 2015-01-16 12:12 Marco van Wieringen Ported: N/A Details Diff |
Use either the CreationTime or ChangeTime of the FILE_BASIC_INFO. We switched to using the GetFileInformationByHandleEx() API call when available to also get changes to directories when ACLs get updated. It seems we need to take the highest value of the CreationTime and ChangeTime value of the FILE_BASIC_INFO structure to get a proper st_ctime stat structure field. |
||
mod - src/win32/compat/compat.c | Diff File | ||
bareos-14.2 dad47b92 2015-01-16 12:12 Marco van Wieringen Ported: N/A Details Diff |
Use either the CreationTime or ChangeTime of the FILE_BASIC_INFO. We switched to using the GetFileInformationByHandleEx() API call when available to also get changes to directories when ACLs get updated. It seems we need to take the highest value of the CreationTime and ChangeTime value of the FILE_BASIC_INFO structure to get a proper st_ctime stat structure field. |
||
mod - src/win32/compat/compat.c | Diff File | ||
master bca51e31 2015-01-16 12:12 Marco van Wieringen Ported: N/A Details Diff |
Use either the CreationTime or ChangeTime of the FILE_BASIC_INFO. We switched to using the GetFileInformationByHandleEx() API call when available to also get changes to directories when ACLs get updated. It seems we need to take the highest value of the CreationTime and ChangeTime value of the FILE_BASIC_INFO structure to get a proper st_ctime stat structure field. |
||
mod - src/win32/compat/compat.c | Diff File | ||
master 9bc65fbd 2015-01-15 21:08 Marco van Wieringen Ported: N/A Details Diff |
Use PM_FNAME instead of PM_NAME for some path like buffers. | ||
mod - src/dird/testfind.c | Diff File | ||
mod - src/dird/ua_tree.c | Diff File | ||
bareos-14.2 d3949da6 2015-01-15 21:08 Marco van Wieringen Committer: Joerg Steffens Ported: N/A Details Diff |
Use PM_FNAME instead of PM_NAME for some path like buffers. | ||
mod - src/dird/testfind.c | Diff File | ||
mod - src/dird/ua_tree.c | Diff File | ||
master 86244619 2015-01-15 21:08 Marco van Wieringen Ported: N/A Details Diff |
Use PM_FNAME instead of PM_NAME for some path like buffers. | ||
mod - src/dird/testfind.c | Diff File | ||
mod - src/dird/ua_tree.c | Diff File | ||
master 8f4be4db 2015-01-13 15:49 Joerg Steffens Committer: Philipp Storz Ported: bareos-14.2 Details Diff |
add git log and configure settings to packages Added a build subdirectory to the documentation path in the bareos-common packages that contain information about the source code and the configure options used to build this package. Fixes 394: add git and configure information to the packages |
Affected Issues 0000394 |
|
mod - Makefile.in | Diff File | ||
mod - debian/bareos-common.docs | Diff File | ||
mod - platforms/packaging/bareos.dsc | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
add - scripts/git-info.sh | Diff File | ||
bareos-14.2 703c64eb 2015-01-13 15:49 Joerg Steffens Ported: master Details Diff |
add git log and configure settings to packages Added a build subdirectory to the documentation path in the bareos-common packages that contain information about the source code and the configure options used to build this package. Fixes 394: add git and configure information to the packages |
Affected Issues 0000394 |
|
mod - Makefile.in | Diff File | ||
mod - debian/bareos-common.docs | Diff File | ||
mod - platforms/packaging/bareos.dsc | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
add - scripts/git-info.sh | Diff File | ||
master 51d54565 2015-01-13 15:49 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
add git log and configure settings to packages Added a build subdirectory to the documentation path in the bareos-common packages that contain information about the source code and the configure options used to build this package. Fixes 394: add git and configure information to the packages |
||
mod - Makefile.in | Diff File | ||
mod - debian/bareos-common.docs | Diff File | ||
mod - platforms/packaging/bareos.dsc | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
add - scripts/git-info.sh | Diff File | ||
master 739c923d 2015-01-13 11:36 Marco van Wieringen Ported: N/A Details Diff |
Ignore tape labels in NDMP code. When we encounter some sort of tape label in the backup stream (e.g. FileIndex < 0) then we should just skip that data and not use the default handling which leads to an EOF. When we now encounter a unknown data stream we also print an error including the number of the unwanted datastream. |
Affected Issues 0000374 |
|
mod - src/stored/ndmp_tape.c | Diff File | ||
bareos-14.2 8cf97418 2015-01-13 11:36 Marco van Wieringen Committer: Joerg Steffens Ported: N/A Details Diff |
Ignore tape labels in NDMP code. When we encounter some sort of tape label in the backup stream (e.g. FileIndex < 0) then we should just skip that data and not use the default handling which leads to an EOF. When we now encounter a unknown data stream we also print an error including the number of the unwanted datastream. |
||
mod - src/stored/ndmp_tape.c | Diff File | ||
master 1231e43f 2015-01-13 11:36 Marco van Wieringen Ported: N/A Details Diff |
Ignore tape labels in NDMP code. When we encounter some sort of tape label in the backup stream (e.g. FileIndex < 0) then we should just skip that data and not use the default handling which leads to an EOF. When we now encounter a unknown data stream we also print an error including the number of the unwanted datastream. |
||
mod - src/stored/ndmp_tape.c | Diff File | ||
master c5725a09 2015-01-12 18:47 Committer: pstorz Ported: N/A Details Diff |
make get_database_version_by_release more flexible instead of requireing a full list of all releases, fetch the closests smaller release and take database version from it. Fixes 391: make get_database_version_by_release don't rely on a versions.map that contains information about all releases |
Affected Issues 0000391 |
|
mod - scripts/bareos-config-lib.sh.in | Diff File | ||
mod - src/cats/ddl/versions.map.in | Diff File | ||
bareos-14.2 2a1c817a 2015-01-12 18:47 Joerg Steffens Ported: master Details Diff |
make get_database_version_by_release more flexible instead of requireing a full list of all releases, fetch the closests smaller release and take database version from it. Fixes 391: make get_database_version_by_release don't rely on a versions.map that contains information about all releases |
Affected Issues 0000391 |
|
mod - scripts/bareos-config-lib.sh.in | Diff File | ||
mod - src/cats/ddl/versions.map.in | Diff File | ||
master a095aae4 2015-01-12 18:47 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
make get_database_version_by_release more flexible instead of requireing a full list of all releases, fetch the closests smaller release and take database version from it. Fixes 391: make get_database_version_by_release don't rely on a versions.map that contains information about all releases |
||
mod - scripts/bareos-config-lib.sh.in | Diff File | ||
mod - src/cats/ddl/versions.map.in | Diff File | ||
master 29798500 2015-01-12 16:14 Ported: N/A Details Diff |
fixes a problem with none existing DDL files | ||
mod - platforms/debian/Makefile.in | Diff File | ||
bareos-14.2 d3961d91 2015-01-12 16:14 Joerg Steffens Ported: N/A Details Diff |
fixes a problem with none existing DDL files | ||
mod - platforms/debian/Makefile.in | Diff File | ||
master 7f36c983 2015-01-12 16:14 Joerg Steffens Committer: Marco van Wieringen Ported: N/A Details Diff |
fixes a problem with none existing DDL files | ||
mod - platforms/debian/Makefile.in | Diff File | ||
master dbd2befb 2015-01-11 20:48 Marco van Wieringen Ported: N/A Details Diff |
Add configure console command. For now this is a dummy command but eventually this will implement the interactive configuration of the director. For now we only use this command to determine if we should print the sensitive data when dumping resources in the show command. If you have a console that allows either the configure or any command you will see the sensitive data (passwords) otherwise not. |
||
mod - src/console/console_conf.c | Diff File | ||
mod - src/dird/Makefile.in | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/ua_cmds.c | Diff File | ||
add - src/dird/ua_configure.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/filed/filed_conf.c | Diff File | ||
mod - src/lib/parse_conf.c | Diff File | ||
mod - src/lib/parse_conf.h | Diff File | ||
mod - src/lib/res.c | Diff File | ||
mod - src/qt-console/bat_conf.cpp | Diff File | ||
mod - src/qt-tray-monitor/tray_conf.cpp | Diff File | ||
mod - src/stored/status.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
bareos-14.2 4272bbd8 2015-01-11 20:48 Marco van Wieringen Committer: Joerg Steffens Ported: N/A Details Diff |
Add configure console command. For now this is a dummy command but eventually this will implement the interactive configuration of the director. For now we only use this command to determine if we should print the sensitive data when dumping resources in the show command. If you have a console that allows either the configure or any command you will see the sensitive data (passwords) otherwise not. |
||
mod - src/console/console_conf.c | Diff File | ||
mod - src/dird/Makefile.in | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/ua_cmds.c | Diff File | ||
add - src/dird/ua_configure.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/filed/filed_conf.c | Diff File | ||
mod - src/lib/parse_conf.c | Diff File | ||
mod - src/lib/parse_conf.h | Diff File | ||
mod - src/lib/res.c | Diff File | ||
mod - src/qt-console/bat_conf.cpp | Diff File | ||
mod - src/qt-tray-monitor/tray_conf.cpp | Diff File | ||
mod - src/stored/status.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
master f0f7fb65 2015-01-11 20:48 Marco van Wieringen Ported: N/A Details Diff |
Add configure console command. For now this is a dummy command but eventually this will implement the interactive configuration of the director. For now we only use this command to determine if we should print the sensitive data when dumping resources in the show command. If you have a console that allows either the configure or any command you will see the sensitive data (passwords) otherwise not. |
||
mod - src/console/console_conf.c | Diff File | ||
mod - src/dird/Makefile.in | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/ua_cmds.c | Diff File | ||
add - src/dird/ua_configure.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/filed/filed_conf.c | Diff File | ||
mod - src/lib/parse_conf.c | Diff File | ||
mod - src/lib/parse_conf.h | Diff File | ||
mod - src/lib/res.c | Diff File | ||
mod - src/qt-console/bat_conf.cpp | Diff File | ||
mod - src/qt-tray-monitor/tray_conf.cpp | Diff File | ||
mod - src/stored/status.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
master 694f1364 2015-01-10 11:46 Marco van Wieringen Ported: N/A Details Diff |
Make NDMP ImageStream buffer dynamically allocated size. Instead of hardcoding the Image Stream buffer to 100 K size it to the actual recordsize in use by the NDMP Job. This way we don't have to check if the recordsize specified is outside the allowable size. |
Affected Issues 0000374 |
|
mod - src/ndmp/ndma_image_stream.c | Diff File | ||
mod - src/ndmp/ndmagents.h | Diff File | ||
bareos-14.2 761ce867 2015-01-10 11:46 Marco van Wieringen Committer: Joerg Steffens Ported: N/A Details Diff |
Make NDMP ImageStream buffer dynamically allocated size. Instead of hardcoding the Image Stream buffer to 100 K size it to the actual recordsize in use by the NDMP Job. This way we don't have to check if the recordsize specified is outside the allowable size. |
||
mod - src/ndmp/ndma_image_stream.c | Diff File | ||
mod - src/ndmp/ndmagents.h | Diff File | ||
master d4ea100b 2015-01-10 11:46 Marco van Wieringen Ported: N/A Details Diff |
Make NDMP ImageStream buffer dynamically allocated size. Instead of hardcoding the Image Stream buffer to 100 K size it to the actual recordsize in use by the NDMP Job. This way we don't have to check if the recordsize specified is outside the allowable size. |
||
mod - src/ndmp/ndma_image_stream.c | Diff File | ||
mod - src/ndmp/ndmagents.h | Diff File | ||
master 0ccd2304 2015-01-08 17:15 Ported: N/A Details Diff |
update database version list | ||
mod - src/cats/ddl/versions.map.in | Diff File |