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