summaryrefslogtreecommitdiffstats
path: root/man/homectl.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: document that changing --uid= doesn't workLennart Poettering2023-11-081-0/+5
| | | | Fixes: #28982
* man: update version informationAbderrahim Kitouni2023-09-191-4/+10
| | | | | | | | As I noticed a lot of missing information when trying to implement checking for missing info. I reimplemented the version information script to be more robust, and here is the result. Follow up to ec07c3c80b2b1bfa6788500202006ff85f5ae4f4
* man: add version infoAbderrahim Kitouni2023-08-291-68/+204
| | | | | | | | This tries to add information about when each option was added. It goes back to version 183. The version info is included from a separate file to allow generating it, which would allow more control on the formatting of the final output.
* treewide: fix "an" before consonant U soundsJoerg Behrmann2023-07-061-1/+1
| | | | | | The article "a" goes before consonant sounds and "an" goes before vowel sounds. This commit changes an to a for UKI, UDP, UTF-8, URL, UUID, U-Label, UI and USB, since they start with the sound /ˌjuː/.
* homectl: make the new caps field configurable via homectlLennart Poettering2023-02-281-0/+13
|
* Implement --luks-pbkdf-force-iterations for homedAidan Dang2022-12-061-0/+1
|
* Implement --luks-sector-size for homedAidan Dang2022-10-071-0/+1
|
* man/homectl: adjust man page to match codeZbigniew Jędrzejewski-Szmek2022-05-261-2/+7
| | | | | Fixes #22966. Since there are competing conventions, let's not change our code, but make the docs match what is implemented.
* cryptenroll,homectl: Introduce --fido2-credential-algorithm optionMkfsSion2022-04-221-0/+13
| | | | | * Some authenticators(like Yubikey) support credential algorithm other than ES256 * Introduce a new option so users can make use of it
* man: various issues reported in #22432Zbigniew Jędrzejewski-Szmek2022-02-231-6/+6
| | | | Fixes #22432.
* homectl: add new "homectl rebalance" commandLennart Poettering2021-11-251-0/+12
| | | | | Let's add an explicit, synchronous command to request immediate rebalancing and wait for it.
* homectl: expose new rebalanceWeight JSON use record fieldLennart Poettering2021-11-251-2/+20
|
* man: "-j", not "-J" is the shortcut for JSON mode in homectlLennart Poettering2021-11-251-2/+2
| | | | The code and --help text got this right, hence fix the man page
* Merge pull request #21440 from poettering/homed-initial-fs-sizeLennart Poettering2021-11-231-4/+7
|\ | | | | homed: also support minimizing/maximizing home dirs when creating them
| * man: document min/max for --disk-space= tooLennart Poettering2021-11-231-4/+7
| |
* | man/doc: document auto resize modesLennart Poettering2021-11-231-0/+20
|/
* FIDO2 device removal instructions (#21426)Robert-L-Turner2021-11-221-0/+3
| | | | | * man: document FIDO2 device removal Indicate to users how to remove FIDO2 device in the --fido2-device=path section by setting path to an empty string (""). Tested on systemd 249 (249.6-3-arch)
* homectl: parse "min" and "max" as special disk size valuesLennart Poettering2021-11-191-1/+5
|
* doc: document the new luksExtraMountOptions conceptLennart Poettering2021-11-121-0/+8
|
* homework: allow specifying explicit additional mount options when using CIFS ↵Lennart Poettering2021-10-271-1/+5
| | | | | | | | backend This is useful since certain shares can only be mounted with additional mount flags. For example the SMB share in modern AVM Fritz!Boxes requires "noserverino" to be set to work from Linux.
* homework: allow specifying a dir component in CIFS servicesLennart Poettering2021-10-271-2/+5
| | | | | | | | | | Allow specifying CIFS services in the format //host/service/subdir/… to allow multiple homedirs on the same share, and not in the main dir of the share. All other backends allow placing the data store at arbitrary places, let's allow this too for the CIFS backend. This is particularly useful for testing.
* homed: optionally, drop caches on logoutLennart Poettering2021-10-111-0/+11
| | | | Fixes: #20857
* homectl: allow --setenv=FOOZbigniew Jędrzejewski-Szmek2021-08-111-5/+9
|
* homectl: store FIDO2 up/uv/clientPin fields in user records tooLennart Poettering2021-06-011-0/+29
| | | | | | | | | | | | This catches up homed's FIDO2 support with cryptsetup's: we'll now store the uv/up/clientPin configuration at enrollment in the user record JSON data, and use it when authenticating with it. This also adds explicit "uv" support: we'll only allow it to happen when the client explicity said it's OK. This is then used by clients to print a nice message suggesting "uv" has to take place before retrying allowing it this time. This is modelled after the existing handling for "up".
* homectl,TEST-46: fix test and fix homectl return value, update docsZbigniew Jędrzejewski-Szmek2021-04-081-0/+4
| | | | | The usual: the test wasn't testing, so we didn't notice that the command wasn't returning as expected.
* man: rename less-variables→common-variablesZbigniew Jędrzejewski-Szmek2021-03-011-1/+1
| | | | Some are not about less, e.g. $SYSTEMD_URLIFY.
* tree-wide: fix typoYu Watanabe2020-12-161-1/+1
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* Fix typoSorin Ionescu2020-11-011-1/+1
|
* man: reword description of KillOnlyUsers=/KillExcludeUsers=Zbigniew Jędrzejewski-Szmek2020-10-051-3/+3
| | | | Fixes #17177.
* man: reword of fido2 key derivationZbigniew Jędrzejewski-Szmek2020-10-051-5/+5
| | | | | | | "keyed by" is indeed a bit jargony. Say " a HMAC hash of the salt combined with an internal secret key" instead. For #17177.
* Merge pull request #17213 from keszybz/man-cleanupsLennart Poettering2020-10-011-1/+1
|\ | | | | Fix links in man pages
| * man: correct various linksZbigniew Jędrzejewski-Szmek2020-09-301-1/+1
| | | | | | | | As usual, linkchecker ftw!
* | homed: explicitly deactivate all home directories on shutdownLennart Poettering2020-09-301-0/+9
|/ | | | | | | | | | | | | | | | | | | | Let's explicitly deactivate all home dirs on shutdown, in order to properly synchronizing unmounting and avoiding blocking devices. Previously, we'd rely on automatic deactivation when home directories become unused. However, that scheme is asynchronous, and ongoing deactviations might conflicts with attempts to unmount /home. Let's fix that by providing an explicit service systemd-homed-activate.service whose only job is to have a ExecStop= line that explicitly deactivates all home directories on shutdown. This service can the be ordered after home.mount and similar, ensuring that we'll first deactivate all homes before deactivating /home itself during shutdown. This is kept separate from systemd-homed.service so that it is possible to restart systemd-homed.service without deactivating all home directories. Fixes: #16842
* man: assorted small fixesZbigniew Jędrzejewski-Szmek2020-09-301-2/+2
| | | | This is almost all of #17177.
* man: explain why TZ=: is usedZbigniew Jędrzejewski-Szmek2020-09-301-5/+7
| | | | | | | | | | | Also, reword the description a bit. "As a string" is meaningless in the context of commandline arguments, where evyrything is a string. This is not a strongly-typed programming language where 5 is a number but "5" is something completely different. Here both 5 and "5" are indistinguishable. The original text was trying to say that a location name should be given and not a number, so say "time zone location name". For #17177.
* homed: make clean that --storage=directory ↵Lennart Poettering2020-09-181-4/+7
| | | | | | | | | | | | --image-path=/dev/some-block-device is not supported The directory backend needs a file system path, and not a raw block device. That's only supported for the LUKS2 backend. Let's make this clearer in the man page and also generate a better error message if attempted anyway. Fixes: #17068
* man: document new homectl --recovery-key= switchLennart Poettering2020-08-251-0/+10
|
* homed: default to "btrfs" as fs type in the LUKS backendLennart Poettering2020-08-191-2/+2
| | | | | | | | | | | | | 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.
* man: fix some manvolnumAnita Zhang2020-07-111-1/+1
|
* man: do not say that tasks are threads and processesZbigniew Jędrzejewski-Szmek2020-07-061-4/+4
| | | | | This is confusing because the reader might think that processes and threads are counted separately. Another issue pointed out in #16363.
* man: one more typoZbigniew Jędrzejewski-Szmek2020-07-061-1/+1
| | | | Also from #16363.
* tree-wide: fixes for assorted grammar and spelling issuesZbigniew Jędrzejewski-Szmek2020-07-061-29/+28
| | | | Fixes #16363. Also includes some changes where I generalized the pattern.
* Merge pull request #15442 from poettering/fido2Zbigniew Jędrzejewski-Szmek2020-07-031-9/+53
|\ | | | | add fido2 authentication support to homed
| * man: update homectl man page with documentation for new featuresLennart Poettering2020-07-011-9/+53
| |
* | tree: wide "the the" and other trivial grammar fixesZbigniew Jędrzejewski-Szmek2020-07-021-1/+1
|/
* man: add note regarding editing user groupsignapk2020-06-221-1/+2
| | | | | Currently the manual doesn't clearly say whether `homectl update username -G group` will append the group to the user, or overwrite the list and remove user from the groups that aren't specified. Fix this by updating the manual, basing the change on the usermod manual.
* man: document homed.confLennart Poettering2020-05-071-6/+8
|
* docs: document the new offline discard logicLennart Poettering2020-05-071-0/+10
|
* tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-4/+4
| | | | | | Based on a report from Fossies.org using Codespell. Followup to #15436