=== modified file 'TODO' --- TODO 2009-09-16 23:28:39 +0000 +++ TODO 2009-09-17 01:21:27 +0000 @@ -77,6 +77,10 @@ ** TODO [#B] "--test" option For testing decryption before rebooting. +* Makefile +** Implement DEB_BUILD_OPTIONS + http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options + * Package ** /usr/share/initramfs-tools/hooks/mandos *** TODO [#C] use same file name rules as run-parts(8) === modified file 'debian/control' --- debian/control 2009-05-18 17:57:13 +0000 +++ debian/control 2009-09-17 01:21:27 +0000 @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7), docbook-xml, docbook-xsl, libavahi-core-dev, libgpgme11-dev, libgnutls-dev, xsltproc, pkg-config -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Vcs-Bzr: http://ftp.fukt.bsnet.se/pub/mandos/trunk Vcs-Browser: http://bzr.fukt.bsnet.se/loggerhead/mandos/trunk/files Homepage: http://www.fukt.bsnet.se/mandos === modified file 'mandos-clients.conf.xml' --- mandos-clients.conf.xml 2009-02-15 09:09:27 +0000 +++ mandos-clients.conf.xml 2009-09-17 01:21:27 +0000 @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ /etc/mandos/clients.conf"> - + %common; ]> @@ -108,10 +108,11 @@ This option is optional. - The timeout is how long the server will wait for a - successful checker run until a client is considered - invalid - that is, ineligible to get the data this server - holds. By default Mandos will use 1 hour. + The timeout is how long the server will wait (for either a + successful checker run or a client receiving its secret) + until a client is considered invalid - that is, ineligible + to get the data this server holds. By default Mandos will + use 1 hour. The TIME is specified as a === modified file 'mandos.xml' --- mandos.xml 2009-09-10 06:28:14 +0000 +++ mandos.xml 2009-09-17 01:21:27 +0000 @@ -2,7 +2,7 @@ - + %common; ]> @@ -332,7 +332,9 @@ checker program, and interval between checks can be configured both globally and per client; see mandos-clients.conf - 5. + 5. A client successfully + receiving its password will also be treated as a successful + checker run.