You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmyfirewall/KMFIPTInterface
Michele Calgaro 5990cf327d
Removed .lsm files. lsm database is outdated and unmaintained.
5 years ago
..
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Added old abandoned KDE3 version of kmyfirewall 14 years ago
iptchecker.cpp Remove additional unneeded tq method conversions 13 years ago
iptchecker.h TQt4 convert kmyfirewall 13 years ago
kmfiptinterface.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kmfiptinterface.desktop Update XDG information in support of bug report 892. 12 years ago
kmfiptinterface.h TQt4 convert kmyfirewall 13 years ago
kmfiptinterface_ctl Additional kde to tde renaming 13 years ago
main.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago

README

KMFIPTInterface
---------------

Small dcop interface using the libiptc library to fetch running iptables configuration from the kernel.

As the libiptc library is pure C and links the kernel headers a small modification of the kernel header iptables.h file is needed to build it. Unfortunately there is no real usable C++/C API available to query/modify the iptables configuration.

So i'm not shure if this will acutually work in the end.

The iptables/netfilter team says that currently the only way to communicate with iptables is using a pipe to the iptables-save
command which is acctuall not a real soulution for such an application but they know this issue and therefore i hope that an    C++ compatible API will be available in the future to make this really work.