Changesets: bareos

master 7f903c52

2022-10-21 18:55

Alaa Eddine Elamri


Committer: arogge

Ported: N/A

Details Diff
jcr_private: FDJobStatus from volatile to atomic
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/dir_plugins.cc Diff File
mod - core/src/dird/jcr_private.h Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_BAREOS.cc Diff File

master 26fe7f49

2022-10-21 18:50

Alaa Eddine Elamri


Committer: arogge

Ported: N/A

Details Diff
jcr_private: SDJobStatus from volatile to atomic
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/dir_plugins.cc Diff File
mod - core/src/dird/jcr_private.h Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_BAREOS.cc Diff File

master bb652adb

2022-10-21 16:23

Andreas Rogge

Ported: N/A

Details Diff
don't publish compiler settings through droplet

and fix some issues in droplet_device
mod - core/src/droplet/libdroplet/CMakeLists.txt Diff File
mod - core/src/stored/backends/chunked_device.cc Diff File
mod - core/src/stored/backends/droplet_device.cc Diff File

master a3f4e981

2022-10-21 15:38

Andreas Rogge

Ported: N/A

Details Diff
re-enable -Wdeprecated-copy
mod - core/src/tests/CMakeLists.txt Diff File

master 14a83122

2022-10-21 15:37

Andreas Rogge

Ported: N/A

Details Diff
lib: regex_replace leads to maybe-uninitialized

Disable maybe-uninitialized warning that may occur when building with
sanitizers enabled.
mod - core/src/lib/CMakeLists.txt Diff File

master 9405b6e4

2022-10-21 15:36

Andreas Rogge

Ported: N/A

Details Diff
lib: dird: allow deprecated openssl calls

Introduce a macro to allow calling deprecated OpenSSL functionality,
mostly the old non-EVP interfaces.
Also allow calling EVP_md5() which is deprecated on Solaris only, so can
also re-enable the deprecated-declarations warning on Solaris, too.
mod - core/CMakeLists.txt Diff File
mod - core/src/dird/inc_conf.cc Diff File
mod - core/src/dird/job.cc Diff File
add - core/src/include/allow_deprecated.h Diff File
mod - core/src/lib/crypto_openssl.cc Diff File
mod - core/src/lib/crypto_wrap.cc Diff File
mod - core/src/lib/hmac.cc Diff File
mod - core/src/lib/res.cc Diff File
mod - core/src/lib/tls_openssl_private.cc Diff File
mod - core/src/lib/util.cc Diff File

master c51f17ac

2022-10-21 14:28

arogge


Committer: pstorz

Ported: N/A

Details Diff
findlib: always initialize FindOPTS::size_match
mod - core/src/findlib/find.h Diff File

master cb5bb206

2022-10-21 13:21

Andreas Rogge

Ported: N/A

Details Diff
fixup refactor win32
add - core/src/win32/include/fill_proc_address.h Diff File

master 78d825a3

2022-10-21 12:57

pstorz

Ported: N/A

Details Diff
update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 0abfebee

2022-10-21 12:52

Alaa Eddine Elamri

Ported: N/A

Details Diff
append.cc: fix empty incremental backups getting wrong number of files
mod - core/src/stored/append.cc Diff File

master a35c24bf

2022-10-21 12:48

Andreas Rogge

Ported: N/A

Details Diff
win32: refactor all uses of GetProcAddress

This patch wraps GetProcAddress into a C++ template to make it easier to
use and to allow us to ignore the cast-function-type warning in a
central location.
It also simplifies a lot of the uses due to template argument deduction
and changes winapi.cc to use macros that reduce repetition.
mod - core/src/dird/CMakeLists.txt Diff File
mod - core/src/filed/CMakeLists.txt Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/osinfo_win32.cc Diff File
mod - core/src/stored/CMakeLists.txt Diff File
mod - core/src/win32/compat/winapi.cc Diff File
mod - core/src/win32/filed/vss_generic.cc Diff File
mod - core/src/win32/generic/service.cc Diff File

master b0bb6d2e

2022-10-21 12:36

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001262

