diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 01:04:17 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 01:04:17 +0000 |
commit | c3b707c026782768bd8c0e6ae6b574fe8a36802d (patch) | |
tree | 5ca6782031b1546c788290cc0b95524369ff01ea /TODO | |
download | kmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.tar.gz kmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.zip |
Added old abandoned KDE3 version of kmyfirewall
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1091559 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 70 |
1 files changed, 70 insertions, 0 deletions
@@ -0,0 +1,70 @@ +ToDo for v1.1 relase +-------------------- + +*) FIX: crash after protocol editing/deleting in Generioc interface + DONE: chubinger 20.1.2008 +*) FIX: template loading (NAT tmpl) + DONE: chubinger 20.1.2008 + +*) Finish XML Names Constants + DONE: chubinger 5.1.2008 + +*) Make encoding in installpackage work + DONE: chubinger 13.9.2007 + +*) Capsulate everythig in a transaction + DONE: chubinger but config changes + +*) Generic Interface: Fix protocol add/delete undo/redo + DONE: chubinger 14.8.2007 + +*) Generic Interface: accessControlPage: encapsulate protocol and host properties in own widgets like allready done for the zone + DONE: chubinger 12.8.2007 + +*) Fix: Make Protocol Catgory handling sane + DONE: chubinger 14.8.2007 + +*) Fix: Protocol Edit not saving changes + DONE: chubinger 1.1.2008 + +ToDo +---- + + +*) Single root password input (e.g. kwallet support) + +*) Implement logfile parsing and display + +*) better icons + +*) configuration wizard (maybe only generic interface) + +*) remote installation (server client or ssh) + +*) make Enter, ESC, Return key presss work for all dialogs + +*) handle protocol name changes (maybe: select using ports to indetify doubles) + +*) Make it possible to rename the user defined chains. + +*) add CUPS rule to the wizard so that printing with CUPS is possible + Protocol: TCP, Dest. Port: 631, Incoming Interface: lo, ACCEPT + +*) add LPD rule to the wizard so that printing with LPD is possible + Protocol: TCP, Dest. Port: 515, Incoming Interface: lo, ACCEPT + +*) KHotNewStuff support for protocol library + + + + +Nice To Have +------------ + +*) Allow to install the firewall in several selected runlevels not just the default. + +*) Define a XML-DTD/XSD Scheme for filetypes. + +*) Drag N' Drop to move up/down rules in the Chain (those two buttons suck). + + |