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
2020-10-20
Load password and key for client fuzzer.
Matt Johnston
2020-05-25
Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)
Vladislav Grishenko
2019-03-20
packet: remove stale comment about "packet_type" (#63)
Konstantin Demin
2018-08-26
Merge writev #include fix
Matt Johnston
2018-08-23
make writev #include consistent for variable declarations too
Matt Johnston
2018-03-06
fix uninitialised memory in fuzzer codepath
Matt Johnston
2018-03-04
get rid of unused packet_type in encrypted write queue
Matt Johnston
2018-02-28
Fix to be able to compile normal(ish) binaries with --enable-fuzz
Matt Johnston
2018-02-28
- #if not #ifdef for DROPBEAR_FUZZ
Matt Johnston
2018-02-17
merge from main
Matt Johnston
2018-02-11
Removed commented out code
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2017-06-11
fix checkmac always failing pre-kex
Matt Johnston
2017-05-20
closer to working
Matt Johnston
2017-05-13
fuzz harness
Matt Johnston
2017-05-12
copy over some fuzzing code from AFL branch
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2016-01-01
more hard tab
Francois Perrad
2015-12-31
refactor indentation with hard tab
Francois Perrad
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
[next]