dird: cats: remove copy and migration jobs with no data from catalog
mod - CHANGELOG.md Diff File
mod - core/src/cats/sql_update.cc Diff File
mod - core/src/dird/migrate.cc Diff File
mod - core/src/dird/ua_prune.cc Diff File
mod - core/src/dird/ua_purge.cc Diff File
mod - docs/manuals/source/TasksAndConcepts/MigrationAndCopy.rst Diff File
mod - systemtests/tests/CMakeLists.txt Diff File
add - systemtests/tests/copy-migrate/etc/bareos/bareos-dir.d/job/migrate.conf Diff File
add - systemtests/tests/copy-migrate/testrunner-05-migrate Diff File

master 6dd0d902

2022-10-21 12:31

pstorz

Ported: N/A

Details Diff
update CHANGELOG.md
mod - CHANGELOG.md Diff File

master c66a0e19

2022-10-21 12:23

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtests: update parallel-jobs test
add - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/job/slow-backup-big-volume.conf Diff File
add - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/job/slow-backup-small-volumes.conf Diff File
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf Diff File
rm - systemtests/tests/parallel-jobs/parallel Diff File
add - systemtests/tests/parallel-jobs/parallel-jobs-small-volumes Diff File
rm - systemtests/tests/parallel-jobs/testrunner-parallel-jobs Diff File
add - systemtests/tests/parallel-jobs/testrunner-parallel-jobs-big-volume Diff File

master 47e3cb46

2022-10-21 12:06

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtests: allow check_restore_diff to check custom restore directory
mod - systemtests/scripts/functions Diff File

master b2391202

2022-10-21 12:06

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtests: regular backup and restore when checkpoints are activated
add - systemtests/tests/checkpoints/testrunner-checkpoints-regular-backup Diff File

master 5f228863

2022-10-21 11:39

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtests: add checks for failed backups
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-kill Diff File
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-stop Diff File

master 063e9646

2022-10-21 11:34

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtests: change volume config to higher block and volume values
mod - systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf Diff File
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-stop Diff File

master ad194d89

2022-10-20 20:13

Andreas Rogge

Ported: N/A

Details Diff
re-enable unknown pragmas warning
mod - core/CMakeLists.txt Diff File
mod - core/src/filed/dir_cmd.cc Diff File
mod - core/src/filed/fd_plugins.h Diff File
mod - core/src/filed/filed.h Diff File
mod - core/src/filed/status.cc Diff File
mod - core/src/win32/compat/compat.cc Diff File
mod - core/src/win32/compat/include/glob.h Diff File
mod - core/src/win32/filed/vss_generic.cc Diff File
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc Diff File

master 90d1a431

2022-10-20 20:10

Andreas Rogge

Ported: N/A

Details Diff
remove register keyword from win32/glob.cc
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/win32/compat/glob.cc Diff File

master e452c297

2022-10-20 20:10

Andreas Rogge

Ported: N/A

Details Diff
disable some warning suppressions
mod - core/src/dird/CMakeLists.txt Diff File
mod - core/src/lib/CMakeLists.txt Diff File

master 2f5823f6

2022-10-20 20:09

Andreas Rogge

Ported: N/A

Details Diff
move -Wextra to the other warning options
mod - core/CMakeLists.txt Diff File

master ee5d007c

2022-10-20 18:01

Alaa Eddine Elamri

Ported: N/A

Details Diff
docs: clarify the documentation about migration and copy jobs
mod - docs/manuals/source/TasksAndConcepts/MigrationAndCopy.rst Diff File

master 8003cbf9

2022-10-20 17:49

frank


Committer: pstorz

Ported: N/A

Details Diff
packaging: update debian control files

- get rid of mod_php in favor of php-fpm
mod - debian/control Diff File
mod - debian/control.bareos-webui Diff File

master 2ea20bb9

2022-10-20 17:36

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtests: applying shellcheck recommendations
mod - systemtests/tests/checkpoints/testrunner-checkpoints-and-spooling Diff File
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-cancel Diff File
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-kill Diff File
mod - systemtests/tests/checkpoints/testrunner-checkpoints-on-stop Diff File
 First  Prev  1 2 3 ... 60 ... 81 82 83 84 85 86 87 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last