platform/upstream/cryptsetup.git
12 years agotypi fixed in ASCII version
Arno Wagner [Fri, 5 Aug 2011 08:33:09 +0000 (08:33 +0000)]
typi fixed in ASCII version

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@593 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoAdd API tests for plain device.
Milan Broz [Tue, 2 Aug 2011 12:16:00 +0000 (12:16 +0000)]
Add API tests for plain device.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@591 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agosynced ASCII version
Arno Wagner [Mon, 1 Aug 2011 23:50:58 +0000 (23:50 +0000)]
synced ASCII version

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@590 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoImprove check for invalid offset and size values. (thx to okozina)
Milan Broz [Mon, 1 Aug 2011 12:27:34 +0000 (12:27 +0000)]
Improve check for invalid offset and size values. (thx to okozina)

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@588 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoAdd loop control stub for testing new loop device interface.
Milan Broz [Mon, 1 Aug 2011 10:40:45 +0000 (10:40 +0000)]
Add loop control stub for testing new loop device interface.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@587 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agosynced rhe text version
Arno Wagner [Sat, 30 Jul 2011 18:40:45 +0000 (18:40 +0000)]
synced rhe text version

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@585 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoAdd check of decrypted image to test.
Milan Broz [Mon, 25 Jul 2011 21:49:14 +0000 (21:49 +0000)]
Add check of decrypted image to test.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@581 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoFix gcrypt final() function backend call.
Milan Broz [Mon, 25 Jul 2011 21:15:41 +0000 (21:15 +0000)]
Fix gcrypt final() function backend call.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@580 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoFix new tests to use sha1 (ripemd160 not supported in some backends).
Milan Broz [Mon, 25 Jul 2011 15:24:16 +0000 (15:24 +0000)]
Fix new tests to use sha1 (ripemd160 not supported in some backends).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@579 36d66b0a-2a48-0410-832c-cd162a569da5

12 years ago* Remove hash/hmac restart from crypto backend and make it part of hash/hmac final.
Milan Broz [Mon, 25 Jul 2011 15:24:04 +0000 (15:24 +0000)]
* Remove hash/hmac restart from crypto backend and make it part of hash/hmac final.

Some backend implementation did reset context by default, so this
should create backend api consistent.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@578 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoAdd experimental LUKS recovery script (recreate header from active mapping).
Milan Broz [Mon, 25 Jul 2011 10:42:35 +0000 (10:42 +0000)]
Add experimental LUKS recovery script (recreate header from active mapping).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@577 36d66b0a-2a48-0410-832c-cd162a569da5

12 years ago* Allow different data offset setting for detached header.
Milan Broz [Wed, 20 Jul 2011 17:39:38 +0000 (17:39 +0000)]
* Allow different data offset setting for detached header.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@576 36d66b0a-2a48-0410-832c-cd162a569da5

12 years ago* Add --header option for detached metadata (on-disk LUKS header) device.
Milan Broz [Wed, 20 Jul 2011 17:39:26 +0000 (17:39 +0000)]
* Add --header option for detached metadata (on-disk LUKS header) device.
* Add crypt_init_by_name_and_header() and crypt_set_data_device() to API.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@575 36d66b0a-2a48-0410-832c-cd162a569da5

12 years ago* Revert default initialisation of volume key in crypt_init_by_name().
Milan Broz [Tue, 19 Jul 2011 13:55:34 +0000 (13:55 +0000)]
* Revert default initialisation of volume key in crypt_init_by_name().
* Do not allow key retrieval while suspended (key could be wiped).
* Do not allow suspend for non-LUKS devices.
* Support retries and timeout parameters for luksSuspend.

