index
:
libnetfilter_conntrack
master
libnetfilter_conntrack tree
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: export NFCT_HELPER_NAME_MAX
Pablo Neira Ayuso
2011-12-24
6
-14
/
+17
*
expect: modify output by moving zone and flags to the end of the line
Pablo Neira Ayuso
2011-12-24
1
-18
/
+18
*
expect: support CTA_EXPECT_HELP_NAME
Pablo Neira Ayuso
2011-12-24
7
-0
/
+34
*
expect: add nfexp_send()
Pablo Neira Ayuso
2011-12-08
2
-0
/
+37
*
expect: nfexp_snprintf displays mask and master tuple information
Pablo Neira Ayuso
2011-12-06
4
-14
/
+47
*
expect: nfexp_snprintf prints expectation timeout if present
Pablo Neira Ayuso
2011-10-27
1
-2
/
+14
*
expect: fix missing parsing of master tuple
Pablo Neira Ayuso
2011-10-27
1
-6
/
+15
*
doc: fix missing nfct_copy function not included in doxygen report
Pablo Neira Ayuso
2011-10-13
1
-4
/
+0
*
conntrack: objopt: NO_EFFECT
Jiri Popelka
2011-06-13
1
-1
/
+1
*
utils: add nfct_destroy() to all examples in utils
Andrew Beverley
2011-05-14
11
-0
/
+46
*
build: Linux kernel-style for compilation messages
Pablo Neira Ayuso
2011-03-15
1
-0
/
+3
*
build: bump version to 0.9.1
libnetfilter_conntrack-0.9.1
Pablo Neira Ayuso
2011-02-24
2
-2
/
+2
*
conntrack: fix subscript is above array bounds in secctx
Pablo Neira Ayuso
2011-02-24
1
-1
/
+1
*
src: deprecate low level API
Pablo Neira Ayuso
2011-02-22
3
-79
/
+101
*
conntrack: deprecate nfct_sizeof() and nfct_maxsize() functions
Pablo Neira Ayuso
2011-02-17
2
-2
/
+6
*
conntrack: add NFCT_CP_OVERRIDE flag for nfct_copy()
Pablo Neira Ayuso
2011-02-17
4
-0
/
+17
*
conntrack: fix segfault in nfct_copy() if secctx of origin is not set
Pablo Neira Ayuso
2011-02-17
1
-2
/
+5
*
conntrack: add timestamp support
Pablo Neira Ayuso
2011-02-17
13
-28
/
+276
*
include: sync IPS_* bits with current in the Linux kernel
Pablo Neira Ayuso
2011-02-06
1
-1
/
+9
*
api: fix use-after-free bug in nfct_destroy()
Pablo Neira Ayuso
2011-01-21
1
-1
/
+1
*
src: add support for CTA_SECCTX
Pablo Neira Ayuso
2011-01-16
11
-1
/
+76
*
qa: resolve compiler warnings
Jan Engelhardt
2010-12-30
2
-5
/
+10
*
utils: resolve compiler warnings
Jan Engelhardt
2010-12-30
19
-26
/
+49
*
build: use -Wall across the entire source
Jan Engelhardt
2010-12-30
4
-6
/
+1
*
build: remove unused LIBTOOL_DEPS
Jan Engelhardt
2010-12-30
1
-2
/
+0
*
Merge branch 'master' of git://dev.medozas.de/libnetfilter_conntrack
Pablo Neira Ayuso
2010-12-21
21
-41
/
+41
|
\
|
*
utils: use sizeof(buf) over hardcoded number
Jan Engelhardt
2010-11-09
6
-6
/
+6
|
*
src: declare non-modified data as const
Jan Engelhardt
2010-11-09
14
-34
/
+34
|
*
src: remove redundant casts
Jan Engelhardt
2010-11-09
1
-1
/
+1
*
|
callback: remove unused goto tag
Pablo Neira Ayuso
2010-12-18
1
-1
/
+0
*
|
src: replace CTA_PROTOINFO_DCCP_SEQ by CTA_PROTOINFO_DCCP_HANDSHAKE_SEQ
Pablo Neira Ayuso
2010-12-18
3
-4
/
+4
|
/
*
expect: export already implement low-level functions
Pablo Neira Ayuso
2010-11-09
2
-14
/
+32
*
utils: expect_events now listens to all sort of expectation events
Pablo Neira Ayuso
2010-11-09
1
-1
/
+3
*
src: allow to use nfct handler for conntrack and expectations at the same time
Pablo Neira Ayuso
2010-11-08
15
-156
/
+282
*
Merge branch 'master' of git://dev.medozas.de/libnetfilter_conntrack
Pablo Neira Ayuso
2010-11-07
1
-6
/
+9
|
\
|
*
build: run autoupdate to replace obsolete constructs
Jan Engelhardt
2010-10-31
1
-4
/
+3
|
*
build: use AC_OUTPUT
Jan Engelhardt
2010-10-31
1
-2
/
+5
|
*
build: default to not building static libraries
Jan Engelhardt
2010-10-31
1
-0
/
+1
*
|
doc: update README file (including re-license to GPLv2+)
Pablo Neira Ayuso
2010-11-02
1
-9
/
+15
|
/
*
Update .gitignore
Jan Engelhardt
2010-10-30
2
-0
/
+20
*
build: no need for error message in PKG_CHECK_MODULES
Jan Engelhardt
2010-10-30
4
-20
/
+5
*
build: remove -fPIC flag
Jan Engelhardt
2010-10-30
3
-3
/
+3
*
build: remove unused $(all_includes)
Jan Engelhardt
2010-10-30
1
-1
/
+1
*
build: remove statements without effect
Jan Engelhardt
2010-10-30
1
-4
/
+0
*
build: use sh -e, remove autom4te.cache
Jan Engelhardt
2010-10-30
1
-1
/
+2
*
build: set Libs.private for pkgconfig file
Jan Engelhardt
2010-10-30
1
-0
/
+1
*
conntrack: fix independent metadata checkings in XML output
Pablo Neira Ayuso
2010-10-28
1
-2
/
+8
*
expect: add missing tags for expectation events
Pablo Neira Ayuso
2010-10-08
1
-0
/
+6
*
utils: add user-space expectation example
Pablo Neira Ayuso
2010-10-07
2
-1
/
+133
*
utils: more realistic expectation creation for FTP helper
Pablo Neira Ayuso
2010-10-07
3
-9
/
+9
[next]