summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-11-19 23:34:29 +0000
committerDan Williams <dcbw@redhat.com>2008-11-19 23:34:29 +0000
commit50b866c22a46cd0c7acdb27cf5501a608f4b125a (patch)
tree04db284481d2aef6e2c456015094ce38177eb86e /TODO
parentca3ff47fbe2fed2e6ffedb3dcbaff9e0ddadea22 (diff)
downloadNetworkManager-50b866c22a46cd0c7acdb27cf5501a608f4b125a.tar.gz
Clear outdated todo items
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4308 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 0 insertions, 24 deletions
diff --git a/TODO b/TODO
index 80fc727f21..8b13789179 100644
--- a/TODO
+++ b/TODO
@@ -1,25 +1 @@
-TODO items for NetworkManager
------------------------------
-Any of these items are of course fair game for anyone, patches are greatly
-welcome. It also serves as a "what still needs to be done" list.
-
-
-- Access Point link checking thresholds
-
-Wireless link checking could be enhanced to check the signal strength of an
-access point and switch if the current access point a wireless card is
-associated with has dropped below say, 20%.
-
-
-- Support 40/64 bit passphrases
-
-Allow user to enter passphrases and convert them to 40/64 bit WEP keys on the
-fly. Unfortunately, the algorithm for 40/64 bit passphrases is kind of messy.
-
-
-- Proper PPP support
-
-Provide integrated and proper PPP support, replacing the current per-distro
-code. Seamlessly communicate with pppd, manage the dial up profiles ourselves,
-and so on.