Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Move test_password_{one,many} to libcrypt-util.c | Zbigniew Jędrzejewski-Szmek | 2020-09-15 | 1 | -3/+0 |
| | | | | | They are only used under src/home/, but I want to add tests in test-libcrypt-util.c. And the functions are almost trivial, so I think it is OK to move them to shared. | ||||
* | tree-wide: s/time-out/timeout/g | Zbigniew Jędrzejewski-Szmek | 2020-05-26 | 1 | -1/+1 |
| | | | | See 3f9a0a522f2029e9295ea5e9984259022be88413 for justification. | ||||
* | homed: move supported_fstype() to home-util.c | Lennart Poettering | 2020-05-07 | 1 | -0/+2 |
| | | | | | That way we can use it from other modules too. Just some shifting around, no change in behaviour. | ||||
* | home: add new systemd-homed service that can manage LUKS homes | Lennart Poettering | 2020-01-28 | 1 | -0/+24 |
Fixes more or less: https://bugs.freedesktop.org/show_bug.cgi?id=67474 |