summaryrefslogtreecommitdiff
path: root/src/cryptsetup-generator.c
AgeCommit message (Collapse)Author
2012-01-03cryptsetup: split off cryptsetup into its own subdirLennart Poettering
2011-11-01cryptsetup-generator: avoid ordering cycle on swapTom Gundersen
Devices with random keys (swap), should not be ordered before local-fs.target, as this creates a cycle with systemd-load-random-seed.service (and also it does not make sense, a swap device is not a local-fs).
2011-08-24cryptsetup-generator: block boot when querying passphrase.Frederic Crozat
Ensure we wait for passphrase before starting tty1 or graphical display. Needed when not using plymouth.
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering
in all binaries, in order to make sure it is set when started from the terminal
2011-06-06cryptsetup-generator: fix /etc/cryptsetup optionsMichal Schmidt
cryptsetup-generator parses the options in /etc/cryptsetup incorrectly. It fails to find the 'swap' option in swap,foo and instead it matches on swaplalala,foo The condition for the comma separator is reversed. https://bugzilla.redhat.com/show_bug.cgi?id=710839
2011-04-20mount,crypto: rework meaning of noauto/nofailLennart Poettering
2011-04-16cryptsetup: do not order crypto DM devices against the cryptsetup serviceLennart Poettering
2011-04-16cryptsetup: simplificationsLennart Poettering
2011-04-16crypto: let the cryptsetup binary handles its own configurable timeoutsLennart Poettering
2011-04-16cryptsetup: add trailing \nLennart Poettering
2011-03-15getty: move automatic serial getty logic into generatorLennart Poettering
2011-02-14cryptsetup: fix unit file descriptionLennart Poettering
2011-01-04cryptsetup: call mkswap on dm device, not on source deviceLennart Poettering
2010-11-18cryptsetup: automatically order crypt partitions before cryptsetup.targetLennart Poettering
2010-11-15units: get rid of no_requires unit flag, and make crypto disks require ↵Lennart Poettering
cryptsetup service
2010-11-15cryptsetup: bind cryptsetup service to both source and destination deviceLennart Poettering
2010-11-14cryptsetup: support non-LUKS crypto partitionsLennart Poettering
2010-11-12cryptsetup: automatically start cryptsetup when looking for mount sourceLennart Poettering
2010-11-12cryptsetup: hook up tool with ask-passwordLennart Poettering
2010-11-10cryptsetup: minimal cryptsetup unit generatorLennart Poettering