chiark / gitweb /
cryptsetup: minor typo fix
[elogind.git] / src / cryptsetup / cryptsetup.c
2014-03-24 Lennart Poetteringcryptsetup: minor typo fix
2014-03-12 Lennart Poetteringcryptsetup: call static variables parsed from command...
2014-01-26 Christian Seilercryptsetup: Support key-slot option
2013-10-13 Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-04 Zbigniew Jędrzejew... Introduce _cleanup_endmntent_
2013-10-02 Lennart Poetteringcryptsetup: fix OOM handling when parsing mount options
2013-09-11 Thomas Bächlercryptsetup: Retry indefinitely if tries=0 option has...
2013-08-15 Ondrej Balazsystemd-cryptsetup: makes “discard” a synonym for ...
2013-07-15 Jan Janssencryptsetup: Add tcrypt support
2013-07-15 Jan Janssencryptsetup: Move attaching of the device out of main
2013-07-15 Jan Janssencryptsetup: Move password query out of main
2013-04-30 Lennart Poetteringcryptsetup: warn if keyfiles are world-readable
2013-04-18 Harald Hoyercryptsetup: ask for password, if key file cannot be...
2013-04-18 Harald Hoyercryptsetup: set the timeout to 0 by default
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-03 Lennart Poetteringutil: rename parse_usec() to parse_sec() sinds the...
2013-03-26 Lennart Poetteringcryptsetup: when prompting for password use GPT partiti...
2013-01-31 Michal Schmidtcryptsetup: accept both "read-only" and "readonly"...
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-21 Tom Gundersencryptsetup: fix nofail support
2012-11-06 Dave Reisnercryptsetup: fix inverted comparison in pass_volume_key
2012-11-06 Dave Reisnercryptsetup: hash=plain means don't use a hash
2012-08-03 Tom Gundersencryptsetup: add keyfile-size= support
2012-07-26 Shawn Landdenlog.h: new log_oom() -> int -ENOMEM, use it
2012-07-25 Shawn Landdenuse "Out of memory." consistantly (or with "\n")
2012-07-09 Tom Gundersencryptsetup: add keyfile-offset= support
2012-05-21 Matthew Monacocryptsetup: support discards (TRIM)
2012-05-08 Kay Sieversutil: split-out path-util.[ch]
2012-04-22 Lennart Poetteringmount: don't fail if fstab doesn't exist
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-03 Kay Sieversimport udev repository
2012-01-03 Lennart Poetteringcryptsetup: split off cryptsetup into its own subdir