summaryrefslogtreecommitdiff
path: root/ubifs-utils
Commit message (Expand)AuthorAgeFilesLines
* mtd-utils: fixes double free in mkfs.ubifsYufen Yu2019-02-111-1/+2
* mkfs.ubifs: fix default cipher in help outputDavid Gstir2018-12-171-1/+1
* mkfs.ubifs: Don't compress by default if filesystem is encryptedRichard Weinberger2018-11-091-10/+25
* mkfs.ubifs: Store compr_size in correct endianness.Richard Weinberger2018-11-091-1/+1
* mkfs.ubifs: Fix IV selectionRichard Weinberger2018-11-091-1/+1
* mkfs.ubifs: Use AES-256-XTS as defaultRichard Weinberger2018-11-011-1/+1
* mkfs.ubifs: Print key descriptor only when generatedRichard Weinberger2018-11-013-5/+3
* mkfs.ubifs: Enable support for building without cryptoRichard Weinberger2018-11-014-22/+120
* mkfs.ubifs: Move RAND_poll to crypto.cRichard Weinberger2018-11-012-2/+1
* mkfs.ubifs: More fscryptctl compatibilityRichard Weinberger2018-11-011-1/+1
* mkfs.ubifs: Fix key descriptor printingRichard Weinberger2018-11-011-3/+3
* mkfs.ubifs: Compute encryption key descriptor automaticallyRichard Weinberger2018-11-014-8/+33
* mkfs.ubifs: Fixup AES-XTS modeRichard Weinberger2018-11-012-12/+27
* mkfs.ubifs: Use correct sizes for keys and hash lengthsRichard Weinberger2018-11-012-3/+3
* mkfs.ubifs: Enable Cipher selectionRichard Weinberger2018-11-014-5/+18
* mkfs.ubifs: Correctly use iv lengths in aes-cts modeRichard Weinberger2018-11-011-6/+6
* mkfs.ubifs: Accept 0x prefix for key descriptorDavid Oberhollenzer2018-11-011-0/+3
* mkfs.ubifs: Check length of master keyDavid Oberhollenzer2018-11-013-2/+10
* mkfs.ubifs: Cleanup over-long linesDavid Oberhollenzer2018-11-011-12/+23
* mkfs.ubifs: Move fscrypt definitions and functions out of mkfs.ubifs.cDavid Oberhollenzer2018-11-014-286/+376
* mkfs.ubifs: Remove cipher implementations from public headerDavid Oberhollenzer2018-11-012-39/+22
* mkfs.ubifs: Initial support for encryption command linesDavid Oberhollenzer2018-11-011-7/+32
* mkfs.ubifs: Specify padding policy via command lineDavid Oberhollenzer2018-11-011-3/+35
* mkfs.ubifs: Get key descriptor from command line and master key from fileDavid Oberhollenzer2018-11-011-18/+113
* mkfs.ubifs: Make encryption dependend on (not-yet-existant) command line optionsDavid Oberhollenzer2018-11-011-8/+12
* mkfs.ubifs: Replace constant values with parameters in init_fscrypt_contextDavid Oberhollenzer2018-11-011-4/+14
* mkfs.ubifs: Cleanup add_dent_node, user path encryption helperDavid Oberhollenzer2018-11-011-40/+15
* mkfs.ubifs: Seperate path encryption from symlink encryption helperDavid Oberhollenzer2018-11-011-11/+25
* mkfs.ubifs: Free all index entry namesRichard Weinberger2018-11-011-3/+5
* mkfs.ubifs: Make sure we catch nodes that should or should not have nameRichard Weinberger2018-11-012-0/+18
* mkfs.ubifs: Move symlink data encryption to helper functionDavid Oberhollenzer2018-11-011-37/+44
* mkfs.ubifs: Implement file contents encryptionRichard Weinberger2018-11-011-3/+36
* mkfs.ubifs: Add encrypted symlink supportRichard Weinberger2018-11-011-7/+68
* mkfs.ubifs: Pass source/dest key len to key derive functionRichard Weinberger2018-11-013-4/+4
* mkfs.ubifs: Add dummy setup for cryptoRichard Weinberger2018-11-011-0/+6
* mkfs.ubifs: Implement filename encryptionRichard Weinberger2018-11-012-13/+52
* mkfs.ubifs: Store directory name len in the temporary indexRichard Weinberger2018-11-011-12/+15
* mkfs.ubifs: Implement fscrypto context store as xattrRichard Weinberger2018-11-011-19/+34
* mkfs.ubifs: Implement basic fscrypto context passingRichard Weinberger2018-11-011-25/+39
* mkfs.ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger2018-11-012-1/+13
* mkfs.ubifs: Add basic fscrypto functionsRichard Weinberger2018-11-011-0/+67
* mkfs.ubifs: Add fscrypto definesRichard Weinberger2018-11-011-0/+50
* mkfs.ubifs: Make r5 hash binary string awareRichard Weinberger2018-11-011-2/+1
* mkfs.ubifs: Implement UBIFS_FLG_DOUBLE_HASHDavid Oberhollenzer2018-11-013-0/+17
* mkfs.ubifs: Add crypto helper functionsDavid Oberhollenzer2018-11-014-1/+404
* mkfs.ubifs: Fix xattr nlink valueSascha Hauer2018-10-021-1/+1
* mtd-utils: Instead of doing preprocessor magic, just output off_t as long longThorsten Glaser2018-10-021-3/+3
* mkfs.ubifs: Implement selinux labelling support in mkfs.ubifs.Ritesh Harjani2018-06-142-3/+118
* mkfs.ubifs: add_xattr is not depending on host XATTR supportRitesh Harjani2018-06-141-40/+40
* mtd-utils: ubifs: fix typo in without_lzo definitionKoen Vandeputte2018-04-051-1/+1