1. 19 5月, 2015 1 次提交
  2. 02 5月, 2015 1 次提交
    • T
      ext4 crypto: add padding to filenames before encrypting · a44cd7a0
      Theodore Ts'o 提交于
      This obscures the length of the filenames, to decrease the amount of
      information leakage.  By default, we pad the filenames to the next 4
      byte boundaries.  This costs nothing, since the directory entries are
      aligned to 4 byte boundaries anyway.  Filenames can also be padded to
      8, 16, or 32 bytes, which will consume more directory space.
      
      Change-Id: Ibb7a0fb76d2c48e2061240a709358ff40b14f322
      Signed-off-by: NTheodore Ts'o <tytso@mit.edu>
      a44cd7a0
  3. 16 4月, 2015 1 次提交
  4. 12 4月, 2015 3 次提交
  5. 11 4月, 2015 1 次提交