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