Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-01 | nfct: helper: use CONNTRACKD_LIB_DIR variable set during configuration | Pablo Neira Ayuso | |
Instead of hardcoded path to /usr/lib/conntrack-tools/ which might not be true if options like --prefix with different location is passed to conntrack. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2012-08-01 | conntrackd: add cthelper infrastructure (+ example FTP helper) | Pablo Neira Ayuso | |
This patch adds the user-space helper infrastructure. It also contains the implementation of the FTP helper in user-space. There's one example file that you can use to configure conntrackd as user-space connection tracking helper under: doc/helper/conntrackd.conf Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |