~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Dustin Kirkland
  • Date: 2009-01-26 18:08:13 UTC
  • Revision ID: git-v1:1abdd21606f764382f2abc8a73abda091ace76fd
clear relevant keys on helper unmount

If the user calls the ecryptfs-umount-private helper, clear the kernel
keyring of the keys used by that private helper.

This should help assuage bug:
https://bugs.launchpad.net/ecryptfs/+bug/313812

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ecryptfs-utils (76) unreleased; urgency=low
2
 
 
3
 
  [ Arfrever Frehtes Taifersar Arahesis ]
4
 
  * key_mod/ecryptfs_key_mod_gpg.c,
5
 
    key_mod/ecryptfs_key_mod_pkcs11_helper.c,
6
 
    libecryptfs/key_management.c, utils/ecryptfs_unwrap_passphrase.c:
7
 
    Fix warnings, initialize a few variables, drop unused ones
8
 
 
9
 
  [ David Hicks ]
10
 
  * src/lib/key_management.c: fix stray semicolon that prevents .ecryptfsrc
11
 
    files from working properly, LP: #372709
12
 
 
13
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 06 May 2009 10:40:17 -0500
14
 
 
15
 
ecryptfs-utils (75) released; urgency=low
16
 
 
17
 
  [ Dustin Kirkland ]
18
 
  * debian/rules: drop hackery that moves stuff /usr/share/ecryptfs-utils
19
 
  * src/utils/mount.ecryptfs_private.c: update inline documentation
20
 
  * debian/changelog, src/libecryptfs/cmd_ln_parser.c,
21
 
    src/libecryptfs/key_management.c, src/pam_ecryptfs/pam_ecryptfs.c,
22
 
    src/utils/ecryptfs_add_passphrase.c,
23
 
    src/utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c,
24
 
    src/utils/ecryptfs_rewrap_passphrase.c,
25
 
    src/utils/ecryptfs_unwrap_passphrase.c,
26
 
    src/utils/ecryptfs_wrap_passphrase.c: silence some useless logging,
27
 
    LP: #313330
28
 
  * include/ecryptfs.h, libecryptfs/key_management.c,
29
 
    utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c,
30
 
    utils/ecryptfs_unwrap_passphrase.c: if the file to unwrap is
31
 
    unspecified, try to use the default ~/.ecryptfs/wrapped-passphrase
32
 
    before bailing out, LP: #359997
33
 
  * src/utils/ecryptfs-setup-private: unix_chkpwd is not always present
34
 
    (eg, gentoo), LP: #332341
35
 
 
36
 
  [ Tyler Hicks ]
37
 
  * doc/manpage/ecryptfs.7: ecryptfs_encrypted_view option desription
38
 
    was wrong LP: #328761
39
 
 
40
 
  [ Michal Hlavinka ]
41
 
  * decision_graph.c: fix uninitialized return code
42
 
  * mount.ecryptfs.c: don't pass verbosity option to kernel
43
 
 
44
 
  [ anrxc & Dustin Kirkland ]
45
 
  * doc/Makefile.am, src/desktop/Makefile.am: fix automake installation from
46
 
    /usr/share to /usr/share/ecryptfs-utils
47
 
 
48
 
  [ Daniel Baumann & Dustin Kirkland ]
49
 
  * debian/rules, debian/control: sync differences between Debian & Ubuntu's
50
 
    packaging
51
 
 
52
 
  [ Arfrever Frehtes Taifersar Arahesis ]
53
 
  * src/key_mod/ecryptfs_key_mod_gpg.c,
54
 
    src/key_mod/ecryptfs_key_mod_pkcs11_helper.c: fix implicit declations
55
 
 
56
 
  [ Frédéric Guihéry ]
57
 
  * key_mod/ecryptfs_key_mod_tspi.c, utils/ecryptfs_generate_tpm_key.c:
58
 
    the SRK password should be set to 20 bytes of NULL (wellknown
59
 
    password), in order for different tools to request key protection
60
 
    with the Storage Root Key
61
 
 
62
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 01 May 2009 15:07:38 -0500
63
 
 
64
 
ecryptfs-utils (74) released; urgency=low
65
 
 
66
 
  [ Michal Hlavinka ]
67
 
  * Changes for RH/Fedora release
68
 
    - change error codes to be more descriptive
69
 
    - decision_graph.h, *: change definition of node return codes to positive
70
 
      values
71
 
    - mount.ecryptfs.c: insist for yes/no answer for unkown sigs
72
 
    - don't print error for removing key from keyring if it succeeded
73
 
    - module_mgr.c: insist on yes/no answer
74
 
    - use ECRYPTFS_NONEMPTY_VALUE_REQUIRED where reasonable
75
 
    - pam_ecryptfs.c: don't try to unwrap key for users not using pam mounting
76
 
    - add verbosity to man page
77
 
    - decision_graph.* : add ECRYPTFS_NONEMPTY_VALUE_REQUIRED flag for nodes
78
 
    - decision_graph.* : add WRONG_VALUE return code to nodes for asking
79
 
      question again
80
 
 
81
 
  [ Dustin Kirkland ]
82
 
  * src/utils/ecryptfs-setup-private: fix bug in grep when running with LANG
83
 
    in other locales, LP: #347969
84
 
  * doc/manpage/ecryptfs.7: add notes about verbose option
85
 
  * src/desktop: add the desktop files to the dist tarball
