~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Dustin Kirkland
  • Date: 2009-02-16 21:06:29 UTC
  • Revision ID: kirkland@canonical.com-20090216210629-33cr0byhn9o5vj58
typo in Makefile.am

Missing ')'.  Thanks Michal for pointing out.

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

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
 
ecryptfs-utils-73
35
 
  [ Dustin Kirkland ]
36
 
  Userspace fixes for LP: #345544, CVE-2009-0787
37
 
  * src/utils/ecryptfs-rewrite-file: new script, to rewrite a file,
38
 
    forcing it to be re-encrypted when written to disk
39
 
  * doc/manpage/ecryptfs-rewrite-file.1: documentation added
40
 
 
41
 
  Unrelated fixes in this release
42
 
  * src/utils/ecryptfs-mount-private, src/utils/ecryptfs-setup-private,
43
 
    src/utils/ecryptfs-setup-swap: use head/line for prompting and reading
44
 
    input
45
 
 
46
 
  [ Michal Hlavinka ]
47
 
  * ecryptfs-setup-private: don't fail with syntax error when kernel
48
 
    module not loaded
49
 
  * make desktop files standards compliant
50
 
  * umount.ecryptfs: don't sigsegv when arguments are missing
51
 
 
52
 
ecryptfs-utils-72
53
 
  [ Dustin Kirkland ]
54
 
  * src/utils/ecryptfs-[u]mount-private: print message about cd $PWD,
55
 
    LP: #332331
56
 
  * doc/manpage/*: manpage updates
57
 
  * debian/ecryptfs-utils.prerm: prevent removal of ecryptfs-utils
58
 
    package, if in use, LP: #331085
59
 
  * src/utils/ecryptfs-setup-private:
60
 
    - allow for LDAP-based logins, LP: #317307
61
 
    - add --noautomount, --noautoumount options, LP: #301759
62
 
 
63
 
  [ Tyler Hicks ]
64
 
  * src/libecryptfs/cipher_list.c: ignore unknown ciphers, LP: #335632
65
 
  * doc/manpage/ecryptfs.7: add key sig mount options info, LP: #329491
66
 
  * src/utils/mount.ecryptfs.c: scrub unknown option
67
 
 
68
 
  [ James Dupin ]
69
 
  * doc/manpage/fr/*: initial cut at french manpages
70
 
 
71
 
  [ Michal Hlavinka ]
72
 
  * src/libecryptfs/module_mgr.c: fix mount parameter handling on
73
 
    interactive mounting, LP: #331948
74
 
 
75
 
ecryptfs-utils-71
76
 
  [ Dustin Kirkland ]
77
 
  * src/utils/ecryptfs-setup-swap: a first cut at a script that helps setup
78
 
    encrypted swap
79
 
  * debian/control: suggest cryptsetup
80
 
 
81
 
  [ Michal Hlavinka ]
82
 
  * improve interactive mode of mount.ecryptfs
83
 
 
84
1
ecryptfs-utils-70
85
2
 [ Michal Hlavinka ]
86
3
 * Auto module loading improvements