Andreas Rogge
Andreas Rogge
- fix memory-leaks in PrintConfigSchemaJson() - lib: avoid integer overflows in Bmicrosleep() ### Thank you for contributing to the Bareos Project! #### Please check - [x] Short description and the...
Previously, mssqlvdi set a default for serveraddress on backup, but not on restore. If you did not specify serveraddress on backup, restore would fail unless you specified it in the...
This patch adds a github action that will trigger on every PR merge and will add the PR's title as a new line to the changelog. ### Thank you for...
### Problem Currently when I press "Confirm Fix" I can only select a single version the fix is applied to, a single branch and a single commit id. In our...
When looking at the `Cargo.lock`, I see a lot of dependencies: ``` $ grep -c 'source = "registry' Cargo.lock 103 ``` With more than 100 other packages used, there is...
This PR adds new warnings and refactors code where needed * enable `-Wshadow` and refactor problematic code * enable `-Wnon-virtual-dtor` #### Please check - [x] Short description and the purpose...
This PR adds a pr-tool subcommand to assist when backporting pull requests to previous releases. It also updates all the python dependencies in pip-tools. See `devtools/pr-tool backport --help` for help....
This PR strives to move as much of the files generated by cmake into the CMAKE_BINARY_DIR instead of putting them into the source tree. #### Please check - [x] Short...
This PR reconfigures the build to * set a debug-prefix-map (and macro-prefix-map) of /usr/src/bareos * if debugedit program is available, debug-prefix-maps are undone POST_BUILD While this may seem counter-intuitive, we...
This PR replaces the implementation of Bvsnprintf() by the plain library functions. We also add the attributes to all printf()-like functions to be able to detect problems at compile-time instead...