summaryrefslogtreecommitdiff
path: root/src/cryptsetup
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-102-4/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[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-272-0/+2
* 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-242-4/+6
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-5/+6
* strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_Zbigniew Jędrzejewski-Szmek2015-10-191-25/+15
* tree-wide: whenever we deal with passwords, erase them from memory after useLennart Poettering2015-10-191-28/+43
* ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-9/+5
* cryptsetup-generator: Properly check return codeJan Janssen2015-09-101-1/+1
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: introduce mfree()David Herrmann2015-07-311-2/+1
* cryptsetup: craft a unique ID with the source deviceHarald Hoyer2015-06-091-32/+58
* 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: Implement offset and skip optionsMartin Pitt2015-04-171-3/+28
* cryptsetup: port from libudev to sd-deviceTom Gundersen2015-04-021-12/+8
* cryptsetup-generator: remove warning about crypttab access modeZbigniew Jędrzejewski-Szmek2015-03-141-7/+0
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-232-4/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-032-3/+3
* cryptsetup: only warn on real key filesMartin Pitt2015-02-021-4/+2
* cryptsetup: Do not warn If the key is /dev/*randomCristian Rodríguez2015-02-021-2/+4
* Support negated fstab optionsZbigniew Jędrzejewski-Szmek2015-01-112-3/+3
* cryptsetup-generator: remove duplicated functionZbigniew Jędrzejewski-Szmek2015-01-111-33/+5
* cryptsetup: support header= optionAndrey Chaser2015-01-081-3/+41
* 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-282-16/+8
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-282-11/+11
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-282-11/+11
* cryptsetup: default to no hash when keyfile is specifiedZbigniew Jędrzejewski-Szmek2014-11-241-1/+3
* 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
* cryptsetup: fix an OOM checkLennart Poettering2014-10-231-1/+1
* readahead: wipe out readaheadDaniel Buch2014-09-251-1/+1
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-3/+3
* Always check asprintf return codeKarel Zak2014-07-261-3/+8
* cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek2014-06-301-13/+12
* cryptsetup: don't add unit dependency on /dev/null devices when it is listed ...Lennart Poettering2014-06-231-8/+12
* stop complaining about unknown kernel cmdline optionsLennart Poettering2014-06-191-2/+1
* cryptsetup: introduce new cryptsetup-pre.traget unit so that services can mak...Lennart Poettering2014-06-181-1/+1
* cryptsetup: check that password is not nullThomas Hindoe Paaboel Andersen2014-06-131-1/+1