Merge lp:~wlxing/ecryptfs/lp342398 into lp:ecryptfs
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp:~wlxing/ecryptfs/lp342398 | ||||
Merge into: | lp:ecryptfs | ||||
Diff against target: |
449 lines (+354/-1) 4 files modified
debian/changelog (+2/-0) src/include/ecryptfs.h (+20/-0) src/libecryptfs/ecryptfs-stat.c (+322/-1) src/utils/ecryptfs-stat.c (+10/-0) |
||||
To merge this branch: | bzr merge lp:~wlxing/ecryptfs/lp342398 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Colin Ian King | Pending | ||
Tyler Hicks | Pending | ||
Review via email: mp+325438@code.launchpad.net |
Description of the change
Add ecryptfs-stat support for encrypted filenames (LP: #342398). The main process has three parts: decoding filename, parsing filename and printing information.
Test output samples:
Case 1):
[...]
Filename encryption enabled
FNEK sig is [8f9887d2339cafb0]
Filename encrytion cipher is [aes]
Case 2):
[...]
Filename encryption disabled
Case 3):
[...]
Filename encryption enabled
ecryptfs_
ecryptfs_
Unmerged revisions
- 895. By Jason Xing
-
src/utils/
ecryptfs- stat.c, src/libecryptfs /ecryptfs- stat.c, src/include/ ecryptfs. h: Add ecryptfs-stat support for encrypted filenames (LP: #342398)