Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-17 | Fix deactivation of device when failed underlying node disappeared | Milan Broz | 1 | -1/+9 | |
If underlying device disappears (failed drive, removed flash drive etc) cryptsetup cannot report LUKS parameters (header no longer available). Fix return code of init_by name in this situation (crypt context is NULL). Report visible error if deactivation fails and device is still busy. Fixes issue#149. | |||||
2013-03-17 | Deactivate whole device TCRYPT tree if context is NULL | Milan Broz | 2 | -5/+22 | |
API (unfortunately) supports NULL argument for crypt_deactivate, with new chained TCRYPT devices it must deactivate all chained devices as well. Fixes issue#147. | |||||
2013-03-17 | Update nl.po. | Milan Broz | 1 | -152/+156 | |
2013-03-10 | Update de.po. | Milan Broz | 1 | -512/+676 | |
2013-02-15 | Return EPERM instead EINVAL for too long TCRYPT passphrase. | Milan Broz | 1 | -1/+1 | |
2013-02-14 | Fix passphrase pool overflow for TCRYPT device id passphrase > pool size. | Milan Broz | 2 | -1/+7 | |
TCRYPT format limits passphrase length to max. 64 characters so simply error in this case. | |||||
2013-02-11 | Make passphrase prompts more consistent. | Milan Broz | 2 | -10/+10 | |
Also see http://code.google.com/p/cryptsetup/issues/detail?id=145 | |||||
2013-02-01 | Fix missing headers | John Spencer | 2 | -0/+2 | |
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 | sync with wiki | wagner | 1 | -0/+16 | |
2013-01-22 | Do not support user uuid for plain & loopaes devices. | Milan Broz | 3 | -30/+24 | |
This function was not documented. So now crypt_get_uuid() returns only on-disk UUID. | |||||
2013-01-16 | Properly cleanup on interrupt in api-test. | Milan Broz | 1 | -0/+19 | |
2013-01-15 | Support test run in kernel FIPS mode. | Milan Broz | 2 | -29/+68 | |
2013-01-14 | Set devel version. | Milan Broz | 1 | -1/+1 | |
2013-01-14 | Fix doxygen doc for libcryptsetup.h. | Milan Broz | 1 | -56/+81 | |
2013-01-13 | Fix tcrypt test header. | Milan Broz | 1 | -1/+1 | |
2013-01-13 | Use tabs in script. | Milan Broz | 1 | -8/+8 | |
2013-01-13 | Update po files. | Milan Broz | 3 | -441/+441 | |
2013-01-13 | Update bitops.h (stolen from util-linux:). | Milan Broz | 1 | -63/+103 | |
2013-01-11 | Update po files. | Milan Broz | 4 | -949/+1113 | |
2013-01-10 | Fix some extended compile warning. | Milan Broz | 6 | -6/+11 | |
2013-01-10 | Do not include pbkdf2 prototype in header if code is not compiled in. | Milan Broz | 1 | -0/+2 | |
2013-01-10 | Fix null blocks in kernel backend. | Milan Broz | 1 | -1/+1 | |
2013-01-10 | Fix tests to work with pwquality compiled in. | Milan Broz | 4 | -120/+130 | |
2013-01-09 | Allow to overwrite gcrypt PBKDF2 use for configure. | Milan Broz | 1 | -1/+3 | |
2013-01-09 | Prepare 1.6.0 release. | Milan Broz | 3 | -15/+52 | |
2013-01-08 | Skip test for kernel wihtout autoclear flag. | Milan Broz | 1 | -1/+5 | |
2013-01-08 | Workaround api-test compilation on some very old systems. | Milan Broz | 1 | -1/+1 | |
2013-01-08 | Properly specify cipher in tests. | Milan Broz | 1 | -3/+3 | |
2013-01-08 | Fix displaying of error messages for mising kernel features. | Milan Broz | 4 | -3/+4 | |
2013-01-08 | Change LUKS default cipher to aes-xts-plain64 (AES128-XTS). | Milan Broz | 1 | -1/+1 | |
2013-01-05 | Update po files. | Milan Broz | 2 | -1095/+1442 | |
2013-01-05 | Properly initialize pkg-config in autoconf. | Milan Broz | 1 | -0/+1 | |
2013-01-03 | Prepare supported PBKDF2 implementation autodetection for gcrypt. | Milan Broz | 3 | -13/+15 | |
2013-01-02 | Update pl.po. | Milan Broz | 1 | -513/+649 | |
2013-01-02 | Fix benchmark alignment (wider columns). | Milan Broz | 1 | -5/+5 | |
2013-01-02 | Update po files. | Milan Broz | 3 | -1533/+2027 | |
2012-12-31 | Fix typo | Yuri Chornoivan | 1 | -1/+1 | |
2012-12-30 | Fix autogen script to handle configure.ac. | Milan Broz | 1 | -1/+1 | |
2012-12-30 | build: use AM_CPPFLAGS instead of INCLUDES | Dave Reisner | 8 | -8/+8 | |
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 | build: rename configure.in to configure.ac | Dave Reisner | 1 | -0/+0 | |
With automake 1.13, configure.in is no longer honored. | |||||
2012-12-30 | Allow repair of 512bits key header. | Milan Broz | 1 | -1/+1 | |
2012-12-30 | Require lsblk for tcrypt test. | Milan Broz | 1 | -0/+2 | |
2012-12-30 | Add kernel userspace header detection. | Milan Broz | 4 | -8/+57 | |
Add --disable-kernel_crypto to allow compilation with old kernel. | |||||
2012-12-30 | Fix status of device if path argument is used. Fix double path prefix for ↵ | Milan Broz | 3 | -2/+11 | |
non-existent device path. | |||||
2012-12-30 | added warning that previously used containers should | wagner | 1 | -0/+11 | |
be wiped before use as LUKS or plain dm-crypt containers. | |||||
2012-12-29 | Fix typos in changelog. | Milan Broz | 1 | -11/+11 | |
2012-12-29 | Skip TCRYPT KDF if hash is not available. | Milan Broz | 2 | -0/+9 | |
2012-12-29 | Add note about pbkdf2 benchmark. | Milan Broz | 1 | -0/+2 | |
2012-12-29 | Prepare version 1.6.0-rc1. | Milan Broz | 2 | -2/+229 | |
2012-12-29 | Support device/file images if O_DIRECT cannot be used (1.5.1). | Milan Broz | 6 | -23/+43 | |
On some filesystems (like tmpfs) O_DIRECT cannot be used. So just try to open device without O_DIRECT in the second try. |