summaryrefslogtreecommitdiff
path: root/ubifs-utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mkfs.ubifs: Allow root entry in device tableDavid Engraf2018-03-072-4/+17
* Remove self-assignments of unused paramtersDavid Oberhollenzer2017-11-021-1/+1
* mkfs.ubifs: ignore EOPNOTSUPP when listing extended attributesPavel Roskin2017-10-301-1/+1
* mkfs.ubifs: Apply squash-uids to the root nodeRomain Izard2017-10-041-0/+2
* mkfs-ubifs: fix inclusion of uuid.hRolf Eike Beer2017-07-101-1/+1
* Replace defunct ubifs_assertDavid Oberhollenzer2017-06-282-5/+5
* ubi-utils: Return error code if command line option is unknownDaniel Wagner2017-06-141-2/+4
* mkfs.ubifs: Add support for symlinks in device tableDavid Engraf2017-05-311-2/+8
* Fix alignment trap triggered by NEON instructionsYuanjie Huang2017-03-021-6/+10
* Change build system to autotoolsRichard Weinberger2016-11-171-0/+40
* Remove duplicate copies of GPLv2 license textDavid Oberhollenzer2016-11-171-340/+0
* mkfs.ubifs: <sys/xattr.h>, not <attr/xattr.h>Brian Norris2016-01-241-1/+1
* mkfs.ubifs: use gid from table instead 2x uidSebastian Andrzej Siewior2015-12-091-1/+1
* mkfs.ubifs: fix compiler warning for WITHOUT_LZODaniel Walter2015-11-121-0/+2
* fix build when WITHOUT_LZO is setRolf Eike Beer2015-11-122-4/+35
* mkfs.ubifs: Optionally create extended attribute with inode numberSascha Hauer2015-11-121-1/+68
* mkfs.ubifs: Add extended attribute supportSascha Hauer2015-11-123-27/+205
* mkfs.ubifs: simplify make_path with xasprintfSascha Hauer2015-11-121-7/+3
* mkfs.ubifs: use xmalloc/xzalloc for allocating memorySascha Hauer2015-11-121-50/+14
* mkfs.ubifs: change add_directory argument to 'existing'Sascha Hauer2015-11-121-11/+11
* mtd-utils: Restructure the mtd-utils source.Dongsheng Yang2015-11-1120-0/+5873