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
2024-10-01
Remove static initializers for `RegisterLegacyCommand`
Rebecca Turner
2024-08-08
tree-wide: fix a pile of lints
Jade Lovelace
2024-06-23
libutil: return Pid from startProcess, not pid_t
eldritch horrors
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out unix-domain-socket.{hh,cc}
Tom Hubrecht
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-18
libutil: remove vfork
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2023-08-28
Port the flags of nix-daemon to nix daemon (#8788)
Bryan Honof
2023-06-23
Merge pull request #8519 from fricklerhandwerk/reword-trusted-users
Robert Hensing
2023-06-20
be more serious about security risks with trusted users
Valentin Gagarin
2023-06-19
Create `worker_proto::{Read,Write}Conn`
John Ericson
2023-06-16
fix typo
Valentin Gagarin
2023-06-16
do not refer to `trusted-users` another time
Valentin Gagarin
2023-06-16
fix link text
Valentin Gagarin
2023-06-15
Update src/nix/daemon.cc
John Ericson
2023-06-15
reword documentation on trusted users and substituters
Valentin Gagarin
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