aboutsummaryrefslogtreecommitdiff
path: root/src/nix/daemon.cc
AgeCommit message (Expand)Author
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2023-02-10daemon.cc: Rename UserSettings -> AuthorizationSettingsRobert Hensing
2023-02-03Merge pull request #7739 from obsidiansystems/user-settingsEelco Dolstra
2023-02-02Move `trustedUsers` and `allowedUsers` to separate config structJohn Ericson
2023-02-02Get rid of the `authHook` parameter on `processConnection`John Ericson
2023-01-17Move the default profiles to the user’s homeThéophane Hufschmitt
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-10-05Don't ignore SIGCHLD in createUnixDomainSocket()Eelco Dolstra
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-01-26Move command plugin interface to libnixcmdShea Levy
2021-01-21Improve error formattingEelco Dolstra
2021-01-14Add 'nix daemon' commandEelco Dolstra