summaryrefslogtreecommitdiff
path: root/gnu/build/accounts.scm
AgeCommit message (Expand)AuthorFilesLines
2025-12-11system: Relax subordinate ID validation.Giacomo Leidi1-9/+16
2024-12-18accounts: Add /etc/subid and /etc/subgid allocation logic.Giacomo Leidi1-2/+317
2024-12-18accounts: Add /etc/subuid and /etc/subgid support.Giacomo Leidi1-3/+34
2023-10-12accounts: Fix typo in comment.Ludovic Courtès1-1/+1
2023-10-08accounts: Ensure ‘last-change’ field of shadow entries is never zero.Ludovic Courtès1-2/+10
2022-01-01system: Allow 'chfn' to change the user's full name.Ludovic Courtès1-2/+6
2019-08-28accounts: Delete duplicate entries.Ludovic Courtès1-1/+1
2019-06-27accounts: Use 'fsync' instead of 'fdatasync'.Ludovic Courtès1-13/+1
2019-06-05accounts: Call 'fdatasync' when writing databases.Ludovic Courtès1-0/+14
2019-06-05accounts: Close database before renaming it.Ludovic Courtès1-1/+3
2019-06-05activation: Lock /etc/.pwd.lock before accessing databases.Ludovic Courtès1-0/+6
2019-04-26accounts: Always honor the configured user account shell.Ludovic Courtès1-3/+6
2019-03-07Add (gnu build accounts).Ludovic Courtès1-0/+561