Changesets: bareos
master 6af7401a 2019-08-19 18:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000241 from fbergkemper/dev/fbergkemper/master/story-3067-docs docs: Configure updating the Bvfs cache frequently |
||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
bareos-18.2 5bfd9534 2019-08-19 18:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000242 from fbergkemper/dev/fbergkemper/bareos-18.2/story-3067-docs docs: Configure updating the Bvfs cache frequently |
||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
bareos-18.2 ffa14a9b 2019-08-19 18:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #243 from fbergkemper/dev/fbergkemper/bareos-18.2/story-3067-webui webui: Notify user about Bvfs cache update |
||
mod - webui/config/autoload/global.php.in | Diff File | ||
mod - webui/install/configuration.ini.in | Diff File | ||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
master d238e461 2019-08-19 18:13 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000240 from fbergkemper/dev/fbergkemper/master/story-3067-webui webui: Notify user about Bvfs cache update |
||
mod - webui/config/autoload/global.php.in | Diff File | ||
mod - webui/install/configuration.ini.in | Diff File | ||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
mod - webui/module/Restore/view/restore/restore/versions.phtml | Diff File | ||
master 8b8fb291 2019-08-19 18:11 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000042 from joergsteffens/dev/joergs/master/pam-integration add PAM integration example |
||
add - misc/bareos_pam_integration/README.rst | Diff File | ||
add - misc/bareos_pam_integration/pam_exec_add_bareos_user.py | Diff File | ||
master 838aef14 2019-08-19 18:02 Ported: N/A Details Diff |
core: replace crc32 implementation The previous crc32 implementation was not optimal from a performance point-of-view. This patch introduces Stephan Brumme's Fast CRC32 which is a lot faster than the old algorithm. |
Affected Issues 0001004 |
|
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/block.cc | Diff File | ||
rm - core/src/stored/crc32.cc | Diff File | ||
add - core/src/stored/crc32/Crc32.cpp | Diff File | ||
add - core/src/stored/crc32/Crc32.h | Diff File | ||
add - core/src/stored/crc32/Crc32.ino | Diff File | ||
add - core/src/stored/crc32/Crc32Best.ino | Diff File | ||
add - core/src/stored/crc32/Crc32Test.cpp | Diff File | ||
add - core/src/stored/crc32/LICENSE | Diff File | ||
add - core/src/stored/crc32/Makefile | Diff File | ||
add - core/src/stored/crc32/changelog.md | Diff File | ||
add - core/src/stored/crc32/crc32.js | Diff File | ||
add - core/src/stored/crc32/readme.md | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
bareos-17.2 69f49da8 2019-08-19 17:47 Ported: N/A Details Diff |
win_cross build: adapt qmake binary names The qmake binary names have changed for qt5 |
||
mod - src/win32/Makefile.inc | Diff File | ||
bareos-18.2 c82c33ce 2019-08-16 21:24 Ported: N/A Details Diff |
webui: Notify user about Bvfs cache update Display an bvfs update cache notification in the restore filetree container while loading the tree and in case of an error after tree loading failed. The filetree refresh timeout is now configurable by the filetree_refresh_timeout parameter in restore section of the configuration.ini file. The default of the parameter is set to 120 seconds. [restore] ; Restore filetree refresh timeout after n milliseconds ; Default: 120000 milliseconds filetree_refresh_timeout=120000 |
||
mod - webui/config/autoload/global.php.in | Diff File | ||
mod - webui/install/configuration.ini.in | Diff File | ||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
master b99f7b4f 2019-08-16 21:20 Ported: N/A Details Diff |
added PAM integration example. | ||
add - misc/bareos_pam_integration/README.rst | Diff File | ||
add - misc/bareos_pam_integration/pam_exec_add_bareos_user.py | Diff File | ||
bareos-18.2 d3e7d896 2019-08-16 21:00 Ported: N/A Details Diff |
docs: Configure updating the Bvfs cache frequently | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
master 385b9f9a 2019-08-16 20:22 Ported: N/A Details Diff |
docs: Configure updating the Bvfs cache frequently | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
master ade525a9 2019-08-16 19:13 Ported: N/A Details Diff |
systemtests: fixed typo (bin instead of sbin) Because of this, the dbcheck binary isn't found and the tests logs following warning: Info: unable to get "dbdriver" from config, this is usually not an error. Check /tmp/bareos-config.32302.log |
||
mod - systemtests/environment.in | Diff File | ||
master 55a773ec 2019-08-16 18:57 Ported: N/A Details Diff |
webui: Notify user about Bvfs cache update Display an bvfs update cache notification in the restore filetree container while loading the tree and in case of an error after tree loading failed. The filetree refresh timeout is now configurable by the filetree_refresh_timeout parameter in the restore section of the configuration.ini file. The default of the parameter is set to 120 seconds. [restore] ; Restore filetree refresh timeout after n milliseconds ; Default: 120000 milliseconds filetree_refresh_timeout=120000 |
||
mod - webui/config/autoload/global.php.in | Diff File | ||
mod - webui/install/configuration.ini.in | Diff File | ||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
mod - webui/module/Restore/view/restore/restore/versions.phtml | Diff File | ||
master 05b346c3 2019-08-16 18:06 Ported: N/A Details Diff |
bconsole: adapt usage and man page | ||
mod - core/manpages/bconsole.1 | Diff File | ||
mod - core/src/console/console.cc | Diff File | ||
master d6682a48 2019-08-16 13:56 Tobias Plum Ported: N/A Details Diff |
docs: Fixed spelling | ||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/pluginAPI.rst | Diff File | ||
mod - docs/manuals/source/DocumentationStyleGuide/BareosSpecificFormatting/Ticket.rst | Diff File | ||
master b944cfb3 2019-08-15 18:25 Ported: N/A Details Diff |
systemtests: fix wrong file manipulation command call | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master a80c8878 2019-08-15 16:40 Ported: N/A Details Diff |
tests: webui-selenium: adapt for shells != bash | ||
mod - systemtests/tests/webui-selenium/testrunner.in | Diff File | ||
master ecae0dac 2019-08-15 14:22 Ported: N/A Details Diff |
docs: cleanup | ||
mod - docs/manuals/source/TasksAndConcepts/PAM.rst | Diff File | ||
bareos-18.2 f2cdf479 2019-08-15 14:22 Ported: N/A Details Diff |
docs: cleanup | ||
mod - docs/manuals/source/TasksAndConcepts/PAM.rst | Diff File | ||
master 1b34051f 2019-08-15 14:05 Tobias Plum Ported: N/A Details Diff |
systemtests: added python-fd-plugin-local-fileset-test Tests plugin functionality from the fd. |
||
mod - core/src/plugins/dird/bareos-dir-class-plugin.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/backup-bareos-passive-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/backup-bareos-passive-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/backup-bareos-passive-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/backup-bareos-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/backup-bareos-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/backup-bareos-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/backup-bscan/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/backup-bscan/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/backup-bscan/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/bconsole-pam/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/bconsole-status-client/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/bconsole-status-client/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/bconsole-status-client/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/copy-bscan/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/copy-bscan/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/copy-bscan/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/copy-remote-bscan/etc/bareos-remote/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/copy-remote-bscan/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/copy-remote-bscan/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/copy-remote-bscan/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-test/testrunner | Diff File | ||
mod - systemtests/tests/virtualfull-bscan/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/virtualfull-bscan/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/virtualfull-bscan/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/virtualfull/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/virtualfull/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/virtualfull/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/webui-selenium/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/webui-selenium/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/webui-selenium/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
master 69b2b5d6 2019-08-15 14:05 Tobias Plum Ported: N/A Details Diff |
systemtests: copied and renamed python-fd-plugin-local-fileset-test to python-dir-plugin-test added to CMakeLists |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-dir-plugin-test/testrunner | Diff File | ||
master 1dedd49a 2019-08-14 13:09 Ported: N/A Details Diff |
tests: add a script for automated adding of unittests - usage: add_new_unit_test <testname> |
||
add - core/src/tests/add_new_unit_test.sh | Diff File | ||
add - core/src/tests/test_cmakelists_template.txt.in | Diff File | ||
master 0fc624ac 2019-08-13 16:34 Ported: N/A Details Diff |
jcr: moved code for timer signals to the dedicated file | ||
mod - core/src/lib/bsignal.h | Diff File | ||
mod - core/src/lib/jcr.cc | Diff File | ||
mod - core/src/lib/signal.cc | Diff File | ||
master 20a8f26f 2019-08-13 16:07 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000239 from bareos/dev/franku/master/bugfixes - source-addr-test - fileregexp-test |
||
mod - core/src/dird/bsr.cc | Diff File | ||
mod - regress/tests/source-addr-test | Diff File | ||
master 02bd0b0d 2019-08-13 14:35 Ported: N/A Details Diff |
jcr: move code for thread specific data into dedicated file and add test - added tests - moved and refactored code to enhance readability |
||
mod - core/src/lib/jcr.cc | Diff File | ||
mod - core/src/lib/thread_specific_data.cc | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/thread_specific_data.cc | Diff File |