blob: 8d99d04d95054f9ec4ab35000d1459e3c09a410a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
2005-10-27
<pablo@eurodev.net>
o Use conntrack VERSION instead of the old LIBCT_VERSION
o proto_list and lib_dir are now static
o kill dead code: function dump_tuple
o Bumped version to 0.92
2005-10-25
<eleblond@inl.fr>
o Add missing autogen.sh file
2005-10-24
<pablo@eurodev.net>
o use NFCT_ANY_GROUP flag in nfct_open()
2005-10-21
<pablo@eurodev.net>
o Bumped version to 0.90
o Add support for id and marks
2005-10-20
<pablo@eurodev.net>
o Kill some more files that generated by the autocrap
o Resync with the lastest libnetfilter_conntrack API changes
2005-10-16
<pablo@netfilter.org>
o Rename libct_proto.h to conntrack.h
o Remove config.h.in from svn, it's autogenerated by the autocrap :)
o Remove dead functions in the SCTP protocol helper
2005-10-14
<pablo@netfilter.org>
o Kill config.h.in, it's generated by the autocrap
o The conntrack tool now uses libnetfilter_conntrack :)
o libct.c has been killed, now it's in libnetfilter_conntrack
o Check if you're root or CAP_NET_ADMIN
o Bumped version number to 0.86
2005-10-07
<chentschel@iplan.com.ar>
o Fixed ICMP options
<pablo@netfilter.org>
o Multiple fixes for the ICMP protocol handler
o Fix ICMP output: wrong output. type and code were set to zero.
2005-10-05
<pablo@netfilter.org>
o Fix up counters
o Fix up compilation (IPS_* stuff missing), still need a proper fix
o Bumped version number to 0.82
2005-09-24
<laforge@netfilter.org>
o Get rid of C++ style comments
o Remove remaining bits of "-A --action", group-mask and dump-mask
o Clean up #include's
o Fix double-free when exiting via signal handler (Ctrl+C)
o Add "version" member to plugins
o Fix some Endianness issues when printing CTA_STATUS
2005-08-31
<pablo@netfilter.org>
o Fix packet and bytes counters (use __be64_to_cpu)
o Fix ip_conntrack_netlink load-on-demand
2005-07-12
<pablo@eurodev.net>
o Use conntrack netlink attributes: Major change
o Kill action setting: Mask based dumping
o Fix ChangeLog
2005-05-23
<laforge@netfilter.org>
o Fixed syntax error (tab/space issue) in help message
o Fixed getopt handling on big endian machines
o Fixed possible future read-over-end-of-array in TCP extension
o Add manpage
o Add missing space at output of libct_proto_icmp.c
o Add status bits that were introduced in 2.6.11
o Add SCTP extension
o Add support for expect creation
o Bump version number to 0.63
2005-05-17
<pablo@eurodev.net>
o Added descriptive error messages.
o Fix wrong flags check in [tcp|udp] proto helpers.
2005-05-16
<pablo@eurodev.net>
o Implemented ICMP proto helper
o Added help() and final_check() functions for proto helpers.
2005-05-01
<pablo@eurodev.net>
o Created changelog file
o Deleted libctnetlink.h and libnfnetlink.h from the include/ dir.
o Added support for version (-V) and help (-h)
o Added event mask based support
o Added GPLv2 headers
o Use fprintf instead of printf
o Defined print_tuple and print_proto output interfaces
o ctnl_[get|del]_conntrack handles return value from kernel via msgerr
o Added support for conntrack table flushing
o Added test case file (test.sh)
o Improve dump output
<azez@ufomechanic.net>
o Autoconf stuff for conntrack + some pablo's modifications.
o Fixed packet counters formatting (use %llu instead of %lu)
2005-04-25
<pablo@eurodev.net>
o Added support for mask based event dumping
o Added support for mask based event notification
o On-demand autoload of ip_conntrack_netlink
|