summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/roaming_common.c
AgeCommit message (Expand)Author
2015-01-27Since r1.2 removed the use of PRI* macros, inttypes.h is no longerOkan Demirmen
2014-01-09Introduce digest API and use it to perform all hashing operationsDamien Miller
2013-11-03fix a couple of function definitions foo() -> foo(void)Damien Miller
2013-07-12fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@Damien Miller
2011-12-07fix some harmless and/or unreachable int overflows;Damien Miller
2010-01-12delete with extreme prejudice a debug() that fired with every keypress;Damien Miller
2009-12-06use socklen_t for getsockopt optlen parameter; reported byDamien Miller
2009-10-24Do the actual suspend/resume in the client. This won't be useful untilAndreas Gunnarsson
2009-06-27It may be necessary to retransmit some data when resuming, so add itAndreas Gunnarsson
2009-06-21Add tags for the benefit of the sync scriptsDarren Tucker
2009-06-13Use debug3() instead of debug(), requested by markus@Andreas Gunnarsson
2009-06-12Fix warnings found by chl@ and djm@ and change roaming_atomicio'sAndreas Gunnarsson
2009-05-28Keep track of number of bytes read and written. Needed for upcomingAndreas Gunnarsson