summaryrefslogtreecommitdiff
path: root/rpcapd
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up comment formatting.Guy Harris2019-10-021-0/+1
* Remove more trailing white space.Guy Harris2019-10-021-1/+1
* Get rid of trailing white space.Guy Harris2019-10-021-1/+1
* Limit the size of a filter program.Guy Harris2019-10-021-0/+24
* Calculate the reply payload length in a local variable.Guy Harris2019-10-021-6/+9
* In the open request, reject capture sources that are URLs.Guy Harris2019-10-021-2/+72
* On UN*X, don't tell the client why authentication failed.Guy Harris2019-10-021-7/+44
* Don't crash if crypt() fails.Guy Harris2019-10-021-1/+8
* Get rid of FILECONF_ISSPACE().Guy Harris2019-08-311-9/+9
* Banish ctype.h from rpcapd as well.Guy Harris2019-08-311-8/+17
* We now use MSVC's snprintf(), and don't have our own version.Guy Harris2019-08-091-1/+0
* Remove some workarounds for old compilers.Guy Harris2019-08-093-26/+26
* Have a pcap_fmt_errmsg_for_win32_err() routine and use it.Guy Harris2019-06-293-37/+44
* Add some new authentication error codes for specific errors.Guy Harris2019-02-061-8/+24
* Send errors for select() failure or timeout with a version of 0.Guy Harris2019-02-041-3/+2
* Don't distinguish between invalid user name and invalid password.Guy Harris2019-02-031-3/+12
* Redo protocol version negotiation.Guy Harris2019-01-301-128/+124
* Improve comments.Guy Harris2019-01-301-7/+26
* Shut down SSL sessions semi-gracefully.Guy Harris2019-01-291-4/+8
* Clean up some whitespacesFrancois-Xavier Le Bail2019-01-231-1/+1
* You still have to send the timezone offset over the wire in an open reply.Guy Harris2019-01-221-0/+8
* Use pthread_sigmask() rather than sigprocmask().Guy Harris2019-01-181-3/+3
* Log sock_check_hostlist() errors in rpcapd.Guy Harris2019-01-121-0/+7
* Fix the man page to reflect reality.Guy Harris2019-01-121-2/+3
* Don't log the error buffer before returning.Guy Harris2019-01-121-1/+0
* Pass the address of the error buffer.Guy Harris2019-01-121-1/+1
* Don't try to peek more than one byte into the stream.Guy Harris2019-01-121-38/+7
* Try to catch TLS to a non-TLS server or non-TLS to a TLS-only server.Guy Harris2019-01-121-0/+212
* Wrong #define name for an invalid Windows API handle.Guy Harris2019-01-111-1/+1
* Clean up the termination of a capture session.Guy Harris2019-01-111-241/+200
* Set up the parameters structure in one place.Guy Harris2019-01-111-7/+7
* Handle systems that lack vsyslog(), such as AIX.Guy Harris2019-01-112-0/+72
* Properly check the return status of sock_check_hostlist().Guy Harris2019-01-091-4/+4
* Don't use two sockets for the control connection.Guy Harris2019-01-093-130/+115
* Clarify comment.Guy Harris2019-01-091-1/+2
* rpcapd-config.manfile is a generated file; ignore it in Git.Guy Harris2019-01-091-0/+1
* Document the -D option.Guy Harris2019-01-092-1/+7
* Fix some errors.Guy Harris2019-01-081-1/+2
* Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.Guy Harris2019-01-082-31/+9
* Initialize most of the pars structure before we use it.Guy Harris2019-01-081-7/+7
* Add sslutils.c to rpcapd.Guy Harris2019-01-081-0/+1
* To use rpcapd_log() you need to include log.h.Guy Harris2019-01-071-0/+1
* Fix a typo and a "my brain was on syslog time" error.Guy Harris2019-01-071-2/+2
* Temporarily remove the Windows "system log" code.Guy Harris2019-01-071-0/+4
* Pass a copy of the host/port list to daemon_serviceloop() on Windows.Guy Harris2019-01-071-29/+43
* Make the key file and certificate file names local to sslutils.c.Guy Harris2019-01-071-2/+2
* Move the SSL setup and host/port list checking to daemon_serviceloop().Guy Harris2019-01-073-100/+133
* Defer initialization of a log system to the first attempt to log to it.Guy Harris2019-01-071-38/+24
* Default to logging to the standard error, not the system log.Guy Harris2019-01-071-1/+1
* Support logging rpcapd messages to the "system log".Guy Harris2019-01-076-58/+233