summaryrefslogtreecommitdiff
path: root/src/cryptsetup
Commit message (Expand)AuthorAgeFilesLines
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-3/+3
* Always check asprintf return codeKarel Zak2014-07-261-3/+8
* cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek2014-06-301-13/+12
* cryptsetup: don't add unit dependency on /dev/null devices when it is listed ...Lennart Poettering2014-06-231-8/+12
* stop complaining about unknown kernel cmdline optionsLennart Poettering2014-06-191-2/+1
* cryptsetup: introduce new cryptsetup-pre.traget unit so that services can mak...Lennart Poettering2014-06-181-1/+1
* cryptsetup: check that password is not nullThomas Hindoe Paaboel Andersen2014-06-131-1/+1
* Fix keysize handling in cryptsetup (bits vs. bytes)David Härdeman2014-04-241-2/+9
* Add more password agent informationDavid Härdeman2014-04-241-2/+12
* cryptsetup: copy value, not key for (rd.)luks.keyMatthew Monaco2014-04-191-1/+1
* cryptsetup: minor typo fixLennart Poettering2014-03-241-1/+1
* cryptsetup: call static variables parsed from command line arg_XYZ like in al...Lennart Poettering2014-03-131-82/+79
* generators: add Documentation= fields that point to the generator man pagesLennart Poettering2014-03-061-1/+1
* util: move more intellegince into parse_proc_cmdline()Lennart Poettering2014-03-061-58/+17
* cryptsetup: some fixesLennart Poettering2014-03-061-33/+29
* Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek2014-02-171-132/+128
* cryptsetup-generator: auto add deps for device as passwordDave Reisner2014-02-081-5/+15
* cryptsetup: Support key-slot optionChristian Seiler2014-01-261-2/+11
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-061-9/+9
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-18/+9
* Introduce _cleanup_endmntent_Zbigniew Jędrzejewski-Szmek2013-10-031-13/+6
* cryptsetup: fix OOM handling when parsing mount optionsLennart Poettering2013-10-021-5/+6
* set IgnoreOnIsolate=true for systemd-cryptsetup@.serviceAndrey Borzenkov2013-09-291-0/+1
* Fix obsolete references to systemd-random-seed-load.serviceEelco Dolstra2013-09-231-1/+1
* cryptsetup-generator: allow specifying options in /proc/cmdlineTom Gundersen2013-09-131-4/+75
* cryptsetup-generator: don't create tmp+swap unitsTom Gundersen2013-09-131-3/+10
* cryptsetup: Retry indefinitely if tries=0 option has been set.Thomas Bächler2013-09-111-4/+3
* systemd-cryptsetup: makes “discard” a synonym for “allow-discards”Ondrej Balaz2013-08-141-1/+1
* cryptsetup: Add tcrypt supportJan Janssen2013-07-161-4/+75
* cryptsetup: Move attaching of the device out of mainJan Janssen2013-07-161-108/+114
* cryptsetup: Move password query out of mainJan Janssen2013-07-161-81/+72
* cryptsetup: downgrade world-writable warning againLennart Poettering2013-05-031-1/+5
* cryptsetup: warn if keyfiles are world-readableLennart Poettering2013-04-301-4/+14
* cryptsetup: warn if /etc/crypttab is world-readableLennart Poettering2013-04-301-5/+20
* Standarize on one spelling of symlink error messageZbigniew Jędrzejewski-Szmek2013-04-241-3/+3
* crypt-setup-generator: correctly check return of strdupLukas Nykryn2013-04-191-2/+2
* cryptsetup: ask for password, if key file cannot be accessedHarald Hoyer2013-04-181-0/+5
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-11/+11
* cryptsetup-generator: add support for rd.luks.key=Harald Hoyer2013-04-181-3/+19
* cryptsetup: set the timeout to 0 by defaultHarald Hoyer2013-04-181-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-4/+1
* cryptsetup-generator: add JobTimeoutSec=0 for the decrypted crypt devicesHarald Hoyer2013-04-041-0/+17
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-1/+1
* cryptsetup: add RequiresMountsFor for keyfileThomas Weißschuh2013-04-011-6/+11
* cryptsetup: RequiresMountsFor if source is a fileThomas Weißschuh2013-04-011-6/+16
* cryptsetup: when prompting for password use GPT partition labelLennart Poettering2013-03-261-25/+44
* cryptsetup-generator: let's be a bit more efficient with strv_extend()Lennart Poettering2013-03-251-21/+3
* cryptsetup-generator: add a missing OOM checkLennart Poettering2013-03-251-5/+4
* cryptsetup-generator: use _cleanup_ where possibleHarald Hoyer2013-03-131-144/+65
* cryptsetup-generator: fix the kernel command line strategy for luks.uuidHarald Hoyer2013-03-011-46/+99