86
 
  * src/utils/ecryptfs-dot-private: sourceable file for accessing your
87
 
    encrypted data;  useful for conducting backups
88
 
 
89
 
  [ Martin Pitt and Dustin Kirkland ]
90
 
  Reworked the fixes for LP: #352307, remind user to record their passphrase
91
 
  * src/desktop/ecryptfs-record-passphrase: run if
92
 
    ~/.ecryptfs/.wrapped-passphrase.recorded does NOT exist; touch that
93
 
    file upon successful run of unwrap passphrase
94
 
  * debian/patches/00list,
95
 
    debian/patches/update-notifier-remind-passphrase.dpatch: dropped, since
96
 
    this was moved into PAM
97
 
 
98
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 21 Apr 2009 18:21:30 -0500
99
 
 
100
 
ecryptfs-utils (73-0ubuntu1) jaunty; urgency=low
101
 
 
102
 
  [ Dustin Kirkland ]
103
 
  Userspace fixes for LP: #345544, CVE-2009-0787
104
 
  * src/utils/ecryptfs-rewrite-file: new script, to rewrite a file,
105
 
    forcing it to be re-encrypted when written to disk
106
 
  * doc/manpage/ecryptfs-rewrite-file.1: documentation added
107
 
 
108
 
  Unrelated fixes in this release
109
 
  * src/utils/ecryptfs-mount-private, src/utils/ecryptfs-setup-private,
110
 
    src/utils/ecryptfs-setup-swap: use head/line for prompting and reading
111
 
    input
112
 
 
113
 
  [ Michal Hlavinka ]
114
 
  * ecryptfs-setup-private: don't fail with syntax error when kernel
115
 
    module not loaded
116
 
  * *.desktop: make desktop files standards compliant
117
 
  * umount.ecryptfs: don't sigsegv when arguments are missing
118
 
 
119
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 20 Mar 2009 17:26:13 -0500
120
 
 
121
 
ecryptfs-utils (72-0ubuntu1) jaunty; urgency=low
122
 
 
123
 
  [ Dustin Kirkland ]
124
 
  * src/utils/ecryptfs-[u]mount-private: print message about cd $PWD,
125
 
    LP: #332331
