summaryrefslogtreecommitdiff
path: root/rpcapd
Commit message (Expand)AuthorAgeFilesLines
* Cleaning spacesFrancois-Xavier Le Bail2019-11-091-2/+2
* Squelch more warnings.Guy Harris2019-11-091-2/+7
* Get rid of unnecessary trailing semicolon in macro.Guy Harris2019-11-021-1/+1
* Do the 32-bit overflow check more cleanly.Guy Harris2019-10-081-6/+6
* Increment first, test for overflow afterwards.Guy Harris2019-10-081-3/+6
* Check that values fit in findallif replies.Guy Harris2019-10-081-11/+66
* Use pcap_strlcpy() when copying a string to a fixed-length buffer.Guy Harris2019-10-082-12/+11
* Clean up comment formatting.Guy Harris2019-09-301-0/+1
* Remove more trailing white space.Guy Harris2019-09-301-1/+1
* Get rid of trailing white space.Guy Harris2019-09-301-1/+1
* Limit the size of a filter program.Guy Harris2019-09-301-0/+24
* Calculate the reply payload length in a local variable.Guy Harris2019-09-301-6/+9
* In the open request, reject capture sources that are URLs.Guy Harris2019-09-301-2/+72
* On UN*X, don't tell the client why authentication failed.Guy Harris2019-09-301-7/+44
* Don't crash if crypt() fails.Guy Harris2019-09-301-1/+8
* Have a pcap_fmt_errmsg_for_win32_err() routine and use it.Guy Harris2019-08-203-37/+44
* Add some new authentication error codes for specific errors.Guy Harris2019-02-071-6/+22
* Send errors for select() failure or timeout with a version of 0.Guy Harris2019-02-041-2/+2
* Don't distinguish between invalid user name and invalid password.Guy Harris2019-02-041-3/+12
* Redo protocol version negotiation.Guy Harris2019-02-031-142/+125
* Improve comments.Guy Harris2019-02-031-7/+26
* Use pthread_sigmask() rather than sigprocmask().Guy Harris2019-01-191-3/+3
* Log sock_check_hostlist() errors in rpcapd.Guy Harris2019-01-131-0/+7
* Fix the man page to reflect reality.Guy Harris2019-01-131-2/+3
* Don't log the error buffer before returning.Guy Harris2019-01-131-1/+0
* Wrong #define name for an invalid Windows API handle.Guy Harris2019-01-131-1/+1
* Clean up the termination of a capture session.Guy Harris2019-01-131-234/+208
* Handle systems that lack vsyslog(), such as AIX.Guy Harris2019-01-132-0/+72
* Properly check the return status of sock_check_hostlist().Guy Harris2019-01-131-4/+4
* Don't use two sockets for the control connection.Guy Harris2019-01-133-124/+110
* Clarify comment.Guy Harris2019-01-131-1/+2
* rpcapd-config.manfile is a generated file; ignore it in Git.Guy Harris2019-01-131-0/+1
* Document the -D option.Guy Harris2019-01-132-4/+10
* Fix some errors.Guy Harris2019-01-091-1/+2
* Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.Guy Harris2019-01-092-31/+9
* To use rpcapd_log() you need to include log.h.Guy Harris2019-01-091-0/+1
* Fix a typo and a "my brain was on syslog time" error.Guy Harris2019-01-091-2/+2
* Temporarily remove the Windows "system log" code.Guy Harris2019-01-091-0/+4
* Pass a copy of the host/port list to daemon_serviceloop() on Windows.Guy Harris2019-01-091-26/+48
* Move the host/port list checking to daemon_serviceloop().Guy Harris2019-01-093-38/+111
* Defer initialization of a log system to the first attempt to log to it.Guy Harris2019-01-091-38/+24
* Default to logging to the standard error, not the system log.Guy Harris2019-01-091-1/+1
* Support logging rpcapd messages to the "system log".Guy Harris2019-01-096-58/+233
* Do as much text output with rpcapd_log() as necessary.Guy Harris2019-01-096-32/+30
* Make the directory for file-format man pages before installing into it.Guy Harris2019-01-081-0/+2
* Check rpcapd/rpcapd-config.manfile.in in, while we're at it.Guy Harris2019-01-081-0/+78
* Get rid of extra blank line.Guy Harris2019-01-081-1/+0
* Add a man page for the rpcapd configuration file.Guy Harris2019-01-083-4/+26
* Don't tell the client if we can't turn non-blocking mode off.Guy Harris2019-01-071-3/+9
* Squelch an unreachable code warning.Guy Harris2018-11-211-4/+13