/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: 2015-05-31 16:13:39 UTC
  • Revision ID: teddy@recompile.se-20150531161339-igb3l0ip3c10ejpz
mandos-ctl: Generate better messages in exceptions.

mandos (rfc3339_duration_to_delta): Remove dead code.  Adjust white
                                    space.
mandos-ctl (rfc3339_duration_to_delta): Do minor formatting and
                                        whitespace adjustments, and
                                        Generate better message in
                                        exception.
(string_to_delta): Adjust quote character in doc string.

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
 
        MANDOSPLUGINHELPERDIR=/usr/lib/$(dpkg-architecture \
20
 
        -qDEB_HOST_MULTIARCH)/mandos/plugin-helpers \
21
19
        /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH \
22
20
        )/mandos/plugins.d/mandos-client \
23
21
                --pubkey=/etc/keys/mandos/pubkey.txt \
93
91
  work, "--options-for=mandos-client:--connect=<ADDRESS>:<PORT>" needs
94
92
  to be manually added to the file "/etc/mandos/plugin-runner.conf".
95
93
 
96
 
 -- Teddy Hogeborn <teddy@recompile.se>, Mon, 29 Jun 2015 18:17:41 +0200
 
94
 -- Teddy Hogeborn <teddy@recompile.se>, Mon, 28 Oct 2013 11:02:26 +0100