Milan Broz
642d41970d
Update nl.po.
2013-03-17 17:34:41 +01:00
Milan Broz
acd069fd27
Update de.po.
2013-03-10 16:09:00 +01:00
Milan Broz
c810b0514e
Return EPERM instead EINVAL for too long TCRYPT passphrase.
2013-02-15 09:52:22 +01:00
Milan Broz
e600024908
Fix passphrase pool overflow for TCRYPT device id passphrase > pool size.
...
TCRYPT format limits passphrase length to max. 64 characters so simply error in this case.
2013-02-14 14:37:50 +01:00
Milan Broz
fd5b88449a
Make passphrase prompts more consistent.
...
Also see http://code.google.com/p/cryptsetup/issues/detail?id=145
2013-02-11 14:53:49 +01:00
John Spencer
433758e4cb
Fix missing headers
...
2 header inclusions were missing, one for PATH_MAX (limits.h) and one
for FD_ZERO, FD_SET, ... (sys/select.h)
on glibc, those headers are erroneusly (namespace pollution) pulled in
through other headers, so the author didnt notice.
Signed-Off-By: John Spencer <maillist-cryptsetup@barfooze.de >
2013-02-01 08:39:12 +01:00
wagner
5b8f762ab2
sync with wiki
2013-02-01 05:35:36 +01:00
Milan Broz
72db6e4de2
Do not support user uuid for plain & loopaes devices.
...
This function was not documented.
So now crypt_get_uuid() returns only on-disk UUID.
2013-01-22 16:20:09 +01:00
Milan Broz
2780ccdd62
Properly cleanup on interrupt in api-test.
2013-01-16 15:28:12 +01:00
Milan Broz
fdcabdfd28
Support test run in kernel FIPS mode.
2013-01-15 14:53:19 +01:00
Milan Broz
40b876f550
Set devel version.
2013-01-14 12:49:04 +01:00
Milan Broz
5cb5aeba36
Fix doxygen doc for libcryptsetup.h.
v1_6_0
2013-01-14 00:22:50 +01:00
Milan Broz
6a1f49c244
Fix tcrypt test header.
2013-01-13 23:53:35 +01:00
Milan Broz
8613651f18
Use tabs in script.
2013-01-13 20:45:55 +01:00
Milan Broz
be4fea1928
Update po files.
2013-01-13 19:29:12 +01:00
Milan Broz
2c4542a590
Update bitops.h (stolen from util-linux:).
2013-01-13 19:28:36 +01:00
Milan Broz
3ce5359523
Update po files.
2013-01-11 13:03:05 +01:00
Milan Broz
fe4175b551
Fix some extended compile warning.
2013-01-10 17:26:19 +01:00
Milan Broz
310bf08568
Do not include pbkdf2 prototype in header if code is not compiled in.
2013-01-10 16:48:47 +01:00
Milan Broz
c040b4821d
Fix null blocks in kernel backend.
2013-01-10 15:37:26 +01:00
Milan Broz
20149281a4
Fix tests to work with pwquality compiled in.
2013-01-10 15:34:11 +01:00
Milan Broz
87f1017f80
Allow to overwrite gcrypt PBKDF2 use for configure.
2013-01-09 18:46:38 +01:00
Milan Broz
664eff9e76
Prepare 1.6.0 release.
2013-01-09 13:23:34 +01:00
Milan Broz
36eb33bc86
Skip test for kernel wihtout autoclear flag.
2013-01-08 18:44:02 +01:00
Milan Broz
df8fb84723
Workaround api-test compilation on some very old systems.
2013-01-08 17:41:06 +01:00
Milan Broz
4de648a77a
Properly specify cipher in tests.
2013-01-08 14:45:39 +01:00
Milan Broz
929dc47be4
Fix displaying of error messages for mising kernel features.
2013-01-08 14:19:31 +01:00
Milan Broz
5f222517f0
Change LUKS default cipher to aes-xts-plain64 (AES128-XTS).
2013-01-08 12:21:30 +01:00
Milan Broz
940690be82
Update po files.
2013-01-05 12:51:58 +01:00
Milan Broz
37ec687237
Properly initialize pkg-config in autoconf.
2013-01-05 12:51:21 +01:00
Milan Broz
ca75cd940f
Prepare supported PBKDF2 implementation autodetection for gcrypt.
2013-01-03 14:11:52 +01:00
Milan Broz
607fd2b977
Update pl.po.
2013-01-02 22:46:32 +01:00
Milan Broz
e689eb4a0a
Fix benchmark alignment (wider columns).
2013-01-02 21:53:49 +01:00
Milan Broz
b6a63c8d5c
Update po files.
2013-01-02 13:25:07 +01:00
Yuri Chornoivan
209f1db984
Fix typo
2012-12-31 18:33:33 +01:00
Milan Broz
dd3fddb0e9
Fix autogen script to handle configure.ac.
2012-12-30 18:39:48 +01:00
Dave Reisner
ab080ab544
build: use AM_CPPFLAGS instead of INCLUDES
...
The latter is marked as deprecated as of automake 1.12.4:
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2012-12-30 18:36:46 +01:00
Dave Reisner
d1466f23ed
build: rename configure.in to configure.ac
...
With automake 1.13, configure.in is no longer honored.
2012-12-30 18:36:12 +01:00
Milan Broz
918c1a6de1
Allow repair of 512bits key header.
2012-12-30 18:32:10 +01:00
Milan Broz
37d52bf01b
Require lsblk for tcrypt test.
2012-12-30 12:35:35 +01:00
Milan Broz
46de69d0e6
Add kernel userspace header detection.
...
Add --disable-kernel_crypto to allow compilation with old kernel.
2012-12-30 12:28:30 +01:00
Milan Broz
0946c704bf
Fix status of device if path argument is used. Fix double path prefix for non-existent device path.
2012-12-30 11:48:30 +01:00
wagner
90853cc3ab
added warning that previously used containers should
...
be wiped before use as LUKS or plain dm-crypt containers.
2012-12-30 11:39:08 +01:00
Milan Broz
521184ba8b
Fix typos in changelog.
2012-12-29 22:37:21 +01:00
Milan Broz
05da2ed2c2
Skip TCRYPT KDF if hash is not available.
2012-12-29 20:23:52 +01:00
Milan Broz
d4ecc8e24a
Add note about pbkdf2 benchmark.
2012-12-29 17:40:46 +01:00
Milan Broz
6ae0d725d3
Prepare version 1.6.0-rc1.
2012-12-29 17:21:58 +01:00
Milan Broz
6190ad928d
Support device/file images if O_DIRECT cannot be used (1.5.1).
...
On some filesystems (like tmpfs) O_DIRECT cannot be used.
So just try to open device without O_DIRECT in the second try.
2012-12-29 15:33:20 +01:00
Arno Wagner
0451e1c23a
Added wipefs as option for fast FS removal in section 2.1
2012-12-29 12:49:16 +01:00
Milan Broz
7eccb7ff50
Change License for sub-libraries from GPLv2 only to LGPLv2.1+ ("or any later")
...
This includes crypto, loopaes, tcrypt handling code I have written myself
and verity code written originally by Mikulas Patocka and modified by me,
copyright by Red Hat.
Other part of library have to stay GPLv2+ only for now
(no agreement from all authors).
2012-12-29 11:47:28 +01:00