/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

  • Committer: Teddy Hogeborn
  • Date: 2019-03-30 07:03:04 UTC
  • Revision ID: teddy@recompile.se-20190330070304-dqgch62lsaaygg46
mandos-ctl: Refactor D-Bus operations

* mandos-ctl (dbus): Rename imported module to "dbus_python".
  (main): Only create a bus object and do everything via that object.
  (get_mandos_dbus_object): Remove and move code into dbus or
                            dbus_python_adapter namespaces.
  (if_dbus_exception_log_with_exception_and_exit): - '' -
  (SilenceLogger): - '' -
  (dbus): New; move everything dbus-specific into this module-like
          namespace.
  (dbus_python_adapter): New; move everything specific to the
                         dbus-python D-Bus module into this
                         module-like namespace.
  (command.Base.run): Take only a bus argument; use only that.  Pass
                      "client" argument as a D-Bus object path string,
                      not a dbus-python proxy object.  All derivatives
                      adjusted.
  (command.IsEnabled.is_enabled): Remove.
  (command.Approve, command.Deny, command.Remove,
  command.PropertySetter): Do no logging of D-Bus commands, and use
  only bus, not client, to do D-Bus calls.
  (command.DumpJSON.dbus_boolean_to_bool): Remove; move filtering to
                                           dbus_python_adapter.
  (command.Enable, command.Disable, command.StopChecker,
  command.ApproveByDefault): Use normal Python booleans instead of
  dbus-python's special Boolean types.
  (Unique): New; move here out from inside TestPropertySetterCmd.
  (Test_get_mandos_dbus_object): Remove.
  (Test_get_managed_objects): - '' -
  (Test_dbus_exceptions): New.
  (Test_dbus_MandosBus): - '' -
  (Test_dbus_python_adapter_SystemBus): - '' -
  (Test_dbus_python_adapter_CachingBus): - '' -
  (Test_commands_from_options): Don't create mock client proxy
  objects, define dict of client properties and use a mock dbus to
  verify that the correct D-Bus calls are made.  Also remove any types
  specific to dbus-python.
  (TestEnableCmd, TestDisableCmd, TestStartCheckerCmd,
  TestStopCheckerCmd, TestApproveByDefaultCmd, TestDenyByDefaultCmd):
  Use normal Python booleans instead of dbus-python's special Boolean
  types.
  (TestPropertySetterValueCmd.runTest): Remove; unnecessary.
Filename Latest Rev Last Changed Committer Comment Size
..
po 199 15 years ago Teddy Hogeborn * Makefile: Bug fix: fix syntax error. * debian/c Diff
source 452.1.1 13 years ago Teddy Hogeborn * debian/source/format: New; contains "3.0 (quilt) Diff
upstream 678 10 years ago Teddy Hogeborn Fix location and format of signing key file. * de Diff
changelog 237.4.110 5 years ago Teddy Hogeborn * debian/changelog (1.8.3-2): Add new entry. 31.1 KB Diff Download File
compat 921 6 years ago Teddy Hogeborn Update Debian Debhelper compatibility version. * 3 bytes Diff Download File
control 977 5 years ago Teddy Hogeborn Fix Debian package dependencies * debian/control 2.9 KB Diff Download File
copyright 969 5 years ago Teddy Hogeborn Update copyright year to 2019 * DBUS-API: Update 1 KB Diff Download File
mandos-client.dirs 955 5 years ago Teddy Hogeborn Remove workaround for old mkinitramfs-kpkg * Make 190 bytes Diff Download File
mandos-client.docs 594 11 years ago Teddy Hogeborn * debian/copyright (Copyright): Join the two lines 17 bytes Diff Download File
mandos-client.examples 594 11 years ago Teddy Hogeborn * debian/copyright (Copyright): Join the two lines 16 bytes Diff Download File
mandos-client.links 191 15 years ago Teddy Hogeborn * debian/mandos-client.docs: New. Add README and 93 bytes Diff Download File
mandos-client.lintian-overrides 967 5 years ago Teddy Hogeborn Show debconf note about new TLS key IDs If mandos 2.1 KB Diff Download File
mandos-client.postinst 973 5 years ago Teddy Hogeborn Bug fix: Ignore some failures to remove files. * 5.1 KB Diff Download File
mandos-client.postrm 962 5 years ago Teddy Hogeborn Add support for using raw public keys in TLS (RFC 1.3 KB Diff Download File
mandos-client.README.Debian 962 5 years ago Teddy Hogeborn Add support for using raw public keys in TLS (RFC 4.7 KB Diff Download File
mandos-client.templates 967 5 years ago Teddy Hogeborn Show debconf note about new TLS key IDs If mandos 802 bytes Diff Download File
mandos.dirs 841 8 years ago Teddy Hogeborn Server: Debian package bug fix: Include /usr/lib/t 143 bytes Diff Download File
mandos.docs 423 13 years ago Teddy Hogeborn Documentation changes: * DBUS-API: New file docum 26 bytes Diff Download File
mandos.lintian-overrides 967 5 years ago Teddy Hogeborn Show debconf note about new TLS key IDs If mandos 583 bytes Diff Download File
mandos.postinst 971 5 years ago Teddy Hogeborn Bug fix: Only create TLS key with certtool, and re 3.4 KB Diff Download File
mandos.prerm 770 8 years ago Teddy Hogeborn * debian/mandos.prerm: Don't run init script, use 759 bytes Diff Download File
mandos.README.Debian 505.1.2 12 years ago Teddy Hogeborn Change "fukt.bsnet.se" to "recompile.se" throughou 445 bytes Diff Download File
mandos.templates 971 5 years ago Teddy Hogeborn Bug fix: Only create TLS key with certtool, and re 1.2 KB Diff Download File
File rules 983 5 years ago Teddy Hogeborn Remove modification of debian/control file * debi 2 KB Diff Download File
watch 976 5 years ago Teddy Hogeborn Fix Debian watch file * debian/watch: Make the ". 112 bytes Diff Download File