/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-05 18:36:23 UTC
  • mto: This revision was merged to the branch mainline in revision 759.
  • Revision ID: teddy@recompile.se-20150705183623-k7yokhi0wpvs61iw
Add plugin for mandos-client to add and delete local routes.

* Makefile (LIBNL3_CFLAGS, LIBNL3_LIBS): New; add for netlink library.
  (PLUGIN_HELPERS): Add "plugin-helpers/mandos-client-iprouteadddel".
  (plugin-helpers/mandos-client-iprouteadddel): New.
* plugin-helpers/mandos-client-iprouteadddel.c: New.
* plugins.d/mandos_client (add_remove_local_route): Rename
                                                    "remove_arg" to
                                                    "delete_arg".  All
                                                    users changed.

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