]> The Tcpdump Group git mirrors - libpcap/history - rpcapd/daemon.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / rpcapd / daemon.c
2022-08-28  Guy Harrisrpcap: have the server tell the client its byte order.
2022-08-28  Guy Harrisrpcap: fix sock_open() issues.
2022-08-28  Francois-Xavier... Use a more meaningful name
2022-08-28  Guy Harrisrpcap: improve error messages for host and port resolut...
2022-03-02  Francois-Xavier... Use "%d" to print a signed int
2022-02-20  Francois-Xavier... Remove trailing spaces/tabs
2022-02-20  Guy Harrisrpcapd: clean up the code to fill in the struct rpcap_f...
2022-02-20  Guy Harrisrpcapd: note the alignment issue, get rid of an extra...
2022-02-20  raminfix unaligned access to structs in daemon_msg_findallif...
2021-03-01  Guy Harrisrpcapd: fix bogus error message buffer argument.
2021-02-25  Guy Harrisrpcapd: make a shift count unsigned.
2020-12-12  Francois-Xavier... Fix some typos
2020-08-28  Michael RichardsonMerge pull request #800 from catenacyber/fuzzr
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-20  Philippe AntoineFuzz rpcpap protocol 800/head
2020-06-18  Francois-Xavier... rpcapd: Simplify a condition
2020-03-01  Michael RichardsonMerge pull request #876 from bscottm/cmake_library_arch...
2020-03-01  Michael RichardsonMerge pull request #889 from vovkos/master
2020-03-01  Michael RichardsonMerge pull request #895 from desowin/usb
2020-01-19  Francois-Xavier... Use more HTTPS in URLs
2019-11-01  Guy HarrisGet rid of unnecessary trailing semicolon in macro.
2019-10-04  Guy HarrisDo the 32-bit overflow check more cleanly.
2019-10-03  Guy HarrisIncrement first, test for overflow afterwards.
2019-10-03  Guy HarrisCheck that values fit in findallif replies.
2019-10-02  Guy HarrisClean up comment formatting.
2019-10-02  Guy HarrisRemove more trailing white space.
2019-10-02  Guy HarrisGet rid of trailing white space.
2019-10-02  Guy HarrisLimit the size of a filter program.
2019-10-02  Guy HarrisCalculate the reply payload length in a local variable.
2019-10-02  Guy HarrisIn the open request, reject capture sources that are...
2019-10-02  Guy HarrisOn UN*X, don't tell the client why authentication failed.
2019-10-02  Guy HarrisDon't crash if crypt() fails.
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-06-30  Guy HarrisHave a pcap_fmt_errmsg_for_win32_err() routine and...
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-02-07  Guy HarrisAdd some new authentication error codes for specific...
2019-02-04  Guy HarrisSend errors for select() failure or timeout with a...
2019-02-03  Guy HarrisDon't distinguish between invalid user name and invalid...
2019-01-31  Guy HarrisRedo protocol version negotiation.
2019-01-30  Guy HarrisImprove comments.
2019-01-29  Guy HarrisShut down SSL sessions semi-gracefully.
2019-01-24  Guy HarrisMerge pull request #796 from ffainelli/dsa
2019-01-22  Guy HarrisYou still have to send the timezone offset over the...
2019-01-19  Guy HarrisUse pthread_sigmask() rather than sigprocmask().
2019-01-13  Guy HarrisLog sock_check_hostlist() errors in rpcapd.
2019-01-12  Guy HarrisDon't log the error buffer before returning.
2019-01-12  Guy HarrisPass the address of the error buffer.
2019-01-12  Guy HarrisDon't try to peek more than one byte into the stream.
2019-01-12  Guy HarrisTry to catch TLS to a non-TLS server or non-TLS to...
2019-01-12  Guy HarrisWrong #define name for an invalid Windows API handle.
2019-01-12  Guy HarrisClean up the termination of a capture session.
2019-01-12  Guy HarrisSet up the parameters structure in one place.
2019-01-10  Guy HarrisMerge pull request #793 from AndersBroman/master
2019-01-10  Guy HarrisProperly check the return status of sock_check_hostlist().
2019-01-10  Guy HarrisDon't use two sockets for the control connection.
2019-01-09  Guy HarrisPut pcap_win32_err_to_str() into fmtutils.c, and use...
2019-01-09  Guy HarrisInitialize most of the pars structure before we use it.
2019-01-09  Michael RichardsonMerge pull request #791 from dbarach/master
2019-01-08  Guy HarrisMove the SSL setup and host/port list checking to daemo...
2019-01-07  Guy HarrisDo as much text output with rpcapd_log() as necessary.
2019-01-07  Guy HarrisMerge branch 'rixed-master'
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-09-15  Guy HarrisSquelch a narrowing warning.
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-14  Guy HarrisMerge pull request #756 from stubbfel/patch-1
2018-09-13  Guy HarrisSquelch some shortening warnings.
2018-09-13  Cedric CellierDisable the combination of SSL + UDP 721/head
2018-09-13  Cedric CellierTLS for rpcap: also encrypt the control socket
2018-09-13  Cedric CellierAdd SSL option for data socket of rpcap
2018-09-13  Guy HarrisSquelch some more narrowing warnings.
2018-09-10  Guy HarrisUse -Wshorten-64-to-32 if it's available, and fix warni...
2018-09-01  Guy HarrisMerge pull request #752 from bleader/master
2018-08-30  Guy HarrisDo we *really* need to validate filters in rpcapd?
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-08-03  Francois-Xavier... Remove no more used field 'tzoff' in some structures
2018-07-19  Guy HarrisForce FormatMessageA().
2018-05-25  Guy HarrisWe don't need execute permission for source files.
2018-05-25  Francois-Xavier... Remove trailing spaces/tabs
2018-05-24  Guy HarrisRemove an unnecessary overflow check.
2018-05-24  Guy HarrisMerge pull request #720 from rixed/patch-1
2018-05-24  Cedric Cellier+ and - are left associative in C 720/head
2018-05-17  Guy HarrisMerge pull request #718 from sfd/dag-status
2018-05-09  Guy HarrisAdd checks for a negative or too-long snapshot length.
2018-04-26  Guy HarrisWork around some compilers' incomplete data flow analysis.
2018-04-26  Guy HarrisHave a structure holding a "do we have a thread" flag...
2018-04-03  Guy HarrisSquelch another unused-parameter warning.
2018-04-02  Guy HarrisMerge pull request #685 from jmayer/add-static
2018-04-02  Guy HarrisRename SOCK_MESSAGE() to SOCK_DEBUG_MESSAGE().
2018-04-02  Guy HarrisAdd support for running rpcapd from inetd and inetd...
2018-04-02  Guy HarrisGet rid of an unnecessary argument.
2018-04-01  Guy HarrisMerge pull request #684 from jmayer/sockassert
2018-04-01  Joerg MayerRename SOCK_ASSERT to SOCK_MESSAGE 684/head
2018-04-01  Guy HarrisDon't log errors due to the peer dropping the connection.
2018-03-26  Joerg MayerFix warnnigs from -Wdocumentation
2018-03-20  Guy HarrisSquelch a "constant in conditional expression" warning.
2018-01-21  Guy HarrisIn the fatal error code path, addrinfo either was never...
2017-11-28  Guy HarrisFail if a given protocol version *isn't* supported.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
next