Changesets: bareos
bareos-18.2 cc18722e 2019-02-13 13:55 Ported: N/A Details Diff |
docs: added recently converted rst files | ||
mod - docs/manuals/en/new_main_reference/source/appendix-b/supportedoses.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/appendix-j/troubleshooting.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter09/dirdconf.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter10/storedconf.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter11/filedconf.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter12/messagesres.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter13/consoleconf.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter14/monitorconf.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter15/bconsole.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter26/plugins.rst | Diff File | ||
bareos-18.2 4318d7ff 2019-02-13 13:48 Ported: N/A Details Diff |
docs: yes as default of aclsupport and xattrsupport | ||
mod - docs/manuals/en/main/dirdconf-fileset.tex | Diff File | ||
bareos-18.2 02dde005 2019-02-13 13:28 Ported: N/A Details Diff |
docs: updated version.h and release notes for Bareos 18.2.6 | ||
mod - core/src/include/version.h | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/developers/releasenotes.rst | Diff File | ||
bareos-18.2 cf5bc4fe 2019-02-13 13:16 Committer: franku Ported: N/A Details Diff |
docs: input .tex inputs during pre_conversion During conversion, \input directives are replaced with the content of the included .tex file if it exists. |
||
mod - docs/manuals/en/new_main_reference/pre_conversion_changes.sh | Diff File | ||
bareos-18.2 575c47a3 2019-02-12 22:06 Ported: N/A Details Diff |
console: updated documentation for command line arguments | ||
mod - core/src/console/console.cc | Diff File | ||
mod - docs/manuals/en/main/bconsole.tex | Diff File | ||
bareos-18.2 91e55541 2019-02-12 21:43 Ported: N/A Details Diff |
cleanup: removed some dead links | ||
mod - core/src/findlib/acl.cc | Diff File | ||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
mod - core/src/lib/lockmgr.cc | Diff File | ||
mod - core/src/tools/smtp-orig.cc | Diff File | ||
bareos-18.2 f13f8f02 2019-02-12 19:24 Ported: N/A Details Diff |
cmake: removed core/platforms/darwin/resources/welcome.txt from repo | ||
rm - core/platforms/darwin/resources/welcome.txt | Diff File | ||
bareos-18.2 e634e161 2019-02-12 11:27 Committer: franku Ported: N/A Details Diff |
cats: apply dbcheck fix for MySQL from prev patch In a8f2a394abfff5fe39d2373c4468f521223e6028 there was a patch to fix a dbcheck performance issue during pathhierarchy table cleanup. That patch was partly applied to 18.2 and master, but the old and now unused mysql code path still exist. This Patch removes the MySQL-specific behaviour. |
||
rm - core/src/cats/dml/0072_get_orphaned_paths_0.mysql | Diff File | ||
mod - core/src/cats/mysql_queries.inc | Diff File | ||
bareos-18.2 d32654e4 2019-02-11 23:32 Ported: N/A Details Diff |
cmake: only use relative paths for Darwin For other platforms still use FULL paths as before |
||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
bareos-18.2 2a21165e 2019-02-11 20:09 Ported: N/A Details Diff |
docs: adapted Sphinx Extension for configuration directives to Bareos needs Adapted option for Bareos. Usage: .. config:option:: dir/job/TlsEnable :type: Boolean :default: False :version: 16.2.4 Multiline description ... Some other text that refers to this configure option by :config:option:`dir/job/TlsEnable`. General syntax is: <dir|sd|fd|console>/<resourcetype_lower_case>/<DirectiveInCamelCase> |
||
mod - docs/manuals/en/new_main_reference/source/conf.py | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/extensions/bareos-ext.py | Diff File | ||
bareos-18.2 62593d23 2019-02-11 19:56 Ported: N/A Details Diff |
docs: Sphinx Extension for configuration directives Taken from https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_8_5/doc/_ext/configext.py |
||
add - docs/manuals/en/new_main_reference/source/extensions/bareos-ext.py | Diff File | ||
bareos-18.2 8f3eb6b6 2019-02-11 18:16 Ported: N/A Details Diff |
docs: added downward compatibility configuration for file daemon - filedaemon before Bareos 18.2 - director and storage onwards Bareos 18.2 |
||
mod - docs/manuals/en/new_main_reference/source/bareos-18.2.rst | Diff File | ||
bareos-18.2 174b36f1 2019-02-11 17:46 Ported: N/A Details Diff |
debian/rules: specify bindir and sbindir | ||
mod - core/debian/rules | Diff File | ||
bareos-18.2 5cf2616a 2019-02-11 17:44 Kainaat Singh Committer: joergs Ported: N/A Details Diff |
docs: (Sphinx): added index to limitation directive | ||
mod - docs/manuals/en/new_main_reference/source/extensions/limitation.py | Diff File | ||
bareos-18.2 322ab5d4 2019-02-11 16:10 Committer: franku Ported: N/A Details Diff |
regress: added two webui bsock connection tests Test if our PHP BSock class is able to establish a connection with the director using TLS with certificates or completely without TLS. - added: webui-bsock-connection-test - added: webui-bsock-connection-test-tls - @webuidir@ now points to ${BAREOS_SOURCE}/webui |
||
mod - regress/DartTestfile.txt.in | Diff File | ||
add - regress/configs/BASE/tls/client1.bareos.org-key+cert.pem | Diff File | ||
add - regress/configs/webui-bsock-connection-test-tls/bareos-dir.d/console/admin.conf | Diff File | ||
add - regress/configs/webui-bsock-connection-test-tls/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - regress/configs/webui-bsock-connection-test-tls/bareos-dir.d/profile/webui-admin.conf | Diff File | ||
mod - regress/scripts/create_sed | Diff File | ||
mod - webui/CMakeLists.txt | Diff File | ||
add - webui/tests/regress/webui-bsock-connection-test-tls.in | Diff File | ||
add - webui/tests/regress/webui-bsock-connection-test-tls.php.in | Diff File | ||
mod - webui/tests/regress/webui-bsock-connection-test.in | Diff File | ||
mod - webui/tests/regress/webui-bsock-connection-test.php | Diff File | ||
bareos-18.2 3db975f2 2019-02-11 15:08 Ported: N/A Details Diff |
cmake: enable dynamic storage and cats backends per default | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
bareos-18.2 30c092b3 2019-02-11 15:08 Ported: N/A Details Diff |
cmake: adapt for building and packaging on Darwin (Mac) - adapt CMAKE PATH variables to be relative so that cpack works. - removed osx Makefile packaging files |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosExtractVersionInfo.cmake | Diff File | ||
mod - core/cmake/BareosInstallConfigFiles.cmake | Diff File | ||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
mod - core/platforms/CMakeLists.txt | Diff File | ||
add - core/platforms/darwin/CMakeLists.txt | Diff File | ||
add - core/platforms/darwin/description.txt | Diff File | ||
add - core/platforms/darwin/resources/ReadMe.html.in | Diff File | ||
add - core/platforms/darwin/resources/bareos-client.plist | Diff File | ||
add - core/platforms/darwin/resources/uninstall.command | Diff File | ||
add - core/platforms/darwin/resources/welcome.txt | Diff File | ||
add - core/platforms/darwin/resources/welcome.txt.in | Diff File | ||
rm - core/platforms/osx/Makefile-standalone.in | Diff File | ||
rm - core/platforms/osx/README | Diff File | ||
rm - core/platforms/osx/configure.sh | Diff File | ||
rm - core/platforms/osx/files/installer.pmdoc/01destdir.xml.in | Diff File | ||
rm - core/platforms/osx/files/installer.pmdoc/index.xml.in | Diff File | ||
rm - core/platforms/osx/installer-gencontents.py | Diff File | ||
rm - core/platforms/osx/resources/ReadMe.html.in | Diff File | ||
mod - core/scripts/CMakeLists.txt | Diff File | ||
mod - core/src/CMakeLists.txt | Diff File | ||
mod - core/src/console/CMakeLists.txt | Diff File | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/ndmp/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
bareos-18.2 d99f6121 2019-02-11 10:26 Ported: N/A Details Diff |
docs: corrected some title underlines that were too short | ||
mod - docs/manuals/en/new_main_reference/source/webui-tls.rst | Diff File | ||
bareos-18.2 2b4fd475 2019-02-11 10:23 Ported: N/A Details Diff |
docs: completed downward compatibility configuration for file daemon - filedaemon onwards Bareos 18.2 - director and storage before Bareos 18.2 |
||
mod - docs/manuals/en/new_main_reference/source/bareos-18.2.rst | Diff File | ||
bareos-18.2 cb57688e 2019-02-10 16:46 Ported: N/A Details Diff |
docs: (Developer Guide) fixes some formatings | ||
mod - docs/manuals/en/new_main_reference/source/developers/releasenotes.rst | Diff File | ||
bareos-18.2 5ac1ffa7 2019-02-10 16:43 Ported: N/A Details Diff |
docs: (Style Guide) add example for headings | ||
mod - docs/manuals/en/style_guide/source/general.rst | Diff File | ||
bareos-18.2 f532d672 2019-02-10 16:11 Ported: N/A Details Diff |
docs: (Sphinx) update doc by running auto conversion script | ||
mod - docs/manuals/en/new_main_reference/source/chapter20/storage-backends.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter24/basejob.rst | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/chapter32/catmaintenance.rst | Diff File | ||
bareos-18.2 e288ed56 2019-02-10 16:10 Ported: N/A Details Diff |
docs: (LaTex) adapted documenation to be better convertible | ||
mod - docs/manuals/en/main/basejob.tex | Diff File | ||
mod - docs/manuals/en/main/catmaintenance.tex | Diff File | ||
mod - docs/manuals/en/main/storage-backends.tex | Diff File | ||
bareos-18.2 330c85a7 2019-02-10 16:07 Ported: N/A Details Diff |
docs: (Sphinx) enable autosectionlabel_prefix_document Using this option, the autosectionlabel extension prefix every autolabel with the document. This removes around 100 warnings. |
||
mod - docs/manuals/en/new_main_reference/source/conf.py | Diff File | ||
bareos-18.2 c4121991 2019-02-10 14:56 Ported: N/A Details Diff |
docs: developer guide: fixes some problems Also removed the developer directory from the conversion script, as this is no longer required. |
||
mod - docs/manuals/en/new_main_reference/convert_all_tex_files_to_rst.sh | Diff File | ||
mod - docs/manuals/en/new_main_reference/destfiles.txt | Diff File | ||
mod - docs/manuals/en/new_main_reference/source/developers/generaldevel.rst | Diff File |