Bug#421693: [Pkg-cryptsetup-devel] Bug#421693: timeout option does not work with keyscript/key-file

2007-05-01 Thread Alexander Zangerl
On Wed, 02 May 2007 02:56:54 +0200, Jonas Meurer writes: >i'm not sure why this could be needed. upstream cryptsetup knows only >keyfiles and passphrases, keyscripts are a feature of the cryptdisks >wrapper in the debian package. upstream is supporting --key-file=- and explicitely mentions that i

Bug#421693: [Pkg-cryptsetup-devel] Bug#421693: timeout option does not work with keyscript/key-file

2007-05-01 Thread Jonas Meurer
On 01/05/2007 Alexander Zangerl wrote: > Package: cryptsetup > Version: 2:1.0.4+svn26-2 > Severity: normal > > The timeout option has no effect if keyscript/key-file are used, > because line 252 in lib/setup.c directly uses read() on the file > descriptor. > > There is a timed_read() function w

Bug#421693: timeout option does not work with keyscript/key-file

2007-04-30 Thread Alexander Zangerl
Package: cryptsetup Version: 2:1.0.4+svn26-2 Severity: normal The timeout option has no effect if keyscript/key-file are used, because line 252 in lib/setup.c directly uses read() on the file descriptor. There is a timed_read() function which is used for interactive passphrase entry, and it se