CVSROOT: /cvs Module name: src Changes by: andr...@cvs.openbsd.org 2009/05/28 10:50:16
Modified files: usr.bin/ssh : clientloop.c monitor.c monitor_wrap.c packet.c serverloop.c sshconnect.c sshd.c usr.bin/ssh/ssh: Makefile usr.bin/ssh/ssh-keyscan: Makefile usr.bin/ssh/ssh-keysign: Makefile usr.bin/ssh/sshd: Makefile Added files: usr.bin/ssh : roaming.h roaming_common.c roaming_dummy.c Log message: Keep track of number of bytes read and written. Needed for upcoming changes. Most code from Martin Forssen, maf at appgate dot com. ok markus@