Add luksSuspend/Resume test.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@574 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoAdd crypt_get_iv_offset() function to API.
Milan Broz [Mon, 18 Jul 2011 13:03:15 +0000 (13:03 +0000)]
Add crypt_get_iv_offset() function to API.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@573 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoAdd --enable-discards option to allow discards/TRIM requests.
Milan Broz [Sun, 17 Jul 2011 22:35:40 +0000 (22:35 +0000)]
Add --enable-discards option to allow discards/TRIM requests.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@572 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoUse struct volume key thorough.
Milan Broz [Sun, 17 Jul 2011 22:35:30 +0000 (22:35 +0000)]
Use struct volume key thorough.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@571 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoRewrite dm query/create function backend.
Milan Broz [Sun, 17 Jul 2011 22:35:17 +0000 (22:35 +0000)]
Rewrite dm query/create function backend.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@570 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoupdated txt version
Arno Wagner [Thu, 14 Jul 2011 22:15:37 +0000 (22:15 +0000)]
updated txt version

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@569 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoadded warning to only use the fiorst 128 ASCII cars to text
Arno Wagner [Fri, 8 Jul 2011 20:38:30 +0000 (20:38 +0000)]
added warning to only use the fiorst 128 ASCII cars to text
version of the FAQ

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@564 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoUpdate de.po.
Milan Broz [Thu, 7 Jul 2011 14:33:08 +0000 (14:33 +0000)]
Update de.po.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@562 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoRemove old API functions (all functions using crypt_options).
Milan Broz [Thu, 7 Jul 2011 14:32:42 +0000 (14:32 +0000)]
Remove old API functions (all functions using crypt_options).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@561 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoFix error message.
Milan Broz [Fri, 1 Jul 2011 16:41:59 +0000 (16:41 +0000)]
Fix error message.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@560 36d66b0a-2a48-0410-832c-cd162a569da5

12 years ago* Add --shared option for creating non-overlapping crypt segments.
Milan Broz [Fri, 1 Jul 2011 16:38:58 +0000 (16:38 +0000)]
* Add --shared option for creating non-overlapping crypt segments.
* Add shared flag to libcryptsetup api.
* Fix plain crypt format parameters to include size option (API change).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@559 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoadditional typo fix
Arno Wagner [Fri, 1 Jul 2011 00:12:12 +0000 (00:12 +0000)]
additional typo fix

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@558 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoupdate of ascii version
Arno Wagner [Fri, 1 Jul 2011 00:01:57 +0000 (00:01 +0000)]
update of ascii version

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@556 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoUse EINVAL if device status returns invalid device.
Milan Broz [Tue, 14 Jun 2011 13:19:58 +0000 (13:19 +0000)]
Use EINVAL if device status returns invalid device.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@552 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoSeems that dmsetup table is broken in recent lvm2, let's support "x: table" as well.
Milan Broz [Mon, 13 Jun 2011 16:45:09 +0000 (16:45 +0000)]
Seems that dmsetup table is broken in recent lvm2, let's support "x: table" as well.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@551 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoFix return code for status command when device doesn't exists.
Milan Broz [Mon, 13 Jun 2011 16:44:42 +0000 (16:44 +0000)]
Fix return code for status command when device doesn't exists.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@550 36d66b0a-2a48-0410-832c-cd162a569da5

12 years agoUpdate fr.po.
Milan Broz [Fri, 27 May 2011 21:35:46 +0000 (21:35 +0000)]
Update fr.po.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@549 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoSet devel version.
Milan Broz [Tue, 24 May 2011 15:51:45 +0000 (15:51 +0000)]
Set devel version.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@540 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoVersion 1.3.1.
Milan Broz [Tue, 24 May 2011 15:06:36 +0000 (15:06 +0000)]
Version 1.3.1.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@536 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAdd alternative define for old kernel headers.
Milan Broz [Tue, 24 May 2011 14:07:49 +0000 (14:07 +0000)]
Add alternative define for old kernel headers.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@535 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoSuggest aes-xts-plain64 in man page.
Milan Broz [Tue, 24 May 2011 11:59:55 +0000 (11:59 +0000)]
Suggest aes-xts-plain64 in man page.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@534 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAdd prototype and remove warning.
Milan Broz [Tue, 24 May 2011 11:59:39 +0000 (11:59 +0000)]
Add prototype and remove warning.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@533 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoExcluce some known dir from old scan.
Milan Broz [Tue, 24 May 2011 11:39:39 +0000 (11:39 +0000)]
Excluce some known dir from old scan.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@532 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoHandle even non-standard and non-udev /dev in devpath.
Milan Broz [Tue, 24 May 2011 11:19:21 +0000 (11:19 +0000)]
Handle even non-standard and non-udev /dev in devpath.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@531 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoMove DM helpers to separate header.
Milan Broz [Tue, 24 May 2011 11:19:12 +0000 (11:19 +0000)]
Move DM helpers to separate header.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@530 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoMove devpath scan to separate file.
Milan Broz [Tue, 24 May 2011 11:19:00 +0000 (11:19 +0000)]
Move devpath scan to separate file.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@529 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoupdate TODO (align payload units)
Milan Broz [Tue, 24 May 2011 11:18:53 +0000 (11:18 +0000)]
update TODO (align payload units)

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@528 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoSimplify device path scan and avoid stat();
Milan Broz [Wed, 18 May 2011 17:25:21 +0000 (17:25 +0000)]
Simplify device path scan and avoid stat();

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@526 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix previous fix - keep API logic clean, fix cryptsetup call.
Milan Broz [Wed, 18 May 2011 15:05:46 +0000 (15:05 +0000)]
Fix previous fix - keep API logic clean, fix cryptsetup call.

