index
:
libnetfilter_log
master
libnetfilter_log tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
update link to git repository
Pablo Neira Ayuso
2024-09-25
1
-1
/
+1
*
fix bug in race condition of calling nflog_open from different threads at sam...
Evgenii Bendyak
2024-04-30
1
-5
/
+4
*
libipulog: remove debugging printfs
Jeremy Sowden
2023-09-04
1
-2
/
+1
*
doc: correct non-native solecism
Jeremy Sowden
2022-04-10
1
-1
/
+1
*
build: bump version to 1.0.2
libnetfilter_log-1.0.2
Pablo Neira Ayuso
2021-11-18
1
-1
/
+1
*
src: add conntrack ID to XML output
Ken-ichirou MATSUZAWA
2021-11-08
1
-3
/
+49
*
build: move dependency CFLAGS variables out of `AM_CPPFLAGS`
Jeremy Sowden
2021-10-12
1
-8
/
+10
*
src: doc: Document nflog_callback_register() and nflog_handle_packet()
Duncan Roe
2021-09-28
1
-0
/
+32
*
src: doc: Add \return for nflog_get_packet_hw()
Duncan Roe
2021-09-28
1
-1
/
+5
*
src: doc: Insert SYNOPSIS sections for man pages
Duncan Roe
2021-09-28
2
-7
/
+37
*
src: doc: revise doxygen for all other modules
Duncan Roe
2021-09-28
1
-29
/
+71
*
src: doc: revise doxygen for module "Netlink message helper functions"
Duncan Roe
2021-09-20
1
-31
/
+29
*
src: consistently use `gh` in code, code snippets and examples
Duncan Roe
2021-09-06
1
-3
/
+3
*
src: doc: Eliminate doxygen warnings
Duncan Roe
2021-09-06
1
-8
/
+20
*
src: whitespace: Remove trailing whitespace and inconsistent indents
Duncan Roe
2021-09-06
2
-16
/
+16
*
build: add LIBVERSION variable for ipulog
Jeremy Sowden
2021-08-30
1
-5
/
+6
*
libipulog: fill in missing packet fields.
Jeremy Sowden
2021-08-30
1
-7
/
+16
*
libipulog: use correct index to find attribute in packet.
Jeremy Sowden
2021-08-30
1
-1
/
+1
*
src: use calloc instead of malloc + memset.
Jeremy Sowden
2021-08-30
2
-6
/
+3
*
doc: fix typo's in example.
Jeremy Sowden
2021-08-30
1
-3
/
+3
*
build: link libnetfilter_log_libipulog.so explicitly to libnfnetlink.so.
Jeremy Sowden
2020-11-30
1
-1
/
+1
*
build: remove duplicate `-lnfnetlink` from LDFLAGS.
Jeremy Sowden
2020-11-30
1
-1
/
+1
*
nlmsg: Add NFULA_CT and NFULA_CT_INFO attributes support
Ken-ichirou MATSUZAWA
2015-10-12
1
-1
/
+2
*
nlmsg: add printf function in conjunction with libmnl
Ken-ichirou MATSUZAWA
2015-08-24
2
-5
/
+54
*
src: introduce new functions independent from libnfnetlink
Ken-ichirou MATSUZAWA
2015-08-24
2
-2
/
+163
*
src: Use stdint types everywhere
Felix Janda
2015-05-27
2
-51
/
+51
*
configure: add --without-ipulog option to disable libipulog build
Matthieu Crapet
2014-02-12
1
-1
/
+5
*
build: use -Wall across the entire source
Jan Engelhardt
2010-12-30
1
-2
/
+0
*
build: create a Make_global.am file
Jan Engelhardt
2010-12-30
1
-1
/
+2
*
src: declare non-modified data as const
Jan Engelhardt
2010-12-21
1
-3
/
+3
*
src: remove redundant casts
Jan Engelhardt
2010-12-21
1
-1
/
+1
*
doc: discourage the use of nflog_set_nlbufsiz()
Pablo Neira Ayuso
2010-11-04
1
-0
/
+4
*
build: no need for error message in PKG_CHECK_MODULES
Jan Engelhardt
2010-10-31
1
-2
/
+2
*
build: remove -fPIC flag
Jan Engelhardt
2010-10-31
1
-1
/
+1
*
build: avoid use of deprecated INCLUDES
Jan Engelhardt
2010-10-30
1
-1
/
+1
*
license: upgrade to GPLv2+
Pablo Neira Ayuso
2010-10-29
1
-1
/
+1
*
nfq: fix redundant LIBVERSION definition
libnetfilter_log-1.0.0
Pablo Neira Ayuso
2010-07-15
1
-1
/
+19
*
doc: add libnetfilter_log doxygen documentation and update copyright notice
Pablo Neira Ayuso
2010-07-14
1
-5
/
+431
*
nflog: revert previous patch
Pablo Neira Ayuso
2010-07-11
1
-1
/
+1
*
nflog: do not default to NFLOG_XML_HW in nflog_snprintf_xml()
Pablo Neira Ayuso
2010-07-11
1
-1
/
+1
*
nflog: remove `0x' from HW protocol in output of nflog_snprintf_xml()
Pablo Neira Ayuso
2010-07-11
1
-2
/
+2
*
nflog: fix HW address output in nfq_snprintf_xml()
Pablo Neira Ayuso
2010-07-11
1
-3
/
+3
*
nflog: consistent nflog_snprintf_xml() return value with snprintf()
Pablo Neira Ayuso
2010-07-11
1
-60
/
+63
*
add nflog_snprintf_xml() to output a log in XML format
Pablo Neira Ayuso
2010-05-25
1
-0
/
+155
*
nflog: replace nfnl_talk by nfnl_query and disable sequence tracking
Pablo Neira Ayuso
2009-02-17
1
-6
/
+9
*
Suppress NFULNL_MSG_CONFIG callback registration.
Eric Leblond
2008-12-30
1
-20
/
+0
*
Suppress reference to libnetfilter_queue which is the model of libnetfilter_log.
Eric Leblond
2008-12-30
1
-7
/
+7
*
Fix minor memory leak in nflog_close().
Eric Leblond
2008-12-15
1
-1
/
+3
*
Add parsing function for raw hardware header
Eric Leblond
2008-07-17
1
-0
/
+16
*
Use union to ensure proper alignment
Fabian Hugelshofer
2008-06-18
1
-32
/
+44
[next]