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
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
2007-02-12
Don't erase every buffer, it's too time consuming.
Matt Johnston
2005-09-05
* use own assertions which should get logged properly
Matt Johnston
2005-08-30
trans, not recv for macsize
Matt Johnston
2005-08-30
- Fixed twofish algorithm naming so it actually works.
Matt Johnston
2005-05-09
Switching to libtomcrypt 1.02
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-27
- Rename common-packet.c to packet.c
Matt Johnston