summaryrefslogtreecommitdiff
path: root/regress/netcat.c
Commit message (Expand)AuthorAgeFilesLines
* fix netcat build problemDamien Miller2020-10-171-0/+3
* Omit ToS setting if we don't have IPV6_TCLASS too.Darren Tucker2020-05-291-1/+1
* partial sync of regress/netcat.c with upstreamsobrado2020-05-291-2/+2
* partial sync of regress/netcat.c with upstreamchl2020-05-291-1/+1
* partial sync of regress/netcat.c with upstreamtobias2020-05-291-3/+6
* partial sync of regress/netcat.c with upstreamtobias2020-05-291-3/+3
* partial sync of regress/netcat.c with upstreamjca2020-05-291-7/+16
* fix reversed testDamien Miller2020-05-011-1/+1
* Include sys/byteorder.h for htons and friends.Darren Tucker2020-05-011-0/+3
* Check if IP_TOS is defined before using.Darren Tucker2019-11-011-0/+4
* Set SO_REUSEADDR in regression test netcat.Darren Tucker2018-02-081-1/+6
* fix missing include for systems with err.hDamien Miller2016-07-141-0/+3
* Move err.h replacements into compat lib.Darren Tucker2016-07-131-40/+0
* remove dependency on arpa/telnet.hDamien Miller2015-04-161-1/+7
* netcat needs poll.h portability goopDamien Miller2015-03-041-1/+8
* avoid warningDamien Miller2015-03-041-1/+1
* portability fixes for regress/netcat.cDamien Miller2015-02-281-8/+8
* make regress/netcat.c fd passing (more) portableDamien Miller2015-02-261-21/+25
* Original portability patch from djm@ for platforms missing err.h.Tim Rice2015-02-241-14/+53
* compile on systems without TCP_MD5SIG (e.g. OSX)Damien Miller2015-01-271-0/+2
* some systems lack SO_REUSEPORTDamien Miller2015-01-151-2/+2
* include and use OpenBSD netcat in regress/Damien Miller2014-12-231-0/+1638