summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Linux kernel version checkingPablo Neira Ayuso2008-09-171-6/+1
* filter: fix NAT detection tweakPablo Neira Ayuso2008-09-162-18/+3
* ftfw: check for malformed ack and nack messagesPablo Neira Ayuso2008-09-161-0/+8
* compilation: relax too strict warning checkingPablo Neira Ayuso2008-08-151-1/+0
* cli: insert `conntrack-tools' string in help and error messagesPablo Neira Ayuso2008-08-121-4/+4
* cli: check for missing arguments in getopt_longPablo Neira Ayuso2008-08-121-7/+13
* cli: remove unrequired \n in error messagePablo Neira Ayuso2008-08-121-1/+1
* cli: remove duplicated optarg checkingPablo Neira Ayuso2008-08-121-36/+0
* netlink: avoid errors related to the expected bit handlingPablo Neira Ayuso2008-08-071-2/+15
* cache iterators: commit master entries before related onesPablo Neira Ayuso2008-08-073-5/+50
* cache iterators: rework cache_reset_timersPablo Neira Ayuso2008-08-0710-21/+71
* netlink: add getter and check existence functionsPablo Neira Ayuso2008-08-074-2/+36
* script: yet another minor fixPablo Neira Ayuso2008-08-041-1/+1
* cache_iterators: do not report ENOENT in cache_reset_timersPablo Neira Ayuso2008-08-021-1/+0
* script: fix broken if branchesPablo Neira Ayuso2008-08-021-0/+10
* fix missing updates in the example filesPablo Neira Ayuso2008-08-022-3/+4
* conntrackd: add -t option to shorten conntrack timeoutsPablo Neira Ayuso2008-08-025-0/+48
* script: rework scripts that enable interaction with keepalivedPablo Neira Ayuso2008-08-0210-104/+100
* doc: remove duplicated example filesPablo Neira Ayuso2008-08-0112-632/+108
* ftfw: show consistent information to users for problem diagnosingPablo Neira Ayuso2008-08-014-9/+28
* fix broken normal deletion in cachesPablo Neira Ayuso2008-08-013-42/+42
* fix: wrong use of timersub in cache_timerPablo Neira Ayuso2008-08-011-1/+1
* fix: wrong information related to default logging actionPablo Neira Ayuso2008-08-017-21/+21
* cleanup: remove obsolete clause Replicate in the example conffilesPablo Neira Ayuso2008-08-016-54/+0
* fix: use %zu instead of %u for size_tPablo Neira Ayuso2008-08-011-1/+1
* commit: retry at least once if we hit ETIME or ENOMEMEric Leblond2008-08-011-1/+18
* add more sanity checks in the input pathPablo Neira Ayuso2008-08-012-8/+38
* CLI: add new option --buffer-size for -EPablo Neira Ayuso2008-07-293-19/+57
* filter: skip protocol state filtering if state not presentPablo Neira Ayuso2008-07-291-0/+3
* log: syslog displays the entry that triggers the errorPablo Neira Ayuso2008-07-241-2/+9
* add support for kernel-space filtering via BSFPablo Neira Ayuso2008-07-234-1/+107
* Major rework of the user-space event filteringPablo Neira Ayuso2008-07-2223-532/+807
* fix xml output: wrap output with one root elementPablo Neira Ayuso2008-06-222-4/+50
* use only the original tuple to check if a conntrack is presentPablo Neira Ayuso2008-06-161-1/+9
* do not include Changelog in tarballs, user git shortlog for changelog insteadPablo Neira Ayuso2008-06-151-1/+1
* fix unsecure usage of printf and include limits.h (PATH_MAX and INT_MAX)Albin Tonerre2008-06-153-1/+3
* check if entries already exist in kernel before injectionPablo Neira Ayuso2008-06-151-15/+24
* delay the closure of the dump descriptor to fix assertion with cache_wtconntrack-tools-0.9.7Pablo Neira Ayuso2008-05-312-1/+4
* increase deletion stats when the timer is scheduled in cache_del_timeout()Pablo Neira Ayuso2008-05-311-2/+7
* define SO_[RCV|SND]BUFFORCE if not setPablo Neira Ayuso2008-05-271-0/+8
* fix make distcheckPablo Neira Ayuso2008-05-271-1/+1
* remove secmark support for conntrackdPablo Neira Ayuso2008-05-272-3/+0
* fix leak in cache_destroy(): release objects before destroying the cachePablo Neira Ayuso2008-05-262-0/+2
* rework the HELLO logic inside FT-FWPablo Neira Ayuso2008-05-264-8/+59
* add best effort replication protocol (aka NOTRACK)Pablo Neira Ayuso2008-05-2514-2/+592
* add eventfd emulation to communicate receiver -> senderPablo Neira Ayuso2008-05-258-9/+117
* add flex version warning (better with >= 2.5.33)Pablo Neira Ayuso2008-05-222-0/+16
* only allow the use of --secmark for listing (filtering)Pablo Neira Ayuso2008-05-223-3/+7
* check for missing IPv6 address before hashingPablo Neira Ayuso2008-05-211-0/+8
* Updates (-U) show the effect of the operation in the conntrack entryPablo Neira Ayuso2008-05-201-11/+36