Changesets: bareos
master a16c6fbc 2020-09-06 23:52 Ported: N/A Details Diff |
edit.cc: introduced SizeAsSiPrefixFormat() and tests | ||
mod - core/src/lib/edit.cc | Diff File | ||
mod - core/src/lib/edit.h | Diff File | ||
mod - core/src/lib/res.cc | Diff File | ||
mod - core/src/tests/test_edit.cc | Diff File | ||
master 769ea672 2020-09-06 00:08 Ported: N/A Details Diff |
edit.cc: created tests for size_to_uint64(), documentation | ||
mod - core/src/lib/edit.cc | Diff File | ||
mod - core/src/lib/edit.h | Diff File | ||
mod - core/src/lib/res.cc | Diff File | ||
mod - core/src/tests/test_edit.cc | Diff File | ||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
master 00dcfaad 2020-09-04 23:40 Ported: N/A Details Diff |
gtests: introduced test for edit.cc | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/test_edit.cc | Diff File | ||
master dee8afb0 2020-09-04 23:35 Ported: N/A Details Diff |
edit.cc: added tera-, peta-, and exabyte sizes | ||
mod - core/src/lib/edit.cc | Diff File | ||
bareos-18.2 ee9de50e 2020-09-04 20:16 Ported: N/A Details Diff |
mingwconfig.h: modify for new buildchain | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
bareos-18.2 e9eb10c8 2020-09-04 20:13 Ported: N/A Details Diff |
core/CMakeLists.txt: adapt to new buildchain | ||
mod - core/CMakeLists.txt | Diff File | ||
bareos-18.2 684df134 2020-09-04 20:11 Ported: N/A Details Diff |
crypto_openssl: apply clang-format | ||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
mod - core/src/lib/crypto_openssl.h | Diff File | ||
bareos-18.2 87a78c4d 2020-09-04 20:10 Ported: N/A Details Diff |
core/CMakeLists.txt: apply cmake-format | ||
mod - core/CMakeLists.txt | Diff File | ||
bareos-19.2 16b67f32 2020-09-04 19:05 Ported: N/A Details Diff |
crypto_openssl: remove OpensslSeedPrng() and OpensslSavePrng() See the RAND(7) manpage: The default random generator will initialize automatically on first use and will be fully functional without having to be initialized ('seeded') explicitly. It seeds and reseeds itself automatically using trusted random sources provided by the operating system. |
||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
mod - core/src/lib/crypto_openssl.h | Diff File | ||
master f563cf2e 2020-09-04 19:04 Ported: N/A Details Diff |
crypto_openssl: removed OpensslSeedPrng() and OpensslSavePrng() See the RAND(7) manpage: The default random generator will initialize automatically on first use and will be fully functional without having to be initialized ('seeded') explicitly. It seeds and reseeds itself automatically using trusted random sources provided by the operating system. |
||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
mod - core/src/lib/crypto_openssl.h | Diff File | ||
bareos-18.2 4502c926 2020-09-04 19:04 Ported: N/A Details Diff |
crypto_openssl: remove OpensslSeedPrng() and OpensslSavePrng() See the RAND(7) manpage: The default random generator will initialize automatically on first use and will be fully functional without having to be initialized ('seeded') explicitly. It seeds and reseeds itself automatically using trusted random sources provided by the operating system. |
||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
mod - core/src/lib/crypto_openssl.h | Diff File | ||
master 9a95f844 2020-09-04 15:01 Ported: N/A Details Diff |
Initial checkin of experimental Bareos REST API This is an experimental and preliminary backend for development purposes. The endpoints are subject for review and maybe changed in the future. It provides a REST API using fastapi, uvicorn and python-bareos to connect to a Bareos director. It supports the `configure add` commands to create configuration for clients, jobs, filesets and some more resources. It also provides endpoints to query job information and job control (i.e. start / restart jobs, trigger restores). Python3 is required to run the REST API. |
||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/api.rst | Diff File | ||
add - rest-api/LICENSE | Diff File | ||
add - rest-api/README.md | Diff File | ||
add - rest-api/api.ini | Diff File | ||
add - rest-api/bareos-restapi.py | Diff File | ||
add - rest-api/bareosRestapiModels.py | Diff File | ||
add - rest-api/metatags.yaml | Diff File | ||
add - rest-api/openapi.json | Diff File | ||
add - rest-api/requirements.txt | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/schedule/README.txt | Diff File | ||
add - systemtests/tests/python-restapi/api/api.ini.in | Diff File | ||
add - systemtests/tests/python-restapi/api/bareos-restapi.py | Diff File | ||
add - systemtests/tests/python-restapi/api/bareosRestapiModels.py | Diff File | ||
add - systemtests/tests/python-restapi/api/metatags.yaml | Diff File | ||
add - systemtests/tests/python-restapi/api/startapi.sh.in | Diff File | ||
add - systemtests/tests/python-restapi/api/stopapi.sh | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/client/test2-fd.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/console/admin-tls.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/admin-runscript-client-server.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/admin-runscript-client.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/admin-runscript-server.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-bareos-fd-runscript-client-defaults.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-bareos-fd-runscript-client.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-bareos-fd-runscript-server.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/job/backup-test2-fd.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/jobdefs/jobdefs-runscript1.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/jobdefs/jobdefs-runscript2.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/profile/all.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bconsole-admin-notls.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bconsole-admin-tls.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bconsole-client-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bconsole-job-backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/python-restapi/testrunner.in | Diff File | ||
add - systemtests/tests/python-restapi/testrunner_container_centos7.in | Diff File | ||
add - systemtests/tests/python-restapi/write.sh | Diff File | ||
bareos-19.2 1462bb27 2020-09-03 21:05 Ported: N/A Details Diff |
buildsystem: adapt changes to use Fedora Buildchain | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
master 85e8ff3e 2020-09-03 18:57 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000583 from arogge/dev/arogge/master/new-config-warnings Add configuration warnings to SD |
||
mod - core/src/stored/device_resource.cc | Diff File | ||
mod - core/src/stored/device_resource.h | Diff File | ||
mod - core/src/stored/stored.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
master 857a3934 2020-09-03 17:29 Ported: N/A Details Diff |
winbareos.nsi: adapt to fedora cross buildchain | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
bareos-18.2 21bd79ef 2020-09-03 17:29 Ported: N/A Details Diff |
winbareos.nsi: adapt to fedora cross buildchain | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
bareos-19.2 9b5ccffa 2020-09-03 17:29 Ported: N/A Details Diff |
winbareos.nsi: adapt to fedora cross buildchain | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
master 193221e8 2020-09-03 14:45 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000586 from bareos/dev/pstorz/master/systemtests-fix-python-detection systemtests: detect PYTHON correctly before it is used |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
master d2a9233e 2020-09-03 14:34 Ported: N/A Details Diff |
systemtests: detect PYTHON correctly before it is used | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master ca3fe90e 2020-09-03 14:15 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000584 from arogge/dev/arogge/master/debian-build Fixes to Debian build configuration |
||
mod - .gitignore | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/cmake/BareosGenerateDebianInfo.cmake | Diff File | ||
mod - debian/control.in | Diff File | ||
master d5ef5739 2020-09-02 16:06 Ported: N/A Details Diff |
debian: move vmware build-files to /debian | ||
mod - core/cmake/BareosGenerateDebianInfo.cmake | Diff File | ||
master 1f0474bf 2020-09-02 16:04 Ported: N/A Details Diff |
core: add generated sample-configs to .gitignore | ||
mod - .gitignore | Diff File | ||
master 879ccd73 2020-09-02 16:00 Ported: N/A Details Diff |
debian: add libcloud install to .gitignore This patch adds bareos-filedaemon-libcloud-python-plugin.install to gitignore and sorts the ignored debian-files. |
||
mod - .gitignore | Diff File | ||
master 74a8e453 2020-09-02 15:57 Ported: N/A Details Diff |
cmake: write python cmake data to CMAKE_BINARY_DIR The autogenerated cmake configuration file was written to the source directory. This is now written to the binary directory and loaded from there. |
||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
master 0ac299f5 2020-09-02 15:56 Ported: N/A Details Diff |
debian: apply changes of control to control.in | ||
mod - debian/control.in | Diff File |