]> git.ipfire.org Git - thirdparty/ulogd2.git/shortlog
thirdparty/ulogd2.git
2025-06-01  Jeremy SowdenAdd support for logging ARP packets master
2025-06-01  Jeremy SowdenUse `NFPROTO_*` constants for protocol families
2025-06-01  Jeremy SowdenIP2BIN, IP2HBIN, IP2STR: refactor `interp` call-backs
2025-06-01  Jeremy Sowdendb, IP2BIN: correct `format_ipv6()` output buffer sizes
2025-05-20  Corubba Smithnfacct: add network namespace support
2025-05-20  Corubba Smithnflog: add network namespace support
2025-05-20  Corubba Smithnfct: add network namespace support
2025-05-20  Corubba Smithulogd: add linux namespace helper
2025-05-15  Pablo Neira... build: bump release version to 2.0.9 ulogd-2.0.9
2025-04-23  Jeremy SowdenIP2HBIN, IP2STR: correct typo's
2025-04-23  Jeremy SowdenIP2STR: correct address buffer size
2025-03-29  Corubba Smithulogd: remove libipulog
2025-03-29  Corubba Smithulog: remove input plugin
2025-03-25  Corubba Smithnfct: add flow end timestamp on hashtable purge
2025-03-25  Corubba Smithnfct: fix counter-reset without hashtable
2025-03-12  Corubba Smithulogd: raise error on unknown config key
2025-03-12  Corubba Smithall: remove trivial configure hooks
2025-03-12  Corubba Smithulogd: provide default configure implementation
2025-03-12  Corubba Smithulogd: improve integer option parsing
2025-03-12  Corubba Smithall: use config_parse_file function in all plugins
2025-03-12  Corubba Smithulogd: add ulogd_parse_configfile public function
2025-03-12  Corubba Smithnfct: add icmpv6
2025-03-12  Corubba Smithulogd: ignore malformed config directives
2025-03-12  Corubba Smithulogd: fix config file fd leak
2025-03-11  Corubba Smithulogd: ignore private data on plugin stop
2025-03-11  Corubba Smithipfix: re-arm send timer
2025-03-11  Corubba Smithgprint: fix comma after ip addresses
2025-03-11  Corubba Smithnfct: add newline to reliable log message
2025-03-09  Corubba Smithnfct: fix calloc argument order
2024-07-13  Harald WelteREADME: update project homepage and mailing list addresses
2023-09-14  Jeremy Sowdendb: insert ipv6 addresses in the same format as ip2bin
2023-09-14  Jeremy Sowdensqlite3: insert ipv6 addresses as null rather than...
2023-09-14  Jeremy Sowdensqlite3: correct binding of ipv4 addresses and 64-bit...
2023-09-14  Jeremy Sowdengprint, oprint: add support for printing ipv6 addresses
2023-09-14  Jeremy Sowdengprint, oprint: use inet_ntop to format ip addresses
2023-09-14  Jeremy Sowdenipfix: skip non-ipv4 addresses
2023-09-14  Jeremy Sowdenip2hbin: store ipv6 address as integer
2023-09-14  Jeremy Sowdenraw2packet_BASE: store ARP address values as integers
2023-09-14  Jeremy Sowdenprintpkt, raw2packet_BASE: keep gateway address in NBO
2023-09-14  Jeremy Sowdenprintpkt: fix statement punctuator
2023-09-14  Jeremy Sowdensrc: record length of integer key values
2023-06-25  Phil SutterMakefile: Create LZMA-compressed dist-files
2023-03-20  Kyuwon Shimulogd2: avoid use after free in unregister on global...
2023-03-16  Jeremy Sowdenpcap: prevent crashes when output `FILE *` is null
2023-03-16  Jeremy Sowdenpcap: simplify opening of output file
2023-03-14  Jeremy Sowdenbuild: fix pgsql fall-back configuration of CFLAGS
2022-12-08  Jeremy Sowdenoutput: Fix formatting of OPRINT switch.
2022-12-08  Jeremy Sowdenoutput: add missing support for int64_t values
2022-12-08  Jeremy Sowdenfilter: IP2BIN: correct spelling of variable
2022-12-08  Jeremy Sowdenpgsql: correct `ulog2.ip_totlen` type
2022-12-08  Jeremy Sowdendb: fix back-log capacity checks
2022-12-08  Jeremy SowdenJSON: remove incorrect config value check
2022-12-08  Jeremy Sowdenfilter: fix buffer sizes in filter plug-ins
2022-12-08  Jeremy Sowdenulogd: fix parse-error check
2022-11-09  Jeremy Sowdendoc: mysql: declare MAC protocol columns unsigned
2022-11-02  Pablo Neira... build: bump release version to 2.0.8 ulogd-2.0.8
2022-01-11  Jeremy Sowdenbuild: if `--enable-sqlite3` is `yes`, abort if libsqli...
2022-01-11  Jeremy Sowdenbuild: if `--enable-pgsql` is `yes`, abort if libpq...
2022-01-11  Jeremy Sowdenbuild: if `--enable-pcap` is `yes`, abort if libpcap...
2022-01-11  Jeremy Sowdenbuild: if `--enable-mysql` is `yes`, abort if libmysqlc...
2022-01-11  Jeremy Sowdenbuild: if `--enable-dbi` is `yes`, abort if libdbi...
2022-01-11  Jeremy Sowdenbuild: use pkg-config or pg_config for libpq
2022-01-11  Jeremy Sowdenbuild: use pkg-config or pcap-config for libpcap
2022-01-11  Jeremy Sowdenbuild: use pkg-config or mysql_config for libmysqlclient
2022-01-11  Jeremy Sowdenbuild: use pkg-config for libdbi
2022-01-11  Jeremy Sowdenbuild: use `--enable-XYZ` options for output plugins
2022-01-10  Jeremy Sowdenoutput: SQLITE3: remove unused variable
2022-01-09  Pablo Neira... output: GPRINT: fix it with NFLOG
2022-01-04  Pablo Neira... output: JSON: remove bogus check for host and port
2022-01-04  Pablo Neira... output: JSON: fix possible truncation of socket path
2022-01-03  Jeremy Sowdenoutput: IPFIX: remove compiler attribute macros
2022-01-03  Jeremy Sowdenoutput: JSON: optimize appending of newline to output
2022-01-03  Jeremy Sowdenoutput: JSON: fix possible leak in error-handling.
2022-01-03  Jeremy Sowdenoutput: JSON: increase time-stamp buffer size
2022-01-03  Jeremy Sowdenoutput: JSON: fix output of GMT offset
2022-01-03  Jeremy Sowdendb: simplify initialization of ring-buffer
2022-01-03  Jeremy Sowdendb: improve mapping of input-keys to DB columns
2022-01-03  Jeremy Sowdendb: improve formatting of insert statement
2022-01-03  Jeremy Sowdenoutput: SQLITE3: catch errors creating SQL statement
2022-01-03  Pablo Neira... output: SQLITE3: improve mapping of fields to DB columns
2022-01-03  Jeremy Sowdenoutput: SQLITE3: improve mapping of DB columns to fields
2022-01-03  Jeremy Sowdenoutput: SQLITE3: improve formatting of insert statement
2021-12-06  Jeremy Sowdenbuild: bump libnetfilter_log dependency
2021-12-06  Jeremy Sowdenoutput: SQLITE3: fix memory-leak in error-handling
2021-12-06  Jeremy Sowdenoutput: SQLITE3: fix possible buffer overruns
2021-12-06  Jeremy Sowdenoutput: PGSQL: fix non-`connstring` configuration of...
2021-12-06  Jeremy Sowdenoutput: PGSQL: improve mapping of DB columns to input...
2021-12-06  Jeremy Sowdenoutput: MYSQL: improve mapping of DB columns to input...
2021-12-06  Jeremy Sowdenoutput: DBI: fix configuration of DB connection
2021-12-06  Jeremy Sowdenoutput: DBI: fix NUL-termination of escaped SQL string
2021-11-30  Jeremy Sowdenoutput: DBI: improve mapping of DB columns to input...
2021-11-30  Jeremy Sowdenoutput: DBI: fix deprecation warnings
2021-11-30  Jeremy Sowdeninput: UNIXSOCK: prevent unaligned pointer access
2021-11-30  Jeremy Sowdeninput: UNIXSOCK: fix possible truncation of socket...
2021-11-30  Jeremy Sowdeninput: UNIXSOCK: remove stat of socket-path
2021-11-30  Jeremy Sowdenfilter: PWSNIFF: replace malloc+strncpy with strndup
2021-11-30  Jeremy SowdenReplace malloc+memset with calloc
2021-11-30  Jeremy Sowdenfilter: HWHDR: remove zero-initialization of MAC type
2021-11-30  Jeremy Sowdenfilter: HWHDR: re-order KEY_RAW_MAC checks
2021-11-30  Jeremy Sowdenfilter: HWHDR: simplify flow-control
next