summaryrefslogtreecommitdiff
path: root/src/home/home-util.h
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* Move test_password_{one,many} to libcrypt-util.cZbigniew Jędrzejewski-Szmek2020-09-151-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/gZbigniew Jędrzejewski-Szmek2020-05-261-1/+1
| | | | See 3f9a0a522f2029e9295ea5e9984259022be88413 for justification.
* homed: move supported_fstype() to home-util.cLennart Poettering2020-05-071-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 homesLennart Poettering2020-01-281-0/+24
Fixes more or less: https://bugs.freedesktop.org/show_bug.cgi?id=67474