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