summaryrefslogtreecommitdiff
path: root/rpcapd
Commit message (Expand)AuthorAgeFilesLines
* Have a variable that keeps track of whether we have a thread or not.Guy Harris2017-10-311-13/+21
* Fix up the negotiation, eliminating a failure mode with old clients.Guy Harris2017-10-311-8/+28
* Redo the message processing in the client, add protocol version negotiation.Guy Harris2017-10-313-93/+160
* Fix another typo.Ali Abdulkadir2017-10-301-1/+1
* Handle error messages.Guy Harris2017-10-291-3/+59
* Have a common routine to read message headers.Guy Harris2017-10-291-8/+24
* Redo the message processing in the server.Guy Harris2017-10-295-501/+974
* Fix typoes.Ali Abdulkadir2017-10-291-2/+2
* Remove trailing white space.Guy Harris2017-10-299-244/+244
* Fix "warning: ISO C90 forbids mixed declarations and code"Francois-Xavier Le Bail2017-10-211-2/+2
* Bounds-check an array index before using the index.Guy Harris2017-10-101-1/+1
* Bounds-check an array index before using the index.Guy Harris2017-10-101-1/+1
* Put allocation and reading together.Guy Harris2017-10-091-9/+7
* Don't leak the user name if we couldn't allocate the password.Guy Harris2017-10-091-2/+9
* Fixed wrong quote usage in rc filesAli Abdulkadir2017-10-091-3/+3
* socket() and accept() return INVALID_SOCKET on errors.Guy Harris2017-10-072-6/+6
* Free the address list when we return from main_active().Guy Harris2017-10-071-0/+2
* Clean up correctly after some errors.Guy Harris2017-10-071-0/+5
* Initialize statistics before servicing requests.Guy Harris2017-10-071-0/+11
* Add missing break.Guy Harris2017-10-071-1/+2
* Don't leak sockets.Guy Harris2017-10-071-3/+10
* Plug some memory leaks.Guy Harris2017-10-071-12/+20
* Update a comment, and suggest that we use PAM.Guy Harris2017-10-051-10/+20
* Base the shadow-password decision on whether we have getspnam().Guy Harris2017-10-052-3/+10
* Don't build rpcapd on UN*X if we don't have crypt().Guy Harris2017-10-051-14/+20
* On non-Linux systems, assume getpwent() gives you the user password.Guy Harris2017-10-051-9/+8
* Move rpcapd's .rc file to the rpcapd subdirectory.Guy Harris2017-10-052-1/+40
* Add a macro to check for pthreads, and use it where necessary.Guy Harris2017-10-051-1/+2
* Use separate variables for the two tests for crypt().Guy Harris2017-10-051-7/+7
* Merge pull request #646 from sgeto/rpcapdGuy Harris2017-10-051-22/+26
|\
| * Separated flags from arguments with a spaceAli Abdulkadir2017-10-051-6/+6
| * Prettified printusage() outputAli Abdulkadir2017-10-051-22/+26
* | Fix if/else/endif tags.Guy Harris2017-10-051-2/+2
* | crypt() isn't necessarily in libcrypt.Guy Harris2017-10-051-1/+9
|/
* Fixed indentation (part 2)Ali Abdulkadir2017-10-051-20/+20
* Fixed indentationAli Abdulkadir2017-10-051-2/+2
* Reverted printusage output changes backAli Abdulkadir2017-10-051-26/+23
* Merge branch 'master' of https://github.com/the-tcpdump-group/libpcap into rp...Ali Abdulkadir2017-10-052-9/+7
|\
| * No need to include windows.h eitherAli Abdulkadir2017-10-021-1/+0
| * No need to manually define _WINSOCKAPI_Ali Abdulkadir2017-10-021-1/+0
| * Fixed some typosAli Abdulkadir2017-10-022-7/+7
* | Merge branch 'master' into rpcapdAli Abdulkadir2017-10-022-6/+5
|\ \ | |/
| * Fix usage message.Guy Harris2017-10-011-1/+1
| * Don't use ssize_t for the return value of sock_recv().Guy Harris2017-10-011-4/+4
* | Created separate resource information file for rpcapdAli Abdulkadir2017-10-021-1/+1
* | Reverted some changedAli Abdulkadir2017-10-023-13/+9
* | Removed redundant find_package() callAli Abdulkadir2017-10-011-1/+0
* | Added rpcapd to install targetsAli Abdulkadir2017-10-011-2/+6
* | Moved ssize_t chunk later in evaluationAli Abdulkadir2017-10-011-4/+4
* | use pcap-dll.rc for rpcapd as wellAli Abdulkadir2017-10-011-1/+1