index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packet.c
Age
Commit message (
Expand
)
Author
2015-05-02
Fix no-writev fallback
Matt Johnston
2015-03-20
Make main socket nonblocking. Limit writequeue size.
Matt Johnston
2015-03-20
avoid malloc for iovec
Matt Johnston
2015-03-01
allocate buffer and data in a single allocation
Matt Johnston
2015-03-01
A bit of a bodge to avoid memcpy if zlib is disabled
Matt Johnston
2015-02-20
Move generic network routines to netio.c
Matt Johnston
2015-02-19
In theory TFO should work. Needs platform cleanup and testing
Matt Johnston
2015-02-18
generalise write iovec handling
Matt Johnston
2015-02-18
async connections working
Matt Johnston
2015-02-18
work in progress for async connect
Matt Johnston
2015-01-23
Integrity error (bad packet size %u) negative length
Fedor Brunner
2014-08-06
Test for EAGAIN too
Matt Johnston
2014-07-09
Make -K keepalive behave like OpenSSH's ServerAliveInterval
Matt Johnston
2014-05-20
Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAX
Matt Johnston
2014-05-20
Limit size of the iovect passed to writev in packet.c
Ronny Meeus
2014-05-20
Print errno information in write_packet
Ronny Meeus
2014-03-13
Add new monotonic_now() wrapper so that timeouts are unaffected by
Matt Johnston
2014-03-13
Use AUTH_TIMEOUT only before authdone != 1.
Yousong Zhou
2014-02-22
A few fixes for cases where compression increases payload sizes, and
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-10-03
Constant time memcmp for the hmac and password crypt
Matt Johnston
2013-05-08
Limit decompressed size
Matt Johnston
2013-04-04
Take transmit and receive keys into use separately
Matt Johnston
2013-04-03
Fix MAC bug which would prevent asymmetric hashes
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2013-03-31
Try using writev() for writing packets out to tcp
Matt Johnston
2013-03-20
Fix "-m none" case where an entire packet fits in a block and can be
Matt Johnston
2011-06-07
Fix case where "-K 1" would cause a SSH_MSG_IGNORE packet to be sent
Matt Johnston
2011-02-28
- Don't allow setting memLevel since that doesn't work properly
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2011-02-23
Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packets
Matt Johnston
2009-09-01
Rearrange getaddrstring() etc
Matt Johnston
2009-07-26
- Payload length doesn't include macsize.
Matt Johnston
2009-03-03
Remove extraneous debugging
Matt Johnston
2009-03-01
- Get rid of decryptreadbuf, just decrypt in-place with readbuf
Matt Johnston
2009-03-01
Encrypt in-place, avoid an extra malloc
Matt Johnston
2009-02-26
merge of 'e1c100e6366c5d607af08f4abdbb0f4281df4fa9'
Matt Johnston
2009-02-26
disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'
Matt Johnston
2009-02-26
merge of 'a101cbd046507cf723e6362a49196dbd4b924042'
Matt Johnston
2009-02-26
- Try to write out as much as we can
Matt Johnston
2009-02-25
- Don't be dumb and encrypt/decrypt in a while() loop - why did I do this??
Matt Johnston
2008-11-07
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Matt Johnston
2008-09-29
- Add Counter Mode support
Matt Johnston
2008-09-29
Add support for zlib@openssh.com delayed compression.
Matt Johnston
2008-09-15
- Split main socket var into ses.sock_in/ses.sock_out in preparation
Matt Johnston
2007-08-08
Fix delayed packet queue handling
Matt Johnston
2007-08-08
- Add -K keepalive flag for dropbear and dbclient
Matt Johnston
2007-07-27
Prevent invalid packets being sent during key-exchange, instead queue
Matt Johnston
2007-07-24
Rearrange the channel buffer sizes into three neat use-editable values in
Matt Johnston
[next]