Add more API regression tests.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@525 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix keyfile=- processing in create command (1.3.0, issue 104)
Milan Broz [Tue, 17 May 2011 15:34:40 +0000 (15:34 +0000)]
Fix keyfile=- processing in create command (1.3.0, issue 104)

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@524 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoUpdate it.po.
Milan Broz [Fri, 13 May 2011 12:44:57 +0000 (12:44 +0000)]
Update it.po.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@523 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agofix manpage: escape minus signs. otherwise interpreted as hyphens
Jonas Meurer [Wed, 11 May 2011 11:43:57 +0000 (11:43 +0000)]
fix manpage: escape minus signs. otherwise interpreted as hyphens

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@522 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoPluralize "Cannot not read %d bytes from key file %s.\n" message. (ppisar)
Milan Broz [Wed, 11 May 2011 10:27:33 +0000 (10:27 +0000)]
Pluralize "Cannot not read %d bytes from key file %s.\n" message. (ppisar)

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@521 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix size argument for create command. (regression in 1.2.0)
Milan Broz [Tue, 3 May 2011 13:13:16 +0000 (13:13 +0000)]
Fix size argument for create command. (regression in 1.2.0)

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@518 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAdd Nettle crypto backend support.
Milan Broz [Thu, 28 Apr 2011 15:48:11 +0000 (15:48 +0000)]
Add Nettle crypto backend support.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@516 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoRemove another compile warnings.
Milan Broz [Mon, 18 Apr 2011 14:03:59 +0000 (14:03 +0000)]
Remove another compile warnings.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@515 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoPost release version increase.
Milan Broz [Mon, 18 Apr 2011 14:03:47 +0000 (14:03 +0000)]
Post release version increase.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@514 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoRemove old ifdef, all recent systems have this defined.
Milan Broz [Mon, 18 Apr 2011 10:52:28 +0000 (10:52 +0000)]
Remove old ifdef, all recent systems have this defined.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@513 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoRemove old and unused blockdev.h header.
Milan Broz [Mon, 18 Apr 2011 10:52:22 +0000 (10:52 +0000)]
Remove old and unused blockdev.h header.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@512 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix possible leaks in blockwise read/write code.
Milan Broz [Mon, 18 Apr 2011 10:52:15 +0000 (10:52 +0000)]
Fix possible leaks in blockwise read/write code.
Fix lseek_write blockwise function (not used in that mode anyway).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@511 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix verbose mode compiler warnings.
Milan Broz [Mon, 18 Apr 2011 10:52:02 +0000 (10:52 +0000)]
Fix verbose mode compiler warnings.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@510 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoVersion 1.3.0.
Milan Broz [Tue, 5 Apr 2011 19:02:53 +0000 (19:02 +0000)]
Version 1.3.0.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@492 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix typos.
Milan Broz [Tue, 5 Apr 2011 18:45:28 +0000 (18:45 +0000)]
Fix typos.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@491 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoUpdate nl.po.
Milan Broz [Wed, 30 Mar 2011 11:07:24 +0000 (11:07 +0000)]
Update nl.po.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@490 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAlso support --hash option for loopaesOpen.
Milan Broz [Fri, 25 Mar 2011 17:00:57 +0000 (17:00 +0000)]
Also support --hash option for loopaesOpen.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@489 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoUpdate pl.po.
Milan Broz [Fri, 25 Mar 2011 16:20:27 +0000 (16:20 +0000)]
Update pl.po.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@488 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoDocument cryptsetup exit codes.
Milan Broz [Fri, 25 Mar 2011 16:20:20 +0000 (16:20 +0000)]
Document cryptsetup exit codes.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@487 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix return code when passphrase is read from pipe.
Milan Broz [Fri, 25 Mar 2011 16:11:03 +0000 (16:11 +0000)]
Fix return code when passphrase is read from pipe.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@486 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoPrint error if hash is not supported.
Milan Broz [Fri, 25 Mar 2011 16:10:56 +0000 (16:10 +0000)]
Print error if hash is not supported.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@485 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoUpdate cs.po.
Milan Broz [Thu, 24 Mar 2011 11:10:08 +0000 (11:10 +0000)]
Update cs.po.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@484 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoRemove unused paramater.
Milan Broz [Wed, 23 Mar 2011 11:43:11 +0000 (11:43 +0000)]
Remove unused paramater.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@483 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix offset parameter.
Milan Broz [Tue, 22 Mar 2011 21:11:28 +0000 (21:11 +0000)]
Fix offset parameter.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@482 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAlso support --skip option for loopaesOpen.
Milan Broz [Tue, 22 Mar 2011 20:51:50 +0000 (20:51 +0000)]
Also support --skip option for loopaesOpen.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@481 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoVersion 1.3.0-rc2.
Milan Broz [Tue, 22 Mar 2011 12:22:44 +0000 (12:22 +0000)]
Version 1.3.0-rc2.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@479 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoLock memory also in luksDump command.
Milan Broz [Tue, 22 Mar 2011 12:22:32 +0000 (12:22 +0000)]
Lock memory also in luksDump command.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@478 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoCheck for plain64 IV support in DM backend.
Milan Broz [Tue, 22 Mar 2011 08:51:00 +0000 (08:51 +0000)]
Check for plain64 IV support in DM backend.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@477 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix offset option for loopaesOpen.
Milan Broz [Mon, 21 Mar 2011 17:48:30 +0000 (17:48 +0000)]
Fix offset option for loopaesOpen.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@476 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoUse plain64 IV in loopAES v1 mode.
Milan Broz [Sat, 19 Mar 2011 00:17:22 +0000 (00:17 +0000)]
Use plain64 IV in loopAES v1 mode.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@475 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoRewrite key input handling, add limits.
Milan Broz [Sat, 19 Mar 2011 00:17:10 +0000 (00:17 +0000)]
Rewrite key input handling, add limits.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@474 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoWrap long lines in man page and tidy line breaks.
Milan Broz [Sat, 19 Mar 2011 00:17:01 +0000 (00:17 +0000)]
Wrap long lines in man page and tidy line breaks.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@473 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoadded explanation about the difference between plain and LUKS
Arno Wagner [Thu, 17 Mar 2011 04:46:45 +0000 (04:46 +0000)]
added explanation about the difference between plain and LUKS

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@472 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoIncrease maximum loopAES keyfile size.
Milan Broz [Tue, 15 Mar 2011 11:11:57 +0000 (11:11 +0000)]
Increase maximum loopAES keyfile size.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@469 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoMispelling fixes.
Milan Broz [Mon, 14 Mar 2011 18:12:50 +0000 (18:12 +0000)]
Mispelling fixes.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@468 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoVersion 1.3.0-rc1.
Milan Broz [Mon, 14 Mar 2011 16:45:13 +0000 (16:45 +0000)]
Version 1.3.0-rc1.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@465 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAdd 1.3.0 Release Notes.
Milan Broz [Mon, 14 Mar 2011 16:45:05 +0000 (16:45 +0000)]
Add 1.3.0 Release Notes.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@464 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix some minor compilation problems in crypto backends.
Milan Broz [Mon, 14 Mar 2011 16:44:56 +0000 (16:44 +0000)]
Fix some minor compilation problems in crypto backends.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@463 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix comment.
Milan Broz [Mon, 14 Mar 2011 14:22:56 +0000 (14:22 +0000)]
Fix comment.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@462 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoSpecify copyright holders in source files.
Milan Broz [Mon, 14 Mar 2011 14:17:38 +0000 (14:17 +0000)]
Specify copyright holders in source files.
Add README notes.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@461 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAdd defaults to --help output.
Milan Broz [Mon, 14 Mar 2011 13:41:00 +0000 (13:41 +0000)]
Add defaults to --help output.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@460 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoIncrease library version (loopaes addition), still backawrd compatible.
Milan Broz [Mon, 14 Mar 2011 12:11:01 +0000 (12:11 +0000)]
Increase library version (loopaes addition), still backawrd compatible.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@459 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoFix loopaes open parameters.
Milan Broz [Mon, 14 Mar 2011 00:07:39 +0000 (00:07 +0000)]
Fix loopaes open parameters.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@458 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoPrefer sysfs when reading backing file.
Milan Broz [Sun, 13 Mar 2011 23:51:33 +0000 (23:51 +0000)]
Prefer sysfs when reading backing file.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@457 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoDocument loopback device use.
Milan Broz [Sun, 13 Mar 2011 23:51:27 +0000 (23:51 +0000)]
Document loopback device use.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@456 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoBe more paranoid and wipe even intermediate AF keys.
Milan Broz [Sun, 13 Mar 2011 23:51:21 +0000 (23:51 +0000)]
Be more paranoid and wipe even intermediate AF keys.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@455 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoDo not ignore errors in crypto backend (LUKS PBKDF2).
Milan Broz [Sun, 13 Mar 2011 23:51:14 +0000 (23:51 +0000)]
Do not ignore errors in crypto backend (LUKS PBKDF2).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@454 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoDo not ignore errors in crypto backend (LUKS AF).
Milan Broz [Sun, 13 Mar 2011 23:51:07 +0000 (23:51 +0000)]
Do not ignore errors in crypto backend (LUKS AF).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@453 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoDo not ignore errors in crypto backend (loopaes mode).
Milan Broz [Sun, 13 Mar 2011 23:50:57 +0000 (23:50 +0000)]
Do not ignore errors in crypto backend (loopaes mode).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@452 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoClean up plain password hashing, do not ignore error in crypto backend.
Milan Broz [Sun, 13 Mar 2011 23:50:49 +0000 (23:50 +0000)]
Clean up plain password hashing, do not ignore error in crypto backend.
(New backend can fail there).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@451 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAdd luksChangeKey command.
Milan Broz [Sun, 13 Mar 2011 18:06:15 +0000 (18:06 +0000)]
Add luksChangeKey command.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@450 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoRemove not needed header.
Milan Broz [Sun, 13 Mar 2011 18:06:07 +0000 (18:06 +0000)]
Remove not needed header.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@449 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoUse loop functions even in api test.
Milan Broz [Sat, 12 Mar 2011 22:29:14 +0000 (22:29 +0000)]
Use loop functions even in api test.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@448 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoProper handle old systems.
Milan Broz [Sat, 12 Mar 2011 21:31:41 +0000 (21:31 +0000)]
Proper handle old systems.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@447 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoRequire loop autoclear support.
Milan Broz [Sat, 12 Mar 2011 21:05:47 +0000 (21:05 +0000)]
Require loop autoclear support.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@446 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAdd backing device info into status.
Milan Broz [Sat, 12 Mar 2011 20:23:25 +0000 (20:23 +0000)]
Add backing device info into status.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@445 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoSeparate loop handling from internal code.
Milan Broz [Sat, 12 Mar 2011 20:23:16 +0000 (20:23 +0000)]
Separate loop handling from internal code.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@444 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoAdd support for automatic loop device use (image infile etc).
Milan Broz [Fri, 11 Mar 2011 19:04:37 +0000 (19:04 +0000)]
Add support for automatic loop device use (image infile etc).

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@443 36d66b0a-2a48-0410-832c-cd162a569da5

13 years agoUse 1.3.0-svn version for devel snapshots.
Milan Broz [Thu, 10 Mar 2011 22:22:27 +0000 (22:22 +0000)]
Use 1.3.0-svn version for devel snapshots.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@442 36d66b0a-2a48-0410-832c-cd162a569da5