summaryrefslogtreecommitdiff
path: root/src/cryptsetup/cryptsetup-generator.c
Commit message (Expand)AuthorAgeFilesLines
* log: remove LOG_TARGET_SAFE pseudo log targetLennart Poettering2018-01-241-1/+2
* cryptsetup: small if check improvement (#7747)Lennart Poettering2017-12-271-6/+10
* cryptsetup-generator: Don't mistake NULL input as OOM (#7688)Jan Alexander Steffens2017-12-181-2/+2
* generator: add helper function for writing unit filesZbigniew Jędrzejewski-Szmek2017-12-151-16/+9
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-3/+8
* generators: be more careful when writing unit settings that support specifier...Lennart Poettering2017-11-291-7/+25
* cryptsetup-generator: add helper function and use hashmap_free_with_destructorZbigniew Jędrzejewski-Szmek2017-11-281-13/+7
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* units: replace remote-cryptsetup-pre.target with remote-fs-pre.targetZbigniew Jędrzejewski-Szmek2017-10-171-1/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* cryptsetup: make sure we invoke the cryptsetup tools with a shared keyringLennart Poettering2017-09-151-0/+1
* cryptsetup-generator: use remote-cryptsetup.target when _netdev is presentZbigniew Jędrzejewski-Szmek2017-09-051-13/+17
* 6647 - use path_startswith("/dev") in cryptsetup (#6732)ettavolt2017-09-041-2/+2
* cryptsetup-generator: do not bind to the decrypted device unit (#6538)Ivan Shapovalov2017-08-301-1/+0
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-14/+14
* cryptsetup-generator: add a helper utility to create symlinksZbigniew Jędrzejewski-Szmek2017-07-101-37/+14
* cryptsetup-generator: run cryptsetup service before swap unit (#5480)Mauricio Faria de Oliveira2017-02-281-2/+6
* cryptsetup: various coding style improvementsLennart Poettering2016-12-211-27/+29
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-19/+27
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-6/+6
* tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-7/+7
* tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek2016-10-221-2/+2
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-6/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* cryptsetup-generator: Properly check return codeJan Janssen2015-09-101-1/+1
* Use fflush_and_check() in more placesZbigniew Jędrzejewski-Szmek2015-05-161-3/+3
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-10/+10
* cryptsetup-generator: remove warning about crypttab access modeZbigniew Jędrzejewski-Szmek2015-03-141-7/+0
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* Support negated fstab optionsZbigniew Jędrzejewski-Szmek2015-01-111-2/+2
* cryptsetup-generator: remove duplicated functionZbigniew Jędrzejewski-Szmek2015-01-111-33/+5
* cryptsetup-generator: Add support for naming luks devices on kernel cmdlineJan Janssen2014-12-051-6/+26
* cryptsetup-generator: Add support for UUID-specific key files on kernel comma...Jan Janssen2014-12-051-3/+14
* cryptsetup-generator: Split main() into more functions and use hasmapsJan Janssen2014-12-051-186/+194
* treewide: another round of simplificationsMichal Schmidt2014-11-281-20/+10
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-7/+7
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-071-3/+4
* s/commandline/command line/gHarald Hoyer2014-11-061-2/+2
* cryptsetup: Fix timeout on dm device.Hugo Grostabussiat2014-10-241-1/+6