CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/07 12:02:43
Modified files:
usr.bin/ssh : 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
Log message:
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@