3
* Changes for RH/Fedora release
4
- change error codes to be more descriptive
5
- decision_graph.h, *: change definition of node return codes to positive
7
- mount.ecryptfs.c: insist for yes/no answer for unkown sigs
8
- don't print error for removing key from keyring if it succeeded
9
- module_mgr.c: insist on yes/no answer
10
- use ECRYPTFS_NONEMPTY_VALUE_REQUIRED where reasonable
11
- pam_ecryptfs.c: don't try to unwrap key for users not using pam mounting
12
- add verbosity to man page
13
- decision_graph.* : add ECRYPTFS_NONEMPTY_VALUE_REQUIRED flag for nodes
14
- decision_graph.* : add WRONG_VALUE return code to nodes for asking
18
* src/utils/ecryptfs-setup-private: fix bug in grep when running with LANG
19
in other locales, LP: #347969
20
* doc/manpage/ecryptfs.7: add notes about verbose option
21
* src/desktop: add the desktop files to the dist tarball
22
* src/utils/ecryptfs-dot-private: sourceable file for accessing your
23
encrypted data; useful for conducting backups
25
[ Martin Pitt and Dustin Kirkland ]
26
Reworked the fixes for LP: #352307, remind user to record their passphrase
27
* src/desktop/ecryptfs-record-passphrase: run if
28
~/.ecryptfs/.wrapped-passphrase.recorded does NOT exist; touch that
29
file upon successful run of unwrap passphrase
30
* debian/patches/00list,
31
debian/patches/update-notifier-remind-passphrase.dpatch: dropped, since
32
this was moved into PAM
3
36
Userspace fixes for LP: #345544, CVE-2009-0787