cryptdisks - update to support options
authorAlex Hornung <ahornung@gmail.com>
Fri, 17 Jun 2011 22:54:16 +0000 (23:54 +0100)
committerAlex Hornung <ahornung@gmail.com>
Fri, 17 Jun 2011 22:58:19 +0000 (23:58 +0100)
commit5e1ed6ba26f072c751d1fdccdb9f02a6a0231238
tree1961068eb103e8a26ec2a291491fa3cc54aa505b
parent30220c1741421db53104720a307357a1f7ff0f00
cryptdisks - update to support options

 * Update cryptdisks to support options in the last column of the
   crypttab file.

 * Supported options are:
   - 'tries' specifies the number of password retries before failing
   - 'timeout' specifies the timeout before the interactive prompt
               times out.
   - 'keyscript' specifies a script to use instead of a passphrase
                 prompt.

 * Changed default number of 'tries' to 3 (was 1).
sbin/cryptdisks/Makefile
sbin/cryptdisks/cryptdisks.c
sbin/cryptdisks/safe_mem.c [new file with mode: 0644]
sbin/cryptdisks/safe_mem.h [new file with mode: 0644]
share/man/man5/crypttab.5