summaryrefslogtreecommitdiff
path: root/src/cryptsetup
Commit message (Expand)AuthorAgeFilesLines
* minor code beautificationsLennart Poettering2016-12-071-1/+1
* Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-032-60/+57
|\
| * tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-6/+6
| * tree-wide: use startswith return value to avoid hardcoded offsetZbigniew Jędrzejewski-Szmek2016-10-221-54/+51
* | Implement VeraCrypt volume handling in crypttab (#4501)George Hilliard2016-10-301-0/+14
|/
* 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
* cryptsetup: do not 'fail' if trying to detach a nonexistent deviceMantas Mikulėnas2016-04-011-2/+6
* 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