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