summaryrefslogtreecommitdiff
path: root/src/cryptsetup/cryptsetup.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering1-9/+5
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering1-2/+1
2015-07-31tree-wide: introduce mfree()David Herrmann1-2/+1
2015-06-09cryptsetup: craft a unique ID with the source deviceHarald Hoyer1-32/+58
2015-04-17cryptsetup: Implement offset and skip optionsMartin Pitt1-3/+28
2015-04-02cryptsetup: port from libudev to sd-deviceTom Gundersen1-12/+8
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-2/+2
2015-02-02cryptsetup: only warn on real key filesMartin Pitt1-4/+2
2015-02-02cryptsetup: Do not warn If the key is /dev/*randomCristian Rodríguez1-2/+4
2015-01-11Support negated fstab optionsZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-08cryptsetup: support header= optionAndrey Chaser1-3/+41
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-12/+6
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-9/+9
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-9/+9
2014-11-24cryptsetup: default to no hash when keyfile is specifiedZbigniew Jędrzejewski-Szmek1-1/+3
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek1-3/+3
2014-07-26Always check asprintf return codeKarel Zak1-3/+8
2014-06-13cryptsetup: check that password is not nullThomas Hindoe Paaboel Andersen1-1/+1
2014-04-24Fix keysize handling in cryptsetup (bits vs. bytes)David Härdeman1-2/+9
2014-04-24Add more password agent informationDavid Härdeman1-2/+12
2014-03-24cryptsetup: minor typo fixLennart Poettering1-1/+1
2014-03-13cryptsetup: call static variables parsed from command line arg_XYZ like in al...Lennart Poettering1-82/+79
2014-01-26cryptsetup: Support key-slot optionChristian Seiler1-2/+11
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek1-18/+9
2013-10-03Introduce _cleanup_endmntent_Zbigniew Jędrzejewski-Szmek1-13/+6
2013-10-02cryptsetup: fix OOM handling when parsing mount optionsLennart Poettering1-5/+6
2013-09-11cryptsetup: Retry indefinitely if tries=0 option has been set.Thomas Bächler1-4/+3
2013-08-14systemd-cryptsetup: makes “discard” a synonym for “allow-discards”Ondrej Balaz1-1/+1
2013-07-16cryptsetup: Add tcrypt supportJan Janssen1-4/+75
2013-07-16cryptsetup: Move attaching of the device out of mainJan Janssen1-108/+114
2013-07-16cryptsetup: Move password query out of mainJan Janssen1-81/+72
2013-04-30cryptsetup: warn if keyfiles are world-readableLennart Poettering1-4/+14
2013-04-18cryptsetup: ask for password, if key file cannot be accessedHarald Hoyer1-0/+5
2013-04-18cryptsetup: set the timeout to 0 by defaultHarald Hoyer1-1/+1
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-4/+1
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering1-1/+1
2013-03-26cryptsetup: when prompting for password use GPT partition labelLennart Poettering1-25/+44
2013-01-31cryptsetup: accept both "read-only" and "readonly" spellingsMichal Schmidt1-1/+1
2012-11-21cryptsetup: fix nofail supportTom Gundersen1-1/+1
2012-11-06cryptsetup: fix inverted comparison in pass_volume_keyDave Reisner1-1/+2
2012-11-06cryptsetup: hash=plain means don't use a hashDave Reisner1-2/+7
2012-08-03cryptsetup: add keyfile-size= supportTom Gundersen1-7/+15
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-4/+4
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-3/+3
2012-07-09cryptsetup: add keyfile-offset= supportTom Gundersen1-1/+10
2012-05-21cryptsetup: support discards (TRIM)Matthew Monaco1-0/+6
2012-05-08util: split-out path-util.[ch]Kay Sievers1-0/+1
2012-04-22mount: don't fail if fstab doesn't existLennart Poettering1-1/+2
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4