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