summaryrefslogtreecommitdiff
path: root/src/home
Commit message (Expand)AuthorAgeFilesLines
* home: fix homed.conf install locationChristian Hesse2020-11-271-1/+1
* pam_systemd_home: export password as PAM_AUTHTOKChristoph Ruegge2020-11-241-0/+9
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-2/+4
* tree-wide: unsetenv cannot failZbigniew Jędrzejewski-Szmek2020-11-101-9/+3
* Merge pull request #17549 from yuwata/tiny-fixesLennart Poettering2020-11-091-1/+1
|\
| * home: fix copy-and-paste mistakeYu Watanabe2020-11-091-1/+1
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0959-59/+59
|/
* Merge pull request #17472 from keszybz/spdx-license-headersZbigniew Jędrzejewski-Szmek2020-10-291-0/+2
|\
| * tree-wide: use the usual SPDX header for our own filesZbigniew Jędrzejewski-Szmek2020-10-291-0/+2
* | journal,homectl: unify implementations of libqrencode loading and fss key pri...Zbigniew Jędrzejewski-Szmek2020-10-271-49/+2
|/
* macro: introduce POINTER_MAX as define for (void*) -1Lennart Poettering2020-10-221-2/+2
* homed: remove PAM_USER_UNKNOWN test in pam_sm_acct_mgmtChandradeep Dey2020-10-211-2/+0
* sd-bus: add custom return code when $XDG_RUNTIME_DIR is not setZbigniew Jędrzejewski-Szmek2020-10-141-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-093-6/+13
* homed: explicitly deactivate all home directories on shutdownLennart Poettering2020-09-304-17/+125
* mount-util: rework umount_verbose() to take log level and flags argLennart Poettering2020-09-234-7/+7
* mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-233-5/+6
* homed: in images that lack mkfs.btrfs automatically fall back to ext4Lennart Poettering2020-09-211-0/+17
* homed: show actual file system in messages about file systemsLennart Poettering2020-09-211-3/+4
* user-record: don't refuse login when last pw change time is in the futureLennart Poettering2020-09-212-1/+6
* homed: ignore ratelimiting counters when timestamp is from futureLennart Poettering2020-09-211-4/+6
* homed: don't block logins into accounts with future change timeLennart Poettering2020-09-211-2/+2
* homed: make clean that --storage=directory --image-path=/dev/some-block-devic...Lennart Poettering2020-09-181-3/+10
* homed: make sure our worker processes finish before we exitLennart Poettering2020-09-183-0/+20
* homed: make it easier to run multiple instances of homedLennart Poettering2020-09-186-30/+107
* homed-bus: add missing spdx headerLennart Poettering2020-09-181-0/+2
* Merge pull request #16981 from keszybz/use-crypt_raLennart Poettering2020-09-188-80/+16
|\
| * Move test_password_{one,many} to libcrypt-util.cZbigniew Jędrzejewski-Szmek2020-09-153-36/+1
| * Add a helper function that does make_salt+crypt_rZbigniew Jędrzejewski-Szmek2020-09-155-44/+15
* | home: return SYNTHETIC_ERRNO() when appropriateFrantisek Sumsal2020-09-142-2/+4
* | tree-wide: fix typos found by codespellFrantisek Sumsal2020-09-141-1/+1
* | homed: downgrade log levelYu Watanabe2020-09-101-1/+1
* | tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-084-20/+10
|/
* Merge pull request #16915 from poettering/cryptsetup-dlopenLennart Poettering2020-09-031-1/+1
|\
| * shared: rename crypt-util.c → cryptsetup-util.cLennart Poettering2020-09-021-1/+1
* | homed: remember the secret even when the for_state is FIXATING_FOR_ACQUIREGibeom Gwon2020-09-021-1/+1
|/
* homed: fix log message to honor real homework pathFlorian Klink2020-08-301-1/+1
* homed: report a home directory as "dirty" if image file has dirty flagLennart Poettering2020-08-255-2/+42
* homed: mark LUKS loopback file as "dirty" via xattr when in useLennart Poettering2020-08-254-9/+77
* homectl: teach homectl to generate recovery keysLennart Poettering2020-08-254-23/+330
* homed: support recovery keysLennart Poettering2020-08-254-13/+80
* home: add helper to process/normalize modhex64 recovery keysLennart Poettering2020-08-256-1/+201
* Merge pull request #16676 from poettering/repart-mkfsZbigniew Jędrzejewski-Szmek2020-08-251-66/+2
|\
| * shared: introduce mkfs-util.c/.hLennart Poettering2020-08-241-66/+2
* | various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWNZbigniew Jędrzejewski-Szmek2020-08-241-2/+2
|/
* homed: default to "btrfs" as fs type in the LUKS backendLennart Poettering2020-08-192-2/+2
* Merge pull request #16771 from poettering/dyn-pwqLennart Poettering2020-08-197-202/+106
|\
| * home: make libpwquality dep a runtime dlopen() oneLennart Poettering2020-08-197-202/+106
* | homework: downgrade chattr failure log messageLennart Poettering2020-08-181-1/+2
* | homework: explicitly close cryptsetup context, to not keep loopback device busyLennart Poettering2020-08-181-0/+3