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