summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* db: insert ipv6 addresses in the same format as ip2binHEADmasterJeremy Sowden2023-09-143-36/+57
* sqlite3: insert ipv6 addresses as null rather than garbageJeremy Sowden2023-09-141-1/+6
* sqlite3: correct binding of ipv4 addresses and 64-bit integersJeremy Sowden2023-09-141-6/+9
* gprint, oprint: add support for printing ipv6 addressesJeremy Sowden2023-09-142-7/+30
* gprint, oprint: use inet_ntop to format ip addressesJeremy Sowden2023-09-142-26/+24
* ipfix: skip non-ipv4 addressesJeremy Sowden2023-09-141-0/+3
* ip2hbin: store ipv6 address as integerJeremy Sowden2023-09-141-5/+4
* raw2packet_BASE: store ARP address values as integersJeremy Sowden2023-09-141-4/+9
* printpkt, raw2packet_BASE: keep gateway address in NBOJeremy Sowden2023-09-142-2/+3
* printpkt: fix statement punctuatorJeremy Sowden2023-09-141-1/+1
* src: record length of integer key valuesJeremy Sowden2023-09-141-1/+8
* Makefile: Create LZMA-compressed dist-filesPhil Sutter2023-06-251-1/+1
* ulogd2: avoid use after free in unregister on global ulogd_fds linked listKyuwon Shim2023-03-201-0/+9
* pcap: prevent crashes when output `FILE *` is nullJeremy Sowden2023-03-161-5/+8
* pcap: simplify opening of output fileJeremy Sowden2023-03-161-27/+14
* build: fix pgsql fall-back configuration of CFLAGSJeremy Sowden2023-03-141-1/+1
* output: Fix formatting of OPRINT switch.Jeremy Sowden2022-12-081-26/+30
* output: add missing support for int64_t valuesJeremy Sowden2022-12-082-1/+6
* filter: IP2BIN: correct spelling of variableJeremy Sowden2022-12-081-2/+2
* pgsql: correct `ulog2.ip_totlen` typeJeremy Sowden2022-12-082-2/+2
* db: fix back-log capacity checksJeremy Sowden2022-12-081-4/+7
* JSON: remove incorrect config value checkJeremy Sowden2022-12-081-5/+3
* filter: fix buffer sizes in filter plug-insJeremy Sowden2022-12-084-13/+13
* ulogd: fix parse-error checkJeremy Sowden2022-12-081-1/+1
* doc: mysql: declare MAC protocol columns unsignedJeremy Sowden2022-11-092-4/+4
* build: bump release version to 2.0.8ulogd-2.0.8Pablo Neira Ayuso2022-11-021-1/+1
* build: if `--enable-sqlite3` is `yes`, abort if libsqlite3 is not foundJeremy Sowden2022-01-111-2/+7
* build: if `--enable-pgsql` is `yes`, abort if libpq is not foundJeremy Sowden2022-01-111-0/+6
* build: if `--enable-pcap` is `yes`, abort if libpcap is not foundJeremy Sowden2022-01-111-0/+6
* build: if `--enable-mysql` is `yes`, abort if libmysqlclient is not foundJeremy Sowden2022-01-111-0/+6
* build: if `--enable-dbi` is `yes`, abort if libdbi is not foundJeremy Sowden2022-01-111-2/+7
* build: use pkg-config or pg_config for libpqJeremy Sowden2022-01-113-101/+31
* build: use pkg-config or pcap-config for libpcapJeremy Sowden2022-01-113-82/+29
* build: use pkg-config or mysql_config for libmysqlclientJeremy Sowden2022-01-113-99/+51
* build: use pkg-config for libdbiJeremy Sowden2022-01-113-89/+5
* build: use `--enable-XYZ` options for output pluginsJeremy Sowden2022-01-111-20/+20
* output: SQLITE3: remove unused variableJeremy Sowden2022-01-101-1/+0
* output: GPRINT: fix it with NFLOGPablo Neira Ayuso2022-01-092-2/+2
* output: JSON: remove bogus check for host and portPablo Neira Ayuso2022-01-041-5/+0
* output: JSON: fix possible truncation of socket pathPablo Neira Ayuso2022-01-041-9/+39
* output: IPFIX: remove compiler attribute macrosJeremy Sowden2022-01-033-11/+4
* output: JSON: optimize appending of newline to outputJeremy Sowden2022-01-031-2/+2
* output: JSON: fix possible leak in error-handling.Jeremy Sowden2022-01-031-7/+6
* output: JSON: increase time-stamp buffer sizeJeremy Sowden2022-01-031-1/+1
* output: JSON: fix output of GMT offsetJeremy Sowden2022-01-031-4/+5
* db: simplify initialization of ring-bufferJeremy Sowden2022-01-031-3/+2
* db: improve mapping of input-keys to DB columnsJeremy Sowden2022-01-031-5/+8
* db: improve formatting of insert statementJeremy Sowden2022-01-031-10/+9
* output: SQLITE3: catch errors creating SQL statementJeremy Sowden2022-01-031-7/+13
* output: SQLITE3: improve mapping of fields to DB columnsPablo Neira Ayuso2022-01-031-16/+8