index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
netio.c
Age
Commit message (
Expand
)
Author
2019-03-20
cygwin competibility fix (#64)
karel-m
2018-11-14
Remove some cluttering TRACE printouts
Matt Johnston
2018-03-04
get rid of unused packet_type in encrypted write queue
Matt Johnston
2018-02-28
- #if not #ifdef for DROPBEAR_FUZZ
Matt Johnston
2018-02-17
merge from main
Matt Johnston
2018-02-16
use NULL instead of 0
Francois Perrad
2018-02-16
options: Complete the transition to numeric toggles (`#if')
Michael Witten
2018-01-26
bind to port as well with -b
Matt Johnston
2018-01-26
cli_bind_address_connect
houseofkodai
2018-01-25
Server chosen tcpfwd ports (#43)
houseofkodai
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2017-06-24
merge from main
Matt Johnston
2017-06-23
test for linux/pkt-sched.h rather than SO_PRIORITY
Matt Johnston
2017-05-26
Disable setnonblocking(), get_socket_address(), set_sock_priority()
Matt Johnston
2017-05-20
closer to working
Matt Johnston
2017-05-18
merge main to fuzz
Matt Johnston
2017-05-12
notsocket changes from afl branch
Matt Johnston
2016-06-19
make sure socket is of the right domain
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-06-19
make sure socket is of the right domain
Matt Johnston
2015-09-29
avoid invalidated iterator when connection fails
Matt Johnston
2015-08-03
Don't try to send data on first ack packet of 3way handshake.
Matt Johnston
2015-06-04
Merge pull request #13 from gazoo74/fix-warnings
Matt Johnston
2015-05-29
separate client/server fastopen options
Matt Johnston
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaƫl PORTAY
2015-04-17
Should be AF_UNSPEC not PF_UNSPEC
Matt Johnston
2015-04-14
fastopen code was totally broken
Matt Johnston
2015-03-20
Fix when iov queue is large
Matt Johnston
2015-03-20
avoid malloc for iovec
Matt Johnston
2015-03-16
dropbear_assert() rather than assert()
Matt Johnston
2015-03-11
strdup strerror
Matt Johnston
2015-03-03
Fix error handling for dbclient async connect
Matt Johnston
2015-02-28
Better failure handling
Matt Johnston
2015-02-28
Add cleanup
Matt Johnston
2015-02-27
EINPROGRESS for sendmsg() means it's working OK
Matt Johnston
2015-02-26
ignore any sendmsg() errors
Matt Johnston
2015-02-21
get rid of some unnecessary code
Matt Johnston
2015-02-20
avoid some warnings
Matt Johnston
2015-02-20
Fixes for backwards compatibility
Matt Johnston
2015-02-20
Move generic network routines to netio.c
Matt Johnston