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