Changesets: bareos
master f92a5f56 2021-05-23 16:19 Ported: N/A Details Diff |
postgresql plugin: switch from psycopg2 to pg8000 | ||
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py | Diff File | ||
mod - core/src/plugins/filed/python/postgres/bareos-fd-postgres.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master a7163f03 2021-05-21 19:25 Ported: N/A Details Diff |
systemtests: py{2,3}plug-fd-local-fileset*: run status client before wait This can prevent errors on busy systems, when the issued job has not yet been scheduled and wait therefore immediatly returns. |
||
mod - systemtests/tests/py2plug-fd-local-fileset-restoreobject/testrunner | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset/testrunner | Diff File | ||
master b89087d0 2021-05-21 12:49 Committer: pstorz Ported: N/A Details Diff |
docs: webui: change wording in installation Changes wording to indicate better that paths may vary. Fixes 0000912: wrong configuration path for apache |
Affected Issues 0000912 |
|
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
bareos-18.2 de9cdd11 2021-05-21 12:49 Committer: pstorz Ported: N/A Details Diff |
docs: webui: change wording in installation Changes wording to indicate better that paths may vary. Fixes 0000912: wrong configuration path for apache (cherry picked from commit b89087d0ae90251be8fa54cdba01c04659a67c42) |
Affected Issues 0000912 |
|
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
bareos-19.2 4057406c 2021-05-21 12:49 Committer: pstorz Ported: N/A Details Diff |
docs: webui: change wording in installation Changes wording to indicate better that paths may vary. Fixes 0000912: wrong configuration path for apache (cherry picked from commit b89087d0ae90251be8fa54cdba01c04659a67c42) |
Affected Issues 0000912 |
|
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
master c4d80cf5 2021-05-20 22:27 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000810 from alaaeddineelamri/dev/alaaeddineelamri/master/bug-0001194-incremental-backup Fix bug-0001194: accurate incremental backup |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/backup.cc | Diff File | ||
master a716fbdf 2021-05-20 15:26 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000809 from bareos/dev/joergs/master/device-destructor dev.cc: do not call virtual functions in destructor |
||
mod - .gitignore | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/stored/acquire.h | Diff File | ||
mod - core/src/stored/backends/cephfs_device.cc | Diff File | ||
mod - core/src/stored/backends/chunked_device.cc | Diff File | ||
mod - core/src/stored/backends/generic_tape_device.cc | Diff File | ||
mod - core/src/stored/backends/generic_tape_device.h | Diff File | ||
mod - core/src/stored/backends/gfapi_device.cc | Diff File | ||
mod - core/src/stored/backends/rados_device.cc | Diff File | ||
mod - core/src/stored/backends/unix_fifo_device.cc | Diff File | ||
mod - core/src/stored/backends/unix_fifo_device.h | Diff File | ||
mod - core/src/stored/backends/unix_file_device.h | Diff File | ||
mod - core/src/stored/backends/unix_tape_device.h | Diff File | ||
mod - core/src/stored/butil.cc | Diff File | ||
mod - core/src/stored/butil.h | Diff File | ||
mod - core/src/stored/dev.cc | Diff File | ||
mod - core/src/stored/dev.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/configs/sd_backend/bareos-sd.d/device/tape1.conf | Diff File | ||
add - core/src/tests/configs/sd_backend/bareos-sd.d/storage/myself.conf.in | Diff File | ||
add - core/src/tests/sd_backend.cc | Diff File | ||
mod - core/src/win32/stored/backends/win32_fifo_device.cc | Diff File | ||
mod - core/src/win32/stored/backends/win32_fifo_device.h | Diff File | ||
mod - core/src/win32/stored/backends/win32_file_device.cc | Diff File | ||
mod - core/src/win32/stored/backends/win32_file_device.h | Diff File | ||
mod - core/src/win32/stored/backends/win32_tape_device.cc | Diff File | ||
mod - core/src/win32/stored/backends/win32_tape_device.h | Diff File | ||
master c2df33dd 2021-05-18 18:58 Ported: N/A Details Diff |
On modern systemd the network is only 'ip' ready at network-online target. Require: network.target, but start after network-online.service. remote-fs.target is not a requirement, but if the target exists, our daemons should start after reaching this target. Synchronize Debian systemd service files to RPM systemd service files. |
||
mod - core/platforms/systemd/bareos-dir.service.in | Diff File | ||
mod - core/platforms/systemd/bareos-fd.service.in | Diff File | ||
mod - core/platforms/systemd/bareos-sd.service.in | Diff File | ||
mod - debian/bareos-director.service.in | Diff File | ||
mod - debian/bareos-filedaemon.service.in | Diff File | ||
mod - debian/bareos-storage.service.in | Diff File | ||
master 51a829d7 2021-05-17 19:18 Ported: N/A Details Diff |
systemtests: add NDMP test To enable the system ndmp test call cmake with: -Dndmp_data_agent_address=<ip.of.data.agent> \ -Dndmp_data_agent_user=<user> \ -Dndmp_data_agent_password=<password> |
||
mod - CHANGELOG.md | Diff File | ||
mod - CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/client/isilon.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/fileset/isilon-fileset.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/NDMPRestoreDump.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/isilondump.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/job/ndmp-copy-isilon.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/jobdefs/DefaultNDMPJob.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/jobdefs/DefaultNDMPRestoreJob.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/pool/isilon-copy.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/pool/isilon.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-dir.d/storage/ndmp.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/device/FileStorage2.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/ndmp/ndmp.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/ndmp/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/ndmp/testrunner | Diff File | ||
master b7fecb57 2021-05-14 13:36 Ported: N/A Details Diff |
gtest: sd_reservation test: fix on wincross-fedora 34 (cherry picked from commit 01816b9659bcc9ff9139486bfc01400fd20b4c84) |
||
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single1.conf | Diff File | ||
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single3.conf | Diff File | ||
master 01816b96 2021-05-14 13:36 Ported: N/A Details Diff |
gtest: sd_reservation test: fix on wincross-fedora 34 | ||
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single1.conf | Diff File | ||
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/device/single3.conf | Diff File | ||
master 414fcdcf 2021-05-12 19:21 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000817 from bmwiedemann/opensuse153 Fix build for newer openSUSE releases |
||
mod - AUTHORS | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 1964c83d 2021-05-12 18:21 Ported: N/A Details Diff |
systemtests: introduce SKIP_RETURN_CODE 77 for system tests gfapi-fd test: return with SKIP_RETURN_CODE if sudo of required commands is not possible |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/gfapi-fd/testrunner | Diff File | ||
master 959a6276 2021-05-12 16:09 Bernhard M. Wiedemann Ported: N/A Details Diff |
Fix build for openSUSE Leap 15.3 | ||
mod - AUTHORS | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 03415504 2021-05-12 12:19 Ported: N/A Details Diff |
bareos.spec: do not build mysql for Fedora >=34 | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master badb8091 2021-05-11 18:09 Ported: N/A Details Diff |
systemtests: fix gfapi variable replacement, find sudo binary | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/gfapi-fd/testrunner | Diff File | ||
bareos-18.2 08833c7c 2021-05-11 15:46 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000814 from bareos/dev/fbergkemper/bareos-18.2/fix-broken-hyperlink docs: update PAM documentation |
||
mod - docs/manuals/source/TasksAndConcepts/PAM.rst | Diff File | ||
master b75fac91 2021-05-11 13:48 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000815 from bareos/dev/fbergkemper/master/update-pam-integration-readme contrib: update pam integration readme |
||
mod - contrib/misc/bareos_pam_integration/README.rst | Diff File | ||
bareos-19.2 a6cf5b0a 2021-05-11 12:08 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000813 from bareos/dev/fbergkemper/bareos-19.2/fix-broken-hyperlink docs: fix broken hyperlink |
||
mod - docs/manuals/source/TasksAndConcepts/PAM.rst | Diff File | ||
master 4457ed6a 2021-05-10 23:07 Ported: N/A Details Diff |
lib: refactor alist.h to inline all methods To improve readability all methods have been moved into the class declaration itself which will imply the class templating and inlining. |
||
mod - core/src/lib/alist.h | Diff File | ||
master 3681a50c 2021-05-10 18:35 Ported: N/A Details Diff |
lib: refactor dlist.h to inline all methods previously some methods were not inlined. However, this is required to not violate ODR. To improve readability all methods have been moved into the class declaration itself which will imply the class templating and inlining. |
||
mod - core/src/lib/dlist.h | Diff File | ||
master f663f311 2021-05-10 17:44 Ported: N/A Details Diff |
systemtests: add python-restapi broken to broken tests | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 57501642 2021-05-10 16:04 Ported: N/A Details Diff |
ldap test: set encoding on top | ||
mod - systemtests/tests/py2plug-fd-ldap/testdata.py | Diff File | ||
master efbc1485 2021-05-10 15:18 Ported: N/A Details Diff |
systemtests: gfapi-fd: run status and wait to avoid zombie job detection as wait seems not to work | ||
mod - systemtests/tests/gfapi-fd/testrunner | Diff File | ||
master 9c8d22bc 2021-05-10 14:12 Ported: N/A Details Diff |
replace keyword class with typename in templates The C++ standard says: There is no semantic difference between class and typename in a type-parameter-key. We change most uses of class to typename, so our declarations (especially forward-declarations) look uniform. |
||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/dird/msgchan.h | Diff File | ||
mod - core/src/dird/storage.h | Diff File | ||
mod - core/src/dird/ua_select.h | Diff File | ||
mod - core/src/filed/filed_conf.h | Diff File | ||
mod - core/src/filed/restore.h | Diff File | ||
mod - core/src/findlib/xattr.h | Diff File | ||
mod - core/src/lib/alist.h | Diff File | ||
mod - core/src/lib/crypto.h | Diff File | ||
mod - core/src/lib/ini.h | Diff File | ||
mod - core/src/stored/jcr_private.h | Diff File |