Milan Broz
|
ab975bc1c4
|
Update copyright year.
And unify format in several places.
|
2022-01-29 10:43:02 +01:00 |
|
Ondrej Kozina
|
b61ec23e48
|
Add segments validation for reencryption.
Effective segments during LUKS2 reencryption must
match key characteristics of backup segment
(cipher, sector_size, segment type).
|
2022-01-12 18:37:52 +01:00 |
|
Ondrej Kozina
|
7de8ff5ccf
|
Expose json_segment_contains_flag to internal library.
|
2022-01-12 14:01:04 +01:00 |
|
Milan Broz
|
d1d9dd8e20
|
Update Copyright year.
|
2021-01-25 22:00:25 +01:00 |
|
Ondrej Kozina
|
e6a3569743
|
Avoid name clash with newer json-c library.
This is partial revert of previous commit and also
fixes wrong decision to name our internal helpers with
json_object prefix.
|
2020-04-14 17:24:57 +02:00 |
|
Milan Broz
|
080566a1fd
|
Update copyright year.
|
2020-01-03 13:04:55 +01:00 |
|
Ondrej Kozina
|
a23e1cf729
|
LUKS2 code cleanup.
- drop unused code
- drop unused function declarations
- remove local routines from internal api
|
2019-08-05 18:29:37 +02:00 |
|
Ondrej Kozina
|
b551bdb0ce
|
Make json_segments_count fn return unsigned value.
|
2019-07-31 14:58:55 +02:00 |
|
Milan Broz
|
1f91fe7a2c
|
Use JSON-debug wrappers.
|
2019-05-03 14:02:43 +02:00 |
|
Ondrej Kozina
|
a7f80a2770
|
Add resilient LUKS2 reencryption library code.
|
2019-05-02 16:44:23 +02:00 |
|
Ondrej Kozina
|
8dc1a74df8
|
Adapt existing code to future reencryption changes.
|
2019-03-13 14:56:31 +01:00 |
|
Ondrej Kozina
|
e295d01505
|
Adding new functions later used in reencryption.
|
2019-03-13 14:56:31 +01:00 |
|
Ondrej Kozina
|
46bf3c9e9c
|
Add segment create helpers.
|
2019-03-08 08:44:51 +01:00 |
|
Ondrej Kozina
|
361fb22954
|
Remove helper get_first_data_offset completely.
|
2019-03-08 08:43:19 +01:00 |
|
Ondrej Kozina
|
203fe0f4bf
|
Move get_first_data_offset to luks2_segment.c
|
2019-03-08 08:42:23 +01:00 |
|
Ondrej Kozina
|
8c168cc337
|
Introduce file for luks2 segments handling.
|
2019-03-05 17:08:02 +01:00 |
|