aboutsummaryrefslogtreecommitdiff
path: root/ubifs-utils
AgeCommit message (Expand)Author
2020-07-13Add the mkfs.ubifs sign.h header to the list of sourcesDavid Oberhollenzer
2020-02-09mkfs.ubifs: fix broken build if fscrtyp is disabledDavid Oberhollenzer
2019-11-10mkfs.ubifs: propperly cleanup in ALL interpret_table_entry error pathsDavid Oberhollenzer
2019-11-10mkfs.ubifs: don't leak temporary buffersDavid Oberhollenzer
2019-11-10mkfs.ubifs: don't leak hastable iteratorsDavid Oberhollenzer
2019-11-10mkfs.ubifs: free derived fscrypt context in add_directory error pathsDavid Oberhollenzer
2019-11-10mkfs.ubifs: don't leak copied command line argumentsDavid Oberhollenzer
2019-11-10mkfs.ubifs: close file descriptor in add_file error pathDavid Oberhollenzer
2019-11-10mkfs.ubifs: abort add_directory if readdir failsDavid Oberhollenzer
2019-11-10mkfs.ubifs: fscrypt: bail from encrypt_block if gen_essiv_salt failsDavid Oberhollenzer
2019-08-19mkfs.ubifs: Add authentication supportSascha Hauer
2019-07-18mkfs.ubifs: fix description of favor_lzoUwe Kleine-König
2019-07-16mkfs.ubifs: fix compilation without ZSTDMartin Kaiser
2019-07-09mkfs.ubifs: remove ZSTD_CLEVEL_DEFAULT for backwards compatibillityDavid Oberhollenzer
2019-06-01mkfs.ubifs: Add ZSTD compressionSebastian Andrzej Siewior
2019-04-03mkfs.ubifs: fix regression when trying to store device special filesDavid Oberhollenzer
2019-03-29mkfs.ubifs: fix build without opensslBaruch Siach
2019-02-11mtd-utils: fixes double free in mkfs.ubifsYufen Yu
2018-12-17mkfs.ubifs: fix default cipher in help outputDavid Gstir
2018-11-09mkfs.ubifs: Don't compress by default if filesystem is encryptedRichard Weinberger
2018-11-09mkfs.ubifs: Store compr_size in correct endianness.Richard Weinberger
2018-11-09mkfs.ubifs: Fix IV selectionRichard Weinberger
2018-11-01mkfs.ubifs: Use AES-256-XTS as defaultRichard Weinberger
2018-11-01mkfs.ubifs: Print key descriptor only when generatedRichard Weinberger
2018-11-01mkfs.ubifs: Enable support for building without cryptoRichard Weinberger
2018-11-01mkfs.ubifs: Move RAND_poll to crypto.cRichard Weinberger
2018-11-01mkfs.ubifs: More fscryptctl compatibilityRichard Weinberger
2018-11-01mkfs.ubifs: Fix key descriptor printingRichard Weinberger
2018-11-01mkfs.ubifs: Compute encryption key descriptor automaticallyRichard Weinberger
2018-11-01mkfs.ubifs: Fixup AES-XTS modeRichard Weinberger
2018-11-01mkfs.ubifs: Use correct sizes for keys and hash lengthsRichard Weinberger
2018-11-01mkfs.ubifs: Enable Cipher selectionRichard Weinberger
2018-11-01mkfs.ubifs: Correctly use iv lengths in aes-cts modeRichard Weinberger
2018-11-01mkfs.ubifs: Accept 0x prefix for key descriptorDavid Oberhollenzer
2018-11-01mkfs.ubifs: Check length of master keyDavid Oberhollenzer
2018-11-01mkfs.ubifs: Cleanup over-long linesDavid Oberhollenzer
2018-11-01mkfs.ubifs: Move fscrypt definitions and functions out of mkfs.ubifs.cDavid Oberhollenzer
2018-11-01mkfs.ubifs: Remove cipher implementations from public headerDavid Oberhollenzer
2018-11-01mkfs.ubifs: Initial support for encryption command linesDavid Oberhollenzer
2018-11-01mkfs.ubifs: Specify padding policy via command lineDavid Oberhollenzer
2018-11-01mkfs.ubifs: Get key descriptor from command line and master key from fileDavid Oberhollenzer
2018-11-01mkfs.ubifs: Make encryption dependend on (not-yet-existant) command line optionsDavid Oberhollenzer
2018-11-01mkfs.ubifs: Replace constant values with parameters in init_fscrypt_contextDavid Oberhollenzer
2018-11-01mkfs.ubifs: Cleanup add_dent_node, user path encryption helperDavid Oberhollenzer
2018-11-01mkfs.ubifs: Seperate path encryption from symlink encryption helperDavid Oberhollenzer
2018-11-01mkfs.ubifs: Free all index entry namesRichard Weinberger
2018-11-01mkfs.ubifs: Make sure we catch nodes that should or should not have nameRichard Weinberger
2018-11-01mkfs.ubifs: Move symlink data encryption to helper functionDavid Oberhollenzer
2018-11-01mkfs.ubifs: Implement file contents encryptionRichard Weinberger
2018-11-01mkfs.ubifs: Add encrypted symlink supportRichard Weinberger