~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Dustin Kirkland
  • Date: 2009-04-07 22:33:58 UTC
  • Revision ID: dustin.kirkland@gmail.com-20090407223358-xbswljbop5dp9zj0
rename remind-passphrase to record-passphrase

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ecryptfs-utils-74
2
 
  [ Michal Hlavinka ]
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
6
 
      values
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
15
 
      question again
16
 
 
17
 
  [ Dustin Kirkland ]
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
24
 
 
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
33
 
 
34
1
ecryptfs-utils-73
35
2
  [ Dustin Kirkland ]
36
3
  Userspace fixes for LP: #345544, CVE-2009-0787