projects
/
platform
/
upstream
/
cryptsetup.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Change License for sub-libraries from GPLv2 only to LGPLv2.1+ ("or any later")
[platform/upstream/cryptsetup.git]
/
lib
/
2012-12-29
Milan Broz
Change License for sub-libraries from GPLv2 only to...
tree
|
commitdiff
2012-12-29
Milan Broz
Change License from GPLv2 only to GPLv2+ ("or any later").
tree
|
commitdiff
2012-12-29
Milan Broz
Fix non-translated messages.
tree
|
commitdiff
2012-12-22
Milan Broz
Add basic support for system TCRYPT device.
tree
|
commitdiff
2012-12-21
Milan Broz
Add copyright line for files I have written or modified.
tree
|
commitdiff
2012-12-19
Milan Broz
Fix regression in header backup (1.5.1).
tree
|
commitdiff
2012-12-17
Milan Broz
Fix time of check/use Coverity report (and ignore anoth...
tree
|
commitdiff
2012-12-17
Milan Broz
Fix time of check/use Coverity report (and ignore anoth...
tree
|
commitdiff
2012-12-17
Milan Broz
Do not use stat for backup commands.
tree
|
commitdiff
2012-12-11
Milan Broz
Remove signal handling from LUKS keyencryption and...
tree
|
commitdiff
2012-12-10
Milan Broz
Get page size should never fail (in the works case...
tree
|
commitdiff
2012-12-10
Milan Broz
Fix some problems found by Coverity scan.
tree
|
commitdiff
2012-12-10
Milan Broz
TCRYPT: properly wipe all buffers; use prefix for all...
tree
|
commitdiff
2012-12-08
Milan Broz
Require params for crypt_load & TCRYPT type.
tree
|
commitdiff
2012-12-07
Milan Broz
Merge branch 'master' of https://code.google.com/p...
tree
|
commitdiff
2012-12-07
Milan Broz
Disallow header restore if context is nonLUKS device.
tree
|
commitdiff
2012-12-07
Milan Broz
Move change key into library (add crypt_keyslot_change_...
tree
|
commitdiff
2012-12-05
Milan Broz
Add PBKDF2 benchmark.
tree
|
commitdiff
2012-12-03
Milan Broz
Use union instead of replicated attributes.
tree
|
commitdiff
2012-12-02
Milan Broz
Remove some gcc extra warnings (signed/unsigned problem...
tree
|
commitdiff
2012-12-02
Milan Broz
Add TCRYPT documentation,
tree
|
commitdiff
2012-12-01
Milan Broz
Fix (stupid) crc32 keyfile endianess bug.
tree
|
commitdiff
2012-11-30
Milan Broz
Add TCRYPT api test, fix some minor problems found.
tree
|
commitdiff
2012-11-30
Milan Broz
Add missing pbkdf check file.
tree
|
commitdiff
2012-11-30
Milan Broz
Add sys/types.h for loop wrapper (required on new systems).
tree
|
commitdiff
2012-11-30
Milan Broz
Better tcrypt test options.
tree
|
commitdiff
2012-11-30
Milan Broz
And fix previous comment once more... :)
tree
|
commitdiff
2012-11-30
Milan Broz
Fix skcipher failure handling.
tree
|
commitdiff
2012-11-29
Milan Broz
Handle kernel crypto api init failure better.
tree
|
commitdiff
2012-11-27
Milan Broz
TCRYPT: fix activation and hidden device offsets.
tree
|
commitdiff
2012-11-26
Milan Broz
TCRYPT: add backup header option.
tree
|
commitdiff
2012-11-25
Milan Broz
Fix blockwise read/write for end writes near end of...
tree
|
commitdiff
2012-11-25
Milan Broz
TCRYPT: simplify code, support blowfish chains for...
tree
|
commitdiff
2012-11-23
Milan Broz
TCRYPT: add dump command
tree
|
commitdiff
2012-11-23
Milan Broz
TCRYPT: support crypt_volume_key_get
tree
|
commitdiff
2012-11-23
Milan Broz
TCRYPT: show proper device in status for chained mode
tree
|
commitdiff
2012-11-23
Milan Broz
TCRYPT: move all header handling into library.
tree
|
commitdiff
2012-11-22
Milan Broz
TCRYPT: parse cipher chain on init.
tree
|
commitdiff
2012-11-22
Milan Broz
TCRYPT: support proper device removal
tree
|
commitdiff
2012-11-19
Milan Broz
TCRYPT: implement (most of) legacy modes support.
tree
|
commitdiff
2012-11-19
Milan Broz
TCRYPT: support keyfiles
tree
|
commitdiff
2012-11-19
Milan Broz
Add basic TCRYPT library.
tree
|
commitdiff
2012-11-19
Milan Broz
Add simple cipher benchmarking.
tree
|
commitdiff
2012-11-19
Milan Broz
Add kernel skcipher backend.
tree
|
commitdiff
2012-11-19
Milan Broz
Add CRC32 implementation.
tree
|
commitdiff
2012-11-19
Milan Broz
Move PBKDF2 into crypto backend wrapper.
tree
|
commitdiff
2012-09-19
Milan Broz
Fix some problems found by Coverity static analysis.
tree
|
commitdiff
2012-09-11
Milan Broz
Add crypt_keyslot_area() API call.
tree
|
commitdiff
2012-08-30
Milan Broz
Fix luksHeaderBackup for v1.0 (very old) headers and...
tree
|
commitdiff
2012-08-28
Milan Broz
Proper handle error in device block get.
tree
|
commitdiff
2012-08-28
Milan Broz
Remove unused includes.
tree
|
commitdiff
2012-08-28
Milan Broz
Replace round_up macro with function.
tree
|
commitdiff
2012-08-27
Milan Broz
Move LUKS AF data sector alignment to AF helper function.
tree
|
commitdiff
2012-08-27
Milan Broz
Always zero memory in crypt_safe_alloc.
tree
|
commitdiff
2012-08-27
Milan Broz
Use AF_split_size() to calculate split data size.
tree
|
commitdiff
2012-08-27
Milan Broz
Get rid of confusing LUKS_PHDR_SIZE macro.
tree
|
commitdiff
2012-08-27
Dave Reisner
lib/utils_crypt: optimize seek to keyfile-offset
tree
|
commitdiff
2012-08-27
Milan Broz
Do not scan rotational flag for non-block devices ...
tree
|
commitdiff
2012-08-14
Milan Broz
Set context for DM log for all DM backend entries.
tree
|
commitdiff
2012-08-14
Milan Broz
Add context to DM helpers.
tree
|
commitdiff
2012-08-13
Milan Broz
Remove debug line.
tree
|
commitdiff
2012-08-13
Milan Broz
Print better error message if device is read-only etc.
tree
|
commitdiff
2012-08-12
Milan Broz
New device access backend.
tree
|
commitdiff
2012-07-09
Milan Broz
Fix library name for FIPS check.
tree
|
commitdiff
2012-07-09
Milan Broz
Fix libcryptsetup.h docs for verity type.
tree
|
commitdiff
2012-07-09
Milan Broz
Add some verity api test.
tree
|
commitdiff
2012-06-26
Milan Broz
Remove open device debugging feature (no longer needed).
tree
|
commitdiff
2012-06-25
Milan Broz
Switch to use unit suffix for --reduce-device-size...
tree
|
commitdiff
2012-06-25
Milan Broz
Add --device-size option for reencryption tool.
tree
|
commitdiff
2012-06-19
Milan Broz
Remove old dm-verity superblock handling.
tree
|
commitdiff
2012-06-19
Milan Broz
Remove dubious compilation warning.
tree
|
commitdiff
2012-06-18
Milan Broz
Remove redundant condition in overflow test.
tree
|
commitdiff
2012-06-18
Milan Broz
Fix hex_to_bytes and add it to common utils.
tree
|
commitdiff
2012-06-18
Milan Broz
Add ability to encrypt plain device.
tree
|
commitdiff
2012-06-12
Milan Broz
Merge branch 'reenc' of https://code.google.com/p/crypt...
tree
|
commitdiff
2012-06-11
Milan Broz
Use block sizes in superblock in 32bit.
tree
|
commitdiff
2012-06-11
Milan Broz
Verity salt size is really uint16 in sb and uint32...
tree
|
commitdiff
2012-06-11
Milan Broz
Fix inclusion of bitops.h.
tree
|
commitdiff
2012-06-11
Milan Broz
Merge branch 'veritysetup'
tree
|
commitdiff
2012-06-11
Milan Broz
Require only up to last keyslot area for header device...
tree
|
commitdiff
2012-06-10
Milan Broz
Check various number limits.
tree
|
commitdiff
2012-06-10
Milan Broz
Avoid some clang warnings.
tree
|
commitdiff
2012-06-10
Milan Broz
Remove some compilation warnings.
tree
|
commitdiff
2012-06-10
Milan Broz
Silence sb warning for now.
tree
|
commitdiff
2012-06-10
Milan Broz
Loop is automatically allocated in crypt_set_data_device().
tree
|
commitdiff
2012-06-10
Arno Wagner
Merge branch 'master' of https://code.google.com/p...
tree
|
commitdiff
2012-06-10
Milan Broz
Get rid of backing_file in struct.
tree
|
commitdiff
2012-06-10
Milan Broz
Add more verity debug messages.
tree
|
commitdiff
2012-06-09
Milan Broz
Move defines from header.
tree
|
commitdiff
2012-06-09
Milan Broz
Add verity uuid specification.
tree
|
commitdiff
2012-06-09
Milan Broz
Prepare new superblock format.
tree
|
commitdiff
2012-06-09
Milan Broz
Enhance status of active device.
tree
|
commitdiff
2012-06-09
Milan Broz
Support empty salt for verity, support no superblock.
tree
|
commitdiff
2012-06-09
Milan Broz
Remove redundant flags.
tree
|
commitdiff
2012-06-08
Milan Broz
Use action names in veritysetup (similar to cryptsetup).
tree
|
commitdiff
2012-06-08
Milan Broz
Support init_by_name for verity.
tree
|
commitdiff
2012-06-08
Milan Broz
Move verity_sb definition to private file.
tree
|
commitdiff
2012-06-08
Milan Broz
Unify dm backend for crypt/verity.
tree
|
commitdiff
2012-06-08
Milan Broz
Use union in dm (crypt/verity) query structure.
tree
|
commitdiff
2012-06-07
Milan Broz
Warn if block exceeds page size.
tree
|
commitdiff
next