summaryrefslogtreecommitdiff
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packetsMatt Johnston2011-02-231-14/+32
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-8/+9
* - Payload length doesn't include macsize.Matt Johnston2009-07-261-1/+1
* Remove extraneous debuggingMatt Johnston2009-03-031-2/+0
* - Get rid of decryptreadbuf, just decrypt in-place with readbufMatt Johnston2009-03-011-114/+84
* Encrypt in-place, avoid an extra mallocMatt Johnston2009-03-011-51/+42
* merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'Matt Johnston2009-02-261-12/+3
|\
| * disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston2009-02-261-12/+3
* | merge of 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston2009-02-261-25/+23
|\ \ | |/ |/|
| * - Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??Matt Johnston2009-02-251-25/+23
* | - Try to write out as much as we canMatt Johnston2009-02-261-3/+12
|/
* Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston2008-11-071-0/+1
* - Add Counter Mode supportMatt Johnston2008-09-291-47/+25
* Add support for zlib@openssh.com delayed compression.Matt Johnston2008-09-291-6/+7
* - Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston2008-09-151-3/+3
* Fix delayed packet queue handlingMatt Johnston2007-08-081-1/+1
* - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-0/+2
* Prevent invalid packets being sent during key-exchange, instead queueMatt Johnston2007-07-271-1/+65
* Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston2007-07-241-2/+2
* Don't erase every buffer, it's too time consuming.Matt Johnston2007-02-121-4/+0
* * use own assertions which should get logged properlyMatt Johnston2005-09-051-5/+5
* trans, not recv for macsizeMatt Johnston2005-08-301-1/+1
* - Fixed twofish algorithm naming so it actually works.Matt Johnston2005-08-301-14/+13
* Switching to libtomcrypt 1.02Matt Johnston2005-05-091-0/+3
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-17/+17
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-1/+3
* Progressing client supportMatt Johnston2004-07-271-3/+3
* - Rename common-packet.c to packet.cMatt Johnston2004-07-271-0/+609