]> git.ipfire.org Git - thirdparty/ulogd2.git/shortlog
thirdparty/ulogd2.git
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
2021-11-30  Jeremy Sowdendb: add missing `break` to switch case
2021-11-30  Jeremy Sowdenjhash: add "fall through" comments to switch cases
2021-11-23  Ken-ichirou... XML: show both nflog packet and conntrack
2021-11-23  Ken-ichirou... NFLOG: attach struct nf_conntrack
2021-11-23  Ken-ichirou... NFLOG: add NFULNL_CFG_F_CONNTRACK flag
2021-11-23  Jeremy Sowdenoutput: IPFIX: correct format specifiers
2021-11-23  Jeremy Sowdeninput: UNIXSOCK: correct format specifiers
2021-11-23  Jeremy Sowdenulogd: fix order of log arguments
2021-11-23  Jeremy Sowdenulogd: remove empty log-line
2021-11-23  Jeremy Sowdeninclude: add `format` attribute to `__ulogd_log` declar...
2021-11-16  Pablo Neira... build: missing ipfix.h header when running make distcheck
2021-11-16  Jeremy Sowdenbuild: use `AS_IF` consistently in configure.ac
2021-11-15  Jeremy Sowdenbuild: quote autoconf macro arguments
2021-11-15  Jeremy Sowdenbuild: remove commented-out code
2021-11-15  Jeremy Sowdenbuild: update obsolete autoconf macros
2021-11-15  Jeremy Sowdenbuild: use correct automake variable for library depend...
2021-11-15  Jeremy Sowdenbuild: delete commented-out code
2021-11-15  Jeremy Sowdenbuild: group `*_la_*` variables with their libraries
2021-11-15  Jeremy Sowdenbuild: skip sub-directories containing disabled plugins
2021-11-15  Jeremy Sowdenbuild: use `dist_man_MANS` to declare man-pages
2021-11-15  Jeremy Sowdenbuild: add Make_global.am for common flags
2021-11-15  Jeremy Sowdenbuild: move CPP `-D` flag.
2021-11-15  Jeremy Sowdenbuild: remove empty filter sub-directory
2021-11-15  Jeremy Sowdenbuild: remove unused Makefile fragment
2021-11-15  Jeremy Sowdengitignore: ignore .dirstamp
2021-11-15  Jeremy Sowdengitignore: add Emacs artefacts
2021-10-11  Ken-ichirou... NFLOG: fix seq global flag setting
2021-10-11  Ken-ichirou... XML: support nflog pkt output
2021-05-27  Cole Dishingtonprintpkt: print pkt mark like kernel
2020-10-30  Timon Ulrichraw2packet: fix comma instead of semicolon
2020-02-23  Andreas Jaggiulogd: printpkt: always print IPv6 protocol
2019-04-30  Ander JuaristiIPFIX: Introduce template record support
2019-04-30  Ander JuaristiIPFIX: Add IPFIX output plugin
2018-10-31  Cameron Normanulogd: fix build with musl libc
2018-06-01  Andreas Jaggiulogd: json: send messages to a remote host / unix...
2018-04-26  Arturo Borrero... remove ulogd2.rotate and ulogd2.spec from Makefile.am ulogd-2.0.7
2018-04-26  Arturo Borrero... Set release number to 2.0.7.
2018-04-11  Arturo Borrero... ulogd2: cleanup downstream files
2018-01-08  Arturo Borrero... ulogd: load all plugins by default
next