summaryrefslogtreecommitdiff
path: root/src/home
Commit message (Expand)AuthorAgeFilesLines
* busctl/homectl: port the obvious cases to table_print_with_pager()Lennart Poettering2021-01-211-6/+2
* varlink: make 'userdata' pointer inheritance from varlink server to connectio...Lennart Poettering2021-01-211-1/+1
* homed: fix build without p11kitFlorian Westphal2021-01-191-1/+15
* meson: slightly disentangle code dependenciesYu Watanabe2021-01-191-0/+2
* homed: use ordered_set_ensure_putSusant Sahani2021-01-151-5/+1
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* json: port various tools to the new JSON_FORMAT_OFF flagLennart Poettering2021-01-091-29/+12
* homed: split out HMAC-HASH fido2 decode code into src/shared/Lennart Poettering2020-12-171-180/+20
* homed: move fido2 setup code to src/shared/Lennart Poettering2020-12-171-245/+31
* homed: move fido2 device enumeration logic to shared codeLennart Poettering2020-12-173-141/+3
* homed: turn libfido2 into a dlopen() type dependencyLennart Poettering2020-12-172-103/+121
* homed: move code to list and resolve "auto" pkcs#11 URL into common codeLennart Poettering2020-12-172-142/+2
* homed: split out code that determines suitable LUKS passphrase size from RSA keyLennart Poettering2020-12-171-18/+4
* homed: move pkcs11 LUKS glue into shared codeLennart Poettering2020-12-171-83/+1
* homed: move helper calls for RSA encryption to shared codeLennart Poettering2020-12-171-40/+2
* homed: move homectl's recovery key generation/modhex code to src/shared/Lennart Poettering2020-12-177-193/+4
* tree-wide: fix typoYu Watanabe2020-12-141-1/+1
* 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
|/