index
:
platform/upstream/cryptsetup
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_wearable
pristine-tar
sandbox/mkashkarov/tizen_6.0_build
tizen
tizen_3.0
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / System Framework;
Hyotaek Shim <hyotaek.shim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcryptsetup.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-11
Imported Upstream version 1.6.7
upstream/1.6.7
Kichan Kwon
1
-6
/
+36
2016-05-10
Revert "Imported upstream version 1.6.7"
Kwon
1
-36
/
+6
2016-05-10
Imported upstream version 1.6.7
Kichan Kwon
1
-6
/
+36
2013-02-14
Fix passphrase pool overflow for TCRYPT device id passphrase > pool size.
Milan Broz
1
-1
/
+1
2013-01-14
Fix doxygen doc for libcryptsetup.h.
Milan Broz
1
-56
/
+81
2012-12-29
Change License from GPLv2 only to GPLv2+ ("or any later").
Milan Broz
1
-1
/
+2
2012-12-22
Add basic support for system TCRYPT device.
Milan Broz
1
-0
/
+2
2012-12-21
Add copyright line for files I have written or modified.
Milan Broz
1
-0
/
+1
2012-12-07
Move change key into library (add crypt_keyslot_change_by_passphrase).
Milan Broz
1
-0
/
+27
2012-12-05
Add PBKDF2 benchmark.
Milan Broz
1
-0
/
+9
2012-12-02
Add TCRYPT documentation,
Milan Broz
1
-5
/
+10
2012-11-26
TCRYPT: add backup header option.
Milan Broz
1
-2
/
+5
2012-11-22
TCRYPT: parse cipher chain on init.
Milan Broz
1
-2
/
+2
2012-11-19
TCRYPT: implement (most of) legacy modes support.
Milan Broz
1
-0
/
+1
2012-11-19
TCRYPT: support keyfiles
Milan Broz
1
-0
/
+2
2012-11-19
Add basic TCRYPT library.
Milan Broz
1
-0
/
+22
2012-11-19
Add simple cipher benchmarking.
Milan Broz
1
-0
/
+23
2012-09-11
Add crypt_keyslot_area() API call.
Milan Broz
1
-10
/
+26
2012-07-09
Fix libcryptsetup.h docs for verity type.
Milan Broz
1
-12
/
+16
2012-06-11
Verity salt size is really uint16 in sb and uint32 internally.
Milan Broz
1
-2
/
+2
2012-06-09
Prepare new superblock format.
Milan Broz
1
-1
/
+1
2012-06-09
Enhance status of active device.
Milan Broz
1
-0
/
+15
2012-06-07
Rewrite veritysetup to use libcryptsetup.
Milan Broz
1
-0
/
+29
2012-05-28
Include stddef.h in libcryptsetup.h (size_t definition).
Milan Broz
1
-0
/
+1
2012-05-02
Allow "private" activation (skip some udev global rules) flag.
Milan Broz
1
-0
/
+2
2012-05-02
Relax --shared test, allow mapping even for overlapping segments.
Milan Broz
1
-1
/
+1
2012-04-19
Fix requested_type description in header.
Milan Broz
1
-6
/
+6
2012-04-02
Version 1.4.2.
Milan Broz
1
-0
/
+21
2012-04-02
Add repair command and API for repairing known LUKS header problems.
Milan Broz
1
-0
/
+14
2012-03-29
Add --keyfile-offset and --new-keyfile-offset to cryptsetup.
Milan Broz
1
-8
/
+42
2011-11-06
Fix typo in iteration time api call.
Milan Broz
1
-0
/
+2
2011-10-10
Fix flag description comment.
Milan Broz
1
-2
/
+2
2011-10-09
Add crypt_last_error() API call (using crypt context).
Milan Broz
1
-0
/
+12
2011-10-08
Fix some doxygen docs warnings and mistakes.
Milan Broz
1
-15
/
+23
2011-10-08
Add doxygen formatted documentation for libcryptsetup API (thanks to okozina).
Milan Broz
1
-237
/
+517
2011-07-20
* Allow different data offset setting for detached header.
Milan Broz
1
-0
/
+1
2011-07-20
* Add --header option for detached metadata (on-disk LUKS header) device.
Milan Broz
1
-1
/
+17
2011-07-18
Add crypt_get_iv_offset() function to API.
Milan Broz
1
-2
/
+4
2011-07-17
Add --enable-discards option to allow discards/TRIM requests.
Milan Broz
1
-0
/
+1
2011-07-17
Rewrite dm query/create function backend.
Milan Broz
1
-1
/
+1
2011-07-07
Remove old API functions (all functions using crypt_options).
Milan Broz
1
-61
/
+0
2011-07-01
* Add --shared option for creating non-overlapping crypt segments.
Milan Broz
1
-0
/
+2
2011-03-22
Also support --skip option for loopaesOpen.
Milan Broz
1
-0
/
+1
2011-01-25
Add loop-AES compatible handling code.
Milan Broz
1
-0
/
+5
2011-01-05
Document password callback.
Milan Broz
1
-0
/
+3
2010-11-15
Fix some typos and misinterpretations in header file.
Milan Broz
1
-10
/
+6
2010-11-14
* Allow to activate by internally cached volume key
Milan Broz
1
-2
/
+5
2010-11-13
* Fix password callback call.
Milan Broz
1
-1
/
+1
2010-11-05
* Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()
Milan Broz
1
-0
/
+58
2010-10-29
* Add crypt_set_uuid() to API.
Milan Broz
1
-0
/
+11
[next]