Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos-legacy/libnetfilter-conntrack

This package contains the libnetfilter-conntrack3 library
https://github.com/vyos-legacy/libnetfilter-conntrack

o Fixed bugs in UDP and SCTP protocol handlers (parse_proto)

o Added the comparison infrastructure for layer-4 protocols
o Added libnetfilter_conntrack_[tcp|u...

25b2d74cebc9680dde4028f2f50aec396b29559e authored about 19 years ago
add KERNEL_DIR option to autogen.sh for all new libraries (Krzysztof Oledzki)

ade771be804b64a5d5a5aede5d1a6d4fe6e6a43b authored about 19 years ago
we need to use AM_CFLAGS to prevent overriding of user-specified CFLAGS

2ab70cc82e560a2278354d0eae95b7e1121049a7 authored about 19 years ago
some old libc's don't define IPPROTO_SCTP

59b22074fded6d2146d0dcdfda073aab1a6bdcdb authored about 19 years ago
add Make_global.am to EXTRA_DIST

3f6ed864c3cf7326d10e6bb5d6802de61db8de21 authored about 19 years ago
add global Makefile

f641c43ba0d6c73a5d30f9a723f4b3f82b371923 authored about 19 years ago
- get rid of KERNELDIR include

- have only one place where we specify the includes (Make_global.am)

22b52a4ba5c578df1ea3e243a7bbdddd1c00cea2 authored about 19 years ago
This patch add the ability to copy and mangle the kernel headers

required by libnfnetlink and libnetfilter_[queue|log|conntrack] at
autogen.sh stage. (Pablo Neira)

e7468c43a5bca2c8bb5fa919c4732810285ae926 authored about 19 years ago
bump version to 0.0.27

5f43270fb11b69b37477827ee9d7581822a6c186 authored about 19 years ago
don't use kernel headers installed on system, but include our own linux_nnfnetlink_conntrack.h

f7b871cd5fed1f2de5509e69cf7cd91e23e87a43 authored about 19 years ago
o nfct_build_conntrack is too much, the only clients are new_conntrack and

update_conntrack, and it doesn't even fit well for both cases. So I decided to
kill it and inline...

838b8d1644e4a31b5e515e9eddf69fb844aeafc2 authored about 19 years ago
introduce library API versioning and plugin release handling

d0a9ad5275bcc7b87200724ee9294e9f456ff17f authored about 19 years ago
- modules don't need a 'lib' prefix

- modules need to be linked against libnetfilter_conntrack.la, otherwise they miss a dependency

93022769c4a822e613f11cf64b444d58d6b9ed97 authored about 19 years ago
sed 's/nfct_proto_.so/libnfct_proto_.so/g'

21f658aae73211a9803bd71b4da719f12f452695 authored about 19 years ago
o move nfct_handler to libnetfilter_conntrack.c, better for encapsulation

o fixed ICMP ID handling
o fix -> libtool: link: libtool library `nfct_proto_*.la' must begin wit...

ea8216abbf38d4afcd8e1bed0e948df9111984ac authored about 19 years ago
remove bogus acinclude.m4 stuff

9713cbc9738611d962aad548bbf61606cc1503f3 authored about 19 years ago
- move plugins to their own subdirectory

- rename plugins to something that indicates their purpose (protocol)

057e8b632481d4e31c646ac091dc5a0808b3f9b9 authored about 19 years ago
we have to link against libnfnetlink, otherwise the dependency is missing

fdeb0aa5e1c4e21ecc03131c4a22f39993bff619 authored about 19 years ago
destination ipv6 address is also 128bits, not 64.

62f385b86bae3aca131650d9d29ec1c6001c201c authored about 19 years ago
add nfct_fd() function

609ef1fc13f01cceda247390a7b66a8801fda62b authored about 19 years ago
add extra 'data' argument to callback functions

c14bac8c8fd73e708430336dc8e4bcfc13e9b310 authored about 19 years ago
Add another missing bit concerned with the blank space in nfct_sprintf_expect_id

e4bba18a91266f9188e0d491f170a827798cc1aa authored about 19 years ago
Remove last blank space returned by nfct_sprintf_expect_id

9c58321ef443859d18deaaacca200ceccfdfb3d4 authored about 19 years ago
o Kill non-portable NIPQUAD, use inet_ntoa instead.

o nfct_build_conntrack flit bits of status, timeout, id and mark.
o finish incomplete support for...

972c094c088208e5092f2cd65ebda03734b6202a authored about 19 years ago
o Display similar ICMP output as cat /proc/net/ip_conntrack

6a5a5174344f8b7318489aabc395864b1779db93 authored about 19 years ago
o ctnl_test now uses NFCT_ALL_CT_GROUPS

5930b52c8f71c56b631e9d124b310874b5c0fc8f authored over 19 years ago
o Bumped version to 0.2.4

o Redefine NFCT_ALL_CT_GROUPS
o Fix typemsg2enum prototype, flags and type are 16 bits long, not ...

8a1642dc19b2199ec06542e6b24aeddd5cf593f2 authored over 19 years ago
Special thanks to Deti Fiegl from the Leibniz Supercomputing Centre in Munich, Germany for providing the "fast" hardware to reproduce spurious bugs ;)

List of changes:
o Replace misleading flag NFCT_ANY_GROUP by NFCT_ALL_GROUPS
o Update test file ...

837747610f4c8046889aacd3f29f1f63049015cc authored over 19 years ago
o Added the expectation printing API

o Bumped version to 0.2.2

f03dacaf6b7afb221a779cdc3ad6953a6aa770d7 authored over 19 years ago
o make static protocol handler functions

o move build_tuple_proto and build_protoinfo to the extensions where it
really belongs to.
o Rewo...

8dbd12018152683d253ff59ca22f646a410c1a82 authored over 19 years ago
Thanks to Harald for all the comments.

o libnetfilter_conntrack.h splitted into two parts: what is visible to
application programs and...

62b2c282232df3407b966198a3cbd1292edb4913 authored over 19 years ago
Fix alignment issues

e0fb5af798a1b7723e228ffc7c67e38babc883c6 authored over 19 years ago
o Renamed nfct_[set|unset]_callback to nfct_[register|unregister]_callback

o Added some very brief comments to libnetfilter_conntrack.h
o Implemented the conntrack printers...

c7c7bbb573e310ca6fa6040e11f86440c9380ad7 authored over 19 years ago
o new nfct_handler prototype

o NFCT_COUNTERS splitted in NFCT_COUNTERS_[ORIG|RPLY]
o all global vars are now static
o kill nfc...

38d44b9935a3001ce7872bcb22c481dcfe504925 authored over 19 years ago
o Fix autogen.sh. Thanks to Eric Leblond <[email protected]>

36c2ce21e743134783740063798c7015dd69513b authored over 19 years ago
o Add conntrack event notification test

o Define NFCT_ANY_GROUP flag
o Now callback can return a value to stop receiving events
o impleme...

f23f45f0f09656c0ef960febf6e07442c9053e6d authored over 19 years ago
o Fix wrong list initialization of proto_list

o Added a simple test case, yet incomplete

fd5957445131fa3855d40db40e421e78e9c9246a authored over 19 years ago
o Bumped version to 0.1.3

o Add support for ID's
o Fixed stupid bug in NFCT_* flags, I'm stupid
o Simplify handler logic
o ...

ed2a30011c4e490a278419ada44d2089f2874ae0 authored over 19 years ago
Some API changes, still some slighty modification are about to come before

the first 1.0 release

c5e567d6f8ae35456f1ec08cd1db3e1523e4454d authored over 19 years ago
o Missing flags fro nfct_open()

o fix some indentation
o fix a leak on error path in ncft_open()

329bed355a397617d9661bc44aabde88476e9633 authored over 19 years ago
Commit libnetfilter_conntrack.h, I missed it :(

5df5a11591fb6eff06ff931152d7b7d07e1f3cb3 authored over 19 years ago
Rename libnfnetlink_conntrack to libnetfilter_conntrack, for some

unknown reason this didn't happen in the lastest commit.

bfe902dc0f16bae4e07d9befc4ebd35c8d64ff06 authored over 19 years ago
Fix the calculation of the mininum size of a message. This fix the deficit complain of nfnl_parse_attr.

1fc20c813dbf0c73ac37bf23cd932ff5afed835c authored over 19 years ago
Major changes, this library isn't libnfnetlink_conntrack anymore.

We provide an high level interface that abstracts from the netlink
sockets. Now users don't need ...

f9dc4d2ed9f724057ed107839aa8ca6122f7b46c authored over 19 years ago
- Add missing files: include/libnfnetlink_conntrack/Makefile.am and include/Makefile.am.

- Rename list_conntrack_handler to callback_handler, IMHO a proper name for such function.
- Use ...

9307f9476ba20c3f08a5740ce06274a15d85b8c7 authored over 19 years ago
we only need automake 1.6

bed14205860cca8adef33d9ab5e80adc866518f3 authored over 19 years ago
0.0.10

cc167210487643aa93f057d73fbcec747f938dcc authored over 19 years ago
include ip_conntrack.h for status bit enum

ce4510b60615d3b950f2b6bf16afa935458fbebd authored over 19 years ago
- make ctnl_test compile again (but it still needs to be ported)

- document new 3parameter open function

fb29cf4bf1c66b9ee76dd1644dfe473308b0e092 authored over 19 years ago
fix include paths, use correct automake version, add missing Makefile.am

234a44df5c4f1599c11ab4a43eb4845d2e471345 authored over 19 years ago
This patch includes the following updates for the userspace

libnfnetlink_conntrack library:

a) change ctnl_open prototype: Now the subsystem is passed as pa...

66a41c1c413e39ba39e41d72d18abb36a1491d46 authored over 19 years ago
add gpl

9cac907e38eca19e4aa00bf809141de8bf31faa8 authored over 19 years ago
fix up include path names

feb1ef7d0f450973aab2ed85987c3d6d17056498 authored over 19 years ago
restructuring libctnetlink -> libnfnetlink_conntrack

8021789a9c6f98a42e30b70a782842a1dcc45efc authored over 19 years ago