Changesets: bareos
master d5614781 2024-12-31 14:25 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2076 winbareos-native.nsi: do not package python3 plugins |
||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
rm - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
master 8544927d 2024-12-31 14:25 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 3a725597 2024-12-31 14:05 Committer: Bareos Bot Ported: N/A Details Diff |
defaultconfigs: remove semi-colon, standardize parameters Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/defaultconfigs/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
master 480c77f3 2024-12-31 13:27 Committer: Bareos Bot Ported: N/A Details Diff |
config.h.in: fix include guard format | ||
mod - core/src/include/config.h.in | Diff File | ||
master 64d1db95 2024-12-31 10:53 Committer: Bareos Bot Ported: N/A Details Diff |
format: apply check-sources changes | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
master 2b5109cb 2024-12-24 16:44 Committer: pstorz Ported: N/A Details Diff |
doc: VolumeManagement chapter improvement - update indexes syntax. - rewrap paragraph. - cleanup example from oldies - remove and adjust `Maximum Concurrent Jobs` - introduce virtual file autochanger with auto-numbered devices. - fix spelling Directory -> |dir| - standardize parameters spelling - use relative positionning into the rst to source directly config example in sources. config: add virtual disk changer example `bareos-dir.d/storage/File.conf.example` is using storage resource defined in `bareos-sd.d/autochanger/FileStorage.conf.example` virtual file changer is using autonumbered devices defined in `bareos-sd.d/devices/File.conf.example` - create virtual_diskchanger.d backend configuration to use unix_file_device.d backend - packaging: add example files to all platforms - File.conf.example: set Address and Password to be fill'up with post install scripts - named the changer File so it can replace the default distributed DIR File storage ressource and FileStorage ressource on SD Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> Co-authored-by: Philipp Storz <philipp.storz@bareos.com> |
||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.director | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
add - core/src/stored/backends/unix_file_device.d/bareos-dir.d/storage/File.conf.example.in | Diff File | ||
add - core/src/stored/backends/unix_file_device.d/bareos-sd.d/autochanger/FileStorage.conf.example | Diff File | ||
add - core/src/stored/backends/unix_file_device.d/bareos-sd.d/device/FileStorage.conf.example | Diff File | ||
mod - debian/bareos-director.install.in | Diff File | ||
mod - debian/bareos-storage.install.in | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/VolumeManagement.rst | Diff File | ||
master a43d9670 2024-12-24 16:43 Committer: Bareos Bot Ported: N/A Details Diff |
doc: cleanup MaximumConcurrentJob - rewrite chapter about Concurrent Jobs - add deprecated statement MaximumConcurrentJobs We missed to update the documentation when those FD and SD parameter get deprecated. - new recommendation is remove to parameter Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/Appendix/Troubleshooting.rst | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-MaximumConcurrentJobs.rst.inc | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-MaximumConcurrentJobs.rst.inc | Diff File | ||
master f018d3d8 2024-12-24 16:41 Committer: Bareos Bot Ported: N/A Details Diff |
doc: update StorageDaemon.rst - update indexes syntax - rewrap paragraph Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/Configuration/StorageDaemon.rst | Diff File | ||
master 1acf130a 2024-12-21 18:22 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2086 Sync EvpDigest between OpenSSL <1.1 and 1.1+ |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
master 54bb33db 2024-12-21 18:22 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master ad1b7a67 2024-12-20 22:50 Committer: pstorz Ported: N/A Details Diff |
Sync EvpDigest between OpenSSL <1.1 and 1.1+ Commit PR #1689 (812f9e48f3466c4400ea649773fad6eacf927250) contains a change in core/src/lib/crypto.h, which has only been partially synced with core/src/lib/crypto_openssl.cc. The latter file contains two definitions of EvpDigest(), depending on OpenSSL major version. Only one was fixed. When compiling e.g. on CentOS 7 one gets an error about shadowing. |
||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
master 808ff0d3 2024-12-20 14:43 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: autoconfigure ccache hash_dir some compilers (i.e. MSVC) don't support -fdebug-prefix-map, so ccache will not automatically do the right thing when base_dir is set. Therefore, we disable hash_dir unless -fdebug-prefix-map was added. |
||
mod - CMakeLists.txt | Diff File | ||
mod - cmake/BareosCcache.cmake | Diff File | ||
mod - cmake/PrefixMap.cmake | Diff File | ||
master ba5fd48f 2024-12-20 11:51 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: skip debian files on MSVC build | ||
mod - cmake/BareosGenerateDebianInfo.cmake | Diff File | ||
master 784f3246 2024-12-20 10:20 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2079 Fix building ndmjob program |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/ndmp/ndmjob_args.c | Diff File | ||
master 2ff21f08 2024-12-20 10:20 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master de86aa52 2024-12-19 20:13 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: clean up more windows but not msvc parts | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 24d1a8ca 2024-12-19 18:58 Committer: Bareos Bot Ported: N/A Details Diff |
cleanup config.h.in | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
master 14d05b08 2024-12-19 17:57 Committer: Bareos Bot Ported: N/A Details Diff |
matrix: remove win-cross | ||
mod - .matrix.yml | Diff File | ||
master 62717482 2024-12-19 17:55 Committer: Bareos Bot Ported: N/A Details Diff |
build: remove wincross support | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
rm - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
master 1ed1e70d 2024-12-19 15:20 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2056 added build-dep to libutfcpp-dev in debian-like environments |
||
mod - AUTHORS | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - debian/control | Diff File | ||
mod - debian/control.src | Diff File | ||
master 74ae0e00 2024-12-19 15:20 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master afffda94 2024-12-19 14:35 Committer: Bareos Bot Ported: N/A Details Diff |
build: unify detection of BAREOS_PLATFORM | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
master fb7031f8 2024-12-19 13:14 Ported: N/A Details Diff |
remove unused files | ||
rm - core/src/.indent.pro | Diff File | ||
master 5e8ed1a7 2024-12-19 12:48 Ported: N/A Details Diff |
tray-monitor: silence warning when Qt6 not found | ||
mod - core/src/qt-tray-monitor/CMakeLists.txt | Diff File | ||
master fcdedff7 2024-12-19 12:33 Ported: N/A Details Diff |
lib: tidy up CMakeLists.txt | ||
mod - core/src/lib/CMakeLists.txt | Diff File |