projects
/
platform
/
upstream
/
cryptsetup.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update ReleaseNotes.
[platform/upstream/cryptsetup.git]
/
lib
/
2012-04-09
Milan Broz
Fix support for LUKS header created by cryptsetup-1.0.0
tree
|
commitdiff
2012-04-02
Milan Broz
Version 1.4.2.
tree
|
commitdiff
2012-04-02
Milan Broz
Add repair command and API for repairing known LUKS...
tree
|
commitdiff
2012-03-29
Milan Broz
Add --keyfile-offset and --new-keyfile-offset to crypts...
tree
|
commitdiff
2012-03-16
Milan Broz
Fix retry if entered passphrases (with verify option...
tree
|
commitdiff
2012-03-16
Milan Broz
Unify password verification option.
tree
|
commitdiff
2012-03-07
Milan Broz
Add some LUKS header "invalid keyslot" repair code...
tree
|
commitdiff
2012-01-12
Milan Broz
Fix use of empty keyfile (Issue 120).
tree
|
commitdiff
2011-11-13
Milan Broz
Fix error message for luksClose and detached LUKS header.
tree
|
commitdiff
2011-11-06
Milan Broz
Fix typo in iteration time api call.
tree
|
commitdiff
2011-11-02
Milan Broz
Fix FSF address in license text according to
tree
|
commitdiff
2011-10-27
Milan Broz
Fix crypt_get_volume_key_size() for plain device.
tree
|
commitdiff
2011-10-10
Milan Broz
Fix flag description comment.
tree
|
commitdiff
2011-10-09
Milan Broz
Fix some complier warnings.
tree
|
commitdiff
2011-10-09
Milan Broz
Move setting of error text to crypt_log to catch all...
tree
|
commitdiff
2011-10-09
Milan Broz
Fix exit code if passphrases do not match in luksAddKey...
tree
|
commitdiff
2011-10-09
Milan Broz
Add crypt_last_error() API call (using crypt context).
tree
|
commitdiff
2011-10-09
Milan Broz
Simplify global error call.
tree
|
commitdiff
2011-10-08
Milan Broz
Fix some doxygen docs warnings and mistakes.
tree
|
commitdiff
2011-10-08
Milan Broz
Add doxygen formatted documentation for libcryptsetup...
tree
|
commitdiff
2011-10-08
Milan Broz
Remove hints for old kernels.
tree
|
commitdiff
2011-10-08
Milan Broz
If device is not rotational, do not use Gutmann wipe...
tree
|
commitdiff
2011-10-05
Milan Broz
Fix some compile warnings in optional crypto backends.
tree
|
commitdiff
2011-10-05
Milan Broz
Support Nettle 2.4 crypto backend (for ripemd160).
tree
|
commitdiff
2011-09-21
Milan Broz
Fix some memory leaks (thanks to okozina).
tree
|
commitdiff
2011-08-26
Milan Broz
Do not allow format of already formatted context.
tree
|
commitdiff
2011-08-26
Milan Broz
Enhance check of device size before writing LUKS header.
tree
|
commitdiff
2011-08-26
Milan Broz
Remove internal loop definitions from header file.
tree
|
commitdiff
2011-08-22
Milan Broz
Use /dev/loop-control if possible (kernel 3.1).
tree
|
commitdiff
2011-08-22
Milan Broz
crypt_check_data_device_size() needs to compare values...
tree
|
commitdiff
2011-08-22
Milan Broz
Fix two mem leaks in crypt_init_by_name_and_header().
tree
|
commitdiff
2011-08-22
Milan Broz
LUKS header and Type needs to be set in context before...
tree
|
commitdiff
2011-08-22
Milan Broz
Add more paranoid checks for LUKS header and keyslot...
tree
|
commitdiff
2011-08-15
Milan Broz
Silent gcc warnings with -Wconst-qual switch.
tree
|
commitdiff
2011-08-15
Milan Broz
Check UUID of active device to match header when initia...
tree
|
commitdiff
2011-08-15
Milan Broz
Do not allow crypt_load() on already initialised context.
tree
|
commitdiff
2011-08-01
Milan Broz
Improve check for invalid offset and size values. ...
tree
|
commitdiff
2011-08-01
Milan Broz
Add loop control stub for testing new loop device inter...
tree
|
commitdiff
2011-07-25
Milan Broz
Fix gcrypt final() function backend call.
tree
|
commitdiff
2011-07-25
Milan Broz
* Remove hash/hmac restart from crypto backend and...
tree
|
commitdiff
2011-07-20
Milan Broz
* Allow different data offset setting for detached...
tree
|
commitdiff
2011-07-20
Milan Broz
* Add --header option for detached metadata (on-disk...
tree
|
commitdiff
2011-07-19
Milan Broz
* Revert default initialisation of volume key in crypt_...
tree
|
commitdiff
2011-07-18
Milan Broz
Add crypt_get_iv_offset() function to API.
tree
|
commitdiff
2011-07-17
Milan Broz
Add --enable-discards option to allow discards/TRIM...
tree
|
commitdiff
2011-07-17
Milan Broz
Use struct volume key thorough.
tree
|
commitdiff
2011-07-17
Milan Broz
Rewrite dm query/create function backend.
tree
|
commitdiff
2011-07-07
Milan Broz
Remove old API functions (all functions using crypt_opt...
tree
|
commitdiff
2011-07-01
Milan Broz
Fix error message.
tree
|
commitdiff
2011-07-01
Milan Broz
* Add --shared option for creating non-overlapping...
tree
|
commitdiff
2011-05-24
Milan Broz
Add alternative define for old kernel headers.
tree
|
commitdiff
2011-05-24
Milan Broz
Add prototype and remove warning.
tree
|
commitdiff
2011-05-24
Milan Broz
Excluce some known dir from old scan.
tree
|
commitdiff
2011-05-24
Milan Broz
Handle even non-standard and non-udev /dev in devpath.
tree
|
commitdiff
2011-05-24
Milan Broz
Move DM helpers to separate header.
tree
|
commitdiff
2011-05-24
Milan Broz
Move devpath scan to separate file.
tree
|
commitdiff
2011-05-18
Milan Broz
Simplify device path scan and avoid stat();
tree
|
commitdiff
2011-05-18
Milan Broz
Fix previous fix - keep API logic clean, fix cryptsetup...
tree
|
commitdiff
2011-05-17
Milan Broz
Fix keyfile=- processing in create command (1.3.0,...
tree
|
commitdiff
2011-05-11
Milan Broz
Pluralize "Cannot not read %d bytes from key file ...
tree
|
commitdiff
2011-05-03
Milan Broz
Fix size argument for create command. (regression in...
tree
|
commitdiff
2011-04-28
Milan Broz
Add Nettle crypto backend support.
tree
|
commitdiff
2011-04-18
Milan Broz
Remove another compile warnings.
tree
|
commitdiff
2011-04-18
Milan Broz
Remove old ifdef, all recent systems have this defined.
tree
|
commitdiff
2011-04-18
Milan Broz
Remove old and unused blockdev.h header.
tree
|
commitdiff
2011-04-18
Milan Broz
Fix possible leaks in blockwise read/write code.
tree
|
commitdiff
2011-04-18
Milan Broz
Fix verbose mode compiler warnings.
tree
|
commitdiff
2011-04-05
Milan Broz
Fix typos.
tree
|
commitdiff
2011-03-25
Milan Broz
Also support --hash option for loopaesOpen.
tree
|
commitdiff
2011-03-25
Milan Broz
Fix return code when passphrase is read from pipe.
tree
|
commitdiff
2011-03-25
Milan Broz
Print error if hash is not supported.
tree
|
commitdiff
2011-03-23
Milan Broz
Remove unused paramater.
tree
|
commitdiff
2011-03-22
Milan Broz
Also support --skip option for loopaesOpen.
tree
|
commitdiff
2011-03-22
Milan Broz
Check for plain64 IV support in DM backend.
tree
|
commitdiff
2011-03-21
Milan Broz
Fix offset option for loopaesOpen.
tree
|
commitdiff
2011-03-19
Milan Broz
Use plain64 IV in loopAES v1 mode.
tree
|
commitdiff
2011-03-19
Milan Broz
Rewrite key input handling, add limits.
tree
|
commitdiff
2011-03-15
Milan Broz
Increase maximum loopAES keyfile size.
tree
|
commitdiff
2011-03-14
Milan Broz
Fix some minor compilation problems in crypto backends.
tree
|
commitdiff
2011-03-14
Milan Broz
Fix comment.
tree
|
commitdiff
2011-03-14
Milan Broz
Specify copyright holders in source files.
tree
|
commitdiff
2011-03-14
Milan Broz
Add defaults to --help output.
tree
|
commitdiff
2011-03-13
Milan Broz
Prefer sysfs when reading backing file.
tree
|
commitdiff
2011-03-13
Milan Broz
Be more paranoid and wipe even intermediate AF keys.
tree
|
commitdiff
2011-03-13
Milan Broz
Do not ignore errors in crypto backend (LUKS PBKDF2).
tree
|
commitdiff
2011-03-13
Milan Broz
Do not ignore errors in crypto backend (LUKS AF).
tree
|
commitdiff
2011-03-13
Milan Broz
Do not ignore errors in crypto backend (loopaes mode).
tree
|
commitdiff
2011-03-13
Milan Broz
Clean up plain password hashing, do not ignore error...
tree
|
commitdiff
2011-03-13
Milan Broz
Add luksChangeKey command.
tree
|
commitdiff
2011-03-12
Milan Broz
Use loop functions even in api test.
tree
|
commitdiff
2011-03-12
Milan Broz
Proper handle old systems.
tree
|
commitdiff
2011-03-12
Milan Broz
Require loop autoclear support.
tree
|
commitdiff
2011-03-12
Milan Broz
Add backing device info into status.
tree
|
commitdiff
2011-03-12
Milan Broz
Separate loop handling from internal code.
tree
|
commitdiff
2011-03-11
Milan Broz
Add support for automatic loop device use (image infile...
tree
|
commitdiff
2011-03-10
Milan Broz
Workaround LMK capability check if dm-crypt module...
tree
|
commitdiff
2011-03-05
Milan Broz
Better detects dm-ioctl secure flag using version befor...
tree
|
commitdiff
2011-03-05
Milan Broz
Use secure data bit for dm-ioctl if supported.
tree
|
commitdiff
2011-03-05
Milan Broz
Fix hmac ready test check.
tree
|
commitdiff
2011-01-29
Milan Broz
Fix mapping removal if device disappeared but node...
tree
|
commitdiff
next