Changesets: bareos
master 095f66ea 2015-03-17 17:30 Ported: N/A Details Diff |
Make now stops on first error with GNUmakefile Instead of going on with the build in other subdirectories. As the new Makefile is not portable to e.g Solaris the new behaviour is added as "GNUmakefile" which is used by gnu make, other makes will use "Makefile". |
||
add - GNUmakefile.in | Diff File | ||
mod - autoconf/configure.in | Diff File | ||
mod - configure | Diff File | ||
mod - src/lib/Makefile.in | Diff File | ||
master 43bf8601 2015-03-13 19:32 Ported: N/A Details Diff |
Don't trash dcr->rec while doing autolabeling. Fixes 0000437: When storing on multiple volumes via File backend, a data block of 64k gets lost |
Affected Issues 0000437 |
|
mod - src/stored/label.c | Diff File | ||
bareos-14.2 263240ea 2015-03-13 19:32 Marco van Wieringen Ported: N/A Details Diff |
Don't trash dcr->rec while doing autolabeling. Fixes 0000437: When storing on multiple volumes via File backend, a data block of 64k gets lost |
||
mod - src/stored/label.c | Diff File | ||
master 4b0a7cf9 2015-03-06 19:15 Committer: mvwieringen Ported: N/A Details Diff |
improved JSON support In order to better interact with other programs, the Bareos Director console now supports the ".api json" command, to switch to JSON output. Currently only a subset of the commands are supported (the ones required by bareos-webui). To archieve this, Bareos can be linked against the jansson library. Other parts of Bareos (output of the configuration options) now also use the jansson library. |
||
mod - autoconf/configure.in | Diff File | ||
mod - platforms/packaging/bareos-Univention_4.0.dsc | Diff File | ||
mod - platforms/packaging/bareos.dsc | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
mod - src/cats/cats.h | Diff File | ||
mod - src/cats/protos.h | Diff File | ||
mod - src/cats/sql.c | Diff File | ||
mod - src/cats/sql_list.c | Diff File | ||
mod - src/console/Makefile.in | Diff File | ||
mod - src/console/console.c | Diff File | ||
mod - src/console/console_conf.c | Diff File | ||
mod - src/dird/Makefile.in | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/inc_conf.c | Diff File | ||
mod - src/dird/protos.h | Diff File | ||
mod - src/dird/sd_cmds.c | Diff File | ||
mod - src/dird/ua.h | Diff File | ||
mod - src/dird/ua_cmds.c | Diff File | ||
mod - src/dird/ua_dotcmds.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/dird/ua_query.c | Diff File | ||
mod - src/dird/ua_restore.c | Diff File | ||
mod - src/dird/ua_run.c | Diff File | ||
mod - src/dird/ua_select.c | Diff File | ||
mod - src/dird/ua_server.c | Diff File | ||
mod - src/dird/ua_update.c | Diff File | ||
mod - src/filed/Makefile.in | Diff File | ||
mod - src/filed/filed.c | Diff File | ||
mod - src/filed/filed_conf.c | Diff File | ||
mod - src/include/baconfig.h | Diff File | ||
mod - src/lib/Makefile.in | Diff File | ||
add - src/lib/json.c | Diff File | ||
mod - src/lib/lib.h | Diff File | ||
mod - src/lib/mem_pool.c | Diff File | ||
mod - src/lib/mem_pool.h | Diff File | ||
add - src/lib/output_formatter.c | Diff File | ||
add - src/lib/output_formatter.h | Diff File | ||
mod - src/lib/parse_conf.h | Diff File | ||
mod - src/lib/protos.h | Diff File | ||
mod - src/lib/res.c | Diff File | ||
mod - src/qt-tray-monitor/tray-monitor.cpp | Diff File | ||
mod - src/qt-tray-monitor/tray-monitor.pro.in | Diff File | ||
mod - src/qt-tray-monitor/tray_conf.cpp | Diff File | ||
mod - src/stored/Makefile.in | Diff File | ||
mod - src/stored/stored.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
mod - src/win32/lib/Makefile | Diff File | ||
master 28178569 2015-03-06 12:46 Ported: N/A Details Diff |
Patch proposed by Marco to fix bareos-fd and bareos-sd -t segfault | ||
mod - src/dird/socket_server.c | Diff File | ||
mod - src/filed/socket_server.c | Diff File | ||
mod - src/stored/socket_server.c | Diff File | ||
master cdf44495 2015-03-05 18:32 Ported: N/A Details Diff |
Tweak layout. - If crypto is disabled on the drive make the plugin inactive. - As build system only builds this module when requirements are met no need to have dummy stubs for functions. - Some code layout changes. |
||
mod - src/plugins/stored/autoxflate-sd.c | Diff File | ||
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
bareos-14.2 9bcc2d82 2015-03-05 18:32 Ported: N/A Details Diff |
Tweak layout. - If crypto is disabled on the drive make the plugin inactive. - As build system only builds this module when requirements are met no need to have dummy stubs for functions. - Some code layout changes. |
||
mod - src/plugins/stored/autoxflate-sd.c | Diff File | ||
mod - src/plugins/stored/scsicrypto-sd.c | Diff File | ||
master 6cc660d7 2015-03-01 11:53 Committer: pstorz Ported: N/A Details Diff |
Updated README.md | ||
mod - README.md | Diff File | ||
master f9214b8f 2015-02-27 21:54 Committer: pstorz Ported: N/A Details Diff |
Add escape parsing to generic plugin option parser. Backport the new escaping of the ':' using '\:' to all existing plugin config parsers. This code comes from the new cephfs-fd and gfapi-fd plugins. Fixes 0000428: bpipe plugin on windows and colon character problem |
Affected Issues 0000428 |
|
mod - src/plugins/dird/python-dir.c | Diff File | ||
mod - src/plugins/filed/bpipe-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/python-sd.c | Diff File | ||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
bareos-14.2 c5425bd7 2015-02-27 21:54 Ported: N/A Details Diff |
Add escape parsing to generic plugin option parser. Backport the new escaping of the ':' using '\:' to all existing plugin config parsers. This code comes from the new cephfs-fd and gfapi-fd plugins. Fixes 0000428: bpipe plugin on windows and colon character problem |
Affected Issues 0000428 |
|
mod - src/plugins/dird/python-dir.c | Diff File | ||
mod - src/plugins/filed/bpipe-fd.c | Diff File | ||
mod - src/plugins/filed/python-fd.c | Diff File | ||
mod - src/plugins/stored/python-sd.c | Diff File | ||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
master 89db0759 2015-02-23 11:12 Committer: pstorz Ported: N/A Details Diff |
Fix FIXME from ages ago. Check ACL for access to pool by ua in update_all_vols_from_pool. |
||
mod - src/dird/ua_update.c | Diff File | ||
master 43beec07 2015-02-23 11:12 Ported: N/A Details Diff |
Fix FIXME from ages ago. Check ACL for access to pool by ua in update_all_vols_from_pool. Seems merging some branches removed this commit so applying it again. |
||
mod - src/dird/ua_update.c | Diff File | ||
bareos-14.2 e9579855 2015-02-23 11:12 Ported: N/A Details Diff |
Fix FIXME from ages ago. Check ACL for access to pool by ua in update_all_vols_from_pool. |
||
mod - src/dird/ua_update.c | Diff File | ||
master a19cea8a 2015-02-23 00:01 Ported: N/A Details Diff |
Allow scanning and storing restore objects with bscan. Now that we start using restore objects in more plugins we should also be able to restore these objects using bscan. |
||
mod - src/stored/bscan.c | Diff File | ||
master fa7a54a3 2015-02-21 12:20 Ported: N/A Details Diff |
Fix split brain problem. The storage daemon asks the director for the next volume to use but it can happen that this volume is already loaded but due to restrictions in the storage daemon config the job cannot reserve the volume for append. In the previous code this would lead to the storage daemon asking for a new volume and getting exactly the same as the director has no knowledge of the reservation limitiations but then the Storage daemon would give up as it already knows that the volume cannot be used. This patch adds some stop-gap logic in which we let the director know what volumes we already tried and which we don't want to get in return for the next available volume. The real problem is that the reservation logic is split between DIR and SD without both having a full overview of reality so this is bound to fail. The only real solution is a redesign of the whole reservation logic from scratch without trying to work around the weird way things work now. |
||
mod - src/cats/protos.h | Diff File | ||
mod - src/cats/sql_find.c | Diff File | ||
mod - src/dird/catreq.c | Diff File | ||
mod - src/dird/dird.h | Diff File | ||
mod - src/dird/next_vol.c | Diff File | ||
mod - src/dird/protos.h | Diff File | ||
mod - src/dird/recycle.c | Diff File | ||
mod - src/dird/ua_output.c | Diff File | ||
mod - src/dird/ua_status.c | Diff File | ||
mod - src/stored/askdir.c | Diff File | ||
bareos-13.2 e95e6a02 2015-02-19 22:04 Philipp Storz Ported: N/A Details Diff |
Fixed source name in specs from _ to - | ||
mod - platforms/packaging/bareos-RHEL_4.spec | Diff File | ||
mod - platforms/packaging/bareos-SLE_10.spec | Diff File | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
bareos-12.4 fead6a35 2015-02-19 22:04 Committer: mvwieringen Ported: N/A Details Diff |
Fixed source name in specs from _ to - | ||
mod - platforms/packaging/bareos.spec | Diff File | ||
master e1c406d4 2015-02-19 14:35 Committer: pstorz Ported: N/A Details Diff |
Fix compile problem with newer droplet libs. | ||
mod - src/stored/backends/object_store_device.c | Diff File | ||
master d58126ed 2015-02-18 18:00 Ported: N/A Details Diff |
Don't RecoverAfterRestore when we restore to a file. | ||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
bareos-14.2 de561402 2015-02-18 18:00 Marco van Wieringen Ported: N/A Details Diff |
Don't RecoverAfterRestore when we restore to a file. | ||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
master b71aa9c7 2015-02-17 16:14 Marco van Wieringen Ported: N/A Details Diff |
Fixup tree for rebuilding code tree. | ||
mod - src/console/console.c | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/job.c | Diff File | ||
mod - src/dird/migrate.c | Diff File | ||
mod - src/dird/ua_cmds.c | Diff File | ||
mod - src/dird/ua_select.c | Diff File | ||
mod - src/filed/backup.c | Diff File | ||
mod - src/filed/dir_cmd.c | Diff File | ||
mod - src/filed/filed.c | Diff File | ||
mod - src/filed/filed_conf.c | Diff File | ||
mod - src/filed/verify.c | Diff File | ||
mod - src/lib/edit.c | Diff File | ||
mod - src/stored/dev.h | Diff File | ||
mod - src/stored/dir_cmd.c | Diff File | ||
mod - src/stored/spool.c | Diff File | ||
mod - src/stored/stored_conf.c | Diff File | ||
mod - src/stored/stored_conf.h | Diff File | ||
mod - src/win32/compat/include/mingwconfig.h | Diff File | ||
master c0b2f27c 2015-02-17 11:40 Marco van Wieringen Ported: N/A Details Diff |
Fix mssqlvdi plugin to interpret where argument correctly. Fixes 0000425: Mssqlvdi always restores to file. |
Affected Issues 0000425 |
|
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
bareos-14.2 baa404b7 2015-02-17 11:40 Marco van Wieringen Ported: N/A Details Diff |
Fix mssqlvdi plugin to interpret where argument correctly. Fixes 0000425: Mssqlvdi always restores to file. |
||
mod - src/win32/plugins/filed/mssqlvdi-fd.c | Diff File | ||
bareos-14.2 e733bbc4 2015-02-17 10:39 Philipp Storz Committer: Marco van Wieringen Ported: N/A Details Diff |
added specfile for SLE_10 | ||
add - platforms/packaging/bareos-SLE_10.spec | Diff File | ||
master 555d4a9c 2015-02-09 17:52 Ported: N/A Details Diff |
Adapt opsi specfile to single windows project | ||
mod - platforms/opsi/winbareos-opsi.spec | Diff File |