summaryrefslogtreecommitdiff
path: root/sockutils.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable retval in sock_present2networkHEADmasterRose2023-05-161-2/+1
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* Remove trailing space/tabFrancois-Xavier Le Bail2022-09-061-2/+2
* Fix a comment. [skip ci]Guy Harris2022-08-061-2/+2
* Fix some typosFrancois-Xavier Le Bail2022-08-061-3/+3
* rpcap: fix sock_open() issues.Guy Harris2022-08-011-106/+476
* Fix some typosFrancois-Xavier Le Bail2022-08-011-1/+1
* rpcap: try to distringuish between host and port errors.Guy Harris2022-08-011-2/+38
* rpcap: improve error messages for host and port resolution errors.Guy Harris2022-08-011-5/+14
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Clean up the arguments to sock_bufferize().Guy Harris2021-07-221-12/+11
* Fix a comment.Guy Harris2021-04-101-1/+1
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Fuzz rpcpap protocolPhilippe Antoine2020-07-201-2/+37
* Remove some pcap_strerror() calls.Guy Harris2020-06-041-3/+3
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-2/+2
* Remove some workarounds for old compilers.Guy Harris2019-08-091-33/+33
* Have a pcap_fmt_errmsg_for_win32_err() routine and use it.Guy Harris2019-06-291-37/+20
* Squelch compiler warnings.Guy Harris2019-04-291-1/+2
* There is no SOCK_DEBUG_MESSAGE() macro, so don't call it.Guy Harris2019-04-251-8/+5
* Merge pull request #771 from ether42/reuseaddrMichael Richardson2019-04-251-0/+12
|\
| * Allow rpcapd to rebind more rapidlyKevin Boulain2018-10-191-0/+12
* | Clean up sock_init() a bit.Guy Harris2019-01-291-14/+23
* | Log sock_check_hostlist() errors in rpcapd.Guy Harris2019-01-121-4/+12
* | Handle EAI_NODATA being the same as EAI_NONAME.Guy Harris2019-01-121-1/+11
* | More error handling cleanups.Guy Harris2019-01-121-18/+161
* | Remove extra argument to a format string.Guy Harris2019-01-091-2/+2
* | Fix some errors.Guy Harris2019-01-081-1/+0
* | Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.Guy Harris2019-01-081-20/+6
* | Have and use a _U_NOSSL_ that is _U_ if we don't have OpenSSL.Guy Harris2019-01-061-6/+6
* | Fix an error message.Guy Harris2019-01-061-1/+1
* | Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris2019-01-061-6/+32
|\ \
| * | TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-6/+29
* | | Add a flag to allow peeking at messages in sock_recv().Guy Harris2018-10-191-1/+5
| |/ |/|
* | Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-3/+3
* | Squelch some shortening warnings.Guy Harris2018-09-121-1/+1
|/
* Assume we have limits.h.Guy Harris2018-09-091-5/+1
* Force FormatMessageA().Guy Harris2018-07-191-2/+2
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2018-05-251-1/+1
* Rename SOCK_MESSAGE() to SOCK_DEBUG_MESSAGE().Guy Harris2018-04-011-4/+4
* Rename SOCK_ASSERT to SOCK_MESSAGEJoerg Mayer2018-04-011-4/+4
* Use MSG_NOSIGNAL if it's defined, not just on Linux.Guy Harris2018-03-311-5/+4
* Don't log errors due to the peer dropping the connection.Guy Harris2018-03-311-6/+22
* Redo the main event loop of rpcapd.Guy Harris2018-03-301-1/+1
* Fix the -Wunused-parameter warnings that have obvious fixesJoerg Mayer2018-03-281-2/+6
* Don't define a variable if we won't be needing it.Guy Harris2018-03-211-0/+2
* Try to cope better with SIGPIPE.Guy Harris2018-03-181-2/+16
* Make the size argument to sock_send() a size_t.Guy Harris2018-03-181-47/+70
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-4/+4
* Fix, and better explain, the "IPv6 means IPv6, not IPv4" option setting.Guy Harris2017-11-281-9/+36