DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: installer: Add support for creating encrypted partitions.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 5 Nov 2010 18:38:31 -0700 (PDT)

commit 88cfb1f75bbdd242c8235c31eabe74e076c02179
Author: Sascha Wildner <saw@online.de>
Date:   Sat Nov 6 02:37:38 2010 +0100

    installer: Add support for creating encrypted partitions.
    
    With the exception of /boot for the HAMMER install and / for the UFS
    install, allow the configuration of encryption of partitions via
    checkboxes in the partition creation stage.

Summary of changes:
 nrelease/root/boot/loader.conf                     |    1 +
 share/installer/cmdnames.conf                      |    2 +
 usr.sbin/installer/dfuibe_installer/fn.h           |    1 +
 usr.sbin/installer/dfuibe_installer/fn_configure.c |  232 +++++++++++++++++---
 usr.sbin/installer/dfuibe_installer/fn_install.c   |  119 +++++++++--
 .../installer/dfuibe_installer/fn_subpart_hammer.c |   85 +++++++-
 .../installer/dfuibe_installer/fn_subpart_ufs.c    |  106 ++++++++-
 usr.sbin/installer/libinstaller/diskutil.c         |   15 +-
 usr.sbin/installer/libinstaller/diskutil.h         |    9 +-
 9 files changed, 503 insertions(+), 67 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/88cfb1f75bbdd242c8235c31eabe74e076c02179


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]