index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
daemon.cc
Age
Commit message (
Expand
)
Author
2023-06-05
Add missing <sys/select.h> include
Emily Trau
2023-04-17
Experimentally allow forcing `nix-daemon` trust; use this to test
John Ericson
2023-04-07
Tidy up and comment daemon CLI
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-10
daemon.cc: Rename UserSettings -> AuthorizationSettings
Robert Hensing
2023-02-03
Merge pull request #7739 from obsidiansystems/user-settings
Eelco Dolstra
2023-02-02
Move `trustedUsers` and `allowedUsers` to separate config struct
John Ericson
2023-02-02
Get rid of the `authHook` parameter on `processConnection`
John Ericson
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-10-05
Don't ignore SIGCHLD in createUnixDomainSocket()
Eelco Dolstra
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-14
Add 'nix daemon' command
Eelco Dolstra