aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-08Fix some signed/unsigned compiler warnings.Milan Broz
2015-09-08Fix benign warning in clang analysis output.Milan Broz
2015-08-27Override password quality check if used cipher is cipher_null.Milan Broz
2015-08-26Fix misleading error messages in reencrypt.Milan Broz
2015-08-26Move string_to_size to userspace tools.Milan Broz
2015-08-26Properly support stdin "-" handling for luksAddKey.Milan Broz
2015-08-26Use stdin and "-" file check wrapper.Milan Broz
2015-08-26Do not link FIPS helper to cryptsetup anymore.Milan Broz
2015-07-02Do not use real password when unlocking "fake" header on reecryption.Milan Broz
2015-02-24Support VeraCrypt devices (TrueCrypt extension).Milan Broz
2015-02-20Add low-level performance options for dmcrypt tuning.Milan Broz
2015-02-20Support keyfile offset and keyfile size option even for plain volumes.Milan Broz
2015-01-27Support permanent device decryption using cryptsetup-reencrypt --decrypt.Milan Broz
2015-01-26Support keyfile for luksAddKey if the master key is specified.Milan Broz
2015-01-26Allow to use --header option in all LUKS commands.Milan Broz
2015-01-15Fix some compiler warnings introduced recently.Milan Broz
2015-01-12Get rid of libfipscheck library.Milan Broz
2015-01-10Flush stdout when expecting user input on stdin.Milan Broz
2015-01-10Fix crash if non-GNU strerror_r is used.Milan Broz
2014-10-04Fix partial reads and handle EINTR in reencryption code.Milan Broz
2014-09-23reencrypt: use fsync instead of O_DIRECT flagOndrej Kozina
2014-08-10Do not allocate big context on stack for cryptsetup-reencrypt.Milan Broz
2014-06-29Fix signed/unsigned compiler warnings.Milan Broz
2014-06-23Update author name.Milan Broz
2014-06-22modify FIPS checksOndrej Kozina
2014-06-17Allow ECB mode in cryptsetup benchmark.Milan Broz
2014-06-14Allow simple status of crypt device without providing metadata header.Milan Broz
2014-06-14Fix keyfile offset parameter for loopaes.Milan Broz
2014-04-12Fix all format string issues found by the attribute format patchCristian Rodríguez
2014-04-12annotate two function with __attribute__ ((format (printf...Cristian Rodríguez
2014-03-04Fix some spelling error found by lintian.Milan Broz
2014-02-27Prepare version 1.6.4.Milan Broz
2014-02-27Verify new passphrase by default in luksChangeKey and luksAddKey.Milan Broz
2014-02-05Implement erase command.Milan Broz
2014-01-19Add --keep-key to cryptsetup-reencrypt.Milan Broz
2014-01-12Support --tries option even for TCRYPT devices in cryptsetup.Milan Broz
2014-01-11Support discard option even for TCRYPT devices.Milan Broz
2013-12-13Add 1.6.3 ChangeLog.Milan Broz
2013-12-08Fix reencryption tool to work with 4k devices.Milan Broz
2013-12-01Rewrite cipher benchmark loop.Milan Broz
2013-11-10unify --key-slot behavior in cryptsetup_reencryptOndrej Kozina
2013-11-10make FIPS checks compliant with new guidanceOndrej Kozina
2013-10-29Add commandline option --tcrypt-backup to access TCRYPT backup header.Milan Broz
2013-07-27Fails if more device arguments are present for isLuks.Milan Broz
2013-06-23Fix buildsytem to always include config.h.Cristian Rodríguez
2013-03-24Update copyright year on changed files.Milan Broz
2013-02-11Make passphrase prompts more consistent.Milan Broz
2013-01-10Fix some extended compile warning.Milan Broz
2013-01-02Fix benchmark alignment (wider columns).Milan Broz
2012-12-31Fix typoYuri Chornoivan