summaryrefslogtreecommitdiff
path: root/process-packet.c
Commit message (Expand)AuthorAgeFilesLines
* merge rsa-sha256Matt Johnston2020-05-261-2/+1
|\
| * send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston2020-05-241-2/+1
* | Add files via upload (#90)jcmathews2020-05-251-1/+3
|/
* fix empty C prototypesFrancois Perrad2016-01-011-1/+1
* Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston2014-07-091-2/+12
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-1/+1
* Use AUTH_TIMEOUT only before authdone != 1.Yousong Zhou2014-03-131-1/+1
* requirenext doesn't need two valuesMatt Johnston2014-01-231-7/+11
* Fix failing rekeying when we receive a still-in-flight packetMatt Johnston2014-01-231-5/+24
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* Fix error message for requirenext changeDROPBEAR_2013.57Matt Johnston2013-04-151-2/+2
* requirenext fixup for firstkexfollowsMatt Johnston2013-04-141-4/+5
* Just put the version string on the queue, don't use atomicioMatt Johnston2013-04-031-1/+1
* Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-2/+2
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-3/+3
* Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packetsMatt Johnston2011-02-231-2/+2
* Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston2008-11-071-0/+1
* - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-1/+1
* Don't erase every buffer, it's too time consuming.Matt Johnston2007-02-121-1/+0
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-7/+7
* Remove some unused commented-out codeMatt Johnston2004-08-011-21/+0
* Client mostly works up to password authMatt Johnston2004-07-281-0/+2
* - Rename common-packet.c to packet.cMatt Johnston2004-07-271-1/+2
* snapshot of stuffMatt Johnston2004-07-261-0/+2
* merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston2004-06-231-0/+161