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