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