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