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