Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | Include sys/byteorder.h for htons and friends. | Darren Tucker | |
These are usually in netinet/in.h but on HP-UX they are not defined if _XOPEN_SOURCE_EXTENDED is set. Only needed for netcat in the regression tests. | |||
2019-11-01 | Check if IP_TOS is defined before using. | Darren Tucker | |
2018-02-08 | Set SO_REUSEADDR in regression test netcat. | Darren Tucker | |
Sometimes multiplex tests fail on Solaris with "netcat: local_listen: Address already in use" which is likely due to previous invocations leaving the port in TIME_WAIT. Set SO_REUSEADDR (in addition to SO_REUSEPORT which is alread set on platforms that support it). ok djm@ | |||
2016-07-14 | fix missing include for systems with err.h | Damien Miller | |
2016-07-13 | Move err.h replacements into compat lib. | Darren Tucker | |
Move implementations of err.h replacement functions into their own file in the libopenbsd-compat so we can use them in kexfuzz.c too. ok djm@ | |||
2015-04-16 | remove dependency on arpa/telnet.h | Damien Miller | |
2015-03-04 | netcat needs poll.h portability goop | Damien Miller | |
2015-03-04 | avoid warning | Damien Miller | |
2015-02-28 | portability fixes for regress/netcat.c | Damien Miller | |
Mostly avoiding "err(1, NULL)" | |||
2015-02-26 | make regress/netcat.c fd passing (more) portable | Damien Miller | |
2015-02-24 | Original portability patch from djm@ for platforms missing err.h. | Tim Rice | |
Fix name space clash on Solaris 10. Still more to do for Solaris 10 to deal with msghdr structure differences. ok djm@ | |||
2015-01-27 | compile on systems without TCP_MD5SIG (e.g. OSX) | Damien Miller | |
2015-01-15 | some systems lack SO_REUSEPORT | Damien Miller | |
2014-12-23 | include and use OpenBSD netcat in regress/ | Damien Miller | |