2009-11-16 |
Milan Broz | Use proper NLS macros and detection (so the message...
|
commit | commitdiff | tree |
2009-11-16 |
Milan Broz | Add obsolete message for non-exclusive switch.
|
commit | commitdiff | tree |
2009-11-16 |
Milan Broz | Update list of translated files.
|
commit | commitdiff | tree |
2009-11-16 |
Milan Broz | Simplify build system, use autopoint and clean gettext...
|
commit | commitdiff | tree |
2009-11-15 |
Milan Broz | Add temporary debug code to allow better debugging...
|
commit | commitdiff | tree |
2009-11-15 |
Milan Broz | Check in configure if selinux libraries are required...
|
commit | commitdiff | tree |
2009-11-14 |
Milan Broz | Fix status device call to fail if running as non-root.
|
commit | commitdiff | tree |
2009-11-14 |
Milan Broz | Add warning about keyboard setting and add copyright...
|
commit | commitdiff | tree |
2009-11-14 |
Milan Broz | Always print warning when device is not LUKS in crypt_load().
|
commit | commitdiff | tree |
2009-11-14 |
Milan Broz | Add CRYPT_ prefix to enum defined in libcryptsetup.h.
|
commit | commitdiff | tree |
2009-10-23 |
Milan Broz | Fix uninteded change in keysize.
|
commit | commitdiff | tree |
2009-10-23 |
Milan Broz | Allow initialisation without specifying device.
|
commit | commitdiff | tree |
2009-10-23 |
Milan Broz | Allow manipulate with device with only header on it...
|
commit | commitdiff | tree |
2009-10-23 |
Milan Broz | Rename internal locking helpers (avoids conflict when...
|
commit | commitdiff | tree |
2009-10-01 |
Milan Broz | Fix hyphen escape (Thanks to Jonas Meurer)
|
commit | commitdiff | tree |
2009-10-01 |
Milan Broz | Yet another libcryptsetup.sym fix (fix make distcheck).
|
commit | commitdiff | tree |
2009-10-01 |
Milan Broz | Version 1.1.0-rc2.
|
commit | commitdiff | tree |
2009-10-01 |
Milan Broz | Fix typo.
|
commit | commitdiff | tree |
2009-10-01 |
Milan Broz | Add some password and used algorithms notes to man...
|
commit | commitdiff | tree |
2009-10-01 |
Milan Broz | Move duplicated failed message to verbose level, add...
|
commit | commitdiff | tree |
2009-10-01 |
Milan Broz | Move dm backend initialisation to library calls.
|
commit | commitdiff | tree |
2009-09-30 |
Milan Broz | Properly apply versioned symbols in library and fix...
|
commit | commitdiff | tree |
2009-09-29 |
Milan Broz | Export header backup and restore functions.
|
commit | commitdiff | tree |
2009-09-29 |
Milan Broz | Version 1.1.0-rc1
|
commit | commitdiff | tree |
2009-09-29 |
Milan Broz | Fix typo in backup file option. (Thanks to Jonas Meurer)
|
commit | commitdiff | tree |
2009-09-28 |
Milan Broz | ... and previous reintroduce it as debug message.
|
commit | commitdiff | tree |
2009-09-28 |
Milan Broz | Remove error message in previous commit.
|
commit | commitdiff | tree |
2009-09-28 |
Milan Broz | Fail if piped input is broken.
|
commit | commitdiff | tree |
2009-09-28 |
Milan Broz | Add luksHeaderBackup and luksHeaderRestore commands...
|
commit | commitdiff | tree |
2009-09-20 |
Milan Broz | Replace locked device with error target after 1 sec...
|
commit | commitdiff | tree |
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 |
|