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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: djmdjm/openssh-wip
base: master
Choose a base ref
head repository: djmdjm/openssh-wip
compare: KnownHostsCommand
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Dec 21, 2020

  1. move subprocess() from auth.c to misc.c

    make privilege dropping optional but allow it via callbacks (to avoid
    need to link uidswap.c everywhere)
    
    add some other flags (keep environment, disable strict path safety check)
    that make this more useful for client-side use.
    djmdjm committed Dec 21, 2020
  2. KnownHostsCommand

    Obtains known_hosts entries from a command.
    djmdjm committed Dec 21, 2020