summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* output: SQLITE3: improve mapping of DB columns to fieldsJeremy Sowden2022-01-031-13/+13
* output: SQLITE3: improve formatting of insert statementJeremy Sowden2022-01-031-10/+6
* build: bump libnetfilter_log dependencyJeremy Sowden2021-12-061-1/+1
* output: SQLITE3: fix memory-leak in error-handlingJeremy Sowden2021-12-061-1/+5
* output: SQLITE3: fix possible buffer overrunsJeremy Sowden2021-12-061-3/+3
* output: PGSQL: fix non-`connstring` configuration of DB connectionJeremy Sowden2021-12-061-27/+17
* output: PGSQL: improve mapping of DB columns to input-keysJeremy Sowden2021-12-061-7/+7
* output: MYSQL: improve mapping of DB columns to input-keysJeremy Sowden2021-12-061-7/+7
* output: DBI: fix configuration of DB connectionJeremy Sowden2021-12-061-7/+7
* output: DBI: fix NUL-termination of escaped SQL stringJeremy Sowden2021-12-061-4/+6
* output: DBI: improve mapping of DB columns to input-keysJeremy Sowden2021-11-301-21/+13
* output: DBI: fix deprecation warningsJeremy Sowden2021-11-301-7/+11
* input: UNIXSOCK: prevent unaligned pointer accessJeremy Sowden2021-11-301-9/+9
* input: UNIXSOCK: fix possible truncation of socket pathJeremy Sowden2021-11-301-5/+10
* input: UNIXSOCK: remove stat of socket-pathJeremy Sowden2021-11-301-14/+5
* filter: PWSNIFF: replace malloc+strncpy with strndupJeremy Sowden2021-11-301-9/+9
* Replace malloc+memset with callocJeremy Sowden2021-11-305-20/+5
* filter: HWHDR: remove zero-initialization of MAC typeJeremy Sowden2021-11-301-1/+1
* filter: HWHDR: re-order KEY_RAW_MAC checksJeremy Sowden2021-11-301-18/+16
* filter: HWHDR: simplify flow-controlJeremy Sowden2021-11-301-13/+11
* db: add missing `break` to switch caseJeremy Sowden2021-11-301-0/+1
* jhash: add "fall through" comments to switch casesJeremy Sowden2021-11-301-12/+12
* XML: show both nflog packet and conntrackKen-ichirou MATSUZAWA2021-11-231-11/+22
* NFLOG: attach struct nf_conntrackKen-ichirou MATSUZAWA2021-11-232-6/+68
* NFLOG: add NFULNL_CFG_F_CONNTRACK flagKen-ichirou MATSUZAWA2021-11-231-1/+10