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