1
ecryptfs-utils (76) unreleased; urgency=low
4
* src/utils/ecryptfs-setup-swap: switch from vol_id to blkid,
7
[ Arfrever Frehtes Taifersar Arahesis ]
8
* key_mod/ecryptfs_key_mod_gpg.c,
9
key_mod/ecryptfs_key_mod_pkcs11_helper.c,
10
libecryptfs/key_management.c, utils/ecryptfs_unwrap_passphrase.c:
11
Fix warnings, initialize a few variables, drop unused ones
14
* src/lib/key_management.c: fix stray semicolon that prevents .ecryptfsrc
15
files from working properly, LP: #372709
17
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 18 May 2009 19:02:07 +0200
19
ecryptfs-utils (75) released; urgency=low
22
* debian/rules: drop hackery that moves stuff /usr/share/ecryptfs-utils
23
* src/utils/mount.ecryptfs_private.c: update inline documentation
24
* debian/changelog, src/libecryptfs/cmd_ln_parser.c,
25
src/libecryptfs/key_management.c, src/pam_ecryptfs/pam_ecryptfs.c,
26
src/utils/ecryptfs_add_passphrase.c,
27
src/utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c,
28
src/utils/ecryptfs_rewrap_passphrase.c,
29
src/utils/ecryptfs_unwrap_passphrase.c,
30
src/utils/ecryptfs_wrap_passphrase.c: silence some useless logging,
32
* include/ecryptfs.h, libecryptfs/key_management.c,
33
utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c,
34
utils/ecryptfs_unwrap_passphrase.c: if the file to unwrap is
35
unspecified, try to use the default ~/.ecryptfs/wrapped-passphrase
36
before bailing out, LP: #359997
37
* src/utils/ecryptfs-setup-private: unix_chkpwd is not always present
38
(eg, gentoo), LP: #332341
41
* doc/manpage/ecryptfs.7: ecryptfs_encrypted_view option desription
45
* decision_graph.c: fix uninitialized return code
46
* mount.ecryptfs.c: don't pass verbosity option to kernel
48
[ anrxc & Dustin Kirkland ]
49
* doc/Makefile.am, src/desktop/Makefile.am: fix automake installation from
50
/usr/share to /usr/share/ecryptfs-utils
52
[ Daniel Baumann & Dustin Kirkland ]
53
* debian/rules, debian/control: sync differences between Debian & Ubuntu's
56
[ Arfrever Frehtes Taifersar Arahesis ]
57
* src/key_mod/ecryptfs_key_mod_gpg.c,
58
src/key_mod/ecryptfs_key_mod_pkcs11_helper.c: fix implicit declations
61
* key_mod/ecryptfs_key_mod_tspi.c, utils/ecryptfs_generate_tpm_key.c:
62
the SRK password should be set to 20 bytes of NULL (wellknown
63
password), in order for different tools to request key protection
64
with the Storage Root Key
66
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 01 May 2009 15:07:38 -0500
68
ecryptfs-utils (74) released; urgency=low
71
* Changes for RH/Fedora release
72
- change error codes to be more descriptive
73
- decision_graph.h, *: change definition of node return codes to positive
75
- mount.ecryptfs.c: insist for yes/no answer for unkown sigs
76
- don't print error for removing key from keyring if it succeeded
77
- module_mgr.c: insist on yes/no answer
78
- use ECRYPTFS_NONEMPTY_VALUE_REQUIRED where reasonable
79
- pam_ecryptfs.c: don't try to unwrap key for users not using pam mounting
80
- add verbosity to man page
81
- decision_graph.* : add ECRYPTFS_NONEMPTY_VALUE_REQUIRED flag for nodes
82
- decision_graph.* : add WRONG_VALUE return code to nodes for asking
1
ecryptfs-utils (74) unreleased; urgency=low
86
3
* src/utils/ecryptfs-setup-private: fix bug in grep when running with LANG
87
4
in other locales, LP: #347969
88
5
* doc/manpage/ecryptfs.7: add notes about verbose option
89
6
* src/desktop: add the desktop files to the dist tarball
90
* src/utils/ecryptfs-dot-private: sourceable file for accessing your
91
encrypted data; useful for conducting backups
93
[ Martin Pitt and Dustin Kirkland ]
94
Reworked the fixes for LP: #352307, remind user to record their passphrase
95
* src/desktop/ecryptfs-record-passphrase: run if
96
~/.ecryptfs/.wrapped-passphrase.recorded does NOT exist; touch that
97
file upon successful run of unwrap passphrase
98
* debian/patches/00list,
99
debian/patches/update-notifier-remind-passphrase.dpatch: dropped, since
100
this was moved into PAM
102
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 21 Apr 2009 18:21:30 -0500
8
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 24 Mar 2009 15:37:27 -0500
104
10
ecryptfs-utils (73-0ubuntu1) jaunty; urgency=low