branches with status:
Name Status Last Modified Last Commit
lp://staging/~wlxing/ecryptfs/lp342398 bug(Has a merge proposal) 1 Development 2017-06-10 01:45:29 UTC
895. src/utils/ecryptfs-stat.c, src/libecr...

Author: Jason Xing
Revision Date: 2017-06-10 01:10:42 UTC

src/utils/ecryptfs-stat.c, src/libecryptfs/ecryptfs-stat.c, src/include/ecryptfs.h: Add ecryptfs-stat support for encrypted filenames (LP: #342398)

lp://staging/~wlxing/ecryptfs/fix-command-termination (Has a merge proposal) 1 Development 2017-06-09 03:49:57 UTC
893. src/utils/ecryptfs-recover-private: P...

Author: Jason Xing
Revision Date: 2017-06-09 03:42:12 UTC

src/utils/ecryptfs-recover-private: Prevent ecryptfs-recover-private command is terminated because of printing warnings. So just get rid of line "exit 1" in the warn() function.

lp://staging/~wlxing/ecryptfs/lp1449253 bug(Has a merge proposal) 1 Development 2017-06-08 15:08:29 UTC
889. src/utils/ecryptfs-mount-private, doc...

Author: Jason Xing
Revision Date: 2017-06-08 15:08:29 UTC

src/utils/ecryptfs-mount-private, doc/manpage/ecryptfs-mount-private.1: ecryptfs-mount-private -h prints short usage message (LP: #1449253)

lp://staging/~wlxing/ecryptfs/lp1695767 bug(Has a merge proposal) 1 Development 2017-06-07 03:51:30 UTC
888. Reproduce case: 1) User doesn't insta...

Author: Jason Xing
Revision Date: 2017-06-07 03:29:02 UTC

Reproduce case:
1) User doesn't install openssl.
2) Run ecryptfs-manager and make selection 3.
It goes in the infinite loop...which means whatever selection you enter next cannot end this command or alter your option.

Explanation for the patch:
Adding several lines to take such a case into consideration, through testing whether "num_transitions" is set to zero or not we could prevent the infinite loop. If it is set to zero, it will return -EINVAL because "num_transitions" means how many options this command could show to users and zero means that user has no option to choose. (LP: #1695767)

lp://staging/~wlxing/ecryptfs/fix-bug-1678689 bug(Has a merge proposal) 1 Development 2017-04-03 02:36:00 UTC
886. src/libecryptfs/cmd_ln_parser.c: fix ...

Author: Jason Xing
Revision Date: 2017-04-02 06:35:19 UTC

src/libecryptfs/cmd_ln_parser.c: fix bug1419861

15 of 5 results