summaryrefslogtreecommitdiff
path: root/src/home/homectl.c
Commit message (Expand)AuthorAgeFilesLines
* json: port various tools to the new JSON_FORMAT_OFF flagLennart Poettering2021-01-091-29/+12
* homed: move fido2 device enumeration logic to shared codeLennart Poettering2020-12-171-2/+3
* homed: move code to list and resolve "auto" pkcs#11 URL into common codeLennart Poettering2020-12-171-2/+2
* tree-wide: unsetenv cannot failZbigniew Jędrzejewski-Szmek2020-11-101-9/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* sd-bus: add custom return code when $XDG_RUNTIME_DIR is not setZbigniew Jędrzejewski-Szmek2020-10-141-1/+1
* homed: explicitly deactivate all home directories on shutdownLennart Poettering2020-09-301-16/+39
* homed: make it easier to run multiple instances of homedLennart Poettering2020-09-181-20/+56
* homectl: teach homectl to generate recovery keysLennart Poettering2020-08-251-23/+69
* homed: default to "btrfs" as fs type in the LUKS backendLennart Poettering2020-08-191-1/+1
* home: make libpwquality dep a runtime dlopen() oneLennart Poettering2020-08-191-1/+2
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-1/+1
* table add table_log_sort_error()fangxiuning2020-07-081-1/+1
* table add table_log_show_error()fangxiuning2020-07-081-1/+1
* userdbctl homectl use table_log_add_error()fangxiuning2020-07-061-3/+3
* homectl: add --pkcs11-uri=auto and --pkcs-11-uri=list supportLennart Poettering2020-07-011-3/+15
* homectl: split out pkcs#11 related code bits into own .c/.h fileLennart Poettering2020-07-011-339/+3
* homectl: rework how we log when doing a home directory updateLennart Poettering2020-07-011-4/+36
* homectl: do generic error handling/retry also when creating a home directoryLennart Poettering2020-07-011-16/+19
* homectl: show touch emoji when asking for PKCS#11 protected auth pathLennart Poettering2020-07-011-1/+3
* homed: add support for authenticating with fido2 hmac-secret tokensLennart Poettering2020-07-011-1/+11
* homectl: add support for enrolling FIDO2 HMAC-SECRET tokensLennart Poettering2020-07-011-3/+60
* user-record: rename JSON field "pkcs11Pin" to "tokenPin"Lennart Poettering2020-07-011-13/+13
* homectl: add missing log messages when json_variant_format() failsLennart Poettering2020-07-011-2/+2
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* tree-wide: spellcheck fixesFrantisek Sumsal2020-06-261-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* homed help --uid short optionlayderv2020-06-071-1/+1
* Merge pull request #15651 from poettering/newlocale-checkZbigniew Jędrzejewski-Szmek2020-05-081-0/+3
|\
| * tree-wide: port various bits over to locale_is_installed()Lennart Poettering2020-05-071-0/+3
* | Merge pull request #15713 from poettering/home-discard-when-offlineLennart Poettering2020-05-071-0/+24
|\ \
| * | homectl: add option for controlling new luksOfflineDiscard user record fieldLennart Poettering2020-05-071-0/+24
| |/
* | home: switch to shared bus_home_mgrVito Caputo2020-05-071-26/+20
|/
* home: mark various bus messages we write user records to as sensitiveLennart Poettering2020-04-291-0/+4
* homectl: say "home area" in more placesZbigniew Jędrzejewski-Szmek2020-04-281-12/+12
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-1/+1
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-2/+1
* home: switch to BusLocator-oriented helpersVito Caputo2020-04-121-154/+26
* user-util: rework how we validate user namesLennart Poettering2020-04-081-3/+3
* home: fix several typosVito Caputo2020-03-311-4/+4
* homectl: fix a typoPiero La Terza2020-03-311-1/+1
* tree-wide: s/home/home area/gZbigniew Jędrzejewski-Szmek2020-02-261-5/+5
* fix typo in object fieldChris Murphy2020-02-101-1/+1
* home: add homectl client toolLennart Poettering2020-01-281-0/+3607