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