CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/19 14:31:32
Modified files:
usr.bin/ssh : auth.c auth2-hostbased.c auth2.c channels.c
clientloop.c monitor.c monitor_wrap.c mux.c
opacket.c packet.h servconf.c serverloop.c
session.c ssh.c sshconnect.c sshconnect2.c
sshd.c
Log message:
begin landing remaining refactoring of packet parsing API, started
almost exactly six years ago.
This change stops including the old packet_* API by default and makes
each file that requires the old API include it explicitly. We will
commit file-by-file refactoring to remove the old API in consistent
steps.
with & ok markus@