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