summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-29Change License from GPLv2 only to GPLv2+ ("or any later").Milan Broz35-39/+79
2012-12-29Add TCRYPT password search example.Milan Broz5-16/+43
2012-12-29Fix non-translated messages.Milan Broz4-18/+22
2012-12-29Synced with WIKI versionwagner1-15/+86
2012-12-22Add basic support for system TCRYPT device.Milan Broz6-18/+43
2012-12-21Add copyright line for files I have written or modified.Milan Broz25-2/+26
2012-12-21Add crypt_keyslot_change_by_passphrase() api test.Milan Broz1-1/+6
2012-12-21Update fi.po (1.5.1).Milan Broz1-346/+803
2012-12-21Update TODO.Milan Broz1-1/+5
2012-12-21Do not maintain ChangeLog anymore, see git log.Milan Broz2-881/+891
2012-12-19Add utils_password.c to po files list.Milan Broz1-0/+1
2012-12-19Fix static build with pwquality (until it provides proper pkgconfig).Milan Broz1-1/+2
2012-12-19Add optional libpwquality support for new LUKS passwords.Milan Broz7-25/+131
2012-12-19Prepare cryptsetup functions for pwquality check.Milan Broz3-13/+38
2012-12-19Fix regression in header backup (1.5.1).Milan Broz3-3/+8
2012-12-17Fix time of check/use Coverity report in cryptsetup-reencrypt.Milan Broz1-21/+10
2012-12-17Fix time of check/use Coverity report in veritysetup.Milan Broz1-8/+6
2012-12-17Fix time of check/use Coverity report (and ignore another) in loop/wipe utils.Milan Broz2-3/+1
2012-12-17Fix time of check/use Coverity report (and ignore another) in device utils.Milan Broz1-10/+7
2012-12-17Do not use stat for backup commands.Milan Broz1-21/+16
2012-12-17Add fixme for ETA calculation.Milan Broz1-0/+1
2012-12-14Add verbose messages during reencryption to avoid confusion.Milan Broz1-0/+2
2012-12-11Handle signals in tool context.Milan Broz4-27/+93
2012-12-11Move signal handling into common utils code.Milan Broz3-29/+34
2012-12-11Remove signal handling from LUKS keyencryption and simplify code.Milan Broz3-118/+70
2012-12-10Get page size should never fail (in the works case it fails later with wrong ...Milan Broz3-13/+5
2012-12-10Fix some problems found by Coverity scan.Milan Broz5-12/+15
2012-12-10TCRYPT: properly wipe all buffers; use prefix for all functions.Milan Broz2-62/+85
2012-12-08Require params for crypt_load & TCRYPT type.Milan Broz1-0/+3
2012-12-07Merge branch 'master' of https://code.google.com/p/cryptsetupMilan Broz1-18/+190
2012-12-07Disallow header restore if context is nonLUKS device.Milan Broz1-0/+3
2012-12-07Move change key into library (add crypt_keyslot_change_by_passphrase).Milan Broz5-66/+101
2012-12-06synced with web-versionwagner1-18/+190
2012-12-05Add man page description for KDF benchmark.Milan Broz1-6/+7
2012-12-05Add PBKDF2 benchmark.Milan Broz7-25/+89
2012-12-03Use union instead of replicated attributes.Milan Broz1-243/+244
2012-12-03Document new basic commands open/close (and old syntax aliases).Milan Broz2-70/+99
2012-12-02Remove some gcc extra warnings (signed/unsigned problems etc).Milan Broz4-24/+27
2012-12-02Add TCRYPT documentation,Milan Broz4-9/+78
2012-12-02Add master key dump option for tcryptDump.Milan Broz1-2/+47
2012-12-02cryptsetup: remove useless arg for action functions.Milan Broz1-79/+57
2012-12-02Add new commands open/close and make aliases.Milan Broz1-52/+111
2012-12-01Fix (stupid) crc32 keyfile endianess bug.Milan Broz1-5/+4
2012-12-01Add keyfiles tcrypt test.Milan Broz3-5/+18
2012-11-30And skip tcrypt api test if there is no af_alf kernel interface.Milan Broz1-0/+9
2012-11-30Add TCRYPT api test, fix some minor problems found.Milan Broz2-9/+92
2012-11-30Add missing pbkdf check file.Milan Broz1-0/+88
2012-11-30Add sys/types.h for loop wrapper (required on new systems).Milan Broz1-0/+1
2012-11-30Better tcrypt test options.Milan Broz3-8/+48
2012-11-30And fix previous comment once more... :)Milan Broz2-2/+2