=== modified file 'README' --- README 2008-09-30 03:19:39 +0000 +++ README 2008-10-12 07:27:43 +0000 @@ -143,11 +143,11 @@ first to find a password and provide it to the plugin runner. Three additional plugins are provided: - * usplash + * usplash(8mandos) This prompts for a password when using usplash(8). - * splashy + * splashy(8mandos) This prompts for a password when using splashy(8). - * askpass-fifo + * askpass-fifo(8mandos) To provide compatibility with the "askpass" program from cryptsetup, this plugin listens to the same FIFO as askpass would do. === modified file 'debian/copyright' --- debian/copyright 2008-09-17 00:34:09 +0000 +++ debian/copyright 2008-10-12 07:27:43 +0000 @@ -1,27 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233 Authors: Teddy Hogeborn, Björn Påhlsson - Homepage: - -Copyright: - - Copyright © 2008 Teddy Hogeborn - 2008 Björn Påhlsson - -License: - +Upstream-Name: Mandos +Upstream-Maintainer: Mandos Maintainers +Upstream-Source: + +Files: * +Copyright: Copyright © 2008 Teddy Hogeborn +Copyright: Copyright © 2008 Björn Påhlsson +License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + . You should have received a copy of the GNU General Public License along with this program. If not, see . - -On Debian systems, the complete text of the GNU General Public License -can be found in "/usr/share/common-licenses/GPL". + . + On Debian systems, the complete text of the GNU General Public + License can be found in "/usr/share/common-licenses/GPL". === modified file 'mandos-keygen' --- mandos-keygen 2008-10-07 21:31:09 +0000 +++ mandos-keygen 2008-10-12 07:27:43 +0000 @@ -289,7 +289,7 @@ fi fi | gpg --quiet --batch --no-tty --no-options --enable-dsa2 \ --homedir "$RINGDIR" --trust-model always --armor --encrypt \ - --recipient "$FINGERPRINT" --comment "$FILECOMMENT" \ + --sign --recipient "$FINGERPRINT" --comment "$FILECOMMENT" \ > "$SECFILE" status="${PIPESTATUS[0]}" if [ "$status" -ne 0 ]; then