summaryrefslogtreecommitdiff
path: root/src/cryptsetup/cryptsetup-generator.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-10cryptsetup-generator: Properly check return codeJan Janssen1-1/+1
2015-05-16Use fflush_and_check() in more placesZbigniew Jędrzejewski-Szmek1-3/+3
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-10/+10
2015-03-14cryptsetup-generator: remove warning about crypttab access modeZbigniew Jędrzejewski-Szmek1-7/+0
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-3/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-11Support negated fstab optionsZbigniew Jędrzejewski-Szmek1-2/+2
2015-01-11cryptsetup-generator: remove duplicated functionZbigniew Jędrzejewski-Szmek1-33/+5
2014-12-05cryptsetup-generator: Add support for naming luks devices on kernel cmdlineJan Janssen1-6/+26
2014-12-05cryptsetup-generator: Add support for UUID-specific key files on kernel comma...Jan Janssen1-3/+14
2014-12-05cryptsetup-generator: Split main() into more functions and use hasmapsJan Janssen1-186/+194
2014-11-28treewide: another round of simplificationsMichal Schmidt1-20/+10
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-7/+7
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-2/+2
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering1-3/+4
2014-11-06s/commandline/command line/gHarald Hoyer1-2/+2
2014-10-24cryptsetup: Fix timeout on dm device.Hugo Grostabussiat1-1/+6
2014-10-23cryptsetup: fix an OOM checkLennart Poettering1-1/+1
2014-09-25readahead: wipe out readaheadDaniel Buch1-1/+1
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-04-19cryptsetup: copy value, not key for (rd.)luks.keyMatthew Monaco1-1/+1
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
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering1-9/+9
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-05-03cryptsetup: downgrade world-writable warning againLennart Poettering1-1/+5
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-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-04cryptsetup-generator: add JobTimeoutSec=0 for the decrypted crypt devicesHarald Hoyer1-0/+17
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-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
2013-02-14added some missing include for a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7Harald Hoyer1-0/+1