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