Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nDPId/nDPIsrvd: change_user_group does now chown/chmod collector/distributor ↵ | Toni Uhlig | 2020-10-07 |
| | | | | | | socket paths Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: Added very important warning and use UDS now by default. | Toni Uhlig | 2020-09-29 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: Improved UDS related code parts. | Toni Uhlig | 2020-09-29 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: Use of an anonymous enum for collector/distributor socket types ↵ | Toni Uhlig | 2020-09-07 |
| | | | | | | fits best. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming ↵ | Toni Uhlig | 2020-09-05 |
| | | | | | | distributor connections Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: add command line option for distributor listen host/port | Toni Uhlig | 2020-08-18 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: log ip:port for distributor connection fails | Toni Uhlig | 2020-08-17 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | minor improvments regarding flow guessing on flow end/idle and other not ↵ | Toni Uhlig | 2020-08-16 |
| | | | | | | worth to mention Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | error handling enhancements | Toni Uhlig | 2020-08-15 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: fixed another two bugs; one related to EPOLLIN event for fd with ↵ | Toni Uhlig | 2020-08-15 |
| | | | | | | shutdown reading end, one if write() did not write all bytes Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | several fixes and improvments | Toni Uhlig | 2020-08-14 |
| | | | | | | | | - set errno to 0 if it is checked right after a libc call - ignore SIGPIPE as we want to avoid signal handling where possible - fixed another issue in nDPIsrvd/c-json-stdout which caused buffering errors Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | minor improvments | Toni Uhlig | 2020-08-14 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: fixed broken buffering | Toni Uhlig | 2020-08-14 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | improved nDPIsrvd buffering if write returned EAGAIN | Toni Uhlig | 2020-08-12 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | do not disconnect a distributor client if write returned EAGAIN (still not ↵ | Toni Uhlig | 2020-08-09 |
| | | | | | | perfect) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd sighandler and cmd opt parser | Toni Uhlig | 2020-08-06 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | introduced NETWORK_BUFFER_MAX_SIZE to replace BUFSIZ as this might change ↵ | Toni Uhlig | 2020-08-04 |
| | | | | | | depending on the arch/libc used Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | fixed buffering issue, improved logging verbosity | Toni Uhlig | 2020-08-04 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | clang-format | Toni Uhlig | 2020-08-04 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: collect, buffer and distribute JSON strings | Toni Uhlig | 2020-08-04 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | merged some pre-processor macros which are used in multiple executables | Toni Uhlig | 2020-08-04 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | forwarding data from collector(client,source,UNIX-sock) to ↵ | Toni Uhlig | 2020-08-03 |
| | | | | | | distributor(client,sink,TCP-sock) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | remote connection tracking/ event-handling for collector(UNIX) and ↵ | Toni Uhlig | 2020-08-03 |
| | | | | | | distributor(TCP) connections Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: getting events from epoll and accepting new connections | Toni Uhlig | 2020-07-19 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPIsrvd: UNIX/INET socket creation | Toni Uhlig | 2020-07-19 |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |