Systemd/src/home
Lennart Poettering 1e2f32305c shared: rename crypt-util.c → cryptsetup-util.c
"crypt-util.c" is such a generic name, let's avoid that, in particular
as libc's/libcrypt's crypt() function is so generically named too that
one might thing this is about that. Let's hence be more precise, and
make clear that this is about cryptsetup, and nothing else.

We already had cryptsetup-util.[ch] in src/cryptsetup/ doing keyfile
management. To avoid the needless confusion, let's rename that file to
cryptsetup-keyfile.[ch].
2020-09-02 15:00:32 +02:00
..
home-util.c homed: move supported_fstype() to home-util.c 2020-05-07 23:33:04 +02:00
home-util.h tree-wide: s/time-out/timeout/g 2020-05-26 10:28:59 +02:00
homectl-fido2.c homectl: add acquired fido2 PIN to user record 2020-07-01 11:20:26 +02:00
homectl-fido2.h homectl: add support for enrolling FIDO2 HMAC-SECRET tokens 2020-07-01 11:17:28 +02:00
homectl-pkcs11.c homectl: fix warning about unused function 2020-07-21 17:42:16 +02:00
homectl-pkcs11.h homectl: add --pkcs11-uri=auto and --pkcs-11-uri=list support 2020-07-01 11:20:26 +02:00
homectl-recovery-key.c homectl: teach homectl to generate recovery keys 2020-08-25 18:14:55 +02:00
homectl-recovery-key.h homectl: teach homectl to generate recovery keys 2020-08-25 18:14:55 +02:00
homectl.c homectl: teach homectl to generate recovery keys 2020-08-25 18:14:55 +02:00
homed-bus.c home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
homed-bus.h home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
homed-conf.c conf-parser: return mtime in config_parse() and friends 2020-06-02 19:32:20 +02:00
homed-conf.h homed: make default storage/file system type configurable in homed.conf 2020-05-07 23:33:09 +02:00
homed-gperf.gperf homed: make default storage/file system type configurable in homed.conf 2020-05-07 23:33:09 +02:00
homed-home-bus.c homed: report a home directory as "dirty" if image file has dirty flag 2020-08-25 18:18:56 +02:00
homed-home-bus.h shared: split out BusObjectImplementor APIs 2020-06-30 15:08:35 +02:00
homed-home.c homed: fix log message to honor real homework path 2020-08-30 17:04:01 +02:00
homed-home.h homed: report a home directory as "dirty" if image file has dirty flag 2020-08-25 18:18:56 +02:00
homed-manager-bus.c homed: fix parameter names on D-Bus methods 2020-05-12 11:06:46 +02:00
homed-manager-bus.h homed: convert to the new scheme and add --bus-introspect 2020-05-06 09:13:42 +02:00
homed-manager.c homed: downgrade quota message in containers 2020-08-18 12:40:57 +02:00
homed-manager.h homed: make default storage/file system type configurable in homed.conf 2020-05-07 23:33:09 +02:00
homed-operation.c home: fix several typos 2020-03-31 15:16:36 +02:00
homed-operation.h home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
homed-varlink.c home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
homed-varlink.h home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
homed.c various daemons: emit Stopping... notification before destructing the manager object 2020-07-02 17:12:23 +02:00
homed.conf homed: default to "btrfs" as fs type in the LUKS backend 2020-08-19 15:46:07 +02:00
homework-cifs.c homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework-cifs.h homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework-directory.c homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework-directory.h homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework-fido2.c homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework-fido2.h homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework-fscrypt.c homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework-fscrypt.h homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework-luks.c homed: mark LUKS loopback file as "dirty" via xattr when in use 2020-08-25 18:18:46 +02:00
homework-luks.h shared: rename crypt-util.c → cryptsetup-util.c 2020-09-02 15:00:32 +02:00
homework-mount.c home: respect user record mount flags 2020-05-24 22:48:50 +02:00
homework-mount.h home: respect user record mount flags 2020-05-24 22:48:50 +02:00
homework-pkcs11.c user-record: rename JSON field "pkcs11Pin" to "tokenPin" 2020-07-01 11:17:28 +02:00
homework-pkcs11.h home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
homework-quota.c home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
homework-quota.h home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
homework.c homed: mark LUKS loopback file as "dirty" via xattr when in use 2020-08-25 18:18:46 +02:00
homework.h homed: mark LUKS loopback file as "dirty" via xattr when in use 2020-08-25 18:18:46 +02:00
meson.build homectl: teach homectl to generate recovery keys 2020-08-25 18:14:55 +02:00
modhex.c home: add helper to process/normalize modhex64 recovery keys 2020-08-25 18:14:55 +02:00
modhex.h home: add helper to process/normalize modhex64 recovery keys 2020-08-25 18:14:55 +02:00
org.freedesktop.home1.conf home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
org.freedesktop.home1.policy homed: fix typo 2020-02-29 16:06:45 +01:00
org.freedesktop.home1.service home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
pam_systemd_home.c various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWN 2020-08-24 19:48:26 +02:00
pam_systemd_home.sym home: add pam_systemd_home.so PAM hookup 2020-01-28 22:36:41 +01:00
test-modhex.c home: add helper to process/normalize modhex64 recovery keys 2020-08-25 18:14:55 +02:00
user-record-pwquality.c home: make libpwquality dep a runtime dlopen() one 2020-08-19 10:03:24 +02:00
user-record-pwquality.h home: make libpwquality dep a runtime dlopen() one 2020-08-19 10:03:24 +02:00
user-record-sign.c home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
user-record-sign.h home: add new systemd-homed service that can manage LUKS homes 2020-01-28 22:36:07 +01:00
user-record-util.c homed: report a home directory as "dirty" if image file has dirty flag 2020-08-25 18:18:56 +02:00
user-record-util.h homed: report a home directory as "dirty" if image file has dirty flag 2020-08-25 18:18:56 +02:00