summaryrefslogtreecommitdiffhomepage
path: root/netio.c
AgeCommit message (Expand)Author
2018-03-04get rid of unused packet_type in encrypted write queueMatt Johnston
2018-02-28- #if not #ifdef for DROPBEAR_FUZZMatt Johnston
2018-02-17merge from mainMatt Johnston
2018-02-16use NULL instead of 0Francois Perrad
2018-02-16options: Complete the transition to numeric toggles (`#if')Michael Witten
2018-01-26bind to port as well with -bMatt Johnston
2018-01-26cli_bind_address_connecthouseofkodai
2018-01-25Server chosen tcpfwd ports (#43)houseofkodai
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2017-06-24merge from mainMatt Johnston
2017-06-23test for linux/pkt-sched.h rather than SO_PRIORITYMatt Johnston
2017-05-26Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston
2017-05-20closer to workingMatt Johnston
2017-05-18merge main to fuzzMatt Johnston
2017-05-12notsocket changes from afl branchMatt Johnston
2016-06-19make sure socket is of the right domainMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-06-19make sure socket is of the right domainMatt Johnston
2015-09-29avoid invalidated iterator when connection failsMatt Johnston
2015-08-03Don't try to send data on first ack packet of 3way handshake.Matt Johnston
2015-06-04Merge pull request #13 from gazoo74/fix-warningsMatt Johnston
2015-05-29separate client/server fastopen optionsMatt Johnston
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaƫl PORTAY
2015-04-17Should be AF_UNSPEC not PF_UNSPECMatt Johnston
2015-04-14fastopen code was totally brokenMatt Johnston
2015-03-20Fix when iov queue is largeMatt Johnston
2015-03-20avoid malloc for iovecMatt Johnston
2015-03-16dropbear_assert() rather than assert()Matt Johnston
2015-03-11strdup strerrorMatt Johnston
2015-03-03Fix error handling for dbclient async connectMatt Johnston
2015-02-28Better failure handlingMatt Johnston
2015-02-28Add cleanupMatt Johnston
2015-02-27EINPROGRESS for sendmsg() means it's working OKMatt Johnston
2015-02-26ignore any sendmsg() errorsMatt Johnston
2015-02-21get rid of some unnecessary codeMatt Johnston
2015-02-20avoid some warningsMatt Johnston
2015-02-20Fixes for backwards compatibilityMatt Johnston
2015-02-20Move generic network routines to netio.cMatt Johnston