summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/roaming_client.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/long long unsigned/unsigned long long/, from tim via portabledtucker2010-01-181-3/+3
|
* Remove a PRIu64 format string that snuck in with roaming. ok djm@dtucker2010-01-091-3/+3
|
* Do the actual suspend/resume in the client. This won't be useful untilandreas2009-10-241-0/+276
the server side supports roaming. Most code from Martin Forssen, maf at appgate dot com. Some changes by me and markus@ ok markus@