freebsd-dev/sbin/geom
Pawel Jakub Dawidek eeefa1fa7e When the following conditions are meet:
- First configured key is based only on keyfile (no passphrase).
- Device is attached.
- User changes first key (setkey) from keyfile to passphrase and doesn't
  specify number of iterations (with -i option).
...geli(8) won't store calculated number of iterations in metadata.
This result in device beeing unaccesable after detach.

One can recover from this situation by guessing number of iterations
generated, storing it in metadata and trying to attach device.
Recovery procedure isn't nice, but one's data is not lost.

Reported by:	Thomas Nickl <T.Nickl@gmx.net>
MFC after:	1 week
2007-01-25 11:44:03 +00:00
..
class When the following conditions are meet: 2007-01-25 11:44:03 +00:00
core MFp4: 2006-09-30 14:39:18 +00:00
misc Implement gctl_change_param() function, which changes value of existing 2007-01-25 11:35:27 +00:00
Makefile
Makefile.inc Don't use version number in library name. The library version is checked 2004-08-02 09:05:29 +00:00