Systemd/src/home
Lennart Poettering caf6bd166f homed: default to "btrfs" as fs type in the LUKS backend
Apparently both Fedora and suse default to btrfs now, it should hence be
good enough for us too.

This enables a bunch of really nice things for us, most importanly we
can resize home directories freely (i.e. both grow *and* shrink) while
online. It also allows us to add nice subvolume based home directory
snapshotting later on.

Also, whenever we mention the three supported types, alaways mention
them in alphabetical order, which is also our new order of preference.
2020-08-19 15:46:07 +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.c homed: default to "btrfs" as fs type in the LUKS backend 2020-08-19 15:46:07 +02:00
homed-bus.c
homed-bus.h
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: fix parameter names on D-Bus methods 2020-05-12 11:06:46 +02:00
homed-home-bus.h shared: split out BusObjectImplementor APIs 2020-06-30 15:08:35 +02:00
homed-home.c home: make libpwquality dep a runtime dlopen() one 2020-08-19 10:03:24 +02:00
homed-home.h tree-wide: s/home/home area/g 2020-02-26 11:11:57 +01: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
homed-varlink.c
homed-varlink.h
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 homework: downgrade chattr failure log message 2020-08-18 12:41:31 +02:00
homework-luks.h homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +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
homework-quota.c
homework-quota.h
homework.c homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
homework.h homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00
meson.build home: make libpwquality dep a runtime dlopen() one 2020-08-19 10:03:24 +02:00
org.freedesktop.home1.conf
org.freedesktop.home1.policy homed: fix typo 2020-02-29 16:06:45 +01:00
org.freedesktop.home1.service
pam_systemd_home.c Merge pull request #15442 from poettering/fido2 2020-07-03 17:27:15 +02:00
pam_systemd_home.sym home: add pam_systemd_home.so PAM hookup 2020-01-28 22:36:41 +01: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
user-record-sign.h
user-record-util.c core,home,machined: generate description fields for all groups we synthesize 2020-08-07 08:39:52 +02:00
user-record-util.h homed: add support for authenticating with fido2 hmac-secret tokens 2020-07-01 11:17:28 +02:00