summaryrefslogtreecommitdiff
path: root/src/shared/user-record-show.c
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* user-record: don't refuse login when last pw change time is in the futureLennart Poettering2020-09-211-0/+4
| | | | | The RTC is like just off, it's a weird system state, let's continue without requiring pw change.
* homed: don't block logins into accounts with future change timeLennart Poettering2020-09-211-5/+6
| | | | | This might happen if the system clock is wrong, and we should allow access in this case (though certainly log about it).
* shared: merge {user,group}-record-show.[ch]Zbigniew Jędrzejewski-Szmek2020-09-011-1/+72
| | | | | It is natural to include both, and in total they declared three functions. Let's merge them for simplicity.
* homed: report a home directory as "dirty" if image file has dirty flagLennart Poettering2020-08-251-1/+1
|
* user-record: add recovery key fields to user recordLennart Poettering2020-08-251-0/+3
|
* user-record: add fields for FIDO2 HMAC authentication optionsLennart Poettering2020-07-011-1/+4
|
* homectl: color disk free output if low on free spaceLennart Poettering2020-05-081-2/+20
|
* user-record: add new field for requesting LUKS discard on logoutLennart Poettering2020-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | We make this entirely independent of the regular discard field, i.e. the one that controls discard behaviour when the home directory is online. Not all combinations make a ridiculous amount of sense, but most do. Specifically: online-discard = yes, offline-discard = yes → Discard when activating explicitly, and during runtime using the "discard" mount option, and discard explicitly when logging out again. online-discard = no, offline-discard = yes → The new default: when logging in allocate the full backing store, and use no discard while active. When loging out discard everything. This provides nice behaviour: we take minimal storage when offline but provide allocation guarantees while online. online-discard = no, offline-discard = no → Never, ever discard, always operate with fully allocated backing store. The extra safe mode.
* homectl: show disk free in percent in 'inspect'Lennart Poettering2020-05-071-2/+20
|
* shared: add helpers for displaying new-style user/group records to usersLennart Poettering2020-01-151-0/+466