summaryrefslogtreecommitdiff
path: root/src/cryptsetup
Commit message (Expand)AuthorAgeFilesLines
* 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
* added some missing include for a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7Harald Hoyer2013-02-141-0/+1
* cryptsetup: accept both "read-only" and "readonly" spellingsMichal Schmidt2013-01-311-1/+1
* cryptsetup-generator: state file name in error messagesMichal Schmidt2012-11-231-2/+2
* cryptsetup-generator: use log_oom() everywhereMichal Schmidt2012-11-231-13/+9
* cryptsetup: fix nofail supportTom Gundersen2012-11-211-1/+1
* cryptsetup: fix inverted comparison in pass_volume_keyDave Reisner2012-11-061-1/+2
* cryptsetup: hash=plain means don't use a hashDave Reisner2012-11-061-2/+7
* fix a couple of issues found with llvm-analyzeLennart Poettering2012-08-081-2/+2
* cryptsetup: add keyfile-size= supportTom Gundersen2012-08-031-7/+15
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-262-9/+7
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-252-6/+6
* unit: rename BindTo= to BindsTo=Lennart Poettering2012-07-131-1/+1
* util: rename join() to strjoin()Lennart Poettering2012-07-131-5/+5
* cryptsetup: add keyfile-offset= supportTom Gundersen2012-07-091-1/+10
* man: add reference to crypttab(5) from cryptsetup unitsLennart Poettering2012-06-271-1/+1
* man: document systemd-cryptsetupLennart Poettering2012-06-271-0/+1
* cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering2012-06-251-1/+1
* units: rename cryptsetup@.service to systemd-cryptsetup@.serviceLennart Poettering2012-06-251-1/+1
* cryptsetup: allow configuration of LUKS disks via the kernel cmdlineLennart Poettering2012-06-221-2/+149
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-3/+3
* manager: rework generator logicLennart Poettering2012-05-231-2/+2
* units: remove service sysv_path variable and replace it by generic unit_pathLennart Poettering2012-05-221-4/+3
* log: make sure generators never log into the journal to avoid activation dead...Lennart Poettering2012-05-221-1/+1
* mount: replace PID1 internal fstab parser with generatorLennart Poettering2012-05-221-0/+1