summaryrefslogtreecommitdiff
path: root/netio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge netio changesMatt Johnston2022-01-271-3/+6
|\
| * Test for IP_TOS and hardcode DSCP valuesMatt Johnston2022-01-251-4/+7
* | Leave non-interactive at default QoS classMatt Johnston2022-01-271-10/+7
|/
* Use DSCP for IP QoS traffic classesMatt Johnston2022-01-251-16/+28
* fuzz: fix crash in newtcpdirect(), don't close the channel too earlyMatt Johnston2021-03-051-6/+7
* Small cleanups of netio allocated portMatt Johnston2021-03-041-15/+7
* Update netio.c (#115)Guillaume Picquet2021-03-041-3/+3
* fuzz: add an always-failing dropbear_listen() replacementMatt Johnston2020-12-061-0/+6
* Add server postauth fuzzer, wrap connect_remote()Matt Johnston2020-11-131-0/+6
* Set IOV_MAX for IRIXKazuo Kuroi2020-06-101-4/+6
* Don't warn when SO_PRIORITY failsMatt Johnston2020-05-281-3/+3
* cygwin competibility fix (#64)karel-m2019-03-201-1/+5
* Remove some cluttering TRACE printoutsMatt Johnston2018-11-141-4/+0
* get rid of unused packet_type in encrypted write queueMatt Johnston2018-03-041-4/+4
* - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-1/+1
* merge from mainMatt Johnston2018-02-171-0/+14
|\
| * merge from mainMatt Johnston2017-06-241-0/+14
| |\
| | * Disable setnonblocking(), get_socket_address(), set_sock_priority()Matt Johnston2017-05-261-36/+15
| | * closer to workingMatt Johnston2017-05-201-0/+1
| | * merge main to fuzzMatt Johnston2017-05-181-2/+36
| | |\
| | | * notsocket changes from afl branchMatt Johnston2017-05-121-2/+36
| | | * make sure socket is of the right domainMatt Johnston2016-06-191-1/+1
* | | | use NULL instead of 0Francois Perrad2018-01-251-1/+1
* | | | options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-1/+1
* | | | bind to port as well with -bMatt Johnston2018-01-261-21/+41
* | | | cli_bind_address_connecthouseofkodai2017-05-011-1/+31
* | | | Server chosen tcpfwd ports (#43)houseofkodai2018-01-251-0/+53
* | | | Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-2/+2
|/ / /
* | | test for linux/pkt-sched.h rather than SO_PRIORITYMatt Johnston2017-06-231-2/+2
|/ /
* | make sure socket is of the right domainMatt Johnston2016-06-191-1/+1
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-3/+3
|/
* avoid invalidated iterator when connection failsMatt Johnston2015-09-291-9/+7
* Don't try to send data on first ack packet of 3way handshake.Matt Johnston2015-08-031-21/+0
* Merge pull request #13 from gazoo74/fix-warningsMatt Johnston2015-06-041-19/+22
|\
| * separate client/server fastopen optionsMatt Johnston2015-05-291-19/+22
* | Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-1/+1
|/
* Should be AF_UNSPEC not PF_UNSPECMatt Johnston2015-04-171-1/+1
* fastopen code was totally brokenMatt Johnston2015-04-141-3/+2
* Fix when iov queue is largeMatt Johnston2015-03-201-1/+1
* avoid malloc for iovecMatt Johnston2015-03-201-9/+8
* dropbear_assert() rather than assert()Matt Johnston2015-03-161-1/+1
* strdup strerrorMatt Johnston2015-03-111-1/+1
* Fix error handling for dbclient async connectMatt Johnston2015-03-031-0/+4
* Better failure handlingMatt Johnston2015-02-281-4/+3
* Add cleanupfastopenMatt Johnston2015-02-281-0/+7
* EINPROGRESS for sendmsg() means it's working OKMatt Johnston2015-02-271-1/+1
* ignore any sendmsg() errorsMatt Johnston2015-02-261-2/+4
* get rid of some unnecessary codeMatt Johnston2015-02-211-30/+5
* avoid some warningsMatt Johnston2015-02-201-4/+10
* Fixes for backwards compatibilityMatt Johnston2015-02-201-47/+38