Age | Commit message (Expand) | Author |
2017-01-15 | cryptsetup: fix unitialized variable | Zbigniew Jędrzejewski-Szmek |
2016-12-21 | cryptsetup: various coding style improvements | Lennart Poettering |
2016-12-20 | tree-wide: always invoke setmntent() with "re" mode | Lennart Poettering |
2016-12-07 | minor code beautifications | Lennart Poettering |
2016-11-03 | Merge pull request #4510 from keszybz/tree-wide-cleanups | Lennart Poettering |
2016-10-30 | Implement VeraCrypt volume handling in crypttab (#4501) | George Hilliard |
2016-10-22 | tree-wide: use startswith return value to avoid hardcoded offset | Zbigniew Jędrzejewski-Szmek |
2016-04-01 | cryptsetup: do not 'fail' if trying to detach a nonexistent device | Mantas Mikulėnas |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move mount related utility calls to mount-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-19 | strv: Add _cleanup_strv_free_erase_ and _cleanup_string_free_erase_ | Zbigniew Jędrzejewski-Szmek |
2015-10-19 | tree-wide: whenever we deal with passwords, erase them from memory after use | Lennart Poettering |
2015-10-07 | ask-password: add support for caching passwords in the kernel keyring | Lennart Poettering |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-06-09 | cryptsetup: craft a unique ID with the source device | Harald Hoyer |
2015-04-17 | cryptsetup: Implement offset and skip options | Martin Pitt |
2015-04-02 | cryptsetup: port from libudev to sd-device | Tom Gundersen |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-02-02 | cryptsetup: only warn on real key files | Martin Pitt |
2015-02-02 | cryptsetup: Do not warn If the key is /dev/*random | Cristian Rodríguez |
2015-01-11 | Support negated fstab options | Zbigniew Jędrzejewski-Szmek |
2015-01-08 | cryptsetup: support header= option | Andrey Chaser |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-24 | cryptsetup: default to no hash when keyfile is specified | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-26 | Always check asprintf return code | Karel Zak |
2014-06-13 | cryptsetup: check that password is not null | Thomas Hindoe Paaboel Andersen |
2014-04-24 | Fix keysize handling in cryptsetup (bits vs. bytes) | David Härdeman |
2014-04-24 | Add more password agent information | David Härdeman |
2014-03-24 | cryptsetup: minor typo fix | Lennart Poettering |
2014-03-13 | cryptsetup: call static variables parsed from command line arg_XYZ like in al... | Lennart Poettering |
2014-01-26 | cryptsetup: Support key-slot option | Christian Seiler |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-10-03 | Introduce _cleanup_endmntent_ | Zbigniew Jędrzejewski-Szmek |
2013-10-02 | cryptsetup: fix OOM handling when parsing mount options | Lennart Poettering |
2013-09-11 | cryptsetup: Retry indefinitely if tries=0 option has been set. | Thomas Bächler |
2013-08-14 | systemd-cryptsetup: makes “discard” a synonym for “allow-discards” | Ondrej Balaz |
2013-07-16 | cryptsetup: Add tcrypt support | Jan Janssen |
2013-07-16 | cryptsetup: Move attaching of the device out of main | Jan Janssen |
2013-07-16 | cryptsetup: Move password query out of main | Jan Janssen |
2013-04-30 | cryptsetup: warn if keyfiles are world-readable | Lennart Poettering |