bareos: master 92d17dba

Author Committer Branch Timestamp Parent
joergs joergs master 2019-10-31 11:25 master 1e0a32c9 Pending
Changeset python-bareos: implement protocol >= 18.2

Also:
  * Implement PAM authentication.
  * Reduce warnings by closing socket, when they are no longer required.
  * Prepare python-bareos version number. Fallback to 18.2.5, as this is the first version that uses the new protocol.
  * Handle end of data in interactive mode.
  * Adapted for connections to the Filedaemon.
mod - python-bareos/README.rst Diff File
rm - python-bareos/TODO.txt Diff File
mod - python-bareos/bareos/__init__.py Diff File
mod - python-bareos/bareos/bsock/__init__.py Diff File
mod - python-bareos/bareos/bsock/constants.py Diff File
mod - python-bareos/bareos/bsock/directorconsole.py Diff File
mod - python-bareos/bareos/bsock/filedaemon.py Diff File
mod - python-bareos/bareos/bsock/lowlevel.py Diff File
add - python-bareos/bareos/bsock/protocolmessageids.py Diff File
mod - python-bareos/bareos/bsock/protocolmessages.py Diff File
add - python-bareos/bareos/bsock/protocolversions.py Diff File
mod - python-bareos/bin/bareos-fd-connect.py Diff File
mod - python-bareos/bin/bconsole-json.py Diff File
mod - python-bareos/bin/bconsole.py Diff File
mod - python-bareos/setup.py Diff File
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py Diff File
mod - systemtests/tests/python-bareos-test/testrunner Diff File