/mandos/trunk

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

« back to all changes in this revision

Viewing changes to debian/mandos-client.README.Debian

  • Committer: Teddy Hogeborn
  • Date: 2014-10-08 21:07:10 UTC
  • Revision ID: teddy@recompile.se-20141008210710-x0rg80z2aabdg05d
Handle local Zeroconf service name collisions.

Service name collisions from other servers have always been handled,
but not *local* name collisions from services on the same host.

* mandos (AvahiService/rename): Handle local Zeroconf service name
                                collision.
  (AvahiServiceToSyslog.rename): Pass on any extra arguments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  is possible to verify that the correct password will be received by
17
17
  this client by running the command, on the client:
18
18
  
19
 
        /usr/lib/mandos/plugins.d/mandos-client \
 
19
        /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH \
 
20
        )/mandos/plugins.d/mandos-client \
20
21
                --pubkey=/etc/keys/mandos/pubkey.txt \
21
22
                --seckey=/etc/keys/mandos/seckey.txt; echo
22
23
  
90
91
  work, "--options-for=mandos-client:--connect=<ADDRESS>:<PORT>" needs
91
92
  to be manually added to the file "/etc/mandos/plugin-runner.conf".
92
93
 
93
 
 -- Teddy Hogeborn <teddy@recompile.se>, Sun, 23 Jun 2013 17:31:53 +0200
 
94
 -- Teddy Hogeborn <teddy@recompile.se>, Mon, 28 Oct 2013 11:02:26 +0100