projects
/
platform
/
upstream
/
cryptsetup.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix manpage to not require --size which expands to device size by default. (Thanks...
2009-09-15
Milan Broz
Fix manpage to not require --size which expands to...
commit
|
commitdiff
|
tree
2009-09-15
Milan Broz
Initialize crypto library before LUKS header load.
commit
|
commitdiff
|
tree
2009-09-11
Milan Broz
Fix typo in help text.
commit
|
commitdiff
|
tree
2009-09-10
Milan Broz
patch 1.patch
commit
|
commitdiff
|
tree
2009-09-08
Milan Broz
Use selinux libs only when needed (fixes previous commit).
commit
|
commitdiff
|
tree
2009-09-08
Milan Broz
Add dirty hack to properly compile static binary with...
commit
|
commitdiff
|
tree
2009-09-08
Milan Broz
Try to read first sector from device to properly check...
commit
|
commitdiff
|
tree
2009-09-08
Milan Broz
Use dm-uuid for all crypt devices, contains device...
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-09-02
Milan Broz
* Add luksSuspend (freeze device and wipe key) and...
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-31
Milan Broz
Disable --non-exclusive test.
commit
|
commitdiff
|
tree
2009-08-31
Milan Broz
Add LUKS open and format test using new api.
commit
|
commitdiff
|
tree
2009-08-31
Milan Broz
* Replace not safe option --non-exclusive with --disable...
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-31
Milan Broz
Add plain crypt device test using new API.
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Add --master-key-file option for luksFormat and luksAddKey.
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Remove old API code helper functions.
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Implement old API calls using new functions.
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Add new libcryptsetup API (documented in libcryptsetup.h).
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Replace global options struct with separate parameters...
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Run performance check for PBKDF2 from LUKS code,...
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Move device utils code and provide context parameter...
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Add log macros and make logging modre consitent.
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
* Move memory locking and dm initialization to command...
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
Require device device-mapper to build and do not use...
Signed-off-by:
Milan Broz
<mbroz@redhat.com>
commit
|
commitdiff
|
tree
2009-08-30
Milan Broz
Test commit.
commit
|
commitdiff
|
tree
2009-08-28
Milan Broz
Fix include path.
commit
|
commitdiff
|
tree
2009-08-28
Milan Broz
Add separate tests directory, move LUKS tests, Add...
commit
|
commitdiff
|
tree
2009-08-17
Milan Broz
Allow restrict keys size in LuksOpen (thanks to Stefan...
commit
|
commitdiff
|
tree
2009-08-17
Milan Broz
Allow using passphrase provided in options struct for...
commit
|
commitdiff
|
tree
2009-08-17
Milan Broz
Fix PBKDF2 speed calculation for large passhrases.
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Enable LUKS hash setting and document it.
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Remove internal SHA1 implementation, not needed now.
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Move XOR function to af.c, nobody outside of it use...
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Add required parameters for changing hash used in LUKS...
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Switch PBKDF2 from internal SHA1 to libgcrypt.
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Return ENOENT for empty keyslots, EINVAL will be used...
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Remove po/cryptsetup-luks.pot, it's autogenerated ...
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Print error when getline() fails (thanks to Ivan Stankovic)
commit
|
commitdiff
|
tree
2009-07-30
Milan Broz
Fix DEBUG output (thanks to Ivan Stankovic)
commit
|
commitdiff
|
tree
2009-07-28
Milan Broz
Optimize o_direct read/writes.
commit
|
commitdiff
|
tree
2009-07-23
Milan Broz
Fix segfault if provided slot in luksKillslot is invalid.
commit
|
commitdiff
|
tree
2009-07-22
Milan Broz
Remove unneeded timeout when remove of temporary device...
commit
|
commitdiff
|
tree
2009-07-22
Milan Broz
Cryptsetup version 1.0.7.
commit
|
commitdiff
|
tree
2009-07-16
Milan Broz
Allow removal of last slot in luksRemoveKey and luksKillSlot.
commit
|
commitdiff
|
tree
2009-07-12
Milan Broz
Add --disable-selinux option and fix static build if...
commit
|
commitdiff
|
tree
2009-07-11
Milan Broz
Reject unsupported --offset and --skip options for...
commit
|
commitdiff
|
tree
2009-06-22
Milan Broz
cryptsetup 1.0.7-rc1
commit
|
commitdiff
|
tree
2009-06-22
Milan Broz
Add some checks for error codes.
commit
|
commitdiff
|
tree
2009-06-22
Milan Broz
Fix device prompt quistion.
commit
|
commitdiff
|
tree
2009-06-21
Milan Broz
Define device-mapper crypt UUID maximal length and...
commit
|
commitdiff
|
tree
2009-06-20
Milan Broz
Various man page fixes.
commit
|
commitdiff
|
tree
2009-06-20
Milan Broz
Set UUID in device-mapper for LUKS devices.
commit
|
commitdiff
|
tree
2009-06-20
Milan Broz
Retain readahead of underlying device.
commit
|
commitdiff
|
tree
2009-06-20
Milan Broz
Display device name when asking for password.
commit
|
commitdiff
|
tree
2009-06-20
Milan Broz
Check device size when loading LUKS header.
commit
|
commitdiff
|
tree
2009-06-19
Milan Broz
Use better error messages if device doesn't exist
commit
|
commitdiff
|
tree
2009-06-19
Milan Broz
Fix make distcheck (Mike Kelly)
commit
|
commitdiff
|
tree
2008-11-05
Milan Broz
Add missing AM_PROG_CC_C_O to configure.in
commit
|
commitdiff
|
tree
2008-11-05
Milan Broz
Remove duplicate sentence in man page (patch by Till...
commit
|
commitdiff
|
tree
2008-11-05
Milan Broz
Wipe start of device before LUKS-formatting.
commit
|
commitdiff
|
tree
2008-11-05
Milan Broz
Do not process configure.in in hidden directories.
commit
|
commitdiff
|
tree
2008-09-22
Milan Broz
Return preset error description in case of IO or header...
commit
|
commitdiff
|
tree
2008-09-16
Milan Broz
Use remapping to error target instead of calling udevsettle...
commit
|
commitdiff
|
tree