summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/roaming.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix some harmless and/or unreachable int overflows;djm2011-12-071-3/+4
| | | | reported Xi Wang, ok markus@
* Declarations needed for upcoming changes.andreas2009-10-241-1/+7
| | | | ok markus@
* It may be necessary to retransmit some data when resuming, so add itandreas2009-06-271-1/+7
| | | | | | to a buffer when roaming is enabled. Most of this code was written by Martin Forssen, maf at appgate dot com. ok markus@
* Add tags for the benefit of the sync scriptsdtucker2009-06-211-0/+1
|
* Fix warnings found by chl@ and djm@ and change roaming_atomicio'sandreas2009-06-121-1/+1
| | | | | return type to match atomicio's Diff from djm@, ok markus@
* Keep track of number of bytes read and written. Needed for upcomingandreas2009-05-281-0/+31
changes. Most code from Martin Forssen, maf at appgate dot com. ok markus@