Whamcloud - gitweb
Add support for a password salt stored in the superblock
authorTheodore Ts'o <tytso@mit.edu>
Sun, 29 Mar 2015 00:15:02 +0000 (20:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 29 Mar 2015 00:15:02 +0000 (20:15 -0400)
commit41f2210131cfbaa4059cebae3a9b0f104fe89f70
tree0eb6a1cf3151b972373b975370174beb8d5a28bf
parentbfa4b350b1710f74c7c4e232392227b70c21a4d4
Add support for a password salt stored in the superblock

Previously, e4crypt required the user to manually specify the salt
used for their passphrase.  This was user unfriendly to say the least.
The e4crypt program can now request the salt using an ioctl, which
will automatically generate the salt if necessary, and keep it in the
ext4 superblock.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/set_fields.c
lib/e2p/ls.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/tst_super_size.c
misc/Makefile.in
misc/e4crypt.8.in
misc/e4crypt.c