index
:
ulogd2
master
ulogd2 tree
eric@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
output: JSON: optimize appending of newline to output
Jeremy Sowden
2022-01-03
1
-2
/
+2
*
output: JSON: fix possible leak in error-handling.
Jeremy Sowden
2022-01-03
1
-7
/
+6
*
output: JSON: increase time-stamp buffer size
Jeremy Sowden
2022-01-03
1
-1
/
+1
*
output: JSON: fix output of GMT offset
Jeremy Sowden
2022-01-03
1
-4
/
+5
*
db: simplify initialization of ring-buffer
Jeremy Sowden
2022-01-03
1
-3
/
+2
*
db: improve mapping of input-keys to DB columns
Jeremy Sowden
2022-01-03
1
-5
/
+8
*
db: improve formatting of insert statement
Jeremy Sowden
2022-01-03
1
-10
/
+9
*
output: SQLITE3: catch errors creating SQL statement
Jeremy Sowden
2022-01-03
1
-7
/
+13
*
output: SQLITE3: improve mapping of fields to DB columns
Pablo Neira Ayuso
2022-01-03
1
-16
/
+8
*
output: SQLITE3: improve mapping of DB columns to fields
Jeremy Sowden
2022-01-03
1
-13
/
+13
*
output: SQLITE3: improve formatting of insert statement
Jeremy Sowden
2022-01-03
1
-10
/
+6
*
build: bump libnetfilter_log dependency
Jeremy Sowden
2021-12-06
1
-1
/
+1
*
output: SQLITE3: fix memory-leak in error-handling
Jeremy Sowden
2021-12-06
1
-1
/
+5
*
output: SQLITE3: fix possible buffer overruns
Jeremy Sowden
2021-12-06
1
-3
/
+3
*
output: PGSQL: fix non-`connstring` configuration of DB connection
Jeremy Sowden
2021-12-06
1
-27
/
+17
*
output: PGSQL: improve mapping of DB columns to input-keys
Jeremy Sowden
2021-12-06
1
-7
/
+7
*
output: MYSQL: improve mapping of DB columns to input-keys
Jeremy Sowden
2021-12-06
1
-7
/
+7
*
output: DBI: fix configuration of DB connection
Jeremy Sowden
2021-12-06
1
-7
/
+7
*
output: DBI: fix NUL-termination of escaped SQL string
Jeremy Sowden
2021-12-06
1
-4
/
+6
*
output: DBI: improve mapping of DB columns to input-keys
Jeremy Sowden
2021-11-30
1
-21
/
+13
*
output: DBI: fix deprecation warnings
Jeremy Sowden
2021-11-30
1
-7
/
+11
*
input: UNIXSOCK: prevent unaligned pointer access
Jeremy Sowden
2021-11-30
1
-9
/
+9
*
input: UNIXSOCK: fix possible truncation of socket path
Jeremy Sowden
2021-11-30
1
-5
/
+10
*
input: UNIXSOCK: remove stat of socket-path
Jeremy Sowden
2021-11-30
1
-14
/
+5
*
filter: PWSNIFF: replace malloc+strncpy with strndup
Jeremy Sowden
2021-11-30
1
-9
/
+9
*
Replace malloc+memset with calloc
Jeremy Sowden
2021-11-30
5
-20
/
+5
*
filter: HWHDR: remove zero-initialization of MAC type
Jeremy Sowden
2021-11-30
1
-1
/
+1
*
filter: HWHDR: re-order KEY_RAW_MAC checks
Jeremy Sowden
2021-11-30
1
-18
/
+16
*
filter: HWHDR: simplify flow-control
Jeremy Sowden
2021-11-30
1
-13
/
+11
*
db: add missing `break` to switch case
Jeremy Sowden
2021-11-30
1
-0
/
+1
*
jhash: add "fall through" comments to switch cases
Jeremy Sowden
2021-11-30
1
-12
/
+12
*
XML: show both nflog packet and conntrack
Ken-ichirou MATSUZAWA
2021-11-23
1
-11
/
+22
*
NFLOG: attach struct nf_conntrack
Ken-ichirou MATSUZAWA
2021-11-23
2
-6
/
+68
*
NFLOG: add NFULNL_CFG_F_CONNTRACK flag
Ken-ichirou MATSUZAWA
2021-11-23
1
-1
/
+10
*
output: IPFIX: correct format specifiers
Jeremy Sowden
2021-11-23
1
-4
/
+5
*
input: UNIXSOCK: correct format specifiers
Jeremy Sowden
2021-11-23
1
-5
/
+6
*
ulogd: fix order of log arguments
Jeremy Sowden
2021-11-23
1
-1
/
+1
*
ulogd: remove empty log-line
Jeremy Sowden
2021-11-23
1
-1
/
+0
*
include: add `format` attribute to `__ulogd_log` declaration
Jeremy Sowden
2021-11-23
1
-2
/
+3
*
build: missing ipfix.h header when running make distcheck
Pablo Neira Ayuso
2021-11-16
1
-0
/
+2
*
build: use `AS_IF` consistently in configure.ac
Jeremy Sowden
2021-11-16
1
-79
/
+37
*
build: quote autoconf macro arguments
Jeremy Sowden
2021-11-15
1
-32
/
+60
*
build: remove commented-out code
Jeremy Sowden
2021-11-15
1
-12
/
+0
*
build: update obsolete autoconf macros
Jeremy Sowden
2021-11-15
1
-4
/
+2
*
build: use correct automake variable for library dependencies
Jeremy Sowden
2021-11-15
2
-2
/
+4
*
build: delete commented-out code
Jeremy Sowden
2021-11-15
1
-4
/
+1
*
build: group `*_la_*` variables with their libraries
Jeremy Sowden
2021-11-15
1
-8
/
+8
*
build: skip sub-directories containing disabled plugins
Jeremy Sowden
2021-11-15
12
-33
/
+38
*
build: use `dist_man_MANS` to declare man-pages
Jeremy Sowden
2021-11-15
1
-2
/
+2
*
build: add Make_global.am for common flags
Jeremy Sowden
2021-11-15
17
-39
/
+36
[next]