Age | Commit message (Expand) | Author |
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 |
2018-11-01 | mkfs.ubifs: Implement UBIFS_FLG_DOUBLE_HASH | David Oberhollenzer |
2018-11-01 | mkfs.ubifs: Add crypto helper functions | David Oberhollenzer |
2018-11-01 | common: Add round functions | Richard Weinberger |
2018-11-01 | Import latest ubifs-media.h | Richard Weinberger |
2018-10-02 | mkfs.ubifs: Fix xattr nlink value | Sascha Hauer |
2018-10-02 | mtd-utils: Instead of doing preprocessor magic, just output off_t as long long | Thorsten Glaser |
2018-09-20 | mtd-utils: common.h: fix prompt function | David Oberhollenzer |
2018-09-20 | libmtd: don't print an error message for devices without ecc support | David Oberhollenzer |
2018-09-08 | ubi-tests: io_paral: Fix error handling of update_volume() | Martin Lund |
2018-07-27 | ubi-utils: ubimkvol: Initialize req to zero to make sure no flags are set by ... | Boris Brezillon |
2018-06-28 | ubi-utils: ubinize: add support for skipping CRC check of a static volume whe... | Quentin Schulz |
2018-06-28 | ubi-utils: ubimkvol: add support for skipping CRC check of a static volume wh... | Quentin Schulz |
2018-06-28 | libubi: add volume flags to ubi_mkvol_request | Quentin Schulz |
2018-06-28 | UBI: update ubi-user.h and ubi-media.h | Quentin Schulz |
2018-06-18 | Add configure switch to disable compiling/installing lsmtd | David Oberhollenzer |
2018-06-18 | Add manpage for lsmtd | David Oberhollenzer |
2018-06-18 | Add lsmtd program | David Oberhollenzer |
2018-06-14 | mkfs.ubifs: Implement selinux labelling support in mkfs.ubifs. | Ritesh Harjani |
2018-06-14 | mkfs.ubifs: add_xattr is not depending on host XATTR support | Ritesh Harjani |