Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2006 13:04:11 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/geom/class/eli geom_eli.c
Message-ID:  <200602111304.k1BD4B5Q029230@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-02-11 13:04:10 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/eli  geom_eli.c 
  Log:
  - Allow to use -b without passphrase or with keyfiles as it will be
    supported for a moment.
  - Don't allow to use -i when no passphrase is given. Now if iterations is
    equal to -1 (not set), we know that we should not ask for the passphrase
    on boot.
    It still doesn't handle situation when one key is protected with
    passphrase and the other is not. There is no quick fix for this.
    The complete solution will be to make number of iterations a per-key
    value. Because this need metadata format change and is only needed for
    devices attached on boot, I'll leave it as it is for now.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.9       +16 -20    src/sbin/geom/class/eli/geom_eli.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602111304.k1BD4B5Q029230>