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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-11
Add support for --master-key-file to luksOpen.
Milan Broz
1
-0
/
+4
2012-01-12
Fix use of empty keyfile (Issue 120).
Milan Broz
1
-1
/
+10
2011-11-13
Fix error message for luksClose and detached LUKS header.
Milan Broz
1
-2
/
+13
2011-11-02
Fix FSF address in license text according to
Milan Broz
2
-2
/
+2
2011-10-27
Fix crypt_get_volume_key_size() for plain device.
Milan Broz
1
-0
/
+5
2011-10-26
Silent some extra gcc warnings in tests.
Milan Broz
1
-41
/
+44
2011-10-15
Removes obsolete valgrind suppression (Thanks to okozina)
Milan Broz
1
-11
/
+0
2011-10-09
Revert get_last_error change for test-api (crypt_init should test for error m...
Milan Broz
1
-6
/
+6
2011-10-09
Fix luksKillSLot exit code if slot is inactive or invalid. (Issue 108)
Milan Broz
1
-0
/
+2
2011-10-09
Add crypt_last_error() API call (using crypt context).
Milan Broz
1
-13
/
+31
2011-09-22
Add keyslot option for luksOpen (thanks to okozina).
Milan Broz
1
-1
/
+39
2011-09-21
Fix some memory leaks (thanks to okozina).
Milan Broz
1
-0
/
+6
2011-09-21
Add some valgrind checks (thanks to okozina).
Milan Broz
5
-2
/
+97
2011-08-26
Do not allow format of already formatted context.
Milan Broz
1
-2
/
+2
2011-08-26
Enhance check of device size before writing LUKS header.
Milan Broz
1
-11
/
+11
2011-08-22
Add some API test and rewrite some parts.
Milan Broz
7
-360
/
+576
2011-08-02
Add API tests for plain device.
Milan Broz
2
-5
/
+270
2011-07-25
Add check of decrypted image to test.
Milan Broz
1
-0
/
+2
2011-07-25
Fix new tests to use sha1 (ripemd160 not supported in some backends).
Milan Broz
2
-9
/
+9
2011-07-19
* Revert default initialisation of volume key in crypt_init_by_name().
Milan Broz
2
-3
/
+16
2011-07-17
Add --enable-discards option to allow discards/TRIM requests.
Milan Broz
2
-2
/
+83
2011-07-07
Remove old API functions (all functions using crypt_options).
Milan Broz
1
-13
/
+14
2011-07-01
* Add --shared option for creating non-overlapping crypt segments.
Milan Broz
1
-0
/
+14
2011-06-13
Seems that dmsetup table is broken in recent lvm2, let's support "x: table" a...
Milan Broz
2
-2
/
+2
2011-06-13
Fix return code for status command when device doesn't exists.
Milan Broz
1
-0
/
+1
2011-05-18
Fix previous fix - keep API logic clean, fix cryptsetup call.
Milan Broz
1
-12
/
+159
2011-05-17
Fix keyfile=- processing in create command (1.3.0, issue 104)
Milan Broz
1
-6
/
+18
2011-05-03
Fix size argument for create command. (regression in 1.2.0)
Milan Broz
1
-0
/
+3
2011-03-22
Fix offset parameter.
Milan Broz
1
-1
/
+1
2011-03-22
Also support --skip option for loopaesOpen.
Milan Broz
1
-8
/
+17
2011-03-21
Fix offset option for loopaesOpen.
Milan Broz
1
-33
/
+54
2011-03-19
Rewrite key input handling, add limits.
Milan Broz
3
-6
/
+50
2011-03-14
Add defaults to --help output.
Milan Broz
1
-5
/
+5
2011-03-14
Fix loopaes open parameters.
Milan Broz
1
-2
/
+2
2011-03-13
Clean up plain password hashing, do not ignore error in crypto backend.
Milan Broz
1
-0
/
+4
2011-03-13
Add luksChangeKey command.
Milan Broz
1
-0
/
+25
2011-03-13
Remove not needed header.
Milan Broz
1
-1
/
+0
2011-03-12
Use loop functions even in api test.
Milan Broz
2
-49
/
+21
2011-03-10
Allow tests to work with different default cipher/mode.
Milan Broz
2
-3
/
+3
2011-03-10
Avoid using "-" in tests, some old systems has bug in getopt.
Milan Broz
1
-1
/
+2
2011-03-10
Fix error output redirection in tests.
Milan Broz
4
-8
/
+8
2011-03-10
Allocate free loop devices instead of using hardcoded.
Milan Broz
4
-28
/
+90
2011-03-10
Add simple Loop-AES compatibility check.
Milan Broz
2
-2
/
+137
2011-01-31
Fix luksAddKey return code if master key is used.
Milan Broz
1
-1
/
+7
2011-01-29
Fix mapping removal if device disappeared but node still exists.
Milan Broz
1
-0
/
+10
2010-12-31
Fix tests to work with all crypto backends.
Milan Broz
3
-36
/
+19
2010-12-19
Add settle to test scripts (needed only for old systems).
Milan Broz
2
-15
/
+33
2010-12-19
Add simple checksum test.
Milan Broz
1
-15
/
+39
2010-12-10
Add password hash test for create command.
Milan Broz
2
-2
/
+86
2010-12-09
Fix create command to properly handle keyfile size.
Milan Broz
1
-0
/
+2
[prev]
[next]