/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-07-06 20:09:47 UTC
  • mto: This revision was merged to the branch mainline in revision 759.
  • Revision ID: teddy@recompile.se-20150706200947-w21u4eq74efgl6r5
Fix minor bugs and typos and add some more debug output.

* Makefile (install-client-nokey): Create plugin-helpers directory and
                                   the mandos-client-iprouteadddel
                                   helper program.
* initramfs-tools-hook (PLUGINHELPERDIR): Fix typo.
* plugins.d/mandos-client.c: Change terminology; routes are "deleted",
                             not "removed".  All occurences changed.
  (add_remove_local_route): Renamed to "add_delete_local_route".  All
                            callers changed.  Also pass "--debug" flag
                            to helper if in debug mode.
  (add_local_route): Add debugging output.
  (remove_local_route): Renamed to "delete_local_route".  All callers
                        changed.  Also pass "--debug" flag to helper
                        if in debug mode.
  (start_mandos_communication): Add debug output when adding route.

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