summaryrefslogtreecommitdiffhomepage
path: root/packet.c
AgeCommit message (Expand)Author
2011-02-23Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packetsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-07-26- Payload length doesn't include macsize.Matt Johnston
2009-03-03Remove extraneous debuggingMatt Johnston
2009-03-01- Get rid of decryptreadbuf, just decrypt in-place with readbufMatt Johnston
2009-03-01Encrypt in-place, avoid an extra mallocMatt Johnston
2009-02-26merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'Matt Johnston
2009-02-26disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston
2009-02-26merge of 'a101cbd046507cf723e6362a49196dbd4b924042'Matt Johnston
2009-02-26- Try to write out as much as we canMatt Johnston
2009-02-25- Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??Matt Johnston
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
2008-09-29- Add Counter Mode supportMatt Johnston
2008-09-29Add support for zlib@openssh.com delayed compression.Matt Johnston
2008-09-15- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
2007-08-08Fix delayed packet queue handlingMatt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-07-27Prevent invalid packets being sent during key-exchange, instead queueMatt Johnston
2007-07-24Rearrange the channel buffer sizes into three neat use-editable values inMatt Johnston
2007-02-12Don't erase every buffer, it's too time consuming.Matt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-08-30trans, not recv for macsizeMatt Johnston
2005-08-30- Fixed twofish algorithm naming so it actually works.Matt Johnston
2005-05-09Switching to libtomcrypt 1.02Matt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-27- Rename common-packet.c to packet.cMatt Johnston