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