]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Mon, 7 Mar 2016 19:02:43 +0000 (19:02 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 7 Mar 2016 19:20:35 +0000 (06:20 +1100)
commit95767262caa6692eff1e1565be1f5cb297949a89
tree1055360a328d0998dabb966f2e1002389f8c6c41
parentaf0bb38ffd1f2c4f9f43b0029be2efe922815255
upstream commit

refactor canohost.c: move functions that cache results closer
 to the places that use them (authn and session code). After this, no state is
 cached in canohost.c

feedback and ok markus@

Upstream-ID: 5f2e4df88d4803fc8ec59ec53629105e23ce625e
21 files changed:
auth-options.c
auth-rh-rsa.c
auth-rhosts.c
auth.c
auth.h
auth2-hostbased.c
canohost.c
canohost.h
channels.c
monitor.c
monitor_wrap.c
monitor_wrap.h
opacket.h
packet.c
packet.h
servconf.c
serverloop.c
session.c
session.h
ssh.c
sshd.c