index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
roaming_common.c
Age
Commit message (
Expand
)
Author
2015-01-27
Since r1.2 removed the use of PRI* macros, inttypes.h is no longer
Okan Demirmen
2014-01-09
Introduce digest API and use it to perform all hashing operations
Damien Miller
2013-11-03
fix a couple of function definitions foo() -> foo(void)
Damien Miller
2013-07-12
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
Damien Miller
2011-12-07
fix some harmless and/or unreachable int overflows;
Damien Miller
2010-01-12
delete with extreme prejudice a debug() that fired with every keypress;
Damien Miller
2009-12-06
use socklen_t for getsockopt optlen parameter; reported by
Damien Miller
2009-10-24
Do the actual suspend/resume in the client. This won't be useful until
Andreas Gunnarsson
2009-06-27
It may be necessary to retransmit some data when resuming, so add it
Andreas Gunnarsson
2009-06-21
Add tags for the benefit of the sync scripts
Darren Tucker
2009-06-13
Use debug3() instead of debug(), requested by markus@
Andreas Gunnarsson
2009-06-12
Fix warnings found by chl@ and djm@ and change roaming_atomicio's
Andreas Gunnarsson
2009-05-28
Keep track of number of bytes read and written. Needed for upcoming
Andreas Gunnarsson