summaryrefslogtreecommitdiff
path: root/src/cryptsetup
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering1-9/+5
2015-09-10cryptsetup-generator: Properly check return codeJan Janssen1-1/+1
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering1-2/+1
2015-07-31tree-wide: introduce mfree()David Herrmann1-2/+1
2015-06-09cryptsetup: craft a unique ID with the source deviceHarald Hoyer1-32/+58
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-04-17cryptsetup: Implement offset and skip optionsMartin Pitt1-3/+28
2015-04-02cryptsetup: port from libudev to sd-deviceTom Gundersen1-12/+8
2015-03-14cryptsetup-generator: remove warning about crypttab access modeZbigniew Jędrzejewski-Szmek1-7/+0
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen2-4/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering2-3/+3
2015-02-02cryptsetup: only warn on real key filesMartin Pitt1-4/+2
2015-02-02cryptsetup: Do not warn If the key is /dev/*randomCristian Rodríguez1-2/+4
2015-01-11Support negated fstab optionsZbigniew Jędrzejewski-Szmek2-3/+3
2015-01-11cryptsetup-generator: remove duplicated functionZbigniew Jędrzejewski-Szmek1-33/+5
2015-01-08cryptsetup: support header= optionAndrey Chaser1-3/+41
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 Schmidt2-16/+8
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt2-11/+11
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2-11/+11
2014-11-24cryptsetup: default to no hash when keyfile is specifiedZbigniew Jędrzejewski-Szmek1-1/+3
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-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