CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/19 12:52:17
Modified files:
usr.bin/ssh : clientloop.c deattack.c deattack.h kex.c kex.h
kexc25519c.c kexc25519s.c kexdhc.c kexdhs.c
kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c
monitor.c monitor.h monitor_wrap.c
monitor_wrap.h packet.c packet.h
roaming_dummy.c serverloop.c sshconnect2.c
sshd.c
usr.bin/ssh/lib: Makefile
Added files:
usr.bin/ssh : opacket.c opacket.h
Removed files:
usr.bin/ssh : compress.c compress.h
Log message:
update packet.c & isolate, introduce struct ssh
a) switch packet.c to buffer api and isolate per-connection info into struct ssh
b) (de)serialization of the state is moved from monitor to packet.c
c) the old packet.c API is implemented in opacket.[ch]
d) compress.c/h is removed and integrated into packet.c
with and ok djm@