platform/upstream/cryptsetup.git
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-12-21 Milan BrozAdd crypt_keyslot_change_by_passphrase() api test.
2012-12-21 Milan BrozUpdate fi.po (1.5.1).
2012-12-21 Milan BrozUpdate TODO.
2012-12-21 Milan BrozDo not maintain ChangeLog anymore, see git log.
2012-12-19 Milan BrozAdd utils_password.c to po files list.
2012-12-19 Milan BrozFix static build with pwquality (until it provides...
2012-12-19 Milan BrozAdd optional libpwquality support for new LUKS passwords.
2012-12-19 Milan BrozPrepare cryptsetup functions for pwquality check.
2012-12-19 Milan BrozFix regression in header backup (1.5.1).
2012-12-17 Milan BrozFix time of check/use Coverity report in cryptsetup...
2012-12-17 Milan BrozFix time of check/use Coverity report in veritysetup.
2012-12-17 Milan BrozFix time of check/use Coverity report (and ignore anoth...
2012-12-17 Milan BrozFix time of check/use Coverity report (and ignore anoth...
2012-12-17 Milan BrozDo not use stat for backup commands.
2012-12-17 Milan BrozAdd fixme for ETA calculation.
2012-12-14 Milan BrozAdd verbose messages during reencryption to avoid confu...
2012-12-11 Milan BrozHandle signals in tool context.
2012-12-11 Milan BrozMove signal handling into common utils code.
2012-12-11 Milan BrozRemove signal handling from LUKS keyencryption and...
2012-12-10 Milan BrozGet page size should never fail (in the works case...
2012-12-10 Milan BrozFix some problems found by Coverity scan.
2012-12-10 Milan BrozTCRYPT: properly wipe all buffers; use prefix for all...
2012-12-08 Milan BrozRequire params for crypt_load & TCRYPT type.
2012-12-07 Milan BrozMerge branch 'master' of https://code.google.com/p...
2012-12-07 Milan BrozDisallow header restore if context is nonLUKS device.
2012-12-07 Milan BrozMove change key into library (add crypt_keyslot_change_...
2012-12-06 wagnersynced with web-version
2012-12-05 Milan BrozAdd man page description for KDF benchmark.
2012-12-05 Milan BrozAdd PBKDF2 benchmark.
2012-12-03 Milan BrozUse union instead of replicated attributes.
2012-12-03 Milan BrozDocument new basic commands open/close (and old syntax...
2012-12-02 Milan BrozRemove some gcc extra warnings (signed/unsigned problem...
2012-12-02 Milan BrozAdd TCRYPT documentation,
2012-12-02 Milan BrozAdd master key dump option for tcryptDump.
2012-12-02 Milan Brozcryptsetup: remove useless arg for action functions.
2012-12-02 Milan BrozAdd new commands open/close and make aliases.
2012-12-01 Milan BrozFix (stupid) crc32 keyfile endianess bug.
2012-12-01 Milan BrozAdd keyfiles tcrypt test.
2012-11-30 Milan BrozAnd skip tcrypt api test if there is no af_alf kernel...
2012-11-30 Milan BrozAdd TCRYPT api test, fix some minor problems found.
2012-11-30 Milan BrozAdd missing pbkdf check file.
2012-11-30 Milan BrozAdd sys/types.h for loop wrapper (required on new systems).
2012-11-30 Milan BrozBetter tcrypt test options.
2012-11-30 Milan BrozAnd fix previous comment once more... :)
2012-11-30 Milan BrozFix skcipher failure handling.
2012-11-29 Milan BrozHandle kernel crypto api init failure better.
2012-11-27 Milan BrozFix po files.
2012-11-27 Milan BrozTCRYPT: add simple test and image archive.
2012-11-27 Milan BrozTCRYPT: fix activation and hidden device offsets.
2012-11-26 Milan BrozTCRYPT: add backup header option.
2012-11-25 Milan BrozRemove test dir during cleanup.
2012-11-25 Milan BrozFix blockwise read/write for end writes near end of...
2012-11-25 Milan BrozTCRYPT: simplify code, support blowfish chains for...
2012-11-23 Milan BrozRemove trailing spaces from manpage, add usage and...
2012-11-23 Milan BrozTCRYPT: add dump command
2012-11-23 Milan BrozTCRYPT: support crypt_volume_key_get
2012-11-23 Milan BrozTCRYPT: show proper device in status for chained mode
2012-11-23 Milan BrozTCRYPT: move all header handling into library.
2012-11-22 Milan BrozTCRYPT: parse cipher chain on init.
2012-11-22 Milan BrozTCRYPT: support proper device removal
2012-11-20 Daniel Kahn... make default LUKS PBKDF2 iteration time configurable
2012-11-19 Milan BrozTCRYPT: implement (most of) legacy modes support.
2012-11-19 Milan BrozTCRYPT: support keyfiles
2012-11-19 Milan BrozAdd basic TCRYPT library.
2012-11-19 Milan BrozAdd simple cipher benchmarking.
2012-11-19 Milan BrozAdd kernel skcipher backend.
2012-11-19 Milan BrozAdd CRC32 implementation.
2012-11-19 Milan BrozMove PBKDF2 into crypto backend wrapper.
2012-10-16 Milan BrozAdd devel version.
2012-10-16 Milan BrozRelnote addition.
2012-10-14 Milan BrozUpdate some po files.
2012-10-12 Milan BrozVersion 1.5.1.
2012-10-12 Milan BrozCheck read & seek return codes, use uint64 offset.
2012-10-11 Arno Wagneradded keyslot checker Redesigned to only use public...
2012-09-19 Milan BrozIncrease library and package version.
2012-09-19 Milan BrozFix some problems found by Coverity static analysis.
2012-09-18 Arno Wagnersynced with wiki
2012-09-11 Milan BrozAdd crypt_keyslot_area() API call.
2012-09-09 Arno Wagnerfixed typeo 94 -> 95 printable ASCII chars
2012-08-30 Milan BrozFix luksHeaderBackup for v1.0 (very old) headers and...
2012-08-30 Milan BrozAdd some offset/keyslot offset checks.
2012-08-28 Milan BrozProper handle error in device block get.
2012-08-28 Milan BrozRemove unused includes.
2012-08-28 Milan BrozReplace round_up macro with function.
2012-08-27 Milan BrozMove LUKS AF data sector alignment to AF helper function.
2012-08-27 Milan BrozAlways zero memory in crypt_safe_alloc.
2012-08-27 Milan BrozUse AF_split_size() to calculate split data size.
2012-08-27 Milan BrozGet rid of confusing LUKS_PHDR_SIZE macro.
2012-08-27 Dave Reisnerlib/utils_crypt: optimize seek to keyfile-offset
2012-08-27 Milan BrozDo not scan rotational flag for non-block devices ...
2012-08-24 Arno Wagneradded prominent note to use LUKS (not plain dm-crypt...
2012-08-24 Arno Wagnersynced with wiki
2012-08-14 Milan BrozSet context for DM log for all DM backend entries.
2012-08-14 Milan BrozAdd context to DM helpers.
2012-08-14 Milan BrozModprobe kernel modules early in api-test.
2012-08-13 Milan BrozUse common utils_tools.c for all tools.
2012-08-13 Milan BrozRemove debug line.
2012-08-13 Milan BrozPrint better error message if device is read-only etc.
2012-08-12 Milan BrozCreate hash image if doesn't exist in veritysetup format.
next