Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Since r1.2 removed the use of PRI* macros, inttypes.h is no longer | 2015-01-27 | 1 | -2/+1 | |
| | | | | | | required. ok djm@ | ||||
* | Introduce digest API and use it to perform all hashing operations | 2014-01-09 | 1 | -8/+6 | |
| | | | | | | rather than calling OpenSSL EVP_Digest* directly. Will make it easier to build a reduced-feature OpenSSH without OpenSSL in future; feedback, ok markus@ | ||||
* | fix a couple of function definitions foo() -> foo(void) | 2013-11-03 | 1 | -3/+3 | |
| | | | | (-Wold-style-definition) | ||||
* | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ | 2013-07-12 | 1 | -2/+2 | |
| | |||||
* | fix some harmless and/or unreachable int overflows; | 2011-12-07 | 1 | -1/+3 | |
| | | | | reported Xi Wang, ok markus@ | ||||
* | delete with extreme prejudice a debug() that fired with every keypress; | 2010-01-12 | 1 | -3/+1 | |
| | | | | ok dtucker deraadt | ||||
* | use socklen_t for getsockopt optlen parameter; reported by | 2009-12-06 | 1 | -5/+5 | |
| | | | | Steve.McClellan AT radisys.com, ok dtucker@ | ||||
* | Do the actual suspend/resume in the client. This won't be useful until | 2009-10-24 | 1 | -1/+46 | |
| | | | | | | | the server side supports roaming. Most code from Martin Forssen, maf at appgate dot com. Some changes by me and markus@ ok markus@ | ||||
* | It may be necessary to retransmit some data when resuming, so add it | 2009-06-27 | 1 | -1/+95 | |
| | | | | | | 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 scripts | 2009-06-21 | 1 | -0/+1 | |
| | |||||
* | Use debug3() instead of debug(), requested by markus@ | 2009-06-13 | 1 | -1/+2 | |
| | | | | ok dtucker@ | ||||
* | Fix warnings found by chl@ and djm@ and change roaming_atomicio's | 2009-06-12 | 1 | -7/+8 | |
| | | | | | return type to match atomicio's Diff from djm@, ok markus@ | ||||
* | Keep track of number of bytes read and written. Needed for upcoming | 2009-05-28 | 1 | -0/+100 | |
changes. Most code from Martin Forssen, maf at appgate dot com. ok markus@ |