summaryrefslogtreecommitdiffstats
path: root/roaming.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - andreas@cvs.openbsd.org 2009/10/24 11:11:58Darren Tucker2010-01-081-1/+7
| | | | | | [roaming.h] Declarations needed for upcoming changes. ok markus@
* - andreas@cvs.openbsd.org 2009/06/27 09:32:43Darren Tucker2009-07-051-1/+7
| | | | | | | | [roaming_common.c roaming.h] It may be necessary to retransmit some data when resuming, so add it to a buffer when roaming is enabled. Most of this code was written by Martin Forssen, maf at appgate dot com. ok markus@
* - dtucker@cvs.openbsd.org 2009/06/21 09:04:03Darren Tucker2009-06-211-1/+2
| | | | | | [roaming.h roaming_common.c roaming_dummy.c] Add tags for the benefit of the sync scripts Also: pull in the changes for 1.1->1.2 missed in the previous sync.
* - andreas@cvs.openbsd.org 2009/05/28 16:50:16Darren Tucker2009-06-211-0/+31
[sshd.c packet.c serverloop.c monitor_wrap.c clientloop.c sshconnect.c monitor.c Added roaming.h roaming_common.c roaming_dummy.c] 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@ Also, applied appropriate changes to Makefile.in