aboutsummaryrefslogtreecommitdiff
path: root/src/nix/daemon.cc
AgeCommit message (Expand)Author
2024-10-01Remove static initializers for `RegisterLegacyCommand`Rebecca Turner
2024-08-08tree-wide: fix a pile of lintsJade Lovelace
2024-06-23libutil: return Pid from startProcess, not pid_teldritch horrors
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-05-29util.{hh,cc}: Split out unix-domain-socket.{hh,cc}Tom Hubrecht
2024-03-18libutil: make AutoCloseFD a better resourceeldritch horrors
2024-03-18libutil: remove vforkeldritch horrors
2024-03-11util.hh: split out signals stuffJade Lovelace
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2023-08-28Port the flags of nix-daemon to nix daemon (#8788)Bryan Honof
2023-06-23Merge pull request #8519 from fricklerhandwerk/reword-trusted-usersRobert Hensing
2023-06-20be more serious about security risks with trusted usersValentin Gagarin
2023-06-19Create `worker_proto::{Read,Write}Conn`John Ericson
2023-06-16fix typoValentin Gagarin
2023-06-16do not refer to `trusted-users` another timeValentin Gagarin
2023-06-16fix link textValentin Gagarin
2023-06-15Update src/nix/daemon.ccJohn Ericson
2023-06-15reword documentation on trusted users and substitutersValentin Gagarin
2023-06-05Add missing <sys/select.h> includeEmily Trau
2023-04-17Experimentally allow forcing `nix-daemon` trust; use this to testJohn Ericson
2023-04-07Tidy up and comment daemon CLIJohn Ericson
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