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