summaryrefslogtreecommitdiff
path: root/src/cryptsetup
AgeCommit message (Expand)AuthorFilesLines
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek1-3/+3
2014-07-26Always check asprintf return codeKarel Zak1-3/+8
2014-06-30cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek1-13/+12
2014-06-23cryptsetup: don't add unit dependency on /dev/null devices when it is listed ...Lennart Poettering1-8/+12
2014-06-19stop complaining about unknown kernel cmdline optionsLennart Poettering1-2/+1
2014-06-18cryptsetup: introduce new cryptsetup-pre.traget unit so that services can mak...Lennart Poettering1-1/+1
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-04-19cryptsetup: copy value, not key for (rd.)luks.keyMatthew Monaco1-1/+1
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-03-06generators: add Documentation= fields that point to the generator man pagesLennart Poettering1-1/+1
2014-03-06util: move more intellegince into parse_proc_cmdline()Lennart Poettering1-58/+17
2014-03-06cryptsetup: some fixesLennart Poettering1-33/+29
2014-02-17Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek1-132/+128
2014-02-08cryptsetup-generator: auto add deps for device as passwordDave Reisner1-5/+15
2014-01-26cryptsetup: Support key-slot optionChristian Seiler1-2/+11
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering1-9/+9
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-29set IgnoreOnIsolate=true for systemd-cryptsetup@.serviceAndrey Borzenkov1-0/+1
2013-09-23Fix obsolete references to systemd-random-seed-load.serviceEelco Dolstra1-1/+1
2013-09-13cryptsetup-generator: allow specifying options in /proc/cmdlineTom Gundersen1-4/+75
2013-09-13cryptsetup-generator: don't create tmp+swap unitsTom Gundersen1-3/+10
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-05-03cryptsetup: downgrade world-writable warning againLennart Poettering1-1/+5
2013-04-30cryptsetup: warn if keyfiles are world-readableLennart Poettering1-4/+14
2013-04-30cryptsetup: warn if /etc/crypttab is world-readableLennart Poettering1-5/+20
2013-04-24Standarize on one spelling of symlink error messageZbigniew Jędrzejewski-Szmek1-3/+3
2013-04-19crypt-setup-generator: correctly check return of strdupLukas Nykryn1-2/+2
2013-04-18cryptsetup: ask for password, if key file cannot be accessedHarald Hoyer1-0/+5
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-11/+11
2013-04-18cryptsetup-generator: add support for rd.luks.key=Harald Hoyer1-3/+19
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-04cryptsetup-generator: add JobTimeoutSec=0 for the decrypted crypt devicesHarald Hoyer1-0/+17
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering1-1/+1
2013-04-01cryptsetup: add RequiresMountsFor for keyfileThomas Weißschuh1-6/+11
2013-04-01cryptsetup: RequiresMountsFor if source is a fileThomas Weißschuh1-6/+16
2013-03-26cryptsetup: when prompting for password use GPT partition labelLennart Poettering1-25/+44
2013-03-25cryptsetup-generator: let's be a bit more efficient with strv_extend()Lennart Poettering1-21/+3
2013-03-25cryptsetup-generator: add a missing OOM checkLennart Poettering1-5/+4
2013-03-13cryptsetup-generator: use _cleanup_ where possibleHarald Hoyer1-144/+65
2013-03-01cryptsetup-generator: fix the kernel command line strategy for luks.uuidHarald Hoyer1-46/+99