Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 574bf60b4d47
Choose a base ref
...
head repository: NixOS/nix
compare: 859cd4acea8f
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 12, 2020

  1. Separate auth and logic for the daemon

    Before, processConnection wanted to know a user name and user id, and
    `nix-daemon --stdio`, when it isn't proxying to an underlying daemon,
    would just assume "root" and 0. But `nix-daemon --stdio` (no proxying)
    shouldn't make guesses about who holds the other end of its standard
    streams.
    
    Now processConnection takes an "auth hook", so `nix-daemon` can provide
    the appropriate policy and daemon.cc doesn't need to know or care what
    it is.
    Ericson2314 committed Aug 12, 2020
    Copy the full SHA
    8d4162f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Merge pull request #3923 from obsidiansystems/daemon-auth-cleanup

    Separate auth and logic for the daemon
    edolstra committed Aug 13, 2020
    Copy the full SHA
    859cd4a View commit details
    Browse the repository at this point in the history