Age | Commit message (Expand) | Author |
2019-04-25 | unittests/libmtd_test: Include fcntl header | Olliver Schinagl |
2019-04-25 | unittests/test_lib: Include proper header for _IOC_SIZE | Olliver Schinagl |
2019-04-03 | mkfs.ubifs: fix regression when trying to store device special files | David Oberhollenzer |
2019-03-29 | mkfs.ubifs: fix build without openssl | Baruch Siach |
2019-03-13 | Release mtd-utils-2.1.0v2.1.0 | David Oberhollenzer |
2019-02-26 | mtd-utils: fixes verification percent display in flashcp | Andrij Abyzov |
2019-02-11 | mtd-utils: fixes double free in mkfs.ubifs | Yufen Yu |
2019-01-25 | mtd-utils: avoid to create two UBI_LAYOUT_VOLUME_ID volume | Yufen Yu |
2018-12-17 | mkfs.ubifs: fix default cipher in help output | David Gstir |
2018-11-09 | mkfs.ubifs: Don't compress by default if filesystem is encrypted | Richard Weinberger |
2018-11-09 | mkfs.ubifs: Store compr_size in correct endianness. | Richard Weinberger |
2018-11-09 | mkfs.ubifs: Fix IV selection | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Use AES-256-XTS as default | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Print key descriptor only when generated | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Enable support for building without crypto | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Move RAND_poll to crypto.c | Richard Weinberger |
2018-11-01 | mkfs.ubifs: More fscryptctl compatibility | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Fix key descriptor printing | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Compute encryption key descriptor automatically | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Fixup AES-XTS mode | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Use correct sizes for keys and hash lengths | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Enable Cipher selection | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Correctly use iv lengths in aes-cts mode | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Accept 0x prefix for key descriptor | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Check length of master key | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Cleanup over-long lines | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Move fscrypt definitions and functions out of mkfs.ubifs.c | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Remove cipher implementations from public header | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Initial support for encryption command lines | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Specify padding policy via command line | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Get key descriptor from command line and master key from file | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Make encryption dependend on (not-yet-existant) command line options | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Replace constant values with parameters in init_fscrypt_context | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Cleanup add_dent_node, user path encryption helper | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Seperate path encryption from symlink encryption helper | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Free all index entry names | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Make sure we catch nodes that should or should not have name | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Move symlink data encryption to helper function | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Implement file contents encryption | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Add encrypted symlink support | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Pass source/dest key len to key derive function | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Add dummy setup for crypto | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Implement filename encryption | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Store directory name len in the temporary index | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Implement fscrypto context store as xattr | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Implement basic fscrypto context passing | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Implement UBIFS_FLG_ENCRYPTION | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Add basic fscrypto functions | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Add fscrypto defines | Richard Weinberger |
2018-11-01 | mkfs.ubifs: Make r5 hash binary string aware | Richard Weinberger |