/mandos/release

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

« back to all changes in this revision

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

  • Committer: Teddy Hogeborn
  • Date: 2014-07-16 01:41:23 UTC
  • mto: (237.7.272 trunk)
  • mto: This revision was merged to the branch mainline in revision 319.
  • Revision ID: teddy@recompile.se-20140716014123-kc87e8yoyqkzo24u
plugin-runner: Bug Fix: Fix some memory leaks.

* plugin-runner.c (main): Free the individual direntries.

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