Allow removal of last slot in luksRemoveKey and luksKillSlot.
[platform/upstream/cryptsetup.git] / ChangeLog
1 2009-07-16  Milan Broz  <mbroz@redhat.com>
2         * Allow removal of last slot in luksRemoveKey and luksKillSlot.
3
4 2009-07-11  Milan Broz  <mbroz@redhat.com>
5
6         * Add --disable-selinux option and fix static build if selinux is required.
7         * Reject unsupported --offset and --skip options for luksFormat and update man page.
8
9 2009-06-22  Milan Broz  <mbroz@redhat.com>
10
11         * Summary of changes in subversion for 1.0.7-rc1:
12         * Various man page fixes.
13         * Set UUID in device-mapper for LUKS devices.
14         * Retain readahead of underlying device.
15         * Display device name when asking for password.
16         * Check device size when loading LUKS header. Remove misleading error message later.
17         * Add error hint if dm-crypt mapping failed.
18         * Use better error messages if device doesn't exist or is already used by other mapping.
19         * Fix make distcheck.
20         * Check if all slots are full during luksAddKey.
21         * Fix segfault in set_error.
22         * Code cleanups, remove precompiled pot files, remove unnecessary files from po directory
23         * Fix uninitialized return value variable in setup.c.
24         * Code cleanups. (thanks to Ivan Stankovic)
25         * Fix wrong output for remaining key at key deletion.
26         * Allow deletion of key slot while other keys have the same key information.
27         * Add missing AM_PROG_CC_C_O to configure.in
28         * Remove duplicate sentence in man page.
29         * Wipe start of device (possible fs signature) before LUKS-formatting.
30         * Do not process configure.in in hidden directories.
31         * Return more descriptive error in case of IO or header format error.
32         * Use remapping to error target instead of calling udevsettle for temporary crypt device.
33         * Check device mapper communication and warn user if device-mapper support missing in kernel.
34         * Fix signal handler to properly close device.
35         * write_lseek_blockwise: declare innerCount outside the if block.
36         * add -Wall to the default CFLAGS. fix some signedness issues.
37         * Error handling improvement.
38         * Add non-exclusive override to interface definition.
39         * Refactor key slot selection into keyslot_from_option.
40
41 2007-05-01  Clemens Fruhwirth  <clemens@endorphin.org>
42
43         * lib/backends.c, man/cryptsetup.8: Apply patch from Ludwig Nussel
44         <ludwig.nussel@suse.de>, for old SuSE compat hashing.
45
46 2007-04-16  Clemens Fruhwirth  <clemens@endorphin.org>
47
48         * Summary of changes in subversion:
49         Fix segfault for key size > 32 bytes.
50         Kick ancient header version conversion. 
51         Fix http://bugs.debian.org/403075
52         No passwort retrying for I/O errors.
53         Fix hang on "-i 0".
54         Fix parenthesization error that prevented --tries from working
55         correctly.
56
57 2006-11-28  gettextize  <bug-gnu-gettext@gnu.org>
58
59         * m4/gettext.m4: Upgrade to gettext-0.15.
60         * m4/glibc2.m4: New file, from gettext-0.15.
61         * m4/intmax.m4: New file, from gettext-0.15.
62         * m4/inttypes-h.m4: New file, from gettext-0.15.
63         * m4/inttypes-pri.m4: Upgrade to gettext-0.15.
64         * m4/lib-link.m4: Upgrade to gettext-0.15.
65         * m4/lib-prefix.m4: Upgrade to gettext-0.15.
66         * m4/lock.m4: New file, from gettext-0.15.
67         * m4/longdouble.m4: New file, from gettext-0.15.
68         * m4/longlong.m4: New file, from gettext-0.15.
69         * m4/nls.m4: Upgrade to gettext-0.15.
70         * m4/po.m4: Upgrade to gettext-0.15.
71         * m4/printf-posix.m4: New file, from gettext-0.15.
72         * m4/signed.m4: New file, from gettext-0.15.
73         * m4/size_max.m4: New file, from gettext-0.15.
74         * m4/visibility.m4: New file, from gettext-0.15.
75         * m4/wchar_t.m4: New file, from gettext-0.15.
76         * m4/wint_t.m4: New file, from gettext-0.15.
77         * m4/xsize.m4: New file, from gettext-0.15.
78         * m4/Makefile.am: New file.
79         * configure.in (AC_OUTPUT): Add m4/Makefile.
80         (AM_GNU_GETTEXT_VERSION): Bump to 0.15.
81
82 2006-10-22  David Härdeman  <david@hardeman.nu>
83
84         * Allow hashing of keys passed through stdin.
85
86 2006-10-13  Clemens Fruhwirth  <clemens@endorphin.org>
87
88         * configure.in: 1.0.4 release
89
90 2006-10-13  Clemens Fruhwirth  <clemens@endorphin.org>
91
92         * man/cryptsetup.8: Document --tries switch; patch by Jonas
93         Meurer.
94
95 2006-10-13  Clemens Fruhwirth  <clemens@endorphin.org>
96
97         * lib/setup.c: Added terminal timeout rewrite as forwarded by
98         Jonas Meurer
99
100 2006-10-04  Clemens Fruhwirth  <clemens@endorphin.org>
101
102         * Merged patch from Marc Merlin <marc@merlins.org> to allow user
103         selection of key slot.
104
105 2006-09-26  gettextize  <bug-gnu-gettext@gnu.org>
106
107         * m4/codeset.m4: Upgrade to gettext-0.14.4.
108         * m4/gettext.m4: Upgrade to gettext-0.14.4.
109         * m4/glibc2.m4: New file, from gettext-0.14.4.
110         * m4/glibc21.m4: Upgrade to gettext-0.14.4.
111         * m4/iconv.m4: Upgrade to gettext-0.14.4.
112         * m4/intdiv0.m4: Upgrade to gettext-0.14.4.
113         * m4/intmax.m4: New file, from gettext-0.14.4.
114         * m4/inttypes.m4: Upgrade to gettext-0.14.4.
115         * m4/inttypes_h.m4: Upgrade to gettext-0.14.4.
116         * m4/inttypes-pri.m4: Upgrade to gettext-0.14.4.
117         * m4/isc-posix.m4: Upgrade to gettext-0.14.4.
118         * m4/lcmessage.m4: Upgrade to gettext-0.14.4.
119         * m4/lib-ld.m4: Upgrade to gettext-0.14.4.
120         * m4/lib-link.m4: Upgrade to gettext-0.14.4.
121         * m4/lib-prefix.m4: Upgrade to gettext-0.14.4.
122         * m4/longdouble.m4: New file, from gettext-0.14.4.
123         * m4/longlong.m4: New file, from gettext-0.14.4.
124         * m4/nls.m4: Upgrade to gettext-0.14.4.
125         * m4/po.m4: Upgrade to gettext-0.14.4.
126         * m4/printf-posix.m4: New file, from gettext-0.14.4.
127         * m4/progtest.m4: Upgrade to gettext-0.14.4.
128         * m4/signed.m4: New file, from gettext-0.14.4.
129         * m4/size_max.m4: New file, from gettext-0.14.4.
130         * m4/stdint_h.m4: Upgrade to gettext-0.14.4.
131         * m4/uintmax_t.m4: Upgrade to gettext-0.14.4.
132         * m4/ulonglong.m4: Upgrade to gettext-0.14.4.
133         * m4/wchar_t.m4: New file, from gettext-0.14.4.
134         * m4/wint_t.m4: New file, from gettext-0.14.4.
135         * m4/xsize.m4: New file, from gettext-0.14.4.
136         * Makefile.am (ACLOCAL_AMFLAGS): New variable.
137         * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.14.4.
138
139 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
140
141         * configure.in: 1.0.4-rc2
142
143 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
144
145         * luks/Makefile.am: Add a few regression tests 
146
147 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
148
149         * lib/setup.c (get_key): Applied patch from David Härdeman
150         <david@2gen.com> for reading binary keys from stdin using
151         the "-" as key file.
152
153 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
154
155         * lib/setup.c (__crypt_luks_add_key): For checking options struct
156         (optionsCheck) filter out CRYPT_FLAG_VERIFY and
157         CRYPT_FLAG_VERIFY_IF_POSSIBLE, so that in no case password verification is done
158         for password retrieval.
159
160 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
161
162         * configure.in: Merge Patch from http://bugs.gentoo.org/show_bug.cgi?id=132126 for sepol
163
164 2006-07-23  Clemens Fruhwirth  <clemens@endorphin.org>
165
166         * Applied patches from David Härdeman <david@2gen.com> to fix 64
167         bit compiler warning issues.
168
169 2006-05-19  Clemens Fruhwirth  <clemens@endorphin.org>
170
171         * Applied patches from Jonas Meurer
172           - fix terminal status after timeout
173           - add remark for --tries to manpage
174           - allow more than 32 chars from standard input.
175           - exit status fix for cryptsetup status.
176
177 2006-05-06  Clemens Fruhwirth  <clemens@endorphin.org>
178
179         * src/cryptsetup.c (yesDialog): Fix getline problem for 64-bit archs. 
180
181 2006-04-05  Clemens Fruhwirth  <clemens@endorphin.org>
182
183         * configure.in: Release 1.0.3.
184
185         * Applied patch by Johannes Weißl for more meaningful exit codes
186         and password retries
187
188 2006-03-30  Clemens Fruhwirth  <clemens@endorphin.org>
189
190         * lib/setup.c (__crypt_create_device): (char *) -> (const char *)
191
192 2006-03-30  Clemens Fruhwirth  <clemens@endorphin.org>
193
194         * Apply alignPayload patch from Peter Palfrader <weasel@debian.org>
195
196 2006-03-15  Clemens Fruhwirth  <clemens@endorphin.org>
197
198         * configure.in: 1.0.3-rc3. Most unplease release ever. 
199         * lib/setup.c (__crypt_create_device): More verbose error message.
200
201 2006-02-26  Clemens Fruhwirth  <clemens@endorphin.org>
202
203         * lib/setup.c: Revert to 1.0.1 key reading.
204
205 2006-02-25  Clemens Fruhwirth  <clemens@endorphin.org>
206
207         * man/cryptsetup.8: merge patch from Jonas Meurer
208
209 2006-02-25  Clemens Fruhwirth  <clemens@endorphin.org>
210
211         * configure.in: 1.0.3-rc2
212
213 2006-02-25  Clemens Fruhwirth  <clemens@endorphin.org>
214
215         * lib/libdevmapper.c (dm_create_device): Remove dup check here.
216         * lib/setup.c (__crypt_luks_open): Adopt same dup check as regular
217         create command.
218
219 2006-02-22  Clemens Fruhwirth  <clemens@endorphin.org>
220
221         * configure.in: Spin 1.0.3-rc1
222
223 2006-02-22  Clemens Fruhwirth  <clemens@endorphin.org>
224
225         * src/cryptsetup.c (action_create): Change defaulting.
226         (action_luksFormat): Change defaulting.
227
228         * lib/setup.c (parse_into_name_and_mode): Revert that default
229         change. This is FORBIDDEN here, as it will change cryptsetup
230         entire default. This is BAD in a non-LUKS world.
231
232 2006-02-21  Clemens Fruhwirth  <clemens@endorphin.org>
233
234         * luks/keyencryption.c (setup_mapping): Add proper size restriction to mapping. 
235         (LUKS_endec_template): Add more verbose error message.
236
237 2006-02-21  Clemens Fruhwirth  <clemens@endorphin.org>
238
239         * lib/libdevmapper.c (dm_query_device): Incorporate patch from
240         Bastian Blank
241         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344313
242
243 2006-02-21  Clemens Fruhwirth  <clemens@endorphin.org>
244
245         * src/cryptsetup.c: Rename show_error -> show_status.
246
247 2006-02-20  Clemens Fruhwirth  <clemens@endorphin.org>
248
249         * lib/libdevmapper.c (dm_create_device): Prevent existing mapping
250         from being removed when a mapping with the same name is added
251
252         * Add timeout patch from Jonas Meurer 
253
254         * src/cryptsetup.c: Remove conditional error printing to enable
255         printing the no-error msg (Command successful). Verify passphrase
256         for LUKS volumes.
257         (main): Add no-verify-passphrase
258
259         * lib/setup.c (parse_into_name_and_mode): Change default mode complition to essiv:sha256.
260
261 2006-01-04  Clemens Fruhwirth  <clemens@endorphin.org>
262
263         * src/cryptsetup.c (help): Merge patch from Gentoo: change gettext(..) to _(..).
264
265 2005-12-06  Clemens Fruhwirth  <clemens@endorphin.org>
266
267         * man/cryptsetup.8: Correct "seconds" to "microseconds" in the explaination for -i.
268
269 2005-11-09  Clemens Fruhwirth  <clemens@endorphin.org>
270
271         * src/cryptsetup.c (main): Add version string.
272
273 2005-11-08  Clemens Fruhwirth  <clemens@endorphin.org>
274
275         * lib/backends.c: compile fix. 
276
277 2005-09-11  Clemens Fruhwirth  <clemens@endorphin.org>
278
279         * lib/setup.c (get_key): Fixed another incompatibility from my
280         get_key rewrite with original cryptsetup.
281
282 2005-09-11  Clemens Fruhwirth  <clemens@endorphin.org>
283
284         * Merged changes from Florian Knauf's fk02 branch.
285
286 2005-09-08  Clemens Fruhwirth  <clemens@endorphin.org>
287
288         * lib/setup.c (get_key): Fixed another incompatiblity with
289         original cryptsetup.
290
291 2005-08-20  Clemens Fruhwirth  <clemens@endorphin.org>
292
293         * Checked in a patch from Michael Gebetsroither <gebi@sbox.tugraz.at>
294           to silent all confirmation dialogs.
295
296 2005-06-23  Clemens Fruhwirth  <clemens@endorphin.org>
297
298         * src/cryptsetup.c (help): print PACKAGE_STRING
299
300 2005-06-20  Clemens Fruhwirth  <clemens@endorphin.org>
301
302         * luks/keymanage.c (LUKS_set_key): Security check against header manipulation
303
304         * src/cryptsetup.c (action_luksDelKey): Safety check in luksDelKey
305
306         * luks/keymanage.c: Changed disk layout generation to align key material to 4k boundaries.
307         (LUKS_is_last_keyslot): Added LUKS_is_last_keyslot function.
308
309         * Applied patch from Bill Nottingham fixing a lot of prototypes.
310
311         * src/cryptsetup.c (action_luksOpen): Add support for -r flag.
312
313         * configure.in: Version bump 1.0.1
314
315 2005-06-16  Clemens Fruhwirth  <clemens@endorphin.org>
316
317         * lib/setup.c (__crypt_luks_open): Remove mem leaking of dmCipherSpec.
318         (get_key): Fix missing zero termination for read string. 
319
320 2005-06-12  Clemens Fruhwirth  <clemens@endorphin.org>
321
322         * luks/keyencryption.c (setup_mapping): Added CRYPT_FLAG_READONLY in case of O_RDONLY mode
323
324 2005-06-11  Clemens Fruhwirth  <clemens@endorphin.org>
325
326         * configure.in: Version bump 1.0.1-pre
327
328 2005-06-09  Clemens Fruhwirth  <clemens@endorphin.org>
329
330         * lib/utils.c: Added write_llseek_blocksize method to support sector wiping on sector_size != 512 
331         media
332
333 2005-05-23  Clemens Fruhwirth  <clemens@endorphin.org>
334
335         * lib/setup.c (crypt_luksDelKey): Added missing return statement
336         (setup_leave): Added missing return statement
337
338         * luks/keyencryption.c (clear_mapping): Added missing return statement
339
340 2005-05-19  Clemens Fruhwirth  <clemens@endorphin.org>
341
342         * lib/utils.c (write_blockwise, read_blockwise): Changed to soft bsize instead of SECTOR_SIZE
343
344         * luks/keymanage.c (wipe): Changed open mode to O_DIRECT | O_SYNC, and changed write 
345         to use the blockwise write helper
346
347 2005-04-21  Clemens Fruhwirth  <clemens@endorphin.org>
348
349         * man/cryptsetup.8: Corrected an error, thanks to Dick Middleton.
350
351 2005-04-09  Clemens Fruhwirth  <clemens@endorphin.org>
352
353         * luks/sha/hmac.c: Add 64 bit bug fix courtesy to 
354         Oliver Paukstadt <pstadt@sourcentral.org>.
355
356         * luks/pbkdf.c, luks/keyencryption.c, luks/keymanage.c, luks/af.c: Added a license 
357         disclaimer and remove option for "any future GPL versions".
358
359 2005-03-25  Clemens Fruhwirth  <clemens@endorphin.org>
360
361         * configure.in: man page Makefile. Version bump 1.0.
362
363         * man/cryptsetup.8: finalize man page and move to section 8.
364
365         * src/cryptsetup.c (action_luksFormat): Add "are you sure" for interactive sessions.
366
367         * lib/setup.c (crypt_luksDump), src/cryptsetup.c: add LUKS dump command
368
369 2005-03-24  Clemens Fruhwirth  <clemens@endorphin.org>
370
371         * src/cryptsetup.c, luks/Makefile.am (test), lib/setup.c (setup_enter): 
372         rename luksInit to luksFormat
373
374 2005-03-12  Clemens Fruhwirth  <clemens@endorphin.org>
375
376         * man/cryptsetup.1: Add man page.
377
378         * lib/setup.c: Remove unneccessary LUKS_write_phdr call, so the
379         phdr is written after passphrase reading, so the user can change
380         his mind, and not have a partial written LUKS header on it's disk.
381
382 2005-02-09  Clemens Fruhwirth  <clemens@endorphin.org>
383
384         * luks/keymanage.c (LUKS_write_phdr): converted argument phdr to
385         pointer, and make a copy of phdr for conversion
386
387         * configure.in: Version dump.
388
389         * luks/keyencryption.c: Convert to read|write_blockwise.
390
391         * luks/keymanage.c: Convert to read|write_blockwise.
392
393         * lib/utils.c: Add read|write_blockwise functions, to use in
394         O_DIRECT file accesses. 
395
396 2004-03-11 Thursday 15:52   Christophe Saout <christophe@saout.de>
397
398         * lib/blockdev.h: BLKGETSIZE64 really uses size_t as third
399           argument, the rest is wrong.
400
401 2004-03-10 Wednesday 17:50   Christophe Saout <christophe@saout.de>
402
403         * lib/: libcryptsetup.h, libdevmapper.c: Small fixes.
404
405 2004-03-09 Tuesday 21:41   Christophe Saout <christophe@saout.de>
406
407         * lib/internal.h, lib/libcryptsetup.h, lib/libdevmapper.c,
408           lib/setup.c, po/de.po, src/cryptsetup.c: Added internal flags to
409           keep track of malloc'ed return values in struct crypt_options and
410           add a function to free the memory. Also add a readonly flag to
411           libcryptsetup.
412
413 2004-03-09 Tuesday 16:03   Christophe Saout <christophe@saout.de>
414
415         * ChangeLog, configure.in, setup-gettext, lib/Makefile.am,
416           lib/backends.c, lib/blockdev.h, lib/gcrypt.c, lib/internal.h,
417           lib/libcryptsetup.h, lib/libdevmapper.c, lib/setup.c,
418           lib/utils.c, po/de.po, src/Makefile.am, src/cryptsetup.c: More
419           reorganization work.
420
421 2004-03-08 Monday 01:38   Christophe Saout <christophe@saout.de>
422
423         * ChangeLog, Makefile.am, acinclude.m4, configure.in,
424           lib/Makefile.am, lib/backends.c, lib/blockdev.h, lib/gcrypt.c,
425           lib/libdevmapper.c, lib/setup.c, lib/utils.c, po/de.po,
426           src/Makefile.am: BLKGETSIZE64 fixes and started modularity
427           enhancements
428
429 2004-03-04 Thursday 21:06   Christophe Saout <christophe@saout.de>
430
431         * Makefile.am, po/de.po, src/cryptsetup.c, src/cryptsetup.h: First
432           backward compatible working version.
433
434 2004-03-04 Thursday 00:42   Christophe Saout <christophe@saout.de>
435
436         * NEWS, AUTHORS, ChangeLog, Makefile.am, README, autogen.sh,
437           configure.in, setup-gettext, po/ChangeLog, po/LINGUAS,
438           po/POTFILES.in, po/de.po, src/cryptsetup.c, src/cryptsetup.h,
439           src/Makefile.am (utags: initial): Initial checkin.
440
441 2004-03-04 Thursday 00:42   Christophe Saout <christophe@saout.de>
442
443         * NEWS, AUTHORS, ChangeLog, Makefile.am, README, autogen.sh,
444           configure.in, setup-gettext, po/ChangeLog, po/LINGUAS,
445           po/POTFILES.in, po/de.po, src/cryptsetup.c, src/cryptsetup.h,
446           src/Makefile.am: Initial revision