~ubuntu-branches/ubuntu/lucid/wpasupplicant/lucid-updates

« back to all changes in this revision

Viewing changes to todo.txt

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2006-10-05 08:04:01 UTC
  • mfrom: (1.1.5 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061005080401-r8lqlix4390yos7b
Tags: 0.5.5-2
* Update madwifi headers to latest SVN. (Closes: #388316)
* Remove failed attempt at action locking. [debian/functions.sh,
  debian/wpa_action.sh]
* Add hysteresis checking functions, to avoid "event loops" while
  using wpa-roam. [debian/functions.sh, debian/wpa_action.sh]
* Change of co-maintainer email address.
* Add ishex() function to functions.sh to determine wpa-psk value type in
  plaintext or hex. This effectively eliminates the need for the bogus and
  somewhat confusing wpa-passphrase contruct specific to our scripts and
  allows wpa-psk to work with either a 8 to 63 character long plaintext
  string or 64 character long hex string.
* Adjust README.modes to not refer to the redundant wpa-passphrase stuff.
* Add big fat NOTE about acceptable wpa-psk's to top of example gallery.
* Strip surrounding quotes from wpa-ssid if present, instead of just whining
  about them.
* Update email address in copyright blurb of functions.sh, ifupdown.sh and
  wpa_action.sh.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
- make sure that TLS session cache is not shared between EAP types or if it
101
101
  is, that the cache entries are bound to only one EAP type; e.g., cache entry
102
102
  created with EAP-TLS must not be allowed to do fast re-auth with EAP-TTLS
103
 
- add proper support for receiving TLS Application Data from the last message
104
 
  of TLS handshake
 
103
- consider moving eap_tls_build_ack() call into eap_tls_process_helper()
 
104
  (it seems to be called always if helper returns 1)
 
105
  * could need to modify eap_{ttls,peap,fast}_decrypt to do same
 
106
 
 
107
 
 
108
0.6.x branch:
105
109
- clean up common.[ch]
106
110
  * consider adding os_malloc(), os_zalloc(), os_realloc(), os_strdup(),
107
111
    os_strlen(), etc.
108
112
  * os.h could define these by default to malloc(), ...
109
113
  * .config option and cpp define for selecting separate implementation in
110
114
    os_*.c
111
 
- consider moving eap_tls_build_ack() call into eap_tls_process_helper()
112
 
  (it seems to be called always is helper returns 1)
113
 
  * could need to modify eap_{ttls,peap,fast}_decrypt to do same
114
 
 
115
 
 
116
 
0.6.x branch:
117
115
- change TLS/crypto library interface to use a structure of function
118
116
  pointers and helper inline functions (like driver_ops) instead of
119
117
  requiring every TLS wrapper to implement all functions
123
121
  into a repository that matches in directory structure with the release
124
122
  tarballs
125
123
  (subdirs: eap_common, eap_peer, eap_server, driver, driver_ap, ...)
 
124
- make it clearer that EAP server/peer can be used as a separate library
 
125
  for other programs