summaryrefslogtreecommitdiff
path: root/rpcapd/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: use ${CMAKE_INSTALL_SBINDIR} rather than just sbin.Guy Harris2022-10-131-1/+5
* rpcapd: the installation directory depends on the target OS, not the compiler.Guy Harris2022-02-201-4/+17
* Fixup rpcapd destination in CMake. [skip ci]Denis Ovsienko2020-09-101-5/+9
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-0/+1
* We now use MSVC's snprintf(), and don't have our own version.Guy Harris2019-08-091-1/+0
* Add sslutils.c to rpcapd.Guy Harris2019-01-081-0/+1
* Support logging rpcapd messages to the "system log".Guy Harris2019-01-071-1/+1
* Add a man page for the rpcapd configuration file.Guy Harris2019-01-061-0/+10
* Attempt to deal with OSes that require you to link with -lpthread.Guy Harris2018-10-241-0/+5
* On macOS, don't build programs any fatter than they need to be.Guy Harris2018-09-231-0/+35
* Handle rpcapd man page properly on UN*Xes with an SV-style man page layout.Guy Harris2018-04-201-1/+30
* CMAKE_INSTALL_xxx is undefined if you forget to include GNUInstallDirsJoerg Mayer2018-04-201-1/+2
* So is this what's breaking the CMake enable-remote builds in Travis?Guy Harris2018-04-201-1/+1
* Add a minimalistic manpage for rpcapdJoerg Mayer2018-04-201-0/+1
* Check for no-additional-compiler-flags in the subdirectories as well.Guy Harris2018-03-271-1/+3
* Use the COMPILE_FLAGS property, not the COMPILE_OPTIONS property.Guy Harris2018-03-271-2/+1
* Look for getaddrinfo() in additional libraries.Guy Harris2018-01-271-0/+23
* rpcapd needs missing/win_snprintf.c on Windows.Guy Harris2017-11-271-1/+5
* We also need fmtutils.{c,o} for rpcapd.Guy Harris2017-11-271-0/+1
* Build rpcapd with rpcap-protocol.{c,o} and sockutils.{c,o}.Guy Harris2017-11-271-0/+2
* Link rpcapd with the shared pcap on Windows.Guy Harris2017-11-261-2/+7
* Use missing/getopt.[ch] for rpcapd.Guy Harris2017-11-261-2/+2
* Rename rpcapd/utils.[ch] to getopt.[ch] and build it only on Windows.Guy Harris2017-11-261-2/+1
* Build rpcapd and the tests with the warning flags.Guy Harris2017-11-151-0/+3
* Use native Windows threads directly on Windows.Guy Harris2017-11-101-27/+4
* Have a separate list of libraries with which to link rpcapd.Guy Harris2017-11-071-4/+5
* Redo the message processing in the server.Guy Harris2017-10-291-0/+1
* Base the shadow-password decision on whether we have getspnam().Guy Harris2017-10-051-0/+7
* Don't build rpcapd on UN*X if we don't have crypt().Guy Harris2017-10-051-14/+20
* Move rpcapd's .rc file to the rpcapd subdirectory.Guy Harris2017-10-051-1/+1
* Use separate variables for the two tests for crypt().Guy Harris2017-10-051-7/+7
* 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
* Created separate resource information file for rpcapdAli Abdulkadir2017-10-021-1/+1
* Reverted some changedAli Abdulkadir2017-10-021-1/+0
* Removed redundant find_package() callAli Abdulkadir2017-10-011-1/+0
* Added rpcapd to install targetsAli Abdulkadir2017-10-011-2/+6
* use pcap-dll.rc for rpcapd as wellAli Abdulkadir2017-10-011-1/+1
* Added a CMakeLists.txt in rpcapd/Ali Abdulkadir2017-10-011-0/+47