Changesets: bareos
master 4cfdab87 2021-11-12 18:52 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000959 berrno windows issue |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/lib/berrno.cc | Diff File | ||
mod - core/src/lib/berrno.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/berrno_test.cc | Diff File | ||
master 04db2543 2021-11-12 11:34 Alaa Eddine Elamri Ported: N/A Details Diff |
updated CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 4d5f0c12 2021-11-12 11:34 Alaa Eddine Elamri Ported: N/A Details Diff |
lib: show windows error codes along with unix errors on windows The errors would not use the necessary windows code when `b_errno_win32` is not set. And so, the program automatically tries to search for a Linux interpretation of the error code, which would lead to a wrong/non-existant message for that error code. Windows and Linux error codes are different and only have a few common error codes like `0` for `success` or error `2` for `no such file a directory`. This change makes sure that, when in doubt, just show both messages and let the user interpret the error code provided. |
||
mod - core/src/lib/berrno.cc | Diff File | ||
mod - core/src/lib/berrno.h | Diff File | ||
master d20ef990 2021-11-12 11:28 Alaa Eddine Elamri Ported: N/A Details Diff |
lib: fixed empty error messages on windows certain windows errors do not have a message to accompany them! The `formatMessage()` function returns an empty string when called for an error that does not have a registered message. Basically, not all error strings are defined in the system message table. So the change that was made was to make sure that if the error message does not exist, at least the error code is returned to the user so they can search for the appropriate error reason somewhere else |
||
mod - core/src/lib/berrno.cc | Diff File | ||
master d3e19496 2021-11-12 11:25 Alaa Eddine Elamri Ported: N/A Details Diff |
gtest: added berrno test | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/berrno_test.cc | Diff File | ||
master c8305c9c 2021-11-11 23:07 Ported: N/A Details Diff |
doc: fix handling configuration directives The Bareos configuration directives are expected to be written in CamelCase. It turned out, that this is not always the case, resulting in mismatch of documentation files and broken internal links. This changes renames some configuration directives into proper CamelCase. It also tries to convert directives into proper CamelCase, adds link targets also for :config:option: with 2 components and produces warnings on dangling links, |
||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
mod - docs/manuals/source/_extensions/bareos-ext.py | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
master c45ad99e 2021-11-11 18:16 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000981 Fix PostgreSQL create database script and client_min_message level |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/create_bareos_database.in | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.11_12.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.12_14.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.14_2001.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2001_2002.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2002_2003.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2003_2004.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2004_2171.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2171_2192.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2192_2210.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.bee.1017_2004.sql | Diff File | ||
master b57c50b6 2021-11-11 17:11 Committer: GitHub Ported: N/A Details Diff |
Merge pull request BareosCheckFunctions: check for chflags() |
||
mod - CHANGELOG.md | Diff File | ||
add - cmake/BareosCheckChflags.cmake | Diff File | ||
mod - core/cmake/BareosCheckFunctions.cmake | Diff File | ||
mod - core/cmake/BareosCheckSymbols.cmake | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/chflags/CMakeLists.txt | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/chflags/testrunner | Diff File | ||
master cf94f4ff 2021-11-11 12:53 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000982 Adapt Percona xtrabackup test |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||
master 6dd1132b 2021-11-11 11:16 Committer: arogge Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 29c1a895 2021-11-11 11:02 Committer: arogge Ported: N/A Details Diff |
Update CHANGELOG.md Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master 71c42ec7 2021-11-11 10:54 Committer: arogge Ported: N/A Details Diff |
core: set client_min_message = warning in PostgreSQL update SQL scripts - PostgreSQL client_min_message = 'fatal' is no more supported update them all to 'error' or 'warning' level Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/cats/ddl/updates/postgresql.11_12.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.12_14.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.14_2001.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2001_2002.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2002_2003.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2003_2004.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2004_2171.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2171_2192.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2192_2210.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.bee.1017_2004.sql | Diff File | ||
master e6dc9576 2021-11-11 10:50 Committer: arogge Ported: N/A Details Diff |
Fix PostgreSQL create database script - Put Encoding and LC directly into SQL create code - Rework the check about encoding and LC Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/cats/create_bareos_database.in | Diff File | ||
master 714b1bbc 2021-11-10 18:37 Committer: arogge Ported: N/A Details Diff |
percona-xtrabackup-test: remove mysql_install_db parts (cherry picked from commit 69d4ecee09b75a243270b3d3e67de40a053c9c29) |
||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||
master 7cc85062 2021-11-10 17:20 Committer: arogge Ported: N/A Details Diff |
systemtests: adapt percona-xtrabackup test (cherry picked from commit 796ea4fa15cf0190afa088ac55bbd6ba79816710) |
||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||
master 4f6c5fdb 2021-11-10 16:29 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000973 stored: don't unload tapes from blocked devices |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/stored/autochanger.cc | Diff File | ||
bareos-19.2 1dda7404 2021-11-10 16:27 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000977 backport adaptions for fedora 35 |
||
mod - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
add - docs/pkglists/Fedora_35.x86_64 | Diff File | ||
mod - python-bareos/packaging/python-bareos.spec | Diff File | ||
mod - webui/vendor/zendframework/zend-i18n/src/Translator/Loader/Gettext.php | Diff File | ||
mod - webui/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpArray.php | Diff File | ||
mod - webui/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpMemoryArray.php | Diff File | ||
master 955f0e4e 2021-11-10 12:57 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000964 from bareos/dev/pstorz/master/newlines-in-jmsg cleanup: add missing \n in Jmsg calls where missing |
||
mod - core/src/cats/postgresql.cc | Diff File | ||
mod - core/src/dird/admin.cc | Diff File | ||
mod - core/src/dird/archive.cc | Diff File | ||
mod - core/src/dird/authenticate_console.cc | Diff File | ||
mod - core/src/dird/backup.cc | Diff File | ||
mod - core/src/dird/catreq.cc | Diff File | ||
mod - core/src/dird/consolidate.cc | Diff File | ||
mod - core/src/dird/fd_cmds.cc | Diff File | ||
mod - core/src/dird/job.cc | Diff File | ||
mod - core/src/dird/migrate.cc | Diff File | ||
mod - core/src/dird/msgchan.cc | Diff File | ||
mod - core/src/dird/ndmp_dma_storage.cc | Diff File | ||
mod - core/src/dird/ndmp_ndmmedia_db_helpers.cc | Diff File | ||
mod - core/src/dird/next_vol.cc | Diff File | ||
mod - core/src/dird/quota.cc | Diff File | ||
mod - core/src/dird/run_on_incoming_connect_interval.cc | Diff File | ||
mod - core/src/dird/scheduler_private.cc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_run.cc | Diff File | ||
mod - core/src/dird/vbackup.cc | Diff File | ||
mod - core/src/dird/verify.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/plugins/filed/rados/rados-fd.cc | Diff File | ||
mod - core/src/stored/acquire.cc | Diff File | ||
mod - core/src/stored/ansi_label.cc | Diff File | ||
mod - core/src/stored/askdir.cc | Diff File | ||
mod - core/src/stored/autochanger.cc | Diff File | ||
mod - core/src/stored/backends/droplet_device.cc | Diff File | ||
mod - core/src/stored/device.cc | Diff File | ||
mod - core/src/stored/spool.cc | Diff File | ||
master ae3473c9 2021-11-10 11:58 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
docs: update `Pid Directory` directive description | ||
mod - docs/manuals/source/Appendix/BackwardCompatibility.rst | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-director-PidDirectory.rst.inc | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-PidDirectory.rst.inc | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-storage-PidDirectory.rst.inc | Diff File | ||
bareos-19.2 cb38476c 2021-11-10 11:57 Ported: N/A Details Diff |
winbareos.nsi: update copyright year (cherry picked from commit 87cbb17351f97ed1c3feefeda15a5a3421338e93) |
||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
master 3cbcc1a3 2021-11-09 15:06 Committer: joergs Ported: N/A Details Diff |
doc: complete rework of data-type subsection - Update all data-type to uppercase - Update all index to match data-type - Update index syntax - Sort alphabetically all data-type - Make indentation (3) uniform everywhere - Add description to each data-type and link to other part - Upgrade subsubsection to subsection (visible in toc) - Use crosslink to config:option when necessary Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
master 62a54e23 2021-11-09 15:02 Committer: GitHub Ported: N/A Details Diff |
Apply suggestions from code review Co-authored-by: sduehr <stephan.duehr@bareos.com> |
||
mod - core/src/cats/sql_get.cc | Diff File | ||
mod - core/src/stored/backends/chunked_device.cc | Diff File | ||
mod - core/src/stored/block.cc | Diff File | ||
mod - core/src/stored/dir_cmd.cc | Diff File | ||
mod - core/src/stored/label.cc | Diff File | ||
mod - core/src/stored/mount.cc | Diff File | ||
master 9764f619 2021-11-09 13:48 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
bareos-19.2 eed44bc1 2021-11-09 13:38 Alaa Eddine Elamri Ported: N/A Details Diff |
ua_status.cc: fix for infinite loop when client disabled for copy job (cherry picked from commit bf60b2583a443ba95e3ae22bd1ca4b0050feeff5) |
||
mod - core/src/dird/ua_status.cc | Diff File | ||
master bf60b258 2021-11-09 13:38 Alaa Eddine Elamri Ported: N/A Details Diff |
ua_status.cc: fix for infinite loop when client disabled for copy job | ||
mod - core/src/dird/ua_status.cc | Diff File |