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