126
 
  * doc/manpage/*: manpage updates
127
 
  * debian/ecryptfs-utils.prerm: prevent removal of ecryptfs-utils
128
 
    package, if in use, LP: #331085
129
 
  * src/utils/ecryptfs-setup-private:
130
 
    - allow for LDAP-based logins, LP: #317307
131
 
    - add --noautomount, --noautoumount options, LP: #301759
132
 
 
133
 
  [ Tyler Hicks ]
134
 
  * src/libecryptfs/cipher_list.c: ignore unknown ciphers, LP: #335632
135
 
  * doc/manpage/ecryptfs.7: add key sig mount options info, LP: #329491
136
 
  * src/utils/mount.ecryptfs.c: scrub unknown option
137
 
 
138
 
  [ James Dupin ]
139
 
  * doc/manpage/fr/*: initial cut at french manpages
140
 
 
141
 
  [ Michal Hlavinka ]
142
 
  * src/libecryptfs/module_mgr.c: fix mount parameter handling on
143
 
    interactive mounting, LP: #331948
144
 
 
145
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 18 Mar 2009 18:53:11 -0500
146
 
 
147
 
ecryptfs-utils (71-0ubuntu1) jaunty; urgency=low
148
 
 
149
 
  Upstream changes
150
 
 
151
 
  [ Dustin Kirkland ]
152
 
  * src/utils/ecryptfs-setup-swap: a first cut at a script that helps setup
153
 
    encrypted swap
154
 
  * debian/control: suggest cryptsetup
155
 
 
156
 
  [ Michal Hlavinka ]
157
 
  * improve interactive mode of mount.ecryptfs
158
 
 
159
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 18 Feb 2009 17:34:17 -0600
160
 
 
161
 
ecryptfs-utils (70-0ubuntu1) jaunty; urgency=low
162
 
 
163
 
  * New upstream release, dropped all patches (included upstream)
164
 
 
165
 
  [ Michal Hlavinka ]
166
 
  * Auto module loading improvements
167
 
  * Fix nss passphrase (un)wrapping
168
 
  * Fix error handling when wrapping passphrase is too long
169
 
  * Use %m instead of strerror(errno) everywhere
170
 
  * Make the code compile with -Werror
171
 
 
172
 
  [ Tyler Hicks ]
173
 
  * umount.ecryptfs wrapper, clears keys
174
 
 
175
 
  [ Dustin Kirkland ]
176
 
  * Add a trailing newline to passphrase printing
177
 
  * Hack around glibc/kernel mlock limit issue, LP: #329176
178
 
 
179
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 13 Feb 2009 19:33:22 -0600
180
 
 
181
 
ecryptfs-utils (69-0ubuntu2) jaunty; urgency=low
182
 
 
183
 
  * debian/patches/10-remove-bashism.dpatch: fix installer bug, LP: #326184
184
 
  * debian/control: Added libnss3-1d dependency (trying to cut over from
185
 
    openssl linkage)
186
 
 
187
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 06 Feb 2009 17:58:11 +0100
188
 
 
189
 
ecryptfs-utils (69-0ubuntu1) jaunty; urgency=low
190
 
 
191
 
  * New upstream release, dropped all patches (included upstream)
192
 
  * This release includes support for filename encryption (LP: #264977)
193
 
  * This release promotes keyutils from a 'recommends' to a 'depends,
194
 
    for access to the keyctl command, which is used by the helper scripts
195
 
    to clear the keyring on unmount (LP: #313812)
196
 
 
197
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 26 Jan 2009 13:51:21 -0500
198
 
 
199
 
ecryptfs-utils (68-1ubuntu2) jaunty; urgency=low
200
 
 
201
 
  * debian/patches/05-mount_opts.dpatch: Clean up mount options, LP: #277723
202
 
 
203
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 05 Jan 2009 15:34:05 -0600
204
 
 
205
 
ecryptfs-utils (68-1ubuntu1) jaunty; urgency=low
206
 
 
207
 
  * Merge from debian unstable (LP: #311193), remaining changes:
208
 
    - debian/ecryptfs-utils.postinst: handle pam-auth-update
209
 
    - debian/control: keep the dpatch build dep; libpam-runtime dep for
210
 
      pam-auth-update
211
 
    - debian/ecryptfs-utils.install: install the pam-auth-update file
212
 
    - debian/rules:keep the dpatch infrastructure around as we'll likely need
213
 
      it again; install the pam-auth-update file
214
 
    - debian/ecryptfs-utils.pam-auth-update: pam stack configuration
215
 
    - debian/ecryptfs-utils.dirs: usr share install dirs
216
 
    - debian/ecryptfs-utils.prerm: remove pam-auth-update configuration
217
 
  * Upstream merge also fixes LP: #304043.
218
 
 
219
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 24 Dec 2008 10:24:53 -0600
220
 
 
221
 
ecryptfs-utils (68-1) unstable; urgency=high
222
 
 
223
 
  * Merging upstream version 68:
224
 
    - Contains upstream changelog (Closes: #507942).
225
 
    - Fixes syntax error in ecryptfs-setup-private (Closes: #509339).
226
 
  * Updating rules to install changelog.
227
 
 
228
 
 -- Daniel Baumann <daniel@debian.org>  Tue, 23 Dec 2008 08:04:00 +0100
229
 
 
230
 
ecryptfs-utils (67-1ubuntu1) jaunty; urgency=low
231
 
 
232
 
  * Merge from debian unstable, remaining changes (Debian Bug: #506172):
233
 
    - debian/ecryptfs-utils.postinst: handle pam-auth-update
234
 
    - debian/rules:keep the dpatch infrastructure around as we'll likely need
235
 
      it again; install the pam-auth-update file
236
 
    - debian/ecryptfs-utils.install: install the pam-auth-update file
237
 
    - debian/control: keep the dpatch build dep; libpam-runtime dep for
238
 
      pam-auth-update
239
 
    - debian/ecryptfs-utils.pam-auth-update: pam stack configuration
240
 
    - debian/ecryptfs-utils.dirs: usr share install dirs
241
 
    - debian/ecryptfs-utils.prerm: remove pam-auth-update configuration
242
 
  * Dropped changes
243
 
    - debian/patches/10-counter_increment_fix.dpatch: included upstream
244
 
    - debian/ecryptfs-mount-private.desktop: included upstream
245
 
    - debian/ecryptfs-mount-private.txt: included upstream
246
 
    - debian/rules: desktop, readme files installed by upstream
247
 
    - debian/ecryptfs-utils.install: desktop, readme installed by upstream
248
 
 
249
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 04 Dec 2008 12:09:35 -0600
250
 
 
251
 
ecryptfs-utils (67-1) unstable; urgency=low
252
 
 
253
 
  * Merging upstream version 67.
254
 
 
255
 
 -- Daniel Baumann <daniel@debian.org>  Wed,  3 Dec 2008 09:54:00 +0100
256
 
 
257
 
ecryptfs-utils (66-2ubuntu3) jaunty; urgency=low
258
 
 
259
 
  * debian/patches/10-counter_increment_fix.dpatch: fix broken mount counter
260
 
    for encrypted home users (LP: #301085).
261
 
 
262
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 22 Nov 2008 14:59:52 -0600
263
 
 
264
 
ecryptfs-utils (66-2ubuntu2) jaunty; urgency=low
265
 
 
266
 
  * debian/control: depend on python-dev and swig to fix FTBFS (LP: #299888)
267
 
  * debian/changelog: fix references to Debian bugs
268
 
 
269
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 19 Nov 2008 07:09:19 -0600
270
 
 
271
 
ecryptfs-utils (66-2ubuntu1) jaunty; urgency=low
272
 
 
273
 
  * Merge from debian unstable,
274
 
    (LP: #259631, #293433, #286265, #247421, #294888, #298421)
275
 
  * Remaining changes:
276
 
    - debian/ecryptfs-utils.postinst: handle pam-auth-update
277
 
      (Debian Bug: #506172)
278
 
    - debian/rules:
279
 
      + keep the dpatch infrastructure around, as we'll likely
280
 
        need it again at some point soon
281
 
      + install the desktop, readme, and pam-auth-update files ()
282
 
    - debian/ecryptfs-utils.install: install the desktop, readme shared files
283
 
      (Debian Bug: #506172)
284
 
    - debian/control:
285
 
      + keep the dpatch build dep
286
 
      + depend on libpam-runtime (Debian Bug: #506172)
287
 
    - debian/ecryptfs-utils.prerm: remove pam-auth-update configuration
288
 
      (Debian Bug: #506172)
289
 
    - debian/ecryptfs-mount-private.txt: readme to install in unmounted
290
 
      private dir (Debian Bug: #506172)
291
 
    - debian/ecryptfs-mount-private.desktop: desktop link to install in
292
 
      unmounted private dir (Debian Bug: #506172)
293
 
    - debian/ecryptfs-utils.dirs: usr share install dirs (Debian Bug: #506172)
294
 
    - debian/ecryptfs-utils.pam-auth-update: pam stack configuration
295
 
      (Debian Bug: #506172)
296
 
 
297
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 18 Nov 2008 22:55:19 -0600
298
 
 
299
 
ecryptfs-utils (66-2) unstable; urgency=low
300
 
 
301
 
  * Removing auth-client-config support, no longer used.
302
 
  * Adding ecryptfs-utils recommends to keyutils.
303
 
  * Building without ssl, ecryptfs_key_mod_openssl.c has incompatible
304
 
    license (GPL-2+).
305
 
  * Building without pkcs11 helper, ecryptfs_key_mod_pkcs11_helper.c
306
 
    links against openssl and has incompatible license (GPL-2+).
307
 
  * Building without pkcs11 helper, ecryptfs_key_mod_tspi.c links
308
 
    against openssl and has incompatible license (GPL-2+).
309
 
 
310
 
 -- Daniel Baumann <daniel@debian.org>  Tue, 18 Nov 2008 20:02:00 +0100
311
 
 
312
 
ecryptfs-utils (66-1) unstable; urgency=low
313
 
 
314
 
  * Manually adding second line of the commit message when merging
315
 
    upstream version 65 to changelog.
316
 
  * Merging upstream version 66.
317
 
  * Adding ecryptfs-utils.postinst to create /var/lib/ecryptfs on
318
 
    package installation time.
319
 
 
320
 
 -- Daniel Baumann <daniel@debian.org>  Tue, 18 Nov 2008 12:39:00 +0100
321
 
 
322
 
ecryptfs-utils (65-1) unstable; urgency=low
323
 
 
324
 
  * Merging upstream version 65:
325
 
    - Adds --wrapping option to ecryptfs-setup-private command to use an
326
 
      independent wrapping passphrase, different from the login passphrase
327
 
      (Closes: #505008).
328
 
  * Removing pam-doc.dpatch, went upstream.
329
 
  * Adding build-depends to swig.
330
 
  * Adding build-depends to python-dev.
331
 
  * Including python bindings in libecryptfs0.
332
 
 
333
 
 -- Daniel Baumann <daniel@debian.org>  Sat, 15 Nov 2008 07:49:00 +0100
334
 
 
335
 
ecryptfs-utils (64-3) unstable; urgency=low
336
 
 
337
 
  * Replacing obsolete dh_clean -k with dh_prep.
338
 
  * Adding patch from Osamu Aoki <osamu@debian.org> to update
339
 
    ecryptfs-pam-doc.txt contents with s/Confidential/Private/
340
 
    (Closes: #504934).
341
 
  * Updating homepage and download location in control and copyright
342
 
    (Closes: #504930).
343
 
  * Updating author information in copyright.
344
 
  * Installing desktop shortcut and readme to /usr/share/ecryptfs-utils.
345
 
    Together with the fixes of upstream version 64, this interactively prompts
346
 
    for passwords now (Closes: #504370).
347
 
 
348
 
 -- Daniel Baumann <daniel@debian.org>  Sat,  8 Nov 2008 07:01:00 +0100
349
 
 
350
 
ecryptfs-utils (64-2) unstable; urgency=low
351
 
 
352
 
  * Adding build-depends to python (Closes: #504719).
353
 
 
354
 
 -- Daniel Baumann <daniel@debian.org>  Thu,  6 Nov 2008 17:45:00 +0100
355
 
 
356
 
ecryptfs-utils (64-1) unstable; urgency=low
357
 
 
358
 
  * Removing sbin-path.dpatch, not needed anymore.
359
 
  * Building with --enable-static, was default previously.
360
 
 
361
 
 -- Daniel Baumann <daniel@debian.org>  Wed,  5 Nov 2008 20:45:00 +0100
362
 
 
363
 
ecryptfs-utils (63-1) unstable; urgency=low
364
 
 
365
 
  * Merging upstream version 63.
366
 
 
367
 
 -- Daniel Baumann <daniel@debian.org>  Fri, 24 Oct 2008 06:42:00 +0200
368
 
 
369
 
ecryptfs-utils (61-1) unstable; urgency=low
370
 
 
371
 
  * Using patch-stamp rather than patch in rules file.
372
 
  * Merging upstream version 61.
373
 
  * Rediffing sbin-path.dpatch.
374
 
 
375
 
 -- Daniel Baumann <daniel@debian.org>  Thu, 23 Oct 2008 19:42:00 +0200
376
 
 
377
 
ecryptfs-utils (58-2) unstable; urgency=low
378
 
 
379
 
  * Adding patch from situert <situert@yahoo.com> to call ecryptfs
380
 
    helper scripts in /sbin with full path to avoid problem if /sbin is
381
 
    not in PATH (Closes: #498543).
382
 
 
383
 
 -- Daniel Baumann <daniel@debian.org>  Thu, 11 Sep 2008 08:11:00 +0200
384
 
 
385
 
ecryptfs-utils (58-1) unstable; urgency=low
386
 
 
387
 
  * Merging upstream version 58.
388
 
 
389
 
 -- Daniel Baumann <daniel@debian.org>  Tue,  9 Sep 2008 07:08:00 +0200
390
 
 
391
 
ecryptfs-utils (57-1) unstable; urgency=low
392
 
 
393
 
  * Updating vcs fields in control file.
394
 
  * Merging upstream version 57.
395
 
 
396
 
 -- Daniel Baumann <daniel@debian.org>  Mon,  8 Sep 2008 13:44:00 +0200
397
 
 
398
 
ecryptfs-utils (56-1) unstable; urgency=low
399
 
 
400
 
  * Setting permissions for ecryptfs.acc when installing it in rules.
401
 
  * Merging upstream version 56.
402
 
 
403
 
 -- Daniel Baumann <daniel@debian.org>  Mon, 25 Aug 2008 01:25:00 +0200
404
 
 
405
 
ecryptfs-utils (55-1) unstable; urgency=low
406
 
 
407
 
  * Merging upstream version 55.
408
 
 
409
 
 -- Daniel Baumann <daniel@debian.org>  Mon, 25 Aug 2008 01:19:00 +0200
410
 
 
411
 
ecryptfs-utils (53-2) unstable; urgency=low
412
 
 
413
 
  * Adding auth-client-config support, thanks to Dustin Kirkland
414
 
    <kirkland@ubuntu.com>.
415
 
 
416
 
 -- Daniel Baumann <daniel@debian.org>  Tue,  5 Aug 2008 23:59:00 +0200
417
 
 
418
 
ecryptfs-utils (53-1ubuntu13) intrepid-proposed; urgency=low
419
 
 
420
 
  Fixes for LP: #259631, add interactive mounting capability
421
 
  * debian/rules, debian/ecryptfs-utils.dirs,
422
 
    debian/ecryptfs-utils.install, debian/ecryptfs-mount-private.desktop,
423
 
    debian/ecryptfs-mount-private.txt: install the new desktop shortcut
424
 
    file and readme.txt to /usr/share/ecryptfs-utils
425
 
  * debian/patches/60_interactive_mount.dpatch: modify ecryptfs-mount-private
426
 
    utility to interactively prompt for password
427
 
  * debian/patches/00list: updated accordingly
428
 
 
429
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 04 Nov 2008 09:34:41 -0600
430
 
 
431
 
ecryptfs-utils (53-1ubuntu12) intrepid-proposed; urgency=low
432
 
 
433
 
  * debian/patches/55_check_password_and_remove_from_proc.dpatch:
434
 
    use the printf function properly (LP: #290445)
435
 
 
436
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 28 Oct 2008 16:50:11 -0500
437
 
 
438
 
ecryptfs-utils (53-1ubuntu11) intrepid; urgency=low
439
 
 
440
 
  * debian/patches/55_check_password_and_remove_from_proc.dpatch:
441
 
    Fix ecryptfs-add-passphrase and ecryptfs-wrap-passphrase to take
442
 
    passphrases on standard, to protect from disclosure on the process
443
 
    table; fix callers in ecryptfs-setup-private (LP: #287908).
444
 
    Validate that the user password is correct with unix_chkpwd (LP: #287906).
445
 
  * debian/patches/00list: updated accordingly
446
 
 
447
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 23 Oct 2008 12:53:30 -0500
448
 
 
449
 
ecryptfs-utils (53-1ubuntu10) intrepid; urgency=low
450
 
 
451
 
  [Dustin Kirkland]
452
 
  * debian/patches/45-mount_private_counter.dpatch: implement a counter to
453
 
    track mounts/unmounts of the private directory; unmount if the
454
 
    counter is 0; allow a -f override to force unmount. LP: #259293.
455
 
 
456
 
  [Steve Langasek]
457
 
  * debian/patches/50-error-on-empty-password.dpatch: return
458
 
    PAM_AUTHTOK_RECOVER_ERR from the password changing module if we
459
 
    didn't get a password from the other modules in the stack, instead
460
 
    of returning success.  LP: #272232.
461
 
 
462
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 19 Oct 2008 10:30:08 -0500
463
 
 
464
 
ecryptfs-utils (53-1ubuntu9) intrepid; urgency=low
465
 
 
466
 
  * debian/patches/35-silence_useless_mount_messages.dpatch: silence error
467
 
    messages (LP: #277343)
468
 
  * debian/patches/40-zero_out_grep_options.dpatch: zero out GREP_OPTIONS
469
 
    (LP: #257984)
470
 
  * debian/patches/00list: updated accordingly
471
 
 
472
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 03 Oct 2008 12:58:21 -0500
473
 
 
474
 
ecryptfs-utils (53-1ubuntu8) intrepid; urgency=low
475
 
 
476
 
  * debian/rules: change the installed permissions of pam-auth-update
477
 
    config to r--r--r-- (LP: #260458).
478
 
 
479
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 22 Aug 2008 18:45:09 +0100
480
 
 
481
 
ecryptfs-utils (53-1ubuntu7) intrepid; urgency=low
482
 
 
483
 
  * debian/00list: added 30-ecryptfs-setup-private_empty-dir-check.dpatch 
484
 
    (LP: #260346).
485
 
  * debian/30-ecryptfs-setup-private_empty-dir-check.dpatch: Patch checks that
486
 
    ~/Private and ~/.Private are empty before proceeding.
487
 
 
488
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 22 Aug 2008 12:16:50 +0100
489
 
 
490
 
ecryptfs-utils (53-1ubuntu6) intrepid; urgency=low
491
 
 
492
 
  * Fixes (LP: #259915).
493
 
  * debian/control: drop suggests of auth-client-config, add depends on
494
 
    libpam-runtime.
495
 
  * debian/ecryptfs-utils.postinst: initial creation, use pam-auth-update,
496
 
    be sure to 'force' if pam stack was precisely written by
497
 
    auth-client-config.
498
 
  * debian/ecryptfs-utils.prerm: remove pam-auth-update config on uninstall
499
 
  * debian/ecryptfs-utils.pam-auth-update: initial creation of pam-auth-update
500
 
    configuration.
501
 
  * debian/ecryptfs.acc: drop auth-client-config profile.
502
 
  * debian/rules, debian/ecryptfs-utils.install, debian/ecryptfs-utils.dirs:
503
 
    remove auth-client-config installation, add pam-auth-update.
504
 
 
505
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 22 Aug 2008 01:22:48 +0100
506
 
 
507
 
ecryptfs-utils (53-1ubuntu5) intrepid; urgency=low
508
 
 
509
 
  * debian/patches/00list: add 25-ecryptfs-setup-private_fix-pw-echo.dpatch
510
 
    (LP: #259746).
511
 
  * debian/patches/25-ecryptfs-setup-private_fix-pw-echo.dpatch: comment out
512
 
    mostly-debugish echo's; conditionally print randomly generated passphrase;
513
 
    always remind the user to print/record the mount passphrase for data
514
 
    recovery.
515
 
 
516
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 20 Aug 2008 23:20:36 +0100
517
 
 
518
 
ecryptfs-utils (53-1ubuntu4) intrepid; urgency=low
519
 
 
520
 
  * debian/patches/00list: add 20-ecryptfs-setup-private-force.dpatch.
521
 
  * debian/patches/20-ecryptfs-setup-private-force.dpatch: error out if a
522
 
    pre-existing ecryptfs setup is found, allow for a --force override,
523
 
  * (LP: #258388). 
524
 
 
525
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 15 Aug 2008 13:54:03 -0500
526
 
 
527
 
ecryptfs-utils (53-1ubuntu3) intrepid; urgency=low
528
 
 
529
 
  * debian/patches/00list: add 15-pam_ecryptfs-auth_fork_exit.dpatch.
530
 
  * debian/patches/15-pam_ecryptfs-auth_fork_exit.dpatch: fix broken
531
 
    exit condition causing screensaver unlocking to fail (LP: #255795).
532
 
 
533
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 11 Aug 2008 13:50:59 -0500
534
 
 
535
 
ecryptfs-utils (53-1ubuntu2) intrepid; urgency=low
536
 
 
537
 
  * debian/control: add build dependency on dpatch.
538
 
  * debian/rules: add relevant patch bits.
539
 
  * debian/patches/00list: add 10-pam_ecryptfs-automount.dpatch.
540
 
  * debian/patches/10-pam_ecryptfs-automount.dpatch: patch pam_ecryptfs to
541
 
    respect ~/.ecryptfs/auto-mount and ~/.ecryptfs/auto-umount files
542
 
    (LP: #256154).
543
 
 
544
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 08 Aug 2008 13:00:53 -0500
545
 
 
546
 
ecryptfs-utils (53-1ubuntu1) intrepid; urgency=low
547
 
 
548
 
   * Merge from debian unstable (LP: #254714, #251245), remaining changes:
549
 
    - debian/rules: install ecryptfs auth-client-config profile
550
 
    - debian/control: Update maintainer, suggest auth-client-config
551
 
    - debian/ecryptfs.acc: define auth-client-config profile
552
 
    - debian/ecryptfs-utils.install: install auth-client-config profile
553
 
   * Dropped changes:
554
 
    - debian/ecryptfs-utils.dirs: handled by install -D rule
555
 
   * Additional changes
556
 
    - debian/ecryptfs.acc: Add to common-password stack, make all pam_ecryptfs
557
 
      entries optional (LP: #253816).
558
 
 
559
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 04 Aug 2008 15:58:24 -0500
560
 
 
561
 
ecryptfs-utils (53-1) unstable; urgency=low
562
 
 
563
 
  * Updating to install newly added manpages.
564
 
  * Removing 01-manpage.dpatch, not required anymore.
565
 
  * Merging upstream version 53.
566
 
 
567
 
 -- Daniel Baumann <daniel@debian.org>  Sun,  3 Aug 2008 00:11:00 +0200
568
 
 
569
 
ecryptfs-utils (52-1) unstable; urgency=low
570
 
 
571
 
  * Merging upstream version 52.
572
 
 
573
 
 -- Daniel Baumann <daniel@debian.org>  Fri,  1 Aug 2008 03:50:00 +0200
574
 
 
575
 
ecryptfs-utils (51-1) unstable; urgency=low
576
 
 
577
 
  * Merging upstream version 51.
578
 
 
579
 
 -- Daniel Baumann <daniel@debian.org>  Fri,  1 Aug 2008 01:22:00 +0200
580
 
 
581
 
ecryptfs-utils (50-4ubuntu2) intrepid; urgency=low
582
 
 
583
 
   * debian/patches/00list, debian/patches/05-pam_ecryptfs_waitpid.dpatch:
584
 
     Cherry pick this patch from upstream, which fixes gdm/kdm hangs on logout
585
 
     (LP: #250988).
586
 
 
587
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 22 Jul 2008 18:34:59 -0500
588
 
 
589
 
ecryptfs-utils (50-4ubuntu1) intrepid; urgency=low
590
 
 
591
 
   * Merge from debian unstable (LP: #249503), remaining changes:
592
 
    - debian/control: Update maintainer, suggest auth-client-config
593
 
    - debian/ecryptfs-utils.dirs: add etc/auth-client-config/profile.d
594
 
    - debian/ecryptfs-utils.install: add ecryptfs auth-client-config profile
595
 
    - debian/ecryptfs.acc: define auth-client-config profile
596
 
    - debian/rules: support ecryptfs auth-client-config profile
597
 
   * Dropped changes:
598
 
    - debian/libecryptfs0.dirs: moved auth-client-config bit to
599
 
      debian/ecryptfs-utils.dirs
600
 
    - debian/libecryptfs.install: moved auth-client-config bit to
601
 
      debian/ecryptfs-utils.install
602
 
 
603
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 17 Jul 2008 10:39:51 -0500
604
 
 
605
 
ecryptfs-utils (50-4) unstable; urgency=medium
606
 
 
607
 
  * Adding /usr/lib/libecryptfs.so.0.0 symlink.
608
 
  * Moving /lib/security/pam_ecryptfs.so and /usr/lib/ecryptfs/*.so from
609
 
    libecryptfs0 to ecryptfs-utils.
610
 
 
611
 
 -- Daniel Baumann <daniel@debian.org>  Wed, 16 Jul 2008 20:34:00 +0200
612
 
 
613
 
ecryptfs-utils (50-3ubuntu1) intrepid; urgency=low
614
 
 
615
 
  * Merge from debian unstable (LP: #248420), remaining changes:
616
 
   - debian/libecryptfs0.install: add ecryptfs auth-client-config profile
617
 
   - debian/rules: support ecryptfs auth-client-config profile
618
 
   - debian/control: Update maintainer, suggest auth-client-config
619
 
   - debian/libecryptfs0.dirs: add etc/auth-client-config/profile.d
620
 
   - debian/ecryptfs.acc: define auth-client-config profile
621
 
 
622
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 14 Jul 2008 09:48:23 -0500
623
 
 
624
 
ecryptfs-utils (50-3) unstable; urgency=low
625
 
 
626
 
  * Adding missing build-depends to pkg-config (Closes: #490415).
627
 
 
628
 
 -- Daniel Baumann <daniel@debian.org>  Sat, 12 Jul 2008 11:12:00 +0200
629
 
 
630
 
ecryptfs-utils (50-2) unstable; urgency=low
631
 
 
632
 
  * Removing currently unused libgtk2.0-dev from build-depends (Closes:#490233).
633
 
  * Building ecryptfs-utils with TPM support on all supported Debian
634
 
    architectures, except s390.
635
 
  * Installing /sbin/mount.ecryptfs_private with suid root.
636
 
 
637
 
 -- Daniel Baumann <daniel@debian.org>  Thu, 10 Jul 2008 23:48:00 +0200
638
 
 
639
 
ecryptfs-utils (50-1ubuntu1) intrepid; urgency=low
640
 
 
641
 
  * auth-client-config support (LP: #247641)
642
 
    + debian/ecryptfs.acc: create an auth-client-config profile
643
 
    + debian/libecryptfs0.install: install the auth-client-config profile
644
 
    + debian/control: modify maintainer value; add auth-client-config to
645
 
      Suggests
646
 
    + debian/libecryptfs0.dirs: create with etc/auth-client-config/profile.d
647
 
 
648
 
 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 11 Jul 2008 12:00:36 -0500
649
 
 
650
 
ecryptfs-utils (50-1) unstable; urgency=low
651
 
 
652
 
  * Merging upstream version 50.
653
 
 
654
 
 -- Daniel Baumann <daniel@debian.org>  Sun, 29 Jun 2008 22:19:00 +0200
655
 
 
656
 
ecryptfs-utils (49-1) unstable; urgency=low
657
 
 
658
 
  * Merging upstream version 49.
659
 
 
660
 
 -- Daniel Baumann <daniel@debian.org>  Sun, 29 Jun 2008 22:09:00 +0200
661
 
 
662
 
ecryptfs-utils (48-1) unstable; urgency=medium
663
 
 
664
 
  * Updating debhelper shlibs file.
665
 
  * Updating rules fileto reflect upstreams removal of documentation.
666
 
  * Merging upstream version 48.
667
 
 
668
 
 -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jun 2008 21:35:00 +0200
669
 
 
670
 
ecryptfs-utils (47-1) unstable; urgency=low
671
 
 
672
 
  * Merging upstream version 47.
673
 
 
674
 
 -- Daniel Baumann <daniel@debian.org>  Mon, 16 Jun 2008 20:39:00 +0200
675
 
 
676
 
ecryptfs-utils (46-1) unstable; urgency=low
677
 
 
678
 
  * Removing superfluous empty line from rules file.
679
 
  * Removing trailing slash in install debhelper file.
680
 
  * Merging upstream version 46.
681
 
  * Updating to standards 3.8.0.
682
 
 
683
 
 -- Daniel Baumann <daniel@debian.org>  Tue, 10 Jun 2008 08:06:00 +0200
684
 
 
685
 
ecryptfs-utils (45-1) unstable; urgency=low
686
 
 
687
 
  * Merging upstream version 45.
688
 
 
689
 
 -- Daniel Baumann <daniel@debian.org>  Fri, 16 May 2008 08:22:00 +0200
690
 
 
691
 
ecryptfs-utils (44-1) unstable; urgency=low
692
 
 
693
 
  * Reordering rules file.
694
 
  * Updating debhelper shlibs file.
695
 
  * Rewriting copyright file in machine-interpretable format.
696
 
  * Adding vcs fields in control file.
697
 
  * Upgrading package to debhelper 7.
698
 
  * Merging upstream version 44.
699
 
 
700
 
 -- Daniel Baumann <daniel@debian.org>  Sat,  3 May 2008 12:17:00 +0200
701
 
 
702
 
ecryptfs-utils (43-1) unstable; urgency=low
703
 
 
704
 
  * New upstream release.
705
 
  * Removing watch file.
706
 
 
707
 
 -- Daniel Baumann <daniel@debian.org>  Wed,  9 Apr 2008 09:54:00 +0200
708
 
 
709
 
ecryptfs-utils (41-1) unstable; urgency=low
710
 
 
711
 
  * New upstream release.
712
 
 
713
 
 -- Daniel Baumann <daniel@debian.org>  Tue,  1 Apr 2008 11:25:00 +0200
714
 
 
715
 
ecryptfs-utils (40-1) unstable; urgency=low
716
 
 
717
 
  * New upstream release.
718
 
 
719
 
 -- Daniel Baumann <daniel@debian.org>  Sun, 24 Feb 2008 22:09:00 +0100
720
 
 
721
 
ecryptfs-utils (38-2) unstable; urgency=low
722
 
 
723
 
  * Temporarily only use tpm toolchain on i386 (Closes: #461233).
724
 
  * Current upstream should build without patches on amd64 (Closes: #445619).
725
 
  * Added --fail-missing to dh_install call in rules.
726
 
  * Updated .install files to cover additional files.
727
 
 
728
 
 -- Daniel Baumann <daniel@debian.org>  Thu, 17 Jan 2008 23:47:00 +0100
729
 
 
730
 
ecryptfs-utils (38-1) unstable; urgency=low
731
 
 
732
 
  * New upstream release.
733
 
 
734
 
 -- Daniel Baumann <daniel@debian.org>  Sat, 12 Jan 2008 17:14:00 +0100
735
 
 
736
 
ecryptfs-utils (37-1) unstable; urgency=low
737
 
 
738
 
  * New upstream release (Closes: #457316).
739
 
  * Compling with trousers support now.
740
 
  * Bumping to new policy.
741
 
 
742
 
 -- Daniel Baumann <daniel@debian.org>  Fri, 21 Dec 2007 14:54:00 +0100
743
 
 
744
 
ecryptfs-utils (30-1) unstable; urgency=low
745
 
 
746
 
  * New upstream release.
747
 
 
748
 
 -- Daniel Baumann <daniel@debian.org>  Fri, 16 Nov 2007 12:10:00 +0100
749
 
 
750
 
ecryptfs-utils (27-1) unstable; urgency=low
751
 
 
752
 
  * New upstream release.
753
 
 
754
 
 -- Daniel Baumann <daniel@debian.org>  Fri, 19 Oct 2007 21:50:00 +0200
755
 
 
756
 
ecryptfs-utils (26-1) unstable; urgency=low
757
 
 
758
 
  * New upstream release.
759
 
  * Dropped 02-ia64.dpatch; not required anymore.
760
 
  * Building with --disable-tspi for the time beeing until trousers is
761
 
    uploaded.
762
 
  * Downgrading recommends to opencryptoki to a suggests for the time beeing
763
 
    until opencryptoki is uploaded.
764
 
 
765
 
 -- Daniel Baumann <daniel@debian.org>  Sun, 14 Oct 2007 11:17:00 +0200
766
 
 
767
 
ecryptfs-utils (24-2) unstable; urgency=low
768
 
 
769
 
  * Enforcing libdir (Closes: #445619).
770
 
 
771
 
 -- Daniel Baumann <daniel@debian.org>  Wed, 10 Oct 2007 23:41:00 +0200
772
 
 
773
 
ecryptfs-utils (24-1) unstable; urgency=low
774
 
 
775
 
  * New upstream release.
776
 
 
777
 
 -- Daniel Baumann <daniel@debian.org>  Tue,  9 Oct 2007 12:03:00 +0200
778
 
 
779
 
ecryptfs-utils (23-1) unstable; urgency=low
780
 
 
781
 
  * New upstream release.
782
 
  * Added libgpgme11-dev to build-depends.
783
 
  * Rediffed 02-ia64.dpatch.
784
 
 
785
 
 -- Daniel Baumann <daniel@debian.org>  Mon, 27 Aug 2007 16:32:00 +0200
786
 
 
787
 
ecryptfs-utils (21-1) unstable; urgency=low
788
 
 
789
 
  * Initial release (Closes: #401800).
790
 
  * Added patch from William Lima <wlima.amadeus@gmail.com> to fix FTBFS on
791
 
    ia64.
792
 
 
793
 
 -- Daniel Baumann <daniel@debian.org>  Sun, 12 Aug 2007 15:20:00 +0200
794