fec3c214889ed8a9f046fdda1b53206415be866c
[platform/upstream/cryptsetup.git] / ChangeLog
1 2011-04-22  Milan Broz  <mbroz@redhat.com>
2         * Also support --skip option for loopaesOpen.
3
4 2011-04-18  Milan Broz  <mbroz@redhat.com>
5         * Respect maximum keyfile size paramater.
6         * Introduce maximum default keyfile size, add configure option.
7         * Require the whole key read from keyfile in create command (broken in 1.2.0).
8         * Fix offset option for loopaesOpen.
9         * Lock memory also in luksDump command.
10         * Version 1.3.0-rc2.
11
12 2011-04-14  Milan Broz  <mbroz@redhat.com>
13         * Version 1.3.0-rc1.
14
15 2011-04-11  Milan Broz  <mbroz@redhat.com>
16         * Add loop manipulation code and support mapping of images in file.
17         * Add backing device loop info into status message.
18         * Add luksChangeKey command.
19
20 2011-04-05  Milan Broz  <mbroz@redhat.com>
21         * Add exception to COPYING for binary distribution linked with OpenSSL library.
22         * Set secure data flag (wipe all ioclt buffers) if devmapper library supports it.
23
24 2011-01-29  Milan Broz  <mbroz@redhat.com>
25         * Fix mapping removal if device disappeared but node still exists.
26         * Fix luksAddKey return code if master key is used.
27
28 2011-01-25  Milan Broz  <mbroz@redhat.com>
29         * Add loop-AES handling (loopaesOpen and loopaesClose commands).
30          (requires kernel 2.6.38 and above)
31
32 2011-01-05  Milan Broz  <mbroz@redhat.com>
33         * Fix static build (--disable-static-cryptsetup now works properly).
34
35 2010-12-30  Milan Broz  <mbroz@redhat.com>
36         * Add compile time crypto backends implementation
37           (gcrypt, OpenSSL, NSS and userspace Linux kernel crypto api).
38         * Currently NSS is lacking ripemd160, cannot provide full plain compatibility.
39         * Use --with-crypto_backend=[gcrypt|openssl|nss|kernel] to configure.
40
41 2010-12-20  Milan Broz  <mbroz@redhat.com>
42         * Version 1.2.0.
43
44 2010-11-25  Milan Broz  <mbroz@redhat.com>
45         * Fix crypt_activate_by_keyfile() to work with PLAIN devices.
46         * Fix create command to properly handle keyfile size.
47
48 2010-11-16  Milan Broz  <mbroz@redhat.com>
49         * Version 1.2.0-rc1.
50
51 2010-11-13  Milan Broz  <mbroz@redhat.com>
52         * Fix password callback call.
53         * Fix default plain password entry from terminal in activate_by_passphrase.
54         * Add --dump-master-key option for luksDump to allow volume key dump.
55         * Allow to activate by internally cached volume key
56           (format/activate without keyslots active - used for temporary devices).
57         * Initialize volume key from active device in crypt_init_by_name()
58         * Fix cryptsetup binary exitcodes.
59         * Increase library version (still binary compatible with 1.1.x release).
60
61 2010-11-01  Milan Broz  <mbroz@redhat.com>
62         * No longer support luksDelKey, reload and --non-exclusive.
63         * Remove some obsolete info from man page.
64         * Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()
65         and crypt_get_active_device() to API.
66         * Rewrite all implementations in cryptsetup to new API.
67         * Fix luksRemoveKey to behave as documented (do not ask
68         for remaining keyslot passphrase).
69         * Add more regression tests for commands.
70         * Disallow mapping of device which is already in use (mapped or mounted).
71         * Disallow luksFormat on device in use.
72
73 2010-10-27  Milan Broz  <mbroz@redhat.com>
74         * Rewrite cryptsetup luksFormat, luksOpen, luksAddKey to use new API
75           to allow adding new features.
76         * Implement --use-random and --use-urandom for luksFormat to allow
77           setting of RNG for volume key generator.
78         * Add crypt_set_rng_type() and crypt_get_rng_type() to API.
79         * Add crypt_set_uuid() to API.
80         * Allow UUID setting in luksFormat and luksUUID (--uuid parameter).
81         * Add --keyfile-size and --new-keyfile-size (in bytes) size and disallow overloading
82           of --key-size for limiting keyfile reads.
83         * Fix luksFormat to properly use key file with --master-key-file switch.
84         * Fix possible double free when handling master key file.
85
86 2010-10-17  Milan Broz  <mbroz@redhat.com>
87         * Add crypt_get_device_name() to API (get underlying device name).
88         * Change detection for static libraries.
89         * Fix pkg-config use in automake scripts.
90         * Remove --disable-shared-library switch and handle static library build
91           by common libtool logic (using --enable-static).
92         * Add --enable-static-cryptsetup option to build cryptsetup.static binary
93           together with shared build.
94
95 2010-08-05  Milan Broz  <mbroz@redhat.com>
96         * Wipe iteration and salt after KillSlot in LUKS header.
97         * Rewrite file differ test to C (and fix it to really work).
98         * Switch to 1MiB default alignment of data.
99           For more info see https://bugzilla.redhat.com/show_bug.cgi?id=621684
100         * Do not query non-existent device twice (cryptsetup status /dev/nonexistent).
101         * Check if requested hash is supported before writing LUKS header.
102
103 2010-07-28  Arno Wagner <arno@wagner.name>
104         * Add FAQ (Frequently Asked Questions) file to distribution.
105
106 2010-07-03  Milan Broz  <mbroz@redhat.com>
107         * Fix udev support for old libdevmapper with not compatible definition.
108         * Version 1.1.3.
109
110 2010-06-01  Milan Broz  <mbroz@redhat.com>
111         * Fix device alignment ioctl calls parameters.
112         * Fix activate_by_* API calls to handle NULL device name as documented.
113
114 2010-05-30  Milan Broz  <mbroz@redhat.com>
115         * Version 1.1.2.
116
117 2010-05-27  Milan Broz  <mbroz@redhat.com>
118         * Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
119         * Support --key-file/-d option for luksFormat.
120         * Fix description of --key-file and add --verbose and --debug options to man page.
121         * Add verbose log level and move unlocking message there.
122         * Remove device even if underlying device disappeared.
123         * Fix (deprecated) reload device command to accept new device argument.
124
125 2010-05-23  Milan Broz  <mbroz@redhat.com>
126         * Fix luksClose operation for stacked DM devices.
127         * Version 1.1.1.
128
129 2010-05-03  Milan Broz  <mbroz@redhat.com>
130         * Fix automatic dm-crypt module loading.
131         * Escape hyphens in man page.
132         * Version 1.1.1-rc2.
133
134 2010-04-30  Milan Broz  <mbroz@redhat.com>
135         * Try to use pkgconfig for device mapper library.
136         * Detect old dm-crypt module and disable LUKS suspend/resume.
137         * Fix apitest to work on older systems.
138         * Allow no hash specification in plain device constructor.
139         * Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified).
140         * Fix isLuks to initialise crypto backend (blkid instead is suggested anyway).
141         * Version 1.1.1-rc1.
142
143 2010-04-12  Milan Broz  <mbroz@redhat.com>
144         * Fix package config to use proper package version.
145         * Avoid class C++ keyword in library header.
146         * Detect and use devmapper udev support if available (disable by --disable-udev).
147
148 2010-04-06  Milan Broz  <mbroz@redhat.com>
149         * Prefer some device paths in status display.
150         * Support device topology detectionfor data alignment.
151
152 2010-02-25  Milan Broz  <mbroz@redhat.com>
153         * Do not verify unlocking passphrase in luksAddKey command.
154         * Properly initialise crypto backend in header backup/restore commands.
155
156 2010-01-17  Milan Broz  <mbroz@redhat.com>
157         * If gcrypt compiled with capabilities, document workaround for cryptsetup (see lib/gcrypt.c).
158         * Version 1.1.0.
159
160 2010-01-10  Milan Broz  <mbroz@redhat.com>
161         * Fix initialisation of gcrypt duting luksFormat.
162         * Convert hash name to lower case in header (fix sha1 backward comatible header)
163         * Check for minimum required gcrypt version.
164
165 2009-12-30  Milan Broz  <mbroz@redhat.com>
166         * Fix key slot iteration count calculation (small -i value was the same as default).
167         * The slot and key digest iteration minimun is now 1000.
168         * The key digest iteration # is calculated from iteration time (approx 1/8 of that).
169         * Version 1.1.0-rc4.
170
171 2009-12-11  Milan Broz  <mbroz@redhat.com>
172         * Fix error handling during reading passhrase.
173
174 2009-12-01  Milan Broz  <mbroz@redhat.com>
175         * Allow changes of default compiled-in cipher parameters through configure.
176         * Switch default key size for LUKS to 256bits.
177         * Switch default plain mode to aes-cbc-essiv:sha256 (default is backward incompatible!).
178
179 2009-11-14  Milan Broz  <mbroz@redhat.com>
180         * Add CRYPT_ prefix to enum defined in libcryptsetup.h.
181         * Fix status call to fail when running as non-root user.
182         * Check in configure if selinux libraries are required in static version.
183         * Add temporary debug code to find processes locking internal device.
184         * Simplify build system, use autopoint and clean gettext processing.
185         * Use proper NLS macros and detection (so the message translation works again).
186         * Version 1.1.0-rc3.
187
188 2009-09-30  Milan Broz  <mbroz@redhat.com>
189         * Fix exported symbols and versions in libcryptsetup.
190         * Do not use internal lib functions in cryptsetup.
191         * Add crypt_log to library.
192         * Fix crypt_remove_device (remove, luksClose) implementation.
193         * Move dm backend initialisation to library calls.
194         * Move duplicate Command failed message to verbose level (error is printed always).
195         * Add some password and used algorithms notes to man page.
196         * Version 1.1.0-rc2.
197
198 2009-09-28  Milan Broz  <mbroz@redhat.com>
199         * Add luksHeaderBackup and luksHeaderRestore commands.
200         * Fail passphrase read if piped input no longer exists.
201         * Version 1.1.0-rc1.
202
203 2009-09-15  Milan Broz  <mbroz@redhat.com>
204         * Initialize crypto library before LUKS header load.
205         * Fix manpage to not require --size which expands to device size by default.
206
207 2009-09-10  Milan Broz  <mbroz@redhat.com>
208         * Clean up Makefiles and configure script.
209         * Version 1.1.0-test0.
210
211 2009-09-08  Milan Broz  <mbroz@redhat.com>
212         * Use dm-uuid for all crypt devices, contains device type and name now.
213         * Try to read first sector from device to properly check that device is ready.
214
215 2009-09-02  Milan Broz  <mbroz@redhat.com>
216         * Add luksSuspend (freeze device and wipe key) and luksResume (with provided passphrase).
217
218 2009-08-30  Milan Broz  <mbroz@redhat.com>
219         * Require device device-mapper to build and do not use backend wrapper for dm calls.
220         * Move memory locking and dm initialization to command layer.
221         * Increase priority of process if memory is locked.
222         * Add log macros and make logging modre consitent.
223         * Move command successful messages to verbose level.
224         * Introduce --debug parameter.
225         * Move device utils code and provide context parameter (for log).
226         * Keyfile now must be provided by path, only stdin file descriptor is used (api only).
227         * Do not call isatty() on closed keyfile descriptor.
228         * Run performance check for PBKDF2 from LUKS code, do not mix hash algoritms results.
229         * Add ability to provide pre-generated master key and UUID in LUKS header format.
230         * Add LUKS function to verify master key digest.
231         * Move key slot manuipulation function into LUKS specific code.
232         * Replace global options struct with separate parameters in helper functions.
233         * Add new libcryptsetup API (documented in libcryptsetup.h).
234         * Implement old API calls using new functions.
235         * Remove old API code helper functions.
236         * Add --master-key-file option for luksFormat and luksAddKey.
237
238 2009-08-17  Milan Broz  <mbroz@redhat.com>
239         * Fix PBKDF2 speed calculation for large passhrases.
240         * Allow using passphrase provided in options struct for LuksOpen.
241         * Allow restrict keys size in LuksOpen.
242
243 2009-07-30  Milan Broz  <mbroz@redhat.com>
244         * Fix errors when compiled with LUKS_DEBUG.
245         * Print error when getline fails.
246         * Remove po/cryptsetup-luks.pot, it's autogenerated.
247         * Return ENOENT for empty keyslots, EINVAL will be used later for other type of error.
248         * Switch PBKDF2 from internal SHA1 to libgcrypt, make hash algorithm not hardcoded to SHA1 here.
249         * Add required parameters for changing hash used in LUKS key setup scheme.
250         * Do not export simple XOR helper now used only inside AF functions.
251         * Completely remove internal SHA1 implementanion code, not needed anymore.
252         * Enable hash algorithm selection for LUKS through -h luksFormat option.
253
254 2009-07-28  Milan Broz  <mbroz@redhat.com>
255         * Pad luks header to 512 sector size.
256         * Rework read/write blockwise to not split operation to many pieces.
257         * Use posix_memalign if available.
258
259 2009-07-22  Milan Broz  <mbroz@redhat.com>
260         * Fix segfault if provided slot in luksKillslot is invalid.
261         * Remove unneeded timeout when remove of temporary device succeeded.
262
263 2009-07-22  Milan Broz  <mbroz@redhat.com>
264         * version 1.0.7
265
266 2009-07-16  Milan Broz  <mbroz@redhat.com>
267         * Allow removal of last slot in luksRemoveKey and luksKillSlot.
268
269 2009-07-11  Milan Broz  <mbroz@redhat.com>
270
271         * Add --disable-selinux option and fix static build if selinux is required.
272         * Reject unsupported --offset and --skip options for luksFormat and update man page.
273
274 2009-06-22  Milan Broz  <mbroz@redhat.com>
275
276         * Summary of changes in subversion for 1.0.7-rc1:
277         * Various man page fixes.
278         * Set UUID in device-mapper for LUKS devices.
279         * Retain readahead of underlying device.
280         * Display device name when asking for password.
281         * Check device size when loading LUKS header. Remove misleading error message later.
282         * Add error hint if dm-crypt mapping failed.
283         * Use better error messages if device doesn't exist or is already used by other mapping.
284         * Fix make distcheck.
285         * Check if all slots are full during luksAddKey.
286         * Fix segfault in set_error.
287         * Code cleanups, remove precompiled pot files, remove unnecessary files from po directory
288         * Fix uninitialized return value variable in setup.c.
289         * Code cleanups. (thanks to Ivan Stankovic)
290         * Fix wrong output for remaining key at key deletion.
291         * Allow deletion of key slot while other keys have the same key information.
292         * Add missing AM_PROG_CC_C_O to configure.in
293         * Remove duplicate sentence in man page.
294         * Wipe start of device (possible fs signature) before LUKS-formatting.
295         * Do not process configure.in in hidden directories.
296         * Return more descriptive error in case of IO or header format error.
297         * Use remapping to error target instead of calling udevsettle for temporary crypt device.
298         * Check device mapper communication and warn user if device-mapper support missing in kernel.
299         * Fix signal handler to properly close device.
300         * write_lseek_blockwise: declare innerCount outside the if block.
301         * add -Wall to the default CFLAGS. fix some signedness issues.
302         * Error handling improvement.
303         * Add non-exclusive override to interface definition.
304         * Refactor key slot selection into keyslot_from_option.
305
306 2007-05-01  Clemens Fruhwirth  <clemens@endorphin.org>
307
308         * lib/backends.c, man/cryptsetup.8: Apply patch from Ludwig Nussel
309         <ludwig.nussel@suse.de>, for old SuSE compat hashing.
310
311 2007-04-16  Clemens Fruhwirth  <clemens@endorphin.org>
312
313         * Summary of changes in subversion:
314         Fix segfault for key size > 32 bytes.
315         Kick ancient header version conversion. 
316         Fix http://bugs.debian.org/403075
317         No passwort retrying for I/O errors.
318         Fix hang on "-i 0".
319         Fix parenthesization error that prevented --tries from working
320         correctly.
321
322 2006-11-28  gettextize  <bug-gnu-gettext@gnu.org>
323
324         * m4/gettext.m4: Upgrade to gettext-0.15.
325         * m4/glibc2.m4: New file, from gettext-0.15.
326         * m4/intmax.m4: New file, from gettext-0.15.
327         * m4/inttypes-h.m4: New file, from gettext-0.15.
328         * m4/inttypes-pri.m4: Upgrade to gettext-0.15.
329         * m4/lib-link.m4: Upgrade to gettext-0.15.
330         * m4/lib-prefix.m4: Upgrade to gettext-0.15.
331         * m4/lock.m4: New file, from gettext-0.15.
332         * m4/longdouble.m4: New file, from gettext-0.15.
333         * m4/longlong.m4: New file, from gettext-0.15.
334         * m4/nls.m4: Upgrade to gettext-0.15.
335         * m4/po.m4: Upgrade to gettext-0.15.
336         * m4/printf-posix.m4: New file, from gettext-0.15.
337         * m4/signed.m4: New file, from gettext-0.15.
338         * m4/size_max.m4: New file, from gettext-0.15.
339         * m4/visibility.m4: New file, from gettext-0.15.
340         * m4/wchar_t.m4: New file, from gettext-0.15.
341         * m4/wint_t.m4: New file, from gettext-0.15.
342         * m4/xsize.m4: New file, from gettext-0.15.
343         * m4/Makefile.am: New file.
344         * configure.in (AC_OUTPUT): Add m4/Makefile.
345         (AM_GNU_GETTEXT_VERSION): Bump to 0.15.
346
347 2006-10-22  David Härdeman  <david@hardeman.nu>
348
349         * Allow hashing of keys passed through stdin.
350
351 2006-10-13  Clemens Fruhwirth  <clemens@endorphin.org>
352
353         * configure.in: 1.0.4 release
354
355 2006-10-13  Clemens Fruhwirth  <clemens@endorphin.org>
356
357         * man/cryptsetup.8: Document --tries switch; patch by Jonas
358         Meurer.
359
360 2006-10-13  Clemens Fruhwirth  <clemens@endorphin.org>
361
362         * lib/setup.c: Added terminal timeout rewrite as forwarded by
363         Jonas Meurer
364
365 2006-10-04  Clemens Fruhwirth  <clemens@endorphin.org>
366
367         * Merged patch from Marc Merlin <marc@merlins.org> to allow user
368         selection of key slot.
369
370 2006-09-26  gettextize  <bug-gnu-gettext@gnu.org>
371
372         * m4/codeset.m4: Upgrade to gettext-0.14.4.
373         * m4/gettext.m4: Upgrade to gettext-0.14.4.
374         * m4/glibc2.m4: New file, from gettext-0.14.4.
375         * m4/glibc21.m4: Upgrade to gettext-0.14.4.
376         * m4/iconv.m4: Upgrade to gettext-0.14.4.
377         * m4/intdiv0.m4: Upgrade to gettext-0.14.4.
378         * m4/intmax.m4: New file, from gettext-0.14.4.
379         * m4/inttypes.m4: Upgrade to gettext-0.14.4.
380         * m4/inttypes_h.m4: Upgrade to gettext-0.14.4.
381         * m4/inttypes-pri.m4: Upgrade to gettext-0.14.4.
382         * m4/isc-posix.m4: Upgrade to gettext-0.14.4.
383         * m4/lcmessage.m4: Upgrade to gettext-0.14.4.
384         * m4/lib-ld.m4: Upgrade to gettext-0.14.4.
385         * m4/lib-link.m4: Upgrade to gettext-0.14.4.
386         * m4/lib-prefix.m4: Upgrade to gettext-0.14.4.
387         * m4/longdouble.m4: New file, from gettext-0.14.4.
388         * m4/longlong.m4: New file, from gettext-0.14.4.
389         * m4/nls.m4: Upgrade to gettext-0.14.4.
390         * m4/po.m4: Upgrade to gettext-0.14.4.
391         * m4/printf-posix.m4: New file, from gettext-0.14.4.
392         * m4/progtest.m4: Upgrade to gettext-0.14.4.
393         * m4/signed.m4: New file, from gettext-0.14.4.
394         * m4/size_max.m4: New file, from gettext-0.14.4.
395         * m4/stdint_h.m4: Upgrade to gettext-0.14.4.
396         * m4/uintmax_t.m4: Upgrade to gettext-0.14.4.
397         * m4/ulonglong.m4: Upgrade to gettext-0.14.4.
398         * m4/wchar_t.m4: New file, from gettext-0.14.4.
399         * m4/wint_t.m4: New file, from gettext-0.14.4.
400         * m4/xsize.m4: New file, from gettext-0.14.4.
401         * Makefile.am (ACLOCAL_AMFLAGS): New variable.
402         * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.14.4.
403
404 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
405
406         * configure.in: 1.0.4-rc2
407
408 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
409
410         * luks/Makefile.am: Add a few regression tests 
411
412 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
413
414         * lib/setup.c (get_key): Applied patch from David Härdeman
415         <david@2gen.com> for reading binary keys from stdin using
416         the "-" as key file.
417
418 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
419
420         * lib/setup.c (__crypt_luks_add_key): For checking options struct
421         (optionsCheck) filter out CRYPT_FLAG_VERIFY and
422         CRYPT_FLAG_VERIFY_IF_POSSIBLE, so that in no case password verification is done
423         for password retrieval.
424
425 2006-08-04  Clemens Fruhwirth  <clemens@endorphin.org>
426
427         * configure.in: Merge Patch from http://bugs.gentoo.org/show_bug.cgi?id=132126 for sepol
428
429 2006-07-23  Clemens Fruhwirth  <clemens@endorphin.org>
430
431         * Applied patches from David Härdeman <david@2gen.com> to fix 64
432         bit compiler warning issues.
433
434 2006-05-19  Clemens Fruhwirth  <clemens@endorphin.org>
435
436         * Applied patches from Jonas Meurer
437           - fix terminal status after timeout
438           - add remark for --tries to manpage
439           - allow more than 32 chars from standard input.
440           - exit status fix for cryptsetup status.
441
442 2006-05-06  Clemens Fruhwirth  <clemens@endorphin.org>
443
444         * src/cryptsetup.c (yesDialog): Fix getline problem for 64-bit archs. 
445
446 2006-04-05  Clemens Fruhwirth  <clemens@endorphin.org>
447
448         * configure.in: Release 1.0.3.
449
450         * Applied patch by Johannes Weißl for more meaningful exit codes
451         and password retries
452
453 2006-03-30  Clemens Fruhwirth  <clemens@endorphin.org>
454
455         * lib/setup.c (__crypt_create_device): (char *) -> (const char *)
456
457 2006-03-30  Clemens Fruhwirth  <clemens@endorphin.org>
458
459         * Apply alignPayload patch from Peter Palfrader <weasel@debian.org>
460
461 2006-03-15  Clemens Fruhwirth  <clemens@endorphin.org>
462
463         * configure.in: 1.0.3-rc3. Most unplease release ever. 
464         * lib/setup.c (__crypt_create_device): More verbose error message.
465
466 2006-02-26  Clemens Fruhwirth  <clemens@endorphin.org>
467
468         * lib/setup.c: Revert to 1.0.1 key reading.
469
470 2006-02-25  Clemens Fruhwirth  <clemens@endorphin.org>
471
472         * man/cryptsetup.8: merge patch from Jonas Meurer
473
474 2006-02-25  Clemens Fruhwirth  <clemens@endorphin.org>
475
476         * configure.in: 1.0.3-rc2
477
478 2006-02-25  Clemens Fruhwirth  <clemens@endorphin.org>
479
480         * lib/libdevmapper.c (dm_create_device): Remove dup check here.
481         * lib/setup.c (__crypt_luks_open): Adopt same dup check as regular
482         create command.
483
484 2006-02-22  Clemens Fruhwirth  <clemens@endorphin.org>
485
486         * configure.in: Spin 1.0.3-rc1
487
488 2006-02-22  Clemens Fruhwirth  <clemens@endorphin.org>
489
490         * src/cryptsetup.c (action_create): Change defaulting.
491         (action_luksFormat): Change defaulting.
492
493         * lib/setup.c (parse_into_name_and_mode): Revert that default
494         change. This is FORBIDDEN here, as it will change cryptsetup
495         entire default. This is BAD in a non-LUKS world.
496
497 2006-02-21  Clemens Fruhwirth  <clemens@endorphin.org>
498
499         * luks/keyencryption.c (setup_mapping): Add proper size restriction to mapping. 
500         (LUKS_endec_template): Add more verbose error message.
501
502 2006-02-21  Clemens Fruhwirth  <clemens@endorphin.org>
503
504         * lib/libdevmapper.c (dm_query_device): Incorporate patch from
505         Bastian Blank
506         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344313
507
508 2006-02-21  Clemens Fruhwirth  <clemens@endorphin.org>
509
510         * src/cryptsetup.c: Rename show_error -> show_status.
511
512 2006-02-20  Clemens Fruhwirth  <clemens@endorphin.org>
513
514         * lib/libdevmapper.c (dm_create_device): Prevent existing mapping
515         from being removed when a mapping with the same name is added
516
517         * Add timeout patch from Jonas Meurer 
518
519         * src/cryptsetup.c: Remove conditional error printing to enable
520         printing the no-error msg (Command successful). Verify passphrase
521         for LUKS volumes.
522         (main): Add no-verify-passphrase
523
524         * lib/setup.c (parse_into_name_and_mode): Change default mode complition to essiv:sha256.
525
526 2006-01-04  Clemens Fruhwirth  <clemens@endorphin.org>
527
528         * src/cryptsetup.c (help): Merge patch from Gentoo: change gettext(..) to _(..).
529
530 2005-12-06  Clemens Fruhwirth  <clemens@endorphin.org>
531
532         * man/cryptsetup.8: Correct "seconds" to "microseconds" in the explaination for -i.
533
534 2005-11-09  Clemens Fruhwirth  <clemens@endorphin.org>
535
536         * src/cryptsetup.c (main): Add version string.
537
538 2005-11-08  Clemens Fruhwirth  <clemens@endorphin.org>
539
540         * lib/backends.c: compile fix. 
541
542 2005-09-11  Clemens Fruhwirth  <clemens@endorphin.org>
543
544         * lib/setup.c (get_key): Fixed another incompatibility from my
545         get_key rewrite with original cryptsetup.
546
547 2005-09-11  Clemens Fruhwirth  <clemens@endorphin.org>
548
549         * Merged changes from Florian Knauf's fk02 branch.
550
551 2005-09-08  Clemens Fruhwirth  <clemens@endorphin.org>
552
553         * lib/setup.c (get_key): Fixed another incompatiblity with
554         original cryptsetup.
555
556 2005-08-20  Clemens Fruhwirth  <clemens@endorphin.org>
557
558         * Checked in a patch from Michael Gebetsroither <gebi@sbox.tugraz.at>
559           to silent all confirmation dialogs.
560
561 2005-06-23  Clemens Fruhwirth  <clemens@endorphin.org>
562
563         * src/cryptsetup.c (help): print PACKAGE_STRING
564
565 2005-06-20  Clemens Fruhwirth  <clemens@endorphin.org>
566
567         * luks/keymanage.c (LUKS_set_key): Security check against header manipulation
568
569         * src/cryptsetup.c (action_luksDelKey): Safety check in luksDelKey
570
571         * luks/keymanage.c: Changed disk layout generation to align key material to 4k boundaries.
572         (LUKS_is_last_keyslot): Added LUKS_is_last_keyslot function.
573
574         * Applied patch from Bill Nottingham fixing a lot of prototypes.
575
576         * src/cryptsetup.c (action_luksOpen): Add support for -r flag.
577
578         * configure.in: Version bump 1.0.1
579
580 2005-06-16  Clemens Fruhwirth  <clemens@endorphin.org>
581
582         * lib/setup.c (__crypt_luks_open): Remove mem leaking of dmCipherSpec.
583         (get_key): Fix missing zero termination for read string. 
584
585 2005-06-12  Clemens Fruhwirth  <clemens@endorphin.org>
586
587         * luks/keyencryption.c (setup_mapping): Added CRYPT_FLAG_READONLY in case of O_RDONLY mode
588
589 2005-06-11  Clemens Fruhwirth  <clemens@endorphin.org>
590
591         * configure.in: Version bump 1.0.1-pre
592
593 2005-06-09  Clemens Fruhwirth  <clemens@endorphin.org>
594
595         * lib/utils.c: Added write_llseek_blocksize method to support sector wiping on sector_size != 512 
596         media
597
598 2005-05-23  Clemens Fruhwirth  <clemens@endorphin.org>
599
600         * lib/setup.c (crypt_luksDelKey): Added missing return statement
601         (setup_leave): Added missing return statement
602
603         * luks/keyencryption.c (clear_mapping): Added missing return statement
604
605 2005-05-19  Clemens Fruhwirth  <clemens@endorphin.org>
606
607         * lib/utils.c (write_blockwise, read_blockwise): Changed to soft bsize instead of SECTOR_SIZE
608
609         * luks/keymanage.c (wipe): Changed open mode to O_DIRECT | O_SYNC, and changed write 
610         to use the blockwise write helper
611
612 2005-04-21  Clemens Fruhwirth  <clemens@endorphin.org>
613
614         * man/cryptsetup.8: Corrected an error, thanks to Dick Middleton.
615
616 2005-04-09  Clemens Fruhwirth  <clemens@endorphin.org>
617
618         * luks/sha/hmac.c: Add 64 bit bug fix courtesy to 
619         Oliver Paukstadt <pstadt@sourcentral.org>.
620
621         * luks/pbkdf.c, luks/keyencryption.c, luks/keymanage.c, luks/af.c: Added a license 
622         disclaimer and remove option for "any future GPL versions".
623
624 2005-03-25  Clemens Fruhwirth  <clemens@endorphin.org>
625
626         * configure.in: man page Makefile. Version bump 1.0.
627
628         * man/cryptsetup.8: finalize man page and move to section 8.
629
630         * src/cryptsetup.c (action_luksFormat): Add "are you sure" for interactive sessions.
631
632         * lib/setup.c (crypt_luksDump), src/cryptsetup.c: add LUKS dump command
633
634 2005-03-24  Clemens Fruhwirth  <clemens@endorphin.org>
635
636         * src/cryptsetup.c, luks/Makefile.am (test), lib/setup.c (setup_enter): 
637         rename luksInit to luksFormat
638
639 2005-03-12  Clemens Fruhwirth  <clemens@endorphin.org>
640
641         * man/cryptsetup.1: Add man page.
642
643         * lib/setup.c: Remove unneccessary LUKS_write_phdr call, so the
644         phdr is written after passphrase reading, so the user can change
645         his mind, and not have a partial written LUKS header on it's disk.
646
647 2005-02-09  Clemens Fruhwirth  <clemens@endorphin.org>
648
649         * luks/keymanage.c (LUKS_write_phdr): converted argument phdr to
650         pointer, and make a copy of phdr for conversion
651
652         * configure.in: Version dump.
653
654         * luks/keyencryption.c: Convert to read|write_blockwise.
655
656         * luks/keymanage.c: Convert to read|write_blockwise.
657
658         * lib/utils.c: Add read|write_blockwise functions, to use in
659         O_DIRECT file accesses. 
660
661 2004-03-11 Thursday 15:52   Christophe Saout <christophe@saout.de>
662
663         * lib/blockdev.h: BLKGETSIZE64 really uses size_t as third
664           argument, the rest is wrong.
665
666 2004-03-10 Wednesday 17:50   Christophe Saout <christophe@saout.de>
667
668         * lib/: libcryptsetup.h, libdevmapper.c: Small fixes.
669
670 2004-03-09 Tuesday 21:41   Christophe Saout <christophe@saout.de>
671
672         * lib/internal.h, lib/libcryptsetup.h, lib/libdevmapper.c,
673           lib/setup.c, po/de.po, src/cryptsetup.c: Added internal flags to
674           keep track of malloc'ed return values in struct crypt_options and
675           add a function to free the memory. Also add a readonly flag to
676           libcryptsetup.
677
678 2004-03-09 Tuesday 16:03   Christophe Saout <christophe@saout.de>
679
680         * ChangeLog, configure.in, setup-gettext, lib/Makefile.am,
681           lib/backends.c, lib/blockdev.h, lib/gcrypt.c, lib/internal.h,
682           lib/libcryptsetup.h, lib/libdevmapper.c, lib/setup.c,
683           lib/utils.c, po/de.po, src/Makefile.am, src/cryptsetup.c: More
684           reorganization work.
685
686 2004-03-08 Monday 01:38   Christophe Saout <christophe@saout.de>
687
688         * ChangeLog, Makefile.am, acinclude.m4, configure.in,
689           lib/Makefile.am, lib/backends.c, lib/blockdev.h, lib/gcrypt.c,
690           lib/libdevmapper.c, lib/setup.c, lib/utils.c, po/de.po,
691           src/Makefile.am: BLKGETSIZE64 fixes and started modularity
692           enhancements
693
694 2004-03-04 Thursday 21:06   Christophe Saout <christophe@saout.de>
695
696         * Makefile.am, po/de.po, src/cryptsetup.c, src/cryptsetup.h: First
697           backward compatible working version.
698
699 2004-03-04 Thursday 00:42   Christophe Saout <christophe@saout.de>
700
701         * NEWS, AUTHORS, ChangeLog, Makefile.am, README, autogen.sh,
702           configure.in, setup-gettext, po/ChangeLog, po/LINGUAS,
703           po/POTFILES.in, po/de.po, src/cryptsetup.c, src/cryptsetup.h,
704           src/Makefile.am (utags: initial): Initial checkin.
705
706 2004-03-04 Thursday 00:42   Christophe Saout <christophe@saout.de>
707
708         * NEWS, AUTHORS, ChangeLog, Makefile.am, README, autogen.sh,
709           configure.in, setup-gettext, po/ChangeLog, po/LINGUAS,
710           po/POTFILES.in, po/de.po, src/cryptsetup.c, src/cryptsetup.h,
711           src/Makefile.am: